summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml')
-rw-r--r--packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml
new file mode 100644
index 0000000..694e662
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml
@@ -0,0 +1,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_tomed"
+ android:name="time3"/>
+
+</animated-vector>