summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_reverse_avd.xml
blob: a9a1a7d6c54aa06172b16225ff47019c27895d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/ic_qs_screen_timeout_vector">

    <target
        android:animation="@anim/ic_qs_screen_timeout_tomed"
        android:name="time2"/>

    <target
        android:animation="@anim/ic_qs_screen_timeout_shorttolong"
        android:name="time3"/>

</animated-vector>