endian11
2021-01-19 b2fe9c4f073523284c671bf8895a8412cd269518
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
    android:layout_height="match_parent">
<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "起步发动机最高转速"
        app:et_input="2500"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextCheckBox
        android:layout_width="match_parent"
        android:layout_height="50dp"
        app:txt_des_check = "只在起步项目时检查发动机转速高"/>
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "全程限制最高速度"
        app:et_input="48"
        />    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "全程必须达到指定速度"
        app:et_input="20"
        /><safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "全程必须达到指定速度里程/米"
        app:et_input="20"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextCheckBox
        android:layout_width="match_parent"
        android:layout_height="50dp"
        app:txt_des_check = "必须连续达到指定速度"/>
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "全程必须达到指定档位"
        app:et_input="4"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "全程必须达到指定档位里程/米"
        app:et_input="4"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "全程必须达到指定档位时间/秒"
        app:et_input="2"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextCheckBox
        android:layout_width="match_parent"
        android:layout_height="50dp"
        app:check_not = "true"
        app:txt_des_check = "必须连续达到指定档位"/>
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "起步或停车时离合使用时间/秒"
        app:et_input="2"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "离合行驶时最长使用时间/秒"
        app:et_input="2"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "离合行驶时最长使用距离/米"
        app:et_input="2"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "允许空挡滑行/秒"
        app:et_input="3"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "连续变更车道中间间隔时间/秒"
        app:et_input="5"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextCheckBox
        android:layout_width="match_parent"
        android:layout_height="50dp"
        app:check_not = "false"
        app:txt_des_check = "评判公交车站、学校区域路口直行、保持执行、会车等项目禁止使用转向灯"/>
</LinearLayout>
</ScrollView>