summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/qs_background_primary.xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-07-19 23:11:36 -0400
committerJohn Spurlock <jspurlock@google.com>2014-07-20 02:50:34 -0400
commiteb2727bb2f0f32016ca7c4bdd2c0a79eec8cb80a (patch)
tree7f710ade0d6b32df9f2e7401bcfdaf0ec256ae96 /packages/SystemUI/res/drawable/qs_background_primary.xml
parent802603572c77591183a6ef27163137aff88ee1dd (diff)
downloadframeworks_base-eb2727bb2f0f32016ca7c4bdd2c0a79eec8cb80a.tar.gz
frameworks_base-eb2727bb2f0f32016ca7c4bdd2c0a79eec8cb80a.tar.bz2
frameworks_base-eb2727bb2f0f32016ca7c4bdd2c0a79eec8cb80a.zip
Volume: new coat of paint.
- Two sections (lighter header, darker detail) like QS. - Fewer text variants. - Remove backgrounds for segmented buttons. - Remove alarm warning background. - Fix slider-only style. - Ensure all touch-targets are 48dp. Bug:16419191 Change-Id: I220f3a736eba3dd7a1b9ff58a8fe4bf3d21db61a
Diffstat (limited to 'packages/SystemUI/res/drawable/qs_background_primary.xml')
-rw-r--r--packages/SystemUI/res/drawable/qs_background_primary.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/qs_background_primary.xml b/packages/SystemUI/res/drawable/qs_background_primary.xml
new file mode 100644
index 00000000000..b4e311f0896
--- /dev/null
+++ b/packages/SystemUI/res/drawable/qs_background_primary.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <solid android:color="@color/system_primary_color" />
+ <corners
+ android:topLeftRadius="0dp"
+ android:topRightRadius="0dp"
+ android:bottomLeftRadius="@dimen/notification_material_rounded_rect_radius"
+ android:bottomRightRadius="@dimen/notification_material_rounded_rect_radius"/>
+</shape>