zhangzengfei
2022-01-10 4496b59ab27d569df1da7ef634e02273b3a9618a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?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
            style="@style/setting_text"
            android:layout_width="0dp"
            android:layout_height="@dimen/h61"
            android:layout_weight="1"
            android:gravity="center"
            android:text="规则名称" />
 
       <!-- <TextView
            style="@style/setting_text"
            android:layout_width="0dp"
            android:layout_height="@dimen/h61"
            android:layout_weight="1"
            android:gravity="center"
            android:text="规则类型" />-->
 
        <TextView
            style="@style/setting_text"
            android:layout_width="0dp"
            android:layout_height="@dimen/h61"
            android:layout_weight="2"
            android:gravity="center"
            android:text="有效时间" />
 
        <TextView
            style="@style/setting_text"
            android:layout_width="0dp"
            android:layout_height="@dimen/h61"
            android:layout_weight="1"
            android:gravity="center"
            android:text="操作" />
 
    </LinearLayout>
 
</RelativeLayout>