mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 16:06:27 +02:00
Initial commit
This commit is contained in:
10
app/src/main/res/animator/scale_center_y.xml
Normal file
10
app/src/main/res/animator/scale_center_y.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<objectAnimator
|
||||
android:duration="350"
|
||||
android:propertyName="scaleY"
|
||||
android:repeatCount="infinite"
|
||||
android:repeatMode="reverse"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="1" />
|
||||
</set>
|
||||
10
app/src/main/res/animator/scale_left_y.xml
Normal file
10
app/src/main/res/animator/scale_left_y.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<objectAnimator
|
||||
android:duration="250"
|
||||
android:propertyName="scaleY"
|
||||
android:repeatCount="infinite"
|
||||
android:repeatMode="reverse"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="1" />
|
||||
</set>
|
||||
10
app/src/main/res/animator/scale_right_y.xml
Normal file
10
app/src/main/res/animator/scale_right_y.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<objectAnimator
|
||||
android:duration="300"
|
||||
android:propertyName="scaleY"
|
||||
android:repeatCount="infinite"
|
||||
android:repeatMode="reverse"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="1" />
|
||||
</set>
|
||||
Reference in New Issue
Block a user