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

Annotation of /android/SmsSend/res/layout/config.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 745 - (hide annotations) (download) (as text)
Tue May 25 13:54:28 2010 UTC (14 years ago) by torben
File MIME type: text/xml
File size: 709 byte(s)
import
1 torben 745 <?xml version="1.0" encoding="utf-8"?>
2    
3     <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     android:stretchColumns="1">
7    
8     <TableRow>
9     <TextView
10     android:text="CoolSMS username"
11     />
12     <EditText
13     android:id="@+id/coolsms_user"
14     android:text=""
15     />
16     </TableRow>
17    
18     <TableRow>
19     <TextView
20     android:text="CoolSMS Password"
21     />
22     <EditText
23     android:id="@+id/coolsms_pass"
24     android:text=""
25     />
26     </TableRow>
27    
28    
29     <TableRow>
30     <Button
31     android:id="@+id/savebutton"
32     android:layout_span="2"
33     android:text="save"
34     />
35     </TableRow>
36    
37    
38     </TableLayout>

  ViewVC Help
Powered by ViewVC 1.1.20