mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Remove unused resources
This commit is contained in:
parent
027ad3faee
commit
3931d68e20
@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shareInterpolator="@android:anim/decelerate_interpolator">
|
|
||||||
<translate
|
|
||||||
android:duration="400"
|
|
||||||
android:fromXDelta="0%"
|
|
||||||
android:fromYDelta="-50%"
|
|
||||||
android:toXDelta="0%"
|
|
||||||
android:toYDelta="0%" />
|
|
||||||
</set>
|
|
@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shareInterpolator="@android:anim/decelerate_interpolator">
|
|
||||||
<translate
|
|
||||||
android:duration="400"
|
|
||||||
android:fromXDelta="0%"
|
|
||||||
android:fromYDelta="50%"
|
|
||||||
android:toXDelta="0%"
|
|
||||||
android:toYDelta="0%" />
|
|
||||||
</set>
|
|
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<objectAnimator
|
|
||||||
android:duration="100"
|
|
||||||
android:interpolator="@android:interpolator/decelerate_quad"
|
|
||||||
android:propertyName="alpha"
|
|
||||||
android:valueFrom="0"
|
|
||||||
android:valueTo="1" />
|
|
||||||
|
|
||||||
<objectAnimator
|
|
||||||
android:duration="175"
|
|
||||||
android:interpolator="@android:interpolator/decelerate_quad"
|
|
||||||
android:propertyName="percentTranslationY"
|
|
||||||
android:valueFrom="0.08"
|
|
||||||
android:valueTo="0" />
|
|
||||||
|
|
||||||
</set>
|
|
@ -1,3 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:duration="175" />
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<objectAnimator
|
|
||||||
android:duration="75"
|
|
||||||
android:interpolator="@android:interpolator/linear"
|
|
||||||
android:propertyName="alpha"
|
|
||||||
android:startOffset="50"
|
|
||||||
android:valueFrom="1"
|
|
||||||
android:valueTo="0" />
|
|
||||||
|
|
||||||
<objectAnimator
|
|
||||||
android:duration="125"
|
|
||||||
android:interpolator="@android:interpolator/accelerate_quad"
|
|
||||||
android:propertyName="percentTranslationY"
|
|
||||||
android:valueFrom="0"
|
|
||||||
android:valueTo="0.08" />
|
|
||||||
|
|
||||||
</set>
|
|
Loading…
x
Reference in New Issue
Block a user