/[projects]/android/SmsSend/res/layout/main.xml
ViewVC logotype

Diff of /android/SmsSend/res/layout/main.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 752 by torben, Tue May 25 13:54:28 2010 UTC revision 753 by torben, Wed May 26 13:44:48 2010 UTC
# Line 22  Line 22 
22                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
23              android:layout_height="wrap_content"              android:layout_height="wrap_content"
24              android:text="from..."              android:text="from..."
25                android:maxLength="11"
26              android:selectAllOnFocus="true"              android:selectAllOnFocus="true"
27                            
28              />              />
# Line 39  Line 40 
40              android:layout_height="wrap_content"              android:layout_height="wrap_content"
41              android:text="message..."              android:text="message..."
42              android:selectAllOnFocus="true"              android:selectAllOnFocus="true"
43                android:maxLength="440"
44                            
45              android:minLines="3"              android:minLines="3"
46              android:inputType="textMultiLine"/>              android:inputType="textMultiLine"/>

Legend:
Removed from v.752  
changed lines
  Added in v.753

  ViewVC Help
Powered by ViewVC 1.1.20