Cap the length of dictionary words to keep TextView from exploding.
Bug 1994172
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
android:id="@+id/edittext"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLength="50"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user