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 --- .../incallui/video/impl/res/values/colors.xml | 20 -------------------- .../incallui/video/impl/res/values/styles.xml | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 java/com/android/incallui/video/impl/res/values/colors.xml (limited to 'java/com/android/incallui/video/impl/res/values') diff --git a/java/com/android/incallui/video/impl/res/values/colors.xml b/java/com/android/incallui/video/impl/res/values/colors.xml deleted file mode 100644 index 874bf9404..000000000 --- a/java/com/android/incallui/video/impl/res/values/colors.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - #89ffffff - diff --git a/java/com/android/incallui/video/impl/res/values/styles.xml b/java/com/android/incallui/video/impl/res/values/styles.xml index 03395d989..61360b6a4 100644 --- a/java/com/android/incallui/video/impl/res/values/styles.xml +++ b/java/com/android/incallui/video/impl/res/values/styles.xml @@ -19,7 +19,7 @@ @dimen/videocall_button_size @dimen/videocall_button_size @drawable/videocall_video_button_background - @color/videocall_button_icon_tint + ?android:attr/colorBackgroundFloating src_atop @dimen/videocall_button_padding fitCenter -- cgit v1.2.3