From 42e65be3a7c1658acf6d000b3fc1a7bb75cac3ad Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Wed, 20 Aug 2014 16:50:20 -0700 Subject: Adjust SIM icon tint and fix InCallUI glitches for call state icon. Default SIM icon tint should be the same as the color of the call state label. Fixed animation for call state icon. Bug: 16685783 Change-Id: Ie170027e0a14096442fb78c8e6d8b469aa03b51d --- res/layout/primary_call_info.xml | 2 +- res/layout/select_account_list_item.xml | 1 + src/com/android/incallui/CallCardFragment.java | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/res/layout/primary_call_info.xml b/res/layout/primary_call_info.xml index 4231922d..1f3b9549 100644 --- a/res/layout/primary_call_info.xml +++ b/res/layout/primary_call_info.xml @@ -47,7 +47,7 @@ android:layout_marginEnd="4dp" android:baselineAlignBottom="true" android:tint="@color/incall_accent_color" - android:alpha="0.7" + android:alpha="0.0" android:scaleType="centerInside" android:visibility="gone" /> diff --git a/res/layout/select_account_list_item.xml b/res/layout/select_account_list_item.xml index 0b24c9b9..bb618ffe 100644 --- a/res/layout/select_account_list_item.xml +++ b/res/layout/select_account_list_item.xml @@ -24,6 +24,7 @@