Update UI
This commit is contained in:
7
app/src/main/res/anim/layout_animation_fall_down.xml
Normal file
7
app/src/main/res/anim/layout_animation_fall_down.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layoutAnimation
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:animation="@anim/item_animation_fall_down"
|
||||
android:delay="15%"
|
||||
android:animationOrder="normal"
|
||||
/>
|
Reference in New Issue
Block a user