Initial of android studio project
This commit is contained in:
10
app/src/main/res/anim/enterrightleft.xml
Normal file
10
app/src/main/res/anim/enterrightleft.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:fromXDelta="-100%"
|
||||
android:toXDelta="0%"
|
||||
android:fromYDelta="0%"
|
||||
android:toYDelta="0%"
|
||||
android:duration="500"/>
|
||||
|
||||
</set>
|
||||
Reference in New Issue
Block a user