- Notifications
You must be signed in to change notification settings - Fork61
armcha/ElasticView
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
Gradle:
implementation'com.github.armcha:ElasticView:0.2.0'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>
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 👌
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.


