From a2911f91d19ef6f3ecf072c91f821f743b58b91b 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 --- InCallUI/res/layout/primary_call_info.xml | 2 +- InCallUI/res/layout/select_account_list_item.xml | 1 + InCallUI/src/com/android/incallui/CallCardFragment.java | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'InCallUI') diff --git a/InCallUI/res/layout/primary_call_info.xml b/InCallUI/res/layout/primary_call_info.xml index 4231922d1..1f3b9549b 100644 --- a/InCallUI/res/layout/primary_call_info.xml +++ b/InCallUI/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/InCallUI/res/layout/select_account_list_item.xml b/InCallUI/res/layout/select_account_list_item.xml index 0b24c9b9f..bb618ffeb 100644 --- a/InCallUI/res/layout/select_account_list_item.xml +++ b/InCallUI/res/layout/select_account_list_item.xml @@ -24,6 +24,7 @@