--- android/SmsSend/res/layout/main.xml 2010/05/25 13:54:28 745 +++ android/SmsSend/res/layout/main.xml 2010/05/26 13:44:48 753 @@ -22,6 +22,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="from..." + android:maxLength="11" android:selectAllOnFocus="true" /> @@ -39,6 +40,7 @@ android:layout_height="wrap_content" android:text="message..." android:selectAllOnFocus="true" + android:maxLength="440" android:minLines="3" android:inputType="textMultiLine"/>