OSDN Git Service

Adjust Lock screen message for better accessibility.
authorDoris Ling <dling@google.com>
Thu, 17 May 2018 18:26:21 +0000 (11:26 -0700)
committerDoris Ling <dling@google.com>
Thu, 17 May 2018 21:45:18 +0000 (14:45 -0700)
- increase text height to 48dp

Change-Id: Ie3ab56eeed453bb7b131458a3966534a0bf68871
Fixes: 79711251
Test: visual

res/layout/ownerinfo.xml

index c5eaff5..29e0840 100644 (file)
@@ -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"