diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml index c5eaff5f50c..29e08402158 100644 --- a/res/layout/ownerinfo.xml +++ b/res/layout/ownerinfo.xml @@ -25,6 +25,7 @@ android:id="@+id/owner_info_edit_text" android:layout_width="match_parent" android:layout_height="wrap_content" + android:minHeight="@dimen/min_tap_target_size" android:gravity="top" android:hint="@string/owner_info_settings_edit_text_hint" android:inputType="textMultiLine|textCapSentences"