|
리비전 13, 0.7 kB
(mefour에 의해 체크인됨, 16 년 전)
|
--
|
| 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 |
<Button |
|---|
| 8 |
android:id="@+id/Button01" |
|---|
| 9 |
android:layout_width="100px" |
|---|
| 10 |
android:layout_height="wrap_content" |
|---|
| 11 |
android:text="�쇰�踰��"/> |
|---|
| 12 |
|
|---|
| 13 |
<ImageButton |
|---|
| 14 |
android:id="@+id/imageButton01" |
|---|
| 15 |
android:layout_width="100px" |
|---|
| 16 |
android:layout_height="100px" |
|---|
| 17 |
android:src="@drawable/flicker_web"/> |
|---|
| 18 |
|
|---|
| 19 |
<ToggleButton |
|---|
| 20 |
android:id="@+id/ToggleButton01" |
|---|
| 21 |
android:layout_width="100px" |
|---|
| 22 |
android:layout_height="wrap_content"/> |
|---|
| 23 |
</LinearLayout> |
|---|