summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_reverse_avd.xml
blob: 4f08a14cb9dc6525f38ec8ed98ef30acfdce01cc (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_medtoshort_reverse"
        android:name="time2"/>

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

</animated-vector>