diff --git a/res/layout/dialog_edittext.xml b/res/layout/dialog_edittext.xml index 22729b66ef2..f7062f06fd2 100644 --- a/res/layout/dialog_edittext.xml +++ b/res/layout/dialog_edittext.xml @@ -28,6 +28,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textCapSentences" + android:minHeight="@dimen/min_tap_target_size" android:maxLength="50" android:singleLine="true" />