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