From e7c3ca0e2ebde28b98847d1a21a6aa64fb4a973e Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 20 Jul 2018 15:34:13 -0700 Subject: [PATCH] Request lock screen message focus and limit character limit Change-Id: I78594d03ae5430f63e46cb97e2413c1c4bf60d8a Fixes: 111577594 Test: manual --- res/layout/ownerinfo.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml index 29e08402158..42d3e03e98b 100644 --- a/res/layout/ownerinfo.xml +++ b/res/layout/ownerinfo.xml @@ -29,7 +29,9 @@ android:gravity="top" android:hint="@string/owner_info_settings_edit_text_hint" android:inputType="textMultiLine|textCapSentences" - /> + android:maxLength="140"> + +