diff options
author | Andrew Lee <anwlee@google.com> | 2015-08-04 19:52:52 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-04 19:52:52 +0000 |
commit | b0a7bddf8a796a508f7421cfc90079ffb418486c (patch) | |
tree | 65c3dd3454d8e5e632b6b62d8979afefc8a2ac2f | |
parent | c72ed1deb48cae7ef2feb49451511fa6194d90b4 (diff) | |
parent | e33213bc4cebc6c18b35aceaa71b1647271f968a (diff) |
am 74573496: Merge "Fix time and details alignment in RTL." into mnc-dev
* commit '745734969d69f4eb0e919e9945758905ce3455ce':
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" |