/[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 1134 by torben, Wed May 26 13:44:48 2010 UTC revision 1135 by torben, Mon Sep 27 05:27:38 2010 UTC
# Line 21  Line 21 
21          <EditText android:id="@+id/origin"          <EditText android:id="@+id/origin"
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..."  
25                android:hint="@string/from"
26              android:maxLength="11"              android:maxLength="11"
27              android:selectAllOnFocus="true"              android:selectAllOnFocus="true"
28                            
# Line 31  Line 32 
32                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
33              android:layout_height="wrap_content"              android:layout_height="wrap_content"
34              android:inputType="phone"              android:inputType="phone"
35              android:text="to..."              android:hint="@string/to"
36              android:selectAllOnFocus="true"              android:selectAllOnFocus="true"
37              />              />
38                            
39          <EditText android:id="@+id/message"          <EditText android:id="@+id/message"
40                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
41              android:layout_height="wrap_content"              android:layout_height="wrap_content"
42              android:text="message..."              android:hint="@string/message"
43              android:selectAllOnFocus="true"              android:selectAllOnFocus="true"
44              android:maxLength="440"              android:maxLength="440"
45                            
# Line 53  Line 54 
54          >          >
55    
56                  <TextView                  <TextView
57                          android:layout_width="wrap_content"                          android:layout_width="0px"
58                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
59                  android:layout_weight="1"                  android:layout_weight="1"
60                  android:text="Count:"                  android:text="Count:"
61                  />                  />
62                  <EditText android:id="@+id/count"                  <EditText android:id="@+id/count"
63                          android:layout_width="wrap_content"                          android:layout_width="0px"
64                      android:layout_height="wrap_content"                      android:layout_height="wrap_content"
65                      android:layout_weight="1"                      android:layout_weight="1"
66                      android:inputType="number"                      android:inputType="number"
# Line 74  Line 75 
75          >          >
76    
77                  <TextView                  <TextView
78                          android:layout_width="wrap_content"                          android:layout_width="0px"
79                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
80                  android:layout_weight="1"                  android:layout_weight="1"
81                  android:text="Interval:"                  android:text="Interval:"
82                  />                  />
83                  <EditText android:id="@+id/interval"                  <EditText android:id="@+id/interval"
84                          android:layout_width="wrap_content"                          android:layout_width="0px"
85                      android:layout_height="wrap_content"                      android:layout_height="wrap_content"
86                      android:layout_weight="1"                      android:layout_weight="1"
87                      android:inputType="number"                                    android:inputType="number"              

Legend:
Removed from v.1134  
changed lines
  Added in v.1135

  ViewVC Help
Powered by ViewVC 1.1.20