Merge change 22324 into eclair

* changes:
  Cap the length of dictionary words to keep TextView from exploding.
This commit is contained in:
Android (Google) Code Review
2009-08-21 14:17:53 -07:00

View File

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