mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
13 lines
No EOL
379 B
XML
13 lines
No EOL
379 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="0.0"
|
|
android:interpolator="@android:anim/linear_interpolator"
|
|
android:toXScale="1.0"
|
|
android:toYScale="1.0" />
|
|
|
|
</set> |