Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
9
apk_decompiled/resources/res/anim/slide_in_up.xml
Normal file
9
apk_decompiled/resources/res/anim/slide_in_up.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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="100%p"
|
||||
android:toYDelta="0"/>
|
||||
<alpha
|
||||
android:fromAlpha="0.5"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
Reference in New Issue
Block a user