mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
13 lines
No EOL
380 B
XML
13 lines
No EOL
380 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fillAfter="true" >
|
|
|
|
<scale
|
|
android:duration="300"
|
|
android:fromXScale="1.0"
|
|
android:fromYScale="1.0"
|
|
android:interpolator="@android:anim/linear_interpolator"
|
|
android:toXScale="1.0"
|
|
android:toYScale="0.0" />
|
|
|
|
</set> |