13 lines
No EOL
295 B
XML
13 lines
No EOL
295 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> |