summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-13 19:31:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-13 19:31:11 +0000
commitd3693a27b65d83b5867cf4d6462826c0ec157216 (patch)
treeda626b6e60068dfe769a291f25099256b5722c75
parent923ddfdbab1a765fc00545f79479ac9d82adb8a1 (diff)
parent8dd4dffb64fb95ca298d70574d734a4807130578 (diff)
Merge "Fix RTL label alignment in select SIM dialog"
-rw-r--r--java/com/android/contacts/common/res/layout/select_account_list_item.xml4
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"