summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-09-05 17:34:41 -0700
committerWinson Chung <winsonc@google.com>2012-09-08 15:55:31 -0700
commitd63c59786509aadd6a8d0c5cb45ed696339f16b7 (patch)
treedc41766c4f2a171e8799ebf4ff227771d9393953 /packages/SystemUI/res/drawable
parent4319079375ef49668ea88e74fb899275d6bbdb19 (diff)
downloadframeworks_base-d63c59786509aadd6a8d0c5cb45ed696339f16b7.zip
frameworks_base-d63c59786509aadd6a8d0c5cb45ed696339f16b7.tar.gz
frameworks_base-d63c59786509aadd6a8d0c5cb45ed696339f16b7.tar.bz2
Initial changes to add QuickSettings.
Change-Id: If510f74d6046929e5e8a794c6dc2fddb15a03d6b
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/ic_qs_battery.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_battery.xml b/packages/SystemUI/res/drawable/ic_qs_battery.xml
new file mode 100644
index 0000000..4e2a265
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_qs_battery.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<clip
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:drawable="@drawable/stat_sys_battery_100"
+ android:clipOrientation="vertical"
+ android:gravity="bottom" />