summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_avd.xml
blob: 5761fd304f8a27e7db9f89219c7617395151a6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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"
    android:name="time2"/>

    <target
        android:animation="@anim/ic_qs_screen_timeout_longtoshort"
        android:name="time3"/>
</animated-vector>