root/trunk/03.LayoutTest/res/layout/linearlayout.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="fill_parent">
7  
8           <EditText android:id="@+id/et"
9                                 android:layout_width="fill_parent"
10                                 android:layout_height="wrap_content"
11                                 android:hint="EditText �����
12                                 android:layout_weight="0.5"
13                                 />
14                                
15           <Button   android:id="@+id/b1"
16                                 android:layout_width="fill_parent"
17                                 android:layout_height="wrap_content"
18                                 android:text="Button"
19                                 android:textSize="15pt"
20                                 android:textColor="#FF0000"
21                                 android:textStyle="italic"
22                                 android:background="@drawable/start"
23                                 android:layout_weight="1"
24           />
25           <!--
26            <Button   android:id="@+id/b2"
27                                 android:layout_width="fill_parent"
28                                 android:layout_height="wrap_content"
29                                 android:text="Button"
30                                 android:layout_weight="1"
31           />
32           -->
33 </LinearLayout>
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.