From a4f2caec2538c6992dd126190a5d20c4920a5a9f Mon Sep 17 00:00:00 2001 From: wangqi Date: Fri, 1 Jun 2018 09:45:16 -0700 Subject: Fix color in RTT call screen. Bug: 79883035 Test: manual PiperOrigin-RevId: 198884630 Change-Id: I61636776c234a4000dbaf1e206ffd0429364d942 --- .../res/color/submit_button_background_color.xml | 21 +++++++++++++++++++++ .../incallui/rtt/impl/res/layout/frag_rtt_chat.xml | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml (limited to 'java/com/android/incallui/rtt/impl') diff --git a/java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml b/java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml new file mode 100644 index 000000000..0da2c374a --- /dev/null +++ b/java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml @@ -0,0 +1,21 @@ + + + + + + \ No newline at end of file diff --git a/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml b/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml index 21d00a3e3..cff2b3f38 100644 --- a/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml +++ b/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml @@ -62,11 +62,11 @@ android:layout_height="53dp" android:layout_gravity="bottom" android:background="@drawable/input_bubble_background" - android:backgroundTint="?colorIcon" + android:backgroundTint="@color/submit_button_background_color" android:backgroundTintMode="multiply" android:contentDescription="@string/content_description_rtt_check_button" android:src="@drawable/quantum_ic_done_vd_theme_24" - android:tint="?android:attr/colorPrimary" + android:tint="@color/submit_button_color" android:visibility="gone"/> -- cgit v1.2.3