mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-07 19:37:38 +00:00
10 lines
326 B
XML
10 lines
326 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:duration="@android:integer/config_shortAnimTime">
|
|
<translate
|
|
android:fromYDelta="0%"
|
|
android:toYDelta="-100%" />
|
|
<alpha
|
|
android:fromAlpha="1"
|
|
android:toAlpha="0" />
|
|
</set> |