]> Joshua Wise's Git repositories - dumload.git/blob - res/layout/main.xml
Make dumload configurable
[dumload.git] / res / layout / main.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
3     android:orientation="vertical"\r
4     android:layout_width="fill_parent"\r
5     android:layout_height="fill_parent"\r
6     >\r
7 <TextView  \r
8     android:id="@+id/suckit"\r
9     android:layout_width="fill_parent" \r
10     android:layout_height="wrap_content" \r
11     android:text="@string/hello"\r
12     />\r
13 <EditText\r
14     android:id="@+id/entry"\r
15     android:layout_width="fill_parent"\r
16     android:layout_height="wrap_content"\r
17     android:background="@android:drawable/editbox_background"\r
18     />\r
19 <Button\r
20     android:id="@+id/go"\r
21     android:layout_width="wrap_content"\r
22     android:layout_height="wrap_content"\r
23     android:text="Go!"\r
24     />\r
25 \r
26 </LinearLayout>\r
This page took 0.026674 seconds and 4 git commands to generate.