summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-08-03 18:28:09 -0700
committerAndrew Lee <anwlee@google.com>2015-08-04 10:45:58 -0700
commit2336fd577df24ede3533f266fcdf05b32b4bdc7b (patch)
tree5bfb49ff42f9c8c316d0030425965a69cfdb1291
parentf8f94b2f55f9c63280aceb08876d9e02f90a6f71 (diff)
downloadInCallUI-2336fd577df24ede3533f266fcdf05b32b4bdc7b.tar.gz
Fix time and details alignment in RTL.
Bug: 22155815 Change-Id: Ie82b9970d1d5794b8ff7e7606fd63df14516e480
-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"