endian11
2020-10-26 9119ae3e2d99b5afbc8611a99fc134f35260955b
app/src/main/res/layout/layout_fragment_parkover_1.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
@@ -50,4 +50,18 @@
        />
</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>