mirror of
https://github.com/Michatec/Radio.git
synced 2026-06-05 07:42:15 +02:00
10 lines
338 B
XML
10 lines
338 B
XML
<?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> |