리비전 15, 0.8 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 |
<CheckBox |
---|
7 |
android:id="@+id/checBox01" |
---|
8 |
android:layout_width="fill_parent" |
---|
9 |
android:layout_height="wrap_content" |
---|
10 |
android:text="泥댄� ��� ���"/> |
---|
11 |
<TextView |
---|
12 |
android:id="@+id/tv" |
---|
13 |
android:layout_width="fill_parent" |
---|
14 |
android:layout_height="wrap_content" |
---|
15 |
android:text="text����� |
---|
16 |
/> |
---|
17 |
|
---|
18 |
<EditText |
---|
19 |
android:id="@+id/editText01" |
---|
20 |
android:layout_width="fill_parent" |
---|
21 |
android:layout_height="wrap_content" |
---|
22 |
android:textSize="10pt" |
---|
23 |
android:textColor="#FF0000" |
---|
24 |
android:singleLine="true" |
---|
25 |
android:hint="10�����" |
---|
26 |
/> |
---|
27 |
</LinearLayout> |
---|