summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_avd.xml
blob: 88b7d142fe933c86803dfd41130c8b387e835ba1 (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_staymed"
        android:name="time2"/>

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

</animated-vector>