mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove 255-char limit on chat messages.
If people wanna spew, let them.
This commit is contained in:
parent
3c56490c01
commit
2c79df2f78
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
|||
android:layout_weight="1"
|
||||
android:scrollHorizontally="false"
|
||||
android:hint="@string/chat_hint"
|
||||
android:maxLength="255"
|
||||
/>
|
||||
<Button android:id="@+id/chat_send"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue