Added fade in layout animation for DetailListFragment

This commit is contained in:
Prathamesh More 2021-12-20 16:42:49 +05:30
parent a26f08127c
commit 0dd5663e9e
3 changed files with 11 additions and 8 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
android:animation="@android:anim/fade_in"
android:animationOrder="normal"
android:delay="15%" />