Android-Home/app/src/main/res/anim/alpha_anim_device.xml

11 lines
424 B
XML

<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="1000"
android:fillAfter="true"
android:fillBefore="false"
android:fromAlpha="0.0"
android:interpolator="@android:anim/linear_interpolator"
android:repeatCount="-1"
android:repeatMode="reverse"
android:startOffset="0"
android:toAlpha="1"/>