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