From 7879047f65bb71d8b715a0f502ed7619669fb018 Mon Sep 17 00:00:00 2001 From: hughchen Date: Wed, 17 Jul 2019 14:34:00 +0800 Subject: [PATCH] Increase height of edittext Bug: 131134021 Test: RunSettingsRoboTests Change-Id: Ia85b99d2b1f7b730e66516e61a14979b0f68daa8 --- res/layout/dialog_edittext.xml | 1 + 1 file changed, 1 insertion(+) 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" />