diff options
| -rw-r--r-- | main/res/layout/touch.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/layout/touch.xml b/main/res/layout/touch.xml index 0341e39..3ae086b 100644 --- a/main/res/layout/touch.xml +++ b/main/res/layout/touch.xml @@ -48,6 +48,7 @@ android:hint="@string/log_new_log_text" android:singleLine="false" android:lines="5" + android:maxLength="4000" android:inputType="textMultiLine|textCapSentences" /> <LinearLayout android:id="@+id/tweet_box" android:layout_width="fill_parent" |
