diff options
author | Andrew Lee <anwlee@google.com> | 2015-08-04 19:44:56 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-08-04 19:44:56 +0000 |
commit | e33213bc4cebc6c18b35aceaa71b1647271f968a (patch) | |
tree | 315038bbc31e0ad339c964cd831664fe825b3460 | |
parent | 07364d6aade5e05a403d16a3b366085bdb2710a0 (diff) | |
parent | a2db8bae0eb1b7c08fabc31fb13f4ef2d859f990 (diff) |
Merge "Fix time and details alignment in RTL." into mnc-dev
-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" |