Merge "Increase height of edittext"

This commit is contained in:
TreeHugger Robot
2019-07-17 09:38:56 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />
</LinearLayout>