endian11
2020-10-26 e95d97fece2929943b7576d5cd5f55f8bff4f23a
app/src/main/res/layout/layout_fragment_over_take.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:app="http://schemas.android.com/apk/res-auto"
<FrameLayout 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
@@ -9,8 +9,16 @@
        <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:txt_des_tvedit = "超车项目行驶距离/米"
            android:id="@+id/overtake_limit_distance"
            app:et_input="0.5"
            />
        <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:txt_des_tvedit = "超车时必须达到的速度"
            app:et_input="121"
            />
@@ -21,4 +29,18 @@
            app:txt_des_check = "超车完成后返回原车道"/>
    </LinearLayout>
</ScrollView>
    <Button
        android:id="@+id/btn_setting_save"
        android:layout_width="100dp"
        android:layout_height="@dimen/ui_margin_60dp"
        android:layout_marginLeft="16dp"
        android:layout_marginRight="16dp"
        android:layout_marginTop="32dp"
        android:layout_gravity="bottom|center"
        android:background="@drawable/btn_start_bg"
        android:textAllCaps="false"
        android:textColor="@android:color/white"
        android:textSize="@dimen/network_train_textsize32px"
        android:text="保存"/>
</FrameLayout>