endian11
2020-10-26 844af51bfcd8c4dadd1782a7fb7df3f2274807ac
app/src/main/res/layout/layout_fragment_stationsettin.xml
@@ -8,6 +8,7 @@
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/cross_school_max_speed"
        app:txt_des_tvedit = "学校/车站/横道区域最高速度KM/H"
        app:et_input="30"
        />
@@ -15,12 +16,14 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "通过学校/车站/横道,距离检查点的有效距离(米)"
        android:id="@+id/crossing_break_valid_distance"
        app:et_input="30"
        />
    <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:txt_des_tvedit = "停止线外需停车时,距停止线有效距离(米)"
        android:id="@+id/crossing_stop_valid_distance"
        app:et_input="3.0"
        />