리비전 11, 0.8 kB
(mefour에 의해 체크인됨, 15 년 전)
|
--
|
Line | |
---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|
2 |
<AbsoluteLayout |
---|
3 |
xmlns:android="http://schemas.android.com/apk/res/android" |
---|
4 |
android:layout_width="fill_parent" |
---|
5 |
android:layout_height="fill_parent"> |
---|
6 |
|
---|
7 |
<TextView |
---|
8 |
android:id="@+id/tb" |
---|
9 |
android:layout_width="wrap_content" |
---|
10 |
android:layout_height="wrap_content" |
---|
11 |
android:text="��� 諛곗�" |
---|
12 |
android:layout_x="10px" |
---|
13 |
android:layout_y="20px" |
---|
14 |
/> |
---|
15 |
|
---|
16 |
<Button |
---|
17 |
android:id="@+id/bt" |
---|
18 |
android:layout_width="100px" |
---|
19 |
android:layout_height="fill_parent" |
---|
20 |
android:text="踰��" |
---|
21 |
android:layout_x="50px" |
---|
22 |
android:layout_y="50px"/> |
---|
23 |
|
---|
24 |
<EditText |
---|
25 |
android:id="@+id/et" |
---|
26 |
android:layout_width="wrap_content" |
---|
27 |
android:layout_height="wrap_content" |
---|
28 |
android:text="����� |
---|
29 |
android:layout_x="100px" |
---|
30 |
android:layout_y="100px" |
---|
31 |
/> |
---|
32 |
</AbsoluteLayout> |
---|