root/trunk/24.SocketTest/res/layout/main.xml

리비전 60, 1.4 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:layout_width="fill_parent"
9         android:layout_height="wrap_content"
10         android:text="�ы� 泥댄�"
11         android:layout_marginLeft="80px"
12         android:textSize="17pt"
13         />
14         <EditText
15                 android:id="@+id/editText01"
16                 android:layout_width="fill_parent"
17                 android:layout_height="250px"
18                 android:layout_marginTop="10px"
19                 />
20                
21         <EditText
22                 android:id="@+id/editText02"
23                 android:layout_width="fill_parent"
24                 android:layout_height="wrap_content"
25                 android:layout_marginTop="10px"
26                 />
27        
28         <LinearLayout
29                 android:orientation="horizontal"
30                 android:layout_width="fill_parent"
31                 android:layout_height="wrap_content">
32                 <Button
33                         android:id="@+id/button01"
34                         android:layout_width="fill_parent"
35                         android:layout_height="wrap_content"
36                         android:layout_weight="1"
37                         android:text="�곌껐"/>
38                        
39                 <Button
40                         android:id="@+id/button02"
41                         android:layout_width="fill_parent"
42                         android:layout_height="wrap_content"
43                         android:layout_weight="1"
44                         android:text="���"/>
45                        
46                 <Button
47                         android:id="@+id/button03"
48                         android:layout_width="fill_parent"
49                         android:layout_height="wrap_content"
50                         android:layout_weight="1"
51                         android:text="泥��"/>
52         </LinearLayout>
53 </LinearLayout>
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.