diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-03-13 19:31:11 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-03-13 19:31:11 +0000 |
commit | d3693a27b65d83b5867cf4d6462826c0ec157216 (patch) | |
tree | da626b6e60068dfe769a291f25099256b5722c75 | |
parent | 923ddfdbab1a765fc00545f79479ac9d82adb8a1 (diff) | |
parent | 8dd4dffb64fb95ca298d70574d734a4807130578 (diff) |
Merge "Fix RTL label alignment in select SIM dialog"
-rw-r--r-- | java/com/android/contacts/common/res/layout/select_account_list_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/contacts/common/res/layout/select_account_list_item.xml b/java/com/android/contacts/common/res/layout/select_account_list_item.xml index 8f7cc7017..84cb1fd66 100644 --- a/java/com/android/contacts/common/res/layout/select_account_list_item.xml +++ b/java/com/android/contacts/common/res/layout/select_account_list_item.xml @@ -42,7 +42,7 @@ android:orientation="vertical"> <TextView android:id="@+id/label" - android:layout_width="match_parent" + android:layout_width="wrap_content" android:layout_height="wrap_content" android:includeFontPadding="false" android:textAppearance="?android:attr/textAppearanceMedium" @@ -57,7 +57,7 @@ android:visibility="gone"/> <TextView android:id="@+id/hint" - android:layout_width="match_parent" + android:layout_width="wrap_content" android:layout_height="wrap_content" android:includeFontPadding="false" android:maxLines="1" |