<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout
|
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"
|
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="3000"
|
/>
|
<safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
app:txt_des_tvedit = "转向灯最长使用距离"
|
app:et_input="200"
|
/>
|
<safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
app:txt_des_tvedit = "转向灯最长使用时间/秒"
|
app:et_input="27"
|
/>
|
|
<safeluck.drive.evaluation.fragment.rulefragments.cview.TextCheckBox
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
app:txt_des_check = "变更车道或超车时保持转向灯3秒以上视为打转向灯"/>
|
<safeluck.drive.evaluation.fragment.rulefragments.cview.TextCheckBox
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
app:txt_des_check = "在转弯时灯光保持3秒视为打转向灯"/>
|
<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.TextCheckBox
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
app:txt_des_check = "在转弯时灯光保持3秒视为完成转弯项目"/>
|
|
|
</LinearLayout>
|