lizhanwei
2020-01-08 c18de19b7c31f8f3436ece05378e07d089cf6b09
app/src/main/res/layout/layout_rtk_setting.xml
File was renamed from app/src/main/res/layout/layout_ftp_setting.xml
@@ -78,6 +78,18 @@
            android:text="192"
            android:inputType="numberDecimal"
            android:background="@android:drawable/editbox_background_normal"/>
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dp"
            android:text="电话:"/>
        <EditText
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/et_phone"
            android:text="19234567894"
            android:inputType="numberDecimal"
            android:background="@android:drawable/editbox_background_normal"/>
    </LinearLayout>
    <View
        android:layout_width="match_parent"