File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 23
23
android : maxLines =" 1"
24
24
android : singleLine =" true" >
25
25
</EditText >
26
+
27
+ <Button
28
+ android : id =" @+id/goButton"
29
+ android : layout_width =" fill_parent"
30
+ android : layout_height =" wrap_content"
31
+ android : text =" Go" />
26
32
</TableRow >
27
33
28
34
<TableRow
29
35
android : layout_width =" fill_parent"
30
36
android : layout_height =" wrap_content" >
31
37
32
- <Button
33
- android : id =" @+id/goButton"
34
- android : layout_width =" fill_parent"
35
- android : layout_height =" wrap_content"
36
- android : text =" Go" >
37
- </Button >
38
38
<Button
39
39
android : id =" @+id/goDefaultButton"
40
40
android : layout_width =" fill_parent"
41
41
android : layout_height =" wrap_content"
42
- android : text =" Project Activity" >
43
- </Button >
42
+ android : text =" Project Activity" />
44
43
</TableRow >
45
44
</TableLayout >
46
45
You can’t perform that action at this time.
0 commit comments