diff options
author | Amith Yamasani <yamasani@google.com> | 2011-09-13 13:40:27 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-09-13 13:40:27 -0700 |
commit | ecd7b8a77ea2a80feb74e69a3357e48072e05105 (patch) | |
tree | 2c550af413d873b97f6387174d10af66ab3e70ed /res/layout/ownerinfo.xml | |
parent | 52b2745e8532a209b2925c5240e63e2da7bad237 (diff) | |
download | packages_apps_Settings-ecd7b8a77ea2a80feb74e69a3357e48072e05105.zip packages_apps_Settings-ecd7b8a77ea2a80feb74e69a3357e48072e05105.tar.gz packages_apps_Settings-ecd7b8a77ea2a80feb74e69a3357e48072e05105.tar.bz2 |
Reduce string length for battery level and charging status.
Bug: 5269660
Turn off suggestions and spell checking for Owner Info
Bug: 5281173
Change-Id: I7c4830e700bb52581504e222376cc912d2f345fc
Diffstat (limited to 'res/layout/ownerinfo.xml')
-rw-r--r-- | res/layout/ownerinfo.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml index 14cdbcb..1001a21 100644 --- a/res/layout/ownerinfo.xml +++ b/res/layout/ownerinfo.xml @@ -61,6 +61,7 @@ android:hint="@string/owner_info_settings_edit_text_hint" android:lines="8" android:maxLines="8" + android:inputType="textNoSuggestions|textMultiLine" /> </LinearLayout> |