mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-15 03:07:29 +00:00
10 lines
323 B
XML
10 lines
323 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shareInterpolator="false">
|
||
|
<translate
|
||
|
android:duration="300"
|
||
|
android:fromXDelta="100%"
|
||
|
android:fromYDelta="0%"
|
||
|
android:toXDelta="0%"
|
||
|
android:toYDelta="0%" />
|
||
|
</set>
|