Skip to content

2.0.7

Compare
Choose a tag to compare
@skydoves skydoves released this 10 Jan 03:30
· 52 commits to master since this release
5b63909

Released version 2.0.7.

  • Added ElasticCardView.
<com.skydoves.elasticviews.ElasticCardView
  android:layout_width="match_parent"
  android:layout_height="120dp"
  app:cardCornerRadius="8dp"
  app:cardElevation="12dp"
  app:cardBackgroundColor="@color/background"
  app:cardView_duration="250"
  app:cardView_scale="0.8" >

  ...

</com.skydoves.elasticviews.ElasticCardView>
  • Fixed ElasticLayout got elastic animation multiple times.