From 05ce0a6f5651743add398556d557a5f4c40c2503 Mon Sep 17 00:00:00 2001 From: Dave Kover Date: Tue, 3 Mar 2015 15:53:44 -0800 Subject: SystemUI: Expose values for themes. Allow theming of volume panel separately from status. Allow status bar icons to be tinted. Expose battery meter base color. Expose status bar header elevation value. Add themeable ripple color for navigation button press. Change-Id: Ie3dbde82692a19927ba6c1da179e5d2f03391f6f --- packages/SystemUI/res/layout/volume_dialog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/SystemUI/res/layout/volume_dialog.xml') diff --git a/packages/SystemUI/res/layout/volume_dialog.xml b/packages/SystemUI/res/layout/volume_dialog.xml index 7617ed4..a766261 100644 --- a/packages/SystemUI/res/layout/volume_dialog.xml +++ b/packages/SystemUI/res/layout/volume_dialog.xml @@ -22,7 +22,7 @@ android:layout_marginLeft="@dimen/notification_side_padding" android:layout_marginRight="@dimen/notification_side_padding" android:background="@drawable/volume_dialog_background" - android:translationZ="4dp" > + android:translationZ="@dimen/volume_panel_z"> - \ No newline at end of file + -- cgit v1.1