summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-01-09 14:16:26 -0800
committerAndrew Lee <anwlee@google.com>2015-01-09 14:27:07 -0800
commit13304bc97db7266817fed3765c43dec91dd4b9a7 (patch)
tree9ec4227b7b81cab6a643bea688ae386f7633146f /res/layout
parent7dca62f400d10983a7d5f7aa26b18235018585d0 (diff)
downloadandroid_packages_apps_InCallUI-13304bc97db7266817fed3765c43dec91dd4b9a7.tar.gz
android_packages_apps_InCallUI-13304bc97db7266817fed3765c43dec91dd4b9a7.tar.bz2
android_packages_apps_InCallUI-13304bc97db7266817fed3765c43dec91dd4b9a7.zip
Tidy up text alignments for secondary call info.
This fixes bad alignment in RTL languages. Bug: 18009146 Change-Id: I8691b5e017363158c6933f4b4e55c2c16ca3a2ac
Diffstat (limited to 'res/layout')
-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>