summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-12-11 12:38:25 -0800
committerAdnan Begovic <adnan@cyngn.com>2015-12-11 14:38:43 -0800
commit4601c9fda34494c2b5f9b34e328a560cc153b7d9 (patch)
tree276fbec3dfb2b1914d9c0ec2fb9ae624a9248ddd /packages/SystemUI/res/drawable
parent36cf346880e9de490ed8568b5ccdb2574df72634 (diff)
downloadframeworks_base-4601c9fda34494c2b5f9b34e328a560cc153b7d9.zip
frameworks_base-4601c9fda34494c2b5f9b34e328a560cc153b7d9.tar.gz
frameworks_base-4601c9fda34494c2b5f9b34e328a560cc153b7d9.tar.bz2
SystemUi: Readd LockscreenToggleTile.
Change-Id: Ib1e627bf5432ce54a9f81a5ba65da7c687c232d6
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/ic_qs_lock_screen_off.xml13
-rw-r--r--packages/SystemUI/res/drawable/ic_qs_lock_screen_on.xml14
2 files changed, 27 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_lock_screen_off.xml b/packages/SystemUI/res/drawable/ic_qs_lock_screen_off.xml
new file mode 100644
index 0000000..fec9665
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_qs_lock_screen_off.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="64dp"
+ android:height="64dp"
+ android:viewportWidth="48"
+ android:viewportHeight="48">
+
+ <path
+ android:fillColor="#4DFFFFFF"
+ android:pathData="M36,16h-2v-4c0-5.5-4.5-10-10-10S14,6.5,14,12h3.8c0-3.4,2.8-6.2,6.2-6.2
+s6.2,2.8,6.2,6.2v4H12c-2.2,0-4,1.8-4,4v20c0,2.2,1.8,4,4,4h24c2.2,0,4-1.8,4-4V20C40,17.8,38.2,16,36,16Z
+M36,40H12V20L36,40z" />
+</vector>
diff --git a/packages/SystemUI/res/drawable/ic_qs_lock_screen_on.xml b/packages/SystemUI/res/drawable/ic_qs_lock_screen_on.xml
new file mode 100644
index 0000000..1b7717c
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_qs_lock_screen_on.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="64dp"
+ android:height="64dp"
+ android:viewportWidth="48"
+ android:viewportHeight="48">
+
+ <path
+ android:fillColor="#FFFFFF"
+ android:pathData="M36,16h-2v-4c0-5.5-4.5-10-10-10S14,6.5,14,12v4h-2c-2.2,0-4,1.8-4,4v20
+c0,2.2,1.8,4,4,4h24c2.2,0,4-1.8,4-4V20C40,17.8,38.2,16,36,16Z
+M24,5.8c3.4,0,6.2,2.8,6.2,6.2v4H17.8v-4C17.8,8.6,20.6,5.8,24,5.8z
+M36,40H12V20L36,40z" />
+</vector>