<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h63"
|
android:background="@drawable/bg_write_border"
|
android:orientation="horizontal">
|
|
<LinearLayout
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="53"
|
android:gravity="center">
|
|
<com.basic.security.widget.CheckBox1
|
android:id="@+id/ck_data_head"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:button="@null"
|
android:textSize="@dimen/h21"
|
android:drawableLeft="@drawable/check_box_selector" />
|
</LinearLayout>
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="69"
|
android:gravity="center"
|
android:text="序号"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="290"
|
android:gravity="center"
|
android:text="有效时间"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="100"
|
android:gravity="center"
|
android:text="状态"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="40"
|
android:gravity="center"
|
android:text="操作"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
</LinearLayout>
|
</LinearLayout>
|