리비전 58, 0.6 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: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:layout_margin="70px" |
---|
12 |
android:textSize="10pt" |
---|
13 |
/> |
---|
14 |
|
---|
15 |
<Button |
---|
16 |
android:id="@+id/s_button01" |
---|
17 |
android:layout_width="fill_parent" |
---|
18 |
android:layout_height="wrap_content" |
---|
19 |
android:text="硫�� ���鍮��濡� �대�"/> |
---|
20 |
</LinearLayout> |
---|