리비전 42, 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 |
> |
---|
7 |
<TextView |
---|
8 |
android:id="@+id/textView01" |
---|
9 |
android:layout_width="fill_parent" |
---|
10 |
android:layout_height="wrap_content" |
---|
11 |
android:text="Main.Activity" |
---|
12 |
android:layout_marginLeft="120px"/> |
---|
13 |
<Button |
---|
14 |
android:id="@+id/button01" |
---|
15 |
android:layout_width="fill_parent" |
---|
16 |
android:layout_height="wrap_content" |
---|
17 |
android:text="to Sub-Activity"/> |
---|
18 |
<!-- ��㈃��諛���� --> |
---|
19 |
<Button |
---|
20 |
android:id="@+id/button02" |
---|
21 |
android:layout_width="fill_parent" |
---|
22 |
android:layout_height="wrap_content" |
---|
23 |
android:text="show Dialog"/> |
---|
24 |
<!-- ��㈃��諛��吏�� �����. --> |
---|
25 |
</LinearLayout> |
---|