<?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>
|