2014-03-18 06:25:09 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2019-12-17 14:15:13 +00:00
|
|
|
<set
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-03-18 06:25:09 +00:00
|
|
|
android:interpolator="@android:anim/decelerate_interpolator">
|
2019-12-17 14:15:13 +00:00
|
|
|
|
2014-03-18 06:25:09 +00:00
|
|
|
<scale
|
2019-12-17 15:24:42 +00:00
|
|
|
android:duration="250"
|
2014-03-18 06:25:09 +00:00
|
|
|
android:fromXScale="1.0"
|
|
|
|
android:fromYScale="1.0"
|
|
|
|
android:toXScale="0.85"
|
|
|
|
android:toYScale="0.85"
|
|
|
|
android:pivotX="50%"
|
|
|
|
android:pivotY="50%" />
|
2019-12-17 14:15:13 +00:00
|
|
|
|
2014-03-18 06:25:09 +00:00
|
|
|
<alpha
|
2019-12-17 15:24:42 +00:00
|
|
|
android:duration="250"
|
2014-03-18 06:25:09 +00:00
|
|
|
android:fromAlpha="1.0"
|
|
|
|
android:toAlpha="0.6" />
|
2019-12-17 14:15:13 +00:00
|
|
|
|
2014-03-18 06:25:09 +00:00
|
|
|
</set>
|