summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/commontheme/res/anim/blinking.xml
blob: 4b921c611f03708b6af180730ba2be57afccf2aa (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
  <alpha
    android:duration="800"
    android:fromAlpha="0.26"
    android:interpolator="@android:anim/linear_interpolator"
    android:repeatCount="infinite"
    android:repeatMode="reverse"
    android:toAlpha="0.6"/>
</set>