mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 19:45:05 -05:00
13 lines
295 B
XML
13 lines
295 B
XML
<set xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<translate
|
|
android:duration="200"
|
|
android:fromXDelta="-50%p"
|
|
android:toXDelta="0" />
|
|
|
|
<alpha
|
|
android:duration="200"
|
|
android:fromAlpha="0.0"
|
|
android:toAlpha="1.0" />
|
|
|
|
</set> |