am 57d72f2c: Merge change 22324 into eclair

Merge commit '57d72f2c5d3de1eff9c11b43c30af796ebc008d7'

* commit '57d72f2c5d3de1eff9c11b43c30af796ebc008d7':
  Cap the length of dictionary words to keep TextView from exploding.
This commit is contained in:
Eric Fischer
2009-08-21 14:21:41 -07:00
committed by Android Git Automerger

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>