summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-01-09 23:59:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-09 23:59:18 +0000
commit8e1c0a9869010dbbfe635cc355e550a38ed1ea64 (patch)
treebd98741433a6360138baa4e03a5ebc284fcdc3ba
parent3a8eaf2d4872b73624a654e3da219728d1811e54 (diff)
parent13304bc97db7266817fed3765c43dec91dd4b9a7 (diff)
downloadpackages_apps_InCallUI-8e1c0a9869010dbbfe635cc355e550a38ed1ea64.tar.gz
packages_apps_InCallUI-8e1c0a9869010dbbfe635cc355e550a38ed1ea64.tar.bz2
packages_apps_InCallUI-8e1c0a9869010dbbfe635cc355e550a38ed1ea64.zip
Merge "Tidy up text alignments for secondary call info." into lmp-mr1-dev
-rw-r--r--res/layout/secondary_call_info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/secondary_call_info.xml b/res/layout/secondary_call_info.xml
index a1d12a4d..85eef0ee 100644
--- a/res/layout/secondary_call_info.xml
+++ b/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"/>
</LinearLayout>
@@ -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" />
</LinearLayout>