[linear_layout_10.xml]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:addStatesFromChildren="true"
android:gravity="center_vertical"
android:paddingRight="0dip"
android:background="@android:drawable/edit_text">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/linear_layout_10_from"
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceLargeInverse"
/>
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:background="@null"
/>
<ImageButton
style="@android:style/Widget.Button.Inset"
android:src="@android:drawable/star_big_on"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dip"
android:layout_marginRight="2dip"
android:layout_marginBottom="2dip"
android:padding="10dip"
/>
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:addStatesFromChildren="true"
android:gravity="center_vertical"
android:paddingRight="0dip"
android:background="@android:drawable/edit_text">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/linear_layout_10_to"
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceLargeInverse"
/>
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:background="@null"
/>
<ImageButton
style="@android:style/Widget.Button.Inset"
android:src="@android:drawable/star_big_on"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dip"
android:layout_marginRight="2dip"
android:layout_marginBottom="2dip"
android:padding="10dip"
/>
</LinearLayout>
</LinearLayout>
'old > API_Demo' 카테고리의 다른 글
Views_Layout_Relative Layout_Simple Form (0) | 2010.04.26 |
---|---|
Views_Layout_Relative Layout_Vertical (0) | 2010.04.26 |
Views_Layout_Linear Layout_Layout Weight (0) | 2010.04.26 |
Views_Layout_Linear Layout_Gravity (0) | 2010.04.26 |
Views_Layout_Linear Layout_Fill Parent (0) | 2010.04.26 |