root/trunk/20.ImIntentTest/res/layout/main.xml

리비전 52, 0.9 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         <LinearLayout
8                 android:orientation="horizontal"
9                 android:layout_width="fill_parent"
10                 android:layout_height="wrap_content">
11                 <TextView
12                         android:layout_width="wrap_content"
13                         android:layout_height="wrap_content"
14                         android:text="�ㅼ���踰�� :"/>
15                 <EditText       
16                         android:id="@+id/editText01"
17                         android:layout_width="fill_parent"
18                         android:layout_height="wrap_content"
19                         android:singleLine="true"/>
20         </LinearLayout>
21                 <Button
22                         android:id="@+id/button01"
23                         android:layout_width="fill_parent"
24                         android:layout_height="wrap_content"
25                         android:layout_weight="1"
26                         android:text="�ㅼ���泥�━ �≫�鍮�� �몄�"
27                         />     
28        
29 </LinearLayout>
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.