mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-15 11:17:30 +00:00
11 lines
400 B
XML
11 lines
400 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<translate
|
||
|
android:duration="@android:integer/config_mediumAnimTime"
|
||
|
android:fromXDelta="0"
|
||
|
android:toXDelta="-50%p" />
|
||
|
<alpha
|
||
|
android:duration="@android:integer/config_mediumAnimTime"
|
||
|
android:fromAlpha="1.0"
|
||
|
android:toAlpha="0.0" />
|
||
|
</set>
|