summaryrefslogtreecommitdiff
path: root/InCallUI
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
commite736798d5d8bd9de0df3df5e91a4b652e120efa3 (patch)
treebf4672487d9d11db46ea023802510d48ad2e2c86 /InCallUI
parent6cf8e8bf4e197d533c8b4ac9f177ff4252062637 (diff)
parent6a33be4bddc9f4397ad0448f0f209098edc9feb6 (diff)
Merge "Tidy up text alignments for secondary call info." into lmp-mr1-dev
Diffstat (limited to 'InCallUI')
-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>