From 7aa48391a30920007ecb42d6a1d47075fc2a9b63 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Apr 2014 16:29:38 -0700 Subject: Always show the call state text view. Before this was flashing in and out because of the change in visibility, which was causing some shifting and UI jank. Now the call state label will always take up space in the layout. Also, moved where the elapsed time view is so that it is properly aligned to mesh with new changes. Change-Id: Id8b395b18ebc1038310721d878622c6b0c15c295 --- InCallUI/res/layout/primary_call_info.xml | 42 ++++++++++++---------- .../src/com/android/incallui/CallCardFragment.java | 11 ++---- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/InCallUI/res/layout/primary_call_info.xml b/InCallUI/res/layout/primary_call_info.xml index 18cc70b7c..7c0a1811e 100644 --- a/InCallUI/res/layout/primary_call_info.xml +++ b/InCallUI/res/layout/primary_call_info.xml @@ -55,14 +55,32 @@ android:gravity="left" android:ellipsize="end" /> - + android:orientation="horizontal" > + + + + + + + @@ -93,18 +111,6 @@ android:layout_marginStart="6dp" /> - - - -