From 6a33be4bddc9f4397ad0448f0f209098edc9feb6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 9 Jan 2015 14:16:26 -0800 Subject: Tidy up text alignments for secondary call info. This fixes bad alignment in RTL languages. Bug: 18009146 Change-Id: I8691b5e017363158c6933f4b4e55c2c16ca3a2ac --- InCallUI/res/layout/secondary_call_info.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'InCallUI/res') diff --git a/InCallUI/res/layout/secondary_call_info.xml b/InCallUI/res/layout/secondary_call_info.xml index a1d12a4df..85eef0ee1 100644 --- a/InCallUI/res/layout/secondary_call_info.xml +++ b/InCallUI/res/layout/secondary_call_info.xml @@ -59,6 +59,7 @@ android:layout_height="wrap_content" android:textColor="@color/incall_banner_secondary_text_color" android:textSize="@dimen/secondary_call_info_text_size" + android:textAlignment="viewStart" android:ellipsize="marquee" android:singleLine="true"/> @@ -74,6 +75,7 @@ android:layout_height="wrap_content" android:textColor="@color/incall_banner_secondary_text_color" android:textSize="@dimen/secondary_call_info_text_size" + android:textAlignment="viewStart" android:singleLine="true"/> @@ -89,7 +91,6 @@ android:text="@string/onHold" android:textColor="@color/incall_banner_secondary_text_color" android:textSize="@dimen/secondary_call_info_text_size" - android:textAlignment="textEnd" android:singleLine="true" /> -- cgit v1.2.3