From 3500784e82173f736af3f81661bdb4281119412a Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Thu, 17 May 2018 11:26:21 -0700 Subject: [PATCH] Adjust Lock screen message for better accessibility. - increase text height to 48dp Change-Id: Ie3ab56eeed453bb7b131458a3966534a0bf68871 Fixes: 79711251 Test: visual --- res/layout/ownerinfo.xml | 1 + 1 file changed, 1 insertion(+) 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"