Change the group name EditText view to be 48dp or higher.
Bug 29154966
Change-Id: Ia9731f39726d536dce24dfffb672e6fadb4b9e26
diff --git a/res/layout/group_name_dialog.xml b/res/layout/group_name_dialog.xml
index 03b298f..f19df86 100644
--- a/res/layout/group_name_dialog.xml
+++ b/res/layout/group_name_dialog.xml
@@ -27,5 +27,6 @@
<EditText
android:id="@+id/group_label"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:minHeight="@dimen/group_name_edit_text_min_height"/>
</FrameLayout>