From 97cb0325fbb353b6b0b8989678333a085652c5e5 Mon Sep 17 00:00:00 2001 From: campbeb Date: Sat, 19 Jan 2013 00:32:56 -1000 Subject: Limit TB log to 4000 characters --- main/res/layout/touch.xml | 1 + 1 file changed, 1 insertion(+) 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" />