mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-25 22:51:03 +00:00
chore: code refactor
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<overshootInterpolator
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:factor="1" android:tension="1.4" />
|
||||
<overshootInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:factor="1"
|
||||
android:tension="1.4" />
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromYDelta="0%"
|
||||
android:toYDelta="100%"
|
||||
android:duration="300"/>
|
||||
android:toYDelta="100%" />
|
||||
</set>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromYDelta="100%"
|
||||
android:toYDelta="0%"
|
||||
android:duration="300"/>
|
||||
android:toYDelta="0%" />
|
||||
</set>
|
||||
|
||||
Reference in New Issue
Block a user