리비전 54, 1.0 kB
(mefour에 의해 체크인됨, 15 년 전)
|
--
|
Line | |
---|
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 |
<EditText |
---|
8 |
android:id="@+id/editText01" |
---|
9 |
android:layout_width="fill_parent" |
---|
10 |
android:layout_height="170pt"/> |
---|
11 |
<LinearLayout |
---|
12 |
android:orientation="horizontal" |
---|
13 |
android:layout_width="fill_parent" |
---|
14 |
android:layout_height="fill_parent"> |
---|
15 |
<Button |
---|
16 |
android:id="@+id/button01" |
---|
17 |
android:layout_width="wrap_content" |
---|
18 |
android:layout_height="wrap_content" |
---|
19 |
android:text="����쎄린"/> |
---|
20 |
|
---|
21 |
<Button |
---|
22 |
android:id="@+id/button02" |
---|
23 |
android:layout_width="wrap_content" |
---|
24 |
android:layout_height="wrap_content" |
---|
25 |
android:text="����곌린"/> |
---|
26 |
|
---|
27 |
<Button |
---|
28 |
android:id="@+id/button03" |
---|
29 |
android:layout_width="fill_parent" |
---|
30 |
android:layout_height="wrap_content" |
---|
31 |
android:text="���鍮�� 醫��"/> |
---|
32 |
</LinearLayout> |
---|
33 |
</LinearLayout> |
---|