summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-01-10 01:57:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-10 01:57:32 +0000
commitaec15e0719ad5f01dcf48ae9e13311140bdadae4 (patch)
tree900d8ea6a157ae2620c78bbc97ea547958e86c45 /InCallUI/res
parentfb49d3b9b625aa11878e7f75ab51781ec54cc915 (diff)
parent6df1e263dcbbff92c584fe13a9d49bd75ae58cae (diff)
am 2128fb9e: am 4ba60da1: am 8e1c0a98: Merge "Tidy up text alignments for secondary call info." into lmp-mr1-dev
* commit '2128fb9e9350517ddbd01c091faa1ba678663455': Tidy up text alignments for secondary call info.
Diffstat (limited to 'InCallUI/res')
-rw-r--r--InCallUI/res/layout/secondary_call_info.xml3
1 files changed, 2 insertions, 1 deletions
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"/>
</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>