Skip to content

Commit 6a0e990

Browse files
committed
increase animation duration
1 parent 8be6ad7 commit 6a0e990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/anim/entry_appears.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<set xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:duration="@android:integer/config_mediumAnimTime">
3+
android:duration="@android:integer/config_longAnimTime">
44

55
<translate
66
android:fromXDelta="-100%"

0 commit comments

Comments
 (0)