From 4f558f73014270e50050fda4cf9969a4bf74b0dc Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Sun, 20 Jul 2014 11:50:35 -0400 Subject: [PATCH] Volume: Design followup. Fix button height so header matches QS, use same elevation between layers. Bug:16419191 Change-Id: I56d9c69fe72e926261a32579a0b142d2fac18871 --- packages/SystemUI/res/layout/segmented_button.xml | 2 +- packages/SystemUI/res/layout/zen_mode_panel.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/segmented_button.xml b/packages/SystemUI/res/layout/segmented_button.xml index 9953b46fb026e..772b19caa98fe 100644 --- a/packages/SystemUI/res/layout/segmented_button.xml +++ b/packages/SystemUI/res/layout/segmented_button.xml @@ -23,4 +23,4 @@ android:background="@drawable/btn_borderless_rect" android:textAppearance="@style/TextAppearance.QS.SegmentedButton" android:minHeight="36dp" - android:padding="10dp" /> + android:padding="4dp" /> diff --git a/packages/SystemUI/res/layout/zen_mode_panel.xml b/packages/SystemUI/res/layout/zen_mode_panel.xml index aa8d1146f0f82..2f73c635d9d1f 100644 --- a/packages/SystemUI/res/layout/zen_mode_panel.xml +++ b/packages/SystemUI/res/layout/zen_mode_panel.xml @@ -26,6 +26,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="12dp" + android:elevation="4dp" android:background="@drawable/qs_background_secondary" >