Bug Fixes

Bug Fixes
master
Abdul Mannan Saeed 2022-05-22 14:20:41 +05:00
parent e5c4af4513
commit ed0b4e4e12
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:startOffset="0"> android:startOffset="0">
<alpha <alpha
android:duration="1350" android:duration="350"
android:fromAlpha="0" android:fromAlpha="0.0"
android:interpolator="@android:anim/linear_interpolator" android:interpolator="@android:anim/linear_interpolator"
android:toAlpha="1" /> android:toAlpha="1.0" />
</set> </set>

View File

@ -1,8 +1,8 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:startOffset="0"> android:startOffset="0">
<alpha <alpha
android:duration="1350" android:duration="350"
android:fromAlpha="1.0" android:fromAlpha="1.0"
android:interpolator="@android:anim/linear_interpolator" android:interpolator="@android:anim/linear_interpolator"
android:toAlpha="0" /> android:toAlpha="0.5" />
</set> </set>