mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
e5c4af4513
commit
ed0b4e4e12
|
@ -1,8 +1,8 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:startOffset="0">
|
||||
<alpha
|
||||
android:duration="1350"
|
||||
android:fromAlpha="0"
|
||||
android:duration="350"
|
||||
android:fromAlpha="0.0"
|
||||
android:interpolator="@android:anim/linear_interpolator"
|
||||
android:toAlpha="1" />
|
||||
android:toAlpha="1.0" />
|
||||
</set>
|
|
@ -1,8 +1,8 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:startOffset="0">
|
||||
<alpha
|
||||
android:duration="1350"
|
||||
android:duration="350"
|
||||
android:fromAlpha="1.0"
|
||||
android:interpolator="@android:anim/linear_interpolator"
|
||||
android:toAlpha="0" />
|
||||
android:toAlpha="0.5" />
|
||||
</set>
|
Loading…
Reference in New Issue