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

리비전 11, 1.0 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="wrap_content">
7   <LinearLayout
8         android:orientation="horizontal"
9         android:layout_width="fill_parent"
10         android:layout_height="wrap_content"
11   >
12         <TextView
13                 android:layout_width="wrap_content"
14                 android:layout_height="wrap_content"
15                 android:text="URL "/>
16         <EditText
17                 android:layout_width="fill_parent"
18                 android:layout_height="wrap_content"/>
19   </LinearLayout>       
20   <LinearLayout
21         android:orientation="horizontal"
22         android:layout_width="fill_parent"
23         android:layout_height="wrap_content"
24         android:gravity="right"
25   >
26         <Button
27                 android:layout_width="wrap_content"
28                 android:layout_height="wrap_content"
29                 android:text="���"
30                
31                 />
32         <Button
33                 android:layout_width="wrap_content"
34                 android:layout_height="wrap_content"
35                 android:text="痍⑥�"/>
36   </LinearLayout>
37 </LinearLayout>
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.