Sliding animation for activity transitions
This commit is contained in:
parent
03d9701669
commit
ce04c7ab2b
10 changed files with 64 additions and 11 deletions
6
app/src/main/res/anim/slide_from_left.xml
Normal file
6
app/src/main/res/anim/slide_from_left.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromXDelta="-100%p" android:toXDelta="0"
|
||||
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||||
android:duration="300"/>
|
||||
</set>
|
||||
Loading…
Add table
Add a link
Reference in a new issue