summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-06-29 14:52:54 -0400
committerJason Monk <jmonk@google.com>2015-06-29 15:42:41 -0400
commitd79984c9e4e3e130ac3a0a23b5e5cf3cdab104c7 (patch)
treefe60d901fdac2a3388199e84050d864e16542c7a /res/layout
parent52dce9d3340da087fadf4689a07c943d9a121071 (diff)
downloadpackages_apps_Settings-d79984c9e4e3e130ac3a0a23b5e5cf3cdab104c7.zip
packages_apps_Settings-d79984c9e4e3e130ac3a0a23b5e5cf3cdab104c7.tar.gz
packages_apps_Settings-d79984c9e4e3e130ac3a0a23b5e5cf3cdab104c7.tar.bz2
Remove char limit from owner info
Bug: 21959734 Change-Id: I21854309ca390cb126ba50feaa56fb9a35b862e1
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/ownerinfo.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml
index 828ffcc..c5eaff5 100644
--- a/res/layout/ownerinfo.xml
+++ b/res/layout/ownerinfo.xml
@@ -27,17 +27,8 @@
android:layout_height="wrap_content"
android:gravity="top"
android:hint="@string/owner_info_settings_edit_text_hint"
- android:maxLength="100"
android:inputType="textMultiLine|textCapSentences"
/>
- <TextView
- android:id="@+id/owner_info_status"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="end"
- android:textAppearance="?android:attr/textAppearanceSmall"
- />
-
</LinearLayout>