Adding animation

This commit is contained in:
Hemanth S 2020-09-18 18:26:41 +05:30
parent 765172d69f
commit 67b59f7c00
11 changed files with 41 additions and 6 deletions

View file

@ -12,6 +12,7 @@
android:layout_height="wrap_content"
android:clipToPadding="false"
android:overScrollMode="never"
android:transitionGroup="true"
android:scrollbars="none"
app:layout_dodgeInsetEdges="bottom"
tools:listitem="@layout/item_list" />