From fe266a3cb37b31e0464b62a0d3c1288322b728fb Mon Sep 17 00:00:00 2001 From: Dan Sandler Date: Thu, 15 May 2014 22:28:06 -0400 Subject: Enable tinting of notification backgrounds. (Turns out gray text doesn't look so hot on tinted backgrounds, so this CL switches it to alpha-black of an equivalent intensity.) Change-Id: Ia2b7e24b72849bd31bfbd0ce948a6c92233f2b9e --- core/res/res/layout/notification_template_quantum_base.xml | 2 +- core/res/res/values/styles.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'core') diff --git a/core/res/res/layout/notification_template_quantum_base.xml b/core/res/res/layout/notification_template_quantum_base.xml index 07fe0be..789bf32 100644 --- a/core/res/res/layout/notification_template_quantum_base.xml +++ b/core/res/res/layout/notification_template_quantum_base.xml @@ -90,7 +90,7 @@ android:layout_height="12dp" android:layout_marginStart="8dp" android:visibility="gone" - style="@style/Widget.Quantum.Light.ProgressBar.Horizontal" + style="@style/Widget.StatusBar.Quantum.ProgressBar" />