From 36426a74c13fb8301d11c6599e914c1770251388 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Wed, 18 Nov 2015 17:20:58 -0800 Subject: [PATCH] correct all colorControl* AppCompat attributes solves problem described in #4494 // FREEBIE --- res/values/themes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/values/themes.xml b/res/values/themes.xml index 0269144c02..3d65e4a0d6 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -87,6 +87,8 @@ @color/textsecure_primary @color/textsecure_primary_dark @color/textsecure_primary_dark + @color/signal_primary + @color/signal_primary @color/gray5 @style/AppCompatAlertDialogStyle @@ -202,7 +204,8 @@ @style/ThemeOverlay.AppCompat.Dark @color/text_color_dark_theme @color/text_color_secondary_dark_theme - @color/textsecure_primary_dark + @color/signal_primary_dark + @color/signal_primary_dark @color/black @drawable/list_selected_holo_dark @drawable/conversation_list_item_unread_background_dark