33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<LinearLayout
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
style="?header"
|
|
android:gravity="center_vertical" >
|
|
|
|
|
|
<TextView
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/unitName"
|
|
android:textColor="#ffffff"
|
|
android:textStyle="bold"
|
|
android:layout_weight="1"
|
|
android:paddingLeft="4dp"
|
|
android:gravity="left|center_vertical"
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageCheckAll"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="0"
|
|
android:layout_marginRight="1dp"
|
|
android:paddingLeft="2dp"
|
|
android:background="@drawable/uncheck_all"/>
|
|
</LinearLayout>
|
|
</LinearLayout> |