Add animation to recyclerview

This commit is contained in:
Michael Schättgen 2018-12-17 23:28:56 +01:00
parent 4f0fea8a88
commit 1071192156
4 changed files with 58 additions and 4 deletions

View file

@ -19,5 +19,6 @@
android:layout_height="0dp"
android:scrollbars="vertical"
android:id="@+id/rvKeyProfiles"
android:layoutAnimation="@anim/layout_animation_fall_down"
android:layout_weight="1"/>
</LinearLayout>