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 --- .../dialer/searchfragment/common/res/layout/search_contact_row.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/com/android/dialer/searchfragment/common/res/layout/search_contact_row.xml') diff --git a/java/com/android/dialer/searchfragment/common/res/layout/search_contact_row.xml b/java/com/android/dialer/searchfragment/common/res/layout/search_contact_row.xml index fb6f66c39..4f8e305fe 100644 --- a/java/com/android/dialer/searchfragment/common/res/layout/search_contact_row.xml +++ b/java/com/android/dialer/searchfragment/common/res/layout/search_contact_row.xml @@ -62,7 +62,7 @@ android:layout_height="@dimen/search_row_height" android:layout_alignParentEnd="true" android:padding="@dimen/call_to_action_padding" - android:tint="@color/dialer_secondary_text_color" + android:tint="?colorIcon" android:visibility="gone" android:scaleType="center"/> @@ -74,6 +74,7 @@ android:layout_centerVertical="true" android:padding="@dimen/call_to_action_padding" android:src="@drawable/ic_work_profile" + android:tint="?colorIcon" android:scaleType="centerInside" android:visibility="gone"/> \ No newline at end of file -- cgit v1.2.3