root/trunk/03.LayoutTest/res/layout/scrollview.xml

리비전 11, 1.0 kB (mefour에 의해 체크인됨, 15 년 전)

--

Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <ScrollView
3   xmlns:android="http://schemas.android.com/apk/res/android"
4   android:layout_width="fill_parent"
5   android:layout_height="fill_parent">
6           <TableLayout
7           android:layout_width="fill_parent"
8           android:layout_height="fill_parent">   
9                   <TableRow>
10                         <TextView
11                                 android:layout_width="wrap_content"
12                                 android:layout_height="wrap_content"           
13                                 android:text="�����2222222222222222222222222222222222222222222222222222"/>
14                         <EditText
15                                 android:id="@+id/et"
16                                 android:layout_width="wrap_content"
17                                 android:layout_height="wrap_content"           
18                                 android:hint="�����/>
19                   </TableRow>
20                   <TableRow>
21                         <Button
22                                 android:id="@+id/b1"
23                                 android:text="踰��1"/>
24                         <Button
25                                 android:id="@+id/b2"
26                                 android:text="踰��2"/>
27                         <Button
28                                 android:layout_height="500px"
29                                 android:id="@+id/b3"
30                                 android:text="踰��3"/>
31                   </TableRow>           
32         </TableLayout>
33 </ScrollView>
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.