aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/transition/slide_right_delayed.xml
blob: aa49c806181f0402c49cd1fb5063f3b77e60ed01 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
    <slide
        android:duration="300"
        android:startDelay="300"
        android:slideEdge="right" />
</transitionSet>