Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Elastic view is a regular CardView, which can flex from user touches

NotificationsYou must be signed in to change notification settings

armcha/ElasticView

Repository files navigation

DownloadAPIAndroid Arsenal

Elastic view is a regularCardView, which canflex from user touches💪

Kotlin ❤️

Let's see it in action 💻📲

Download sampleapk ⬇️

The current minSDK version is API level 21.

Download

Gradle:

implementation'com.github.armcha:ElasticView:0.2.0'

Setup and usage

You can use it as a regualar CardView.

 <io.armcha.elasticview.ElasticViewandroid:id="@+id/imageElasticView"android:layout_width="..."android:layout_height="..."app:cardCornerRadius="10dp"app:cardElevation="5dp">          <ChildView.../><!--or without childView-->  </io.armcha.elasticview.ElasticView>

Customization

For now, you can only change flexibility for the view

from code

elasticView.flexibility=8f

or from xml

 <io.armcha.elasticview.ElasticViewandroid:id="@+id/imageElasticView"android:layout_width="..."android:layout_height="..."app:flexibility="7"app:cardCornerRadius="10dp"app:cardElevation="5dp"/>

Note the flexibility must be between [1f..10f] ❗️

That's all 👌

Contact 📖

▶️Email:chatikyana@gmail.com

▶️Medium:https://medium.com/@chatikyan

▶️Twitter:https://twitter.com/ArmanChatikyan

▶️Google+:https://plus.google.com/+ArmanChatikyan

▶️Website:https://armcha.github.io/

License

  ElasticView  Copyright (c) 2018 Arman Chatikyan (https://github.com/armcha/ElasticView).  Licensed under the Apache License, Version 2.0 (the "License");  you may not use this file except in compliance with the License.  You may obtain a copy of the License at     http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software  distributed under the License is distributed on an "AS IS" BASIS,  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and  limitations under the License.

About

Elastic view is a regular CardView, which can flex from user touches

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp