1 |
<?xml version="1.0" encoding="utf-8"?> |
---|
2 |
<LinearLayout |
---|
3 |
xmlns:android="http://schemas.android.com/apk/res/android" |
---|
4 |
android:orientation="vertical" |
---|
5 |
android:layout_width="fill_parent" |
---|
6 |
android:layout_height="fill_parent"> |
---|
7 |
<TextView |
---|
8 |
android:layout_width="fill_parent" |
---|
9 |
android:layout_height="wrap_content" |
---|
10 |
android:text="�����" |
---|
11 |
android:textSize="20sp" |
---|
12 |
android:layout_marginLeft="120px" |
---|
13 |
android:layout_marginBottom="10px" |
---|
14 |
/> |
---|
15 |
|
---|
16 |
<LinearLayout |
---|
17 |
android:layout_width="fill_parent" |
---|
18 |
android:layout_height="wrap_content" |
---|
19 |
android:orientation="horizontal"> |
---|
20 |
<TextView |
---|
21 |
android:layout_width="70px" |
---|
22 |
android:layout_height="wrap_content" |
---|
23 |
android:text="�대� : "/> |
---|
24 |
|
---|
25 |
<EditText |
---|
26 |
android:id="@+id/s_editText01" |
---|
27 |
android:layout_width="fill_parent" |
---|
28 |
android:layout_height="wrap_content" |
---|
29 |
android:hint="ex) ��만��/> |
---|
30 |
</LinearLayout> |
---|
31 |
|
---|
32 |
<LinearLayout |
---|
33 |
android:layout_width="fill_parent" |
---|
34 |
android:layout_height="wrap_content" |
---|
35 |
android:orientation="horizontal"> |
---|
36 |
<TextView |
---|
37 |
android:layout_width="70px" |
---|
38 |
android:layout_height="wrap_content" |
---|
39 |
android:text="二쇱� : "/> |
---|
40 |
|
---|
41 |
<EditText |
---|
42 |
android:id="@+id/s_editText02" |
---|
43 |
android:layout_width="fill_parent" |
---|
44 |
android:layout_height="wrap_content" |
---|
45 |
android:hint="ex) �����/> |
---|
46 |
</LinearLayout> |
---|
47 |
|
---|
48 |
<Button |
---|
49 |
android:id="@+id/s_button01" |
---|
50 |
android:layout_width="fill_parent" |
---|
51 |
android:layout_height="wrap_content" |
---|
52 |
android:text="硫�����鍮��濡��곗������" |
---|
53 |
android:layout_marginTop="240px" |
---|
54 |
/> |
---|
55 |
</LinearLayout> |
---|