mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-15 11:17:30 +00:00
19 lines
564 B
XML
19 lines
564 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<scale
|
||
|
android:duration="400"
|
||
|
android:fillAfter="false"
|
||
|
android:fromXScale="0.9"
|
||
|
android:fromYScale="0.9"
|
||
|
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||
|
android:pivotX="50%"
|
||
|
android:pivotY="30%"
|
||
|
android:toXScale="1.0"
|
||
|
android:toYScale="1.0" />
|
||
|
|
||
|
<alpha
|
||
|
android:duration="200"
|
||
|
android:fromAlpha="0.5"
|
||
|
android:toAlpha="1.0" />
|
||
|
</set>
|