| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:txt_des_tvedit = "全程考试里程/米" |
| | | android:id="@+id/road_max_dist" |
| | | android:id="@+id/road_total_distance" |
| | | 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 = "下车时车门允许开启的时间/秒" |
| | | android:id="@+id/road_stop_open_door_time" |
| | | android:id="@+id/stop_car_open_door_allow_time" |
| | | app:et_input="17" |
| | | /> |
| | | <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:txt_des_tvedit = "靠边停车行驶距离限制/米" |
| | | android:id="@+id/road_stop_dist" |
| | | android:id="@+id/stop_car_limit_distance" |
| | | app:et_input="150" |
| | | /> <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:txt_des_tvedit = "靠边停车边沿到线距离(红牌)/米" |
| | | android:id="@+id/road_stop_edge_red_dist" |
| | | android:id="@+id/stop_car_edge_red_distance" |
| | | 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 = "靠边停车边沿到线距离(黄牌)/米" |
| | | android:id="@+id/road_stop_edge_yellow_dist" |
| | | android:id="@+id/stop_car_edge_yellow_distance" |
| | | app:et_input="17" |
| | | /> |
| | | |