Cap the length of dictionary words to keep TextView from exploding.

Bug 1994172
This commit is contained in:
Eric Fischer
2009-08-20 10:17:28 -07:00
parent acae2c2142
commit c27b12c9dc

View File

@@ -24,6 +24,7 @@
android:id="@+id/edittext" android:id="@+id/edittext"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxLength="50"
/> />
</LinearLayout> </LinearLayout>