summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2015-12-10 18:10:18 -0800
committerDanesh M <daneshm90@gmail.com>2015-12-10 18:10:18 -0800
commit699d345030efb8b8d081ea68e000edc19c1a4860 (patch)
tree91f9d5832e06946711a50128ac97ccf4c88eae20 /packages/SystemUI/res/drawable
parentd37c80a8844445ed6ae4952af2c8fa893c4dc5b6 (diff)
downloadframeworks_base-699d345030efb8b8d081ea68e000edc19c1a4860.zip
frameworks_base-699d345030efb8b8d081ea68e000edc19c1a4860.tar.gz
frameworks_base-699d345030efb8b8d081ea68e000edc19c1a4860.tar.bz2
SystemUI : port performance profile toggle
Change-Id: Ife1e7c62d36cddf1dcd17d5538d0e6c8ea27bee3
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/ic_qs_perf_profile.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_perf_profile.xml b/packages/SystemUI/res/drawable/ic_qs_perf_profile.xml
new file mode 100644
index 0000000..2ce5d1f
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_qs_perf_profile.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="64dp"
+ android:width="64dp"
+ android:viewportHeight="48"
+ android:viewportWidth="48">
+
+ <group
+ android:name="base_gauge">
+
+ <path android:pathData="M24,8c8.8,0,16,7.2,16,16s-7.2,16-16,16S8,32.8,8,24S15.2,8,24,8 M24,4C13,4,4,13,4,24s9,20,20,20s20-9,20-20S35,4,24,4
+ L24,4z M24,20c-2.2,0-4,1.8-4,4s1.8,4,4,4s4-1.8,4-4S26.2,20,24,20z M32.5,13.5c-1.1,0-2,0.9-2,2s0.9,2,2,2c1.1,0,2-0.9,2-2
+ S33.6,13.5,32.5,13.5z M15.5,13.5c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S16.6,13.5,15.5,13.5z M15.5,30.5c-1.1,0-2,0.9-2,2
+ c0,1.1,0.9,2,2,2s2-0.9,2-2C17.5,31.4,16.6,30.5,15.5,30.5z"
+
+ android:fillColor="#FFFFFFFF"/>
+
+ </group>
+
+ <group
+ android:name="needle"
+ android:pivotX="24"
+ android:pivotY="24"
+ android:rotation="-135">
+
+ <path
+ android:strokeColor="#FFFFFFFF"
+ android:strokeWidth="4"
+ android:strokeLineCap="round"
+ android:pathData="M 24,24 h 12"/>
+ </group>
+
+
+</vector> \ No newline at end of file