diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-01-19 02:11:40 -0800 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-01-19 02:11:40 -0800 |
| commit | 891ef8fcd1c39d0b367c0f94e3e5a2b85cc4e25f (patch) | |
| tree | b27ffb7efd3e253d79635fe28acb661a64c220b9 | |
| parent | 9725f3a437d84d52dcab80266664a9ba9818e64f (diff) | |
| parent | 5931a97400ab62c2a19fed5dab0c1f3fbee8992e (diff) | |
| download | cgeo-891ef8fcd1c39d0b367c0f94e3e5a2b85cc4e25f.zip cgeo-891ef8fcd1c39d0b367c0f94e3e5a2b85cc4e25f.tar.gz cgeo-891ef8fcd1c39d0b367c0f94e3e5a2b85cc4e25f.tar.bz2 | |
Merge pull request #2411 from campbeb/fix2409
Fix #2409 - Limit log text to 4000 characters
| -rw-r--r-- | main/res/layout/visit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/layout/visit.xml b/main/res/layout/visit.xml index e88c21b..f1c161c 100644 --- a/main/res/layout/visit.xml +++ b/main/res/layout/visit.xml @@ -50,6 +50,7 @@ android:singleLine="false" android:layout_height="wrap_content" android:minLines="5" + android:maxLength="4000" android:inputType="textMultiLine|textCapSentences"/> <LinearLayout android:id="@+id/tweet_box" android:layout_width="fill_parent" |
