Skip to content

Commit 885c518

Browse files
committed
Rearrange layout a bit.
1 parent e2f121f commit 885c518

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

AndroidRss/res/layout/main.xml

+7-8
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,23 @@
2323
android:maxLines="1"
2424
android:singleLine="true" >
2525
</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" />
2632
</TableRow>
2733

2834
<TableRow
2935
android:layout_width="fill_parent"
3036
android:layout_height="wrap_content" >
3137

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>
3838
<Button
3939
android:id="@+id/goDefaultButton"
4040
android:layout_width="fill_parent"
4141
android:layout_height="wrap_content"
42-
android:text="Project Activity" >
43-
</Button>
42+
android:text="Project Activity" />
4443
</TableRow>
4544
</TableLayout>
4645

0 commit comments

Comments
 (0)