From c5c42189eeab0389a94717de9a66c6d00068e8bf Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Tue, 22 May 2018 15:30:39 -0700 Subject: Began implementation of Dialer dark theme. - README on how to properly theme Dialer going forward. - Migrated all widgets to use global colors. - Removed all activity and application themes where it wasn't necessary. - Added themeing test rule for Espresso tests. Bug: 79883035 Test: tap PiperOrigin-RevId: 197634256 Change-Id: I4b7d94d45aeeb59d484b0069fdd1e200a654910b --- .../android/contacts/common/res/values/colors.xml | 48 ---------------------- .../android/contacts/common/res/values/styles.xml | 4 +- 2 files changed, 2 insertions(+), 50 deletions(-) (limited to 'java/com/android/contacts/common/res/values') diff --git a/java/com/android/contacts/common/res/values/colors.xml b/java/com/android/contacts/common/res/values/colors.xml index b05c19a83..ab9f19b29 100644 --- a/java/com/android/contacts/common/res/values/colors.xml +++ b/java/com/android/contacts/common/res/values/colors.xml @@ -15,20 +15,6 @@ --> - - #a0ffffff - - - #30000000 - - - #363636 - - @color/dialer_secondary_text_color - - - #2A56C6 - #363636 @@ -51,36 +37,6 @@ #424242 - ?android:attr/colorPrimary - - #ffffff - @color/tab_ripple_color - #f50057 - #1C3AA9 - - - @color/contactscommon_actionbar_background_color - - - - #ffffff - #a6ffffff - - - @color/dialer_primary_text_color - - #ffffff - - #737373 - @color/searchbox_hint_text_color - - ?android:attr/colorPrimary - - - #f9f9f9 - #FFFFFF - #d1041c @@ -92,8 +48,4 @@ #00c853 - - - #ffffff - @color/searchbox_hint_text_color diff --git a/java/com/android/contacts/common/res/values/styles.xml b/java/com/android/contacts/common/res/values/styles.xml index bb19afe82..4f0b3f15f 100644 --- a/java/com/android/contacts/common/res/values/styles.xml +++ b/java/com/android/contacts/common/res/values/styles.xml @@ -23,13 +23,13 @@ -- cgit v1.2.3