From ed33da173455add34d95d8a933bff8fc97f882fb Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Wed, 4 Jun 2014 00:15:51 -0400 Subject: [PATCH] QuickSettings: System accent color for seekbars. Decouple system ui's seekbar's color from the platform default. Bug:15186962 Change-Id: I8e4f5605bf5f8be32b290e588d2d854e908f2387 --- packages/SystemUI/res/layout/volume_panel_item.xml | 1 - packages/SystemUI/res/values/styles.xml | 6 +----- .../com/android/systemui/qs/tiles/NotificationsTile.java | 4 +--- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/packages/SystemUI/res/layout/volume_panel_item.xml b/packages/SystemUI/res/layout/volume_panel_item.xml index 4a2a0c0abab62..6e5ab47849e7a 100644 --- a/packages/SystemUI/res/layout/volume_panel_item.xml +++ b/packages/SystemUI/res/layout/volume_panel_item.xml @@ -35,7 +35,6 @@ android:layout_height="wrap_content" android:layout_weight="1"> @color/primary_color + @color/system_accent_color - -