mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
flip overflow dialog open animation in RTL
This commit is contained in:
parent
4b389f441e
commit
cbfa234326
1 changed files with 11 additions and 0 deletions
11
app/src/main/res/anim-ldrtl/fade_in_grow_from_top.xml
Normal file
11
app/src/main/res/anim-ldrtl/fade_in_grow_from_top.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
|
||||
<scale android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromXScale="0.9" android:toXScale="1.0"
|
||||
android:fromYScale="0.9" android:toYScale="1.0"
|
||||
android:pivotX="0%" android:pivotY="0%"
|
||||
android:duration="220" />
|
||||
<alpha android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:duration="150" />
|
||||
</set>
|
Loading…
Add table
Add a link
Reference in a new issue