From c2837a920e4c89a0c8769d20e6f10b84646a23d8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 12 May 2014 18:19:09 -0700 Subject: Move elapsed time to same layout as label and number. It used to be aligned with the primary call info, but now it will be vertically aligned with the label and number. If there is no label and number, it will be aligned left. Change-Id: Id74f70ee4929fe6e0bb88d262d409e5ca722c3de --- InCallUI/res/layout/primary_call_info.xml | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'InCallUI') diff --git a/InCallUI/res/layout/primary_call_info.xml b/InCallUI/res/layout/primary_call_info.xml index bfa4c7a13..db18e4dfa 100644 --- a/InCallUI/res/layout/primary_call_info.xml +++ b/InCallUI/res/layout/primary_call_info.xml @@ -58,56 +58,56 @@ android:gravity="start" android:ellipsize="end" /> + + - + + android:orientation="horizontal"> + + + + + + - - - - - - - - - + android:visibility="gone" /> -- cgit v1.2.3