Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
9
apk_decompiled/resources/res/anim/slide_out_left.xml
Normal file
9
apk_decompiled/resources/res/anim/slide_out_left.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="-100%"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
Reference in New Issue
Block a user