<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h71"
|
android:background="@drawable/bg_write_border">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h71"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="@dimen/h61"
|
android:layout_marginLeft="@dimen/w15"
|
android:layout_weight="1"
|
android:gravity="center"
|
android:text="规则名称"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
<!-- <TextView
|
android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/w15" android:textColor="@color/white" android:textSize="@dimen/h21"
|
android:layout_width="0dp"
|
android:layout_height="@dimen/h61"
|
android:layout_weight="1"
|
android:gravity="center"
|
android:text="规则类型" />-->
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="@dimen/h61"
|
android:layout_marginLeft="@dimen/w15"
|
android:layout_weight="2"
|
android:gravity="center"
|
android:text="有效时间"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="@dimen/h61"
|
android:layout_marginLeft="@dimen/w15"
|
android:layout_weight="1"
|
android:gravity="center"
|
android:text="操作"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
</LinearLayout>
|
</RelativeLayout>
|