diff options
author | Andrew Lee <anwlee@google.com> | 2015-08-04 21:11:14 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-04 21:11:14 +0000 |
commit | 8bbf18078581673489ce39a1a22b002334248155 (patch) | |
tree | f940caf66877f29b6864ffd2543f83b078559290 | |
parent | f66d216fd4cd8809dfd6f3e24f79dd14e43e2d0a (diff) | |
parent | f4d2d97549da5bff566b14f4cf286890ac30d098 (diff) |
am 47c8d67a: am c692db1f: am 74573496: Merge "Fix time and details alignment in RTL." into mnc-dev
* commit '47c8d67aed3f3b3a4c0252b5dea1394e9853e998':
Fix time and details alignment in RTL.
-rw-r--r-- | InCallUI/res/layout/primary_call_info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/InCallUI/res/layout/primary_call_info.xml b/InCallUI/res/layout/primary_call_info.xml index c680ed6b9..89943df8c 100644 --- a/InCallUI/res/layout/primary_call_info.xml +++ b/InCallUI/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" |