From 0067760b509495e6dd9f94ef6c062c68ef8d5ab4 Mon Sep 17 00:00:00 2001 From: Andrew Sapperstein Date: Mon, 23 May 2016 16:38:28 -0700 Subject: [PATCH] Fix confirm lock UI theme. Now uses colorPrimary as its background color and sets colorAccent directly. Some other mild cleanup as well. BUG: 28760785 Change-Id: Ib8e5140b789449e518b498bc49438cb4a2bc6451 --- res/values/colors.xml | 1 - res/values/themes.xml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index ab04c24f9fa..3b66469c18f 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -78,7 +78,6 @@ @*android:color/material_deep_teal_500 #ff5621 - #263238 #60000000 #1fffffff ?android:attr/colorAccent diff --git a/res/values/themes.xml b/res/values/themes.xml index 216b090f8bb..694c5c6f85e 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -269,10 +269,10 @@