summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_reverse_avd.xml
blob: 08871cd5bdff1727e89728dcf644a9b163ecd60c (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_longtomed"
       android:name="time3"/>

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

</animated-vector>