@10.02.16 Dennis Thießen: 2.0 Final Release!
This commit is contained in:
8
app/src/main/res/anim/slide_out_left.xml
Normal file
8
app/src/main/res/anim/slide_out_left.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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%" >
|
||||
</translate>
|
||||
</set>
|
||||
Reference in New Issue
Block a user