diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-01-19 00:32:56 -1000 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-01-19 11:38:46 +0100 |
| commit | 97cb0325fbb353b6b0b8989678333a085652c5e5 (patch) | |
| tree | 3a4cd6652e0738fa3c36c9b0a3dba88558941601 | |
| parent | 89bd78c4e3233788a3910443b1d7de3d2857c7c6 (diff) | |
| download | cgeo-97cb0325fbb353b6b0b8989678333a085652c5e5.zip cgeo-97cb0325fbb353b6b0b8989678333a085652c5e5.tar.gz cgeo-97cb0325fbb353b6b0b8989678333a085652c5e5.tar.bz2 | |
Limit TB log to 4000 characters
| -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" |
