리비전 56, 0.5 kB
(mefour에 의해 체크인됨, 15 년 전)
|
--
|
Line | |
---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|
2 |
<LinearLayout |
---|
3 |
xmlns:android="http://schemas.android.com/apk/res/android" |
---|
4 |
android:layout_width="wrap_content" |
---|
5 |
android:layout_height="wrap_content"> |
---|
6 |
<EditText |
---|
7 |
android:id="@+id/editTest01" |
---|
8 |
android:layout_width="fill_parent" |
---|
9 |
android:layout_height="wrap_content" |
---|
10 |
android:hint="��린��━�ㅽ�媛����硫�醫����/> |
---|
11 |
<ListView |
---|
12 |
android:id="@android:id/list" |
---|
13 |
android:layout_width="fill_parent" |
---|
14 |
android:layout_height="fill_parent" |
---|
15 |
/> |
---|
16 |
</LinearLayout> |
---|