From c27b12c9dc76b7072bc3555588e2b8e60b5eaee1 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 20 Aug 2009 10:17:28 -0700 Subject: [PATCH] Cap the length of dictionary words to keep TextView from exploding. Bug 1994172 --- res/layout/dialog_edittext.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/dialog_edittext.xml b/res/layout/dialog_edittext.xml index 9ef1205a8aa..0dcf673f2ed 100644 --- a/res/layout/dialog_edittext.xml +++ b/res/layout/dialog_edittext.xml @@ -24,6 +24,7 @@ android:id="@+id/edittext" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:maxLength="50" /> - \ No newline at end of file +