mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
reformat code
This commit is contained in:
parent
99acdba262
commit
5dc2ee3901
68 changed files with 842 additions and 543 deletions
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromYDelta="75%p"
|
||||
android:toYDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toYDelta="0%p" />
|
||||
|
||||
</set>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromXDelta="-75%p"
|
||||
android:toXDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toXDelta="0%p" />
|
||||
|
||||
</set>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromXDelta="75%p"
|
||||
android:toXDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toXDelta="0%p" />
|
||||
|
||||
</set>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromYDelta="-75%p"
|
||||
android:toYDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toYDelta="0%p" />
|
||||
|
||||
</set>
|
Loading…
Add table
Add a link
Reference in a new issue