From 836b777fa5a847e48adf807b54493e844c476e13 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Fri, 20 Jul 2018 16:37:07 -0700 Subject: [PATCH] Remove the character limit This could cause existing messages to get clipped Effectively reverting part of e7c3ca0e2ebde28b98847d1a21a6aa64fb4a973e Bug: 111577594 Test: None, is a revert of this config Change-Id: Ifaa8c9674db3c6865b3b59fcd254bb3e2b20a5f5 --- res/layout/ownerinfo.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml index 42d3e03e98b..18ac461ee24 100644 --- a/res/layout/ownerinfo.xml +++ b/res/layout/ownerinfo.xml @@ -28,8 +28,7 @@ android:minHeight="@dimen/min_tap_target_size" android:gravity="top" android:hint="@string/owner_info_settings_edit_text_hint" - android:inputType="textMultiLine|textCapSentences" - android:maxLength="140"> + android:inputType="textMultiLine|textCapSentences">