1 |
<?xml version="1.0" encoding="utf-8"?> |
---|
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
---|
3 |
android:orientation="vertical" |
---|
4 |
android:layout_width="fill_parent" |
---|
5 |
android:layout_height="fill_parent" |
---|
6 |
> |
---|
7 |
<Button |
---|
8 |
android:id="@+id/button01" |
---|
9 |
android:layout_width="fill_parent" |
---|
10 |
android:layout_height="wrap_content" |
---|
11 |
android:text="���釉����"/> |
---|
12 |
|
---|
13 |
<Button |
---|
14 |
android:id="@+id/button02" |
---|
15 |
android:layout_width="fill_parent" |
---|
16 |
android:layout_height="wrap_content" |
---|
17 |
android:text="���釉����"/> |
---|
18 |
|
---|
19 |
<LinearLayout |
---|
20 |
android:orientation="horizontal" |
---|
21 |
android:layout_width="fill_parent" |
---|
22 |
android:layout_height="wrap_content" |
---|
23 |
android:layout_marginTop="10px"> |
---|
24 |
|
---|
25 |
<Button |
---|
26 |
android:id="@+id/button03" |
---|
27 |
android:layout_width="fill_parent" |
---|
28 |
android:layout_height="wrap_content" |
---|
29 |
android:text="���" |
---|
30 |
android:layout_weight="1"/> |
---|
31 |
|
---|
32 |
<Button |
---|
33 |
android:id="@+id/button04" |
---|
34 |
android:layout_width="fill_parent" |
---|
35 |
android:layout_height="wrap_content" |
---|
36 |
android:text="���" |
---|
37 |
android:layout_weight="1"/> |
---|
38 |
|
---|
39 |
<Button |
---|
40 |
android:id="@+id/button05" |
---|
41 |
android:layout_width="fill_parent" |
---|
42 |
android:layout_height="wrap_content" |
---|
43 |
android:text="���" |
---|
44 |
android:layout_weight="1"/> |
---|
45 |
|
---|
46 |
<Button |
---|
47 |
android:id="@+id/button06" |
---|
48 |
android:layout_width="fill_parent" |
---|
49 |
android:layout_height="wrap_content" |
---|
50 |
android:text="議고�" |
---|
51 |
android:layout_weight="1"/> |
---|
52 |
</LinearLayout> |
---|
53 |
|
---|
54 |
<EditText |
---|
55 |
android:id="@+id/editText01" |
---|
56 |
android:layout_width="fill_parent" |
---|
57 |
android:layout_height="wrap_content" |
---|
58 |
android:hint="���利��(PK)"/> |
---|
59 |
|
---|
60 |
<EditText |
---|
61 |
android:id="@+id/editText02" |
---|
62 |
android:layout_width="fill_parent" |
---|
63 |
android:layout_height="wrap_content" |
---|
64 |
android:hint="�대�"/> |
---|
65 |
|
---|
66 |
<EditText |
---|
67 |
android:id="@+id/editText03" |
---|
68 |
android:layout_width="fill_parent" |
---|
69 |
android:layout_height="fill_parent" |
---|
70 |
android:hint="二쇱�"/> |
---|
71 |
</LinearLayout> |
---|