summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-08-04 19:44:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-08-04 19:44:56 +0000
commit745734969d69f4eb0e919e9945758905ce3455ce (patch)
treebdfe1c13a06acd33d295247ae9ee6d52151bcbf0
parent50ccc0c6cbfc1fce25ada87da13f4e974612d2a8 (diff)
parent2336fd577df24ede3533f266fcdf05b32b4bdc7b (diff)
downloadInCallUI-745734969d69f4eb0e919e9945758905ce3455ce.tar.gz
Merge "Fix time and details alignment in RTL." into mnc-dev
-rw-r--r--res/layout/primary_call_info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/primary_call_info.xml b/res/layout/primary_call_info.xml
index c680ed6b..89943df8 100644
--- a/res/layout/primary_call_info.xml
+++ b/res/layout/primary_call_info.xml
@@ -131,6 +131,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="6dp"
+ android:textAlignment="viewStart"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/incall_call_banner_subtext_color"
android:textSize="@dimen/call_label_text_size"