Merge "Increase height of edittext"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1258c94f9d
@@ -28,6 +28,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="textCapSentences"
|
android:inputType="textCapSentences"
|
||||||
|
android:minHeight="@dimen/min_tap_target_size"
|
||||||
android:maxLength="50"
|
android:maxLength="50"
|
||||||
android:singleLine="true" />
|
android:singleLine="true" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user