Merge "Fixed issue that SIM name was not completely displayed in select dialog" am: 5d2590d55e
am: d0f348f01e
Change-Id: If66fdaaa5f014bff2ec53f992cb477238b94fa37
diff --git a/res/layout/select_dialog_item.xml b/res/layout/select_dialog_item.xml
index 1215aa9..05f2ae5 100644
--- a/res/layout/select_dialog_item.xml
+++ b/res/layout/select_dialog_item.xml
@@ -22,7 +22,8 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="56dp"
+ android:layout_height="wrap_content"
+ android:minHeight="56dp"
android:orientation="vertical"
android:paddingBottom="8dp"
android:paddingEnd="24dp"