fragment_settings.xml 2.21 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">

    <com.huaheng.wms.view.MenuLayout
        android:id="@+id/warehouseLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
    </com.huaheng.wms.view.MenuLayout>
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="@color/lightgray"/>
    <com.huaheng.wms.view.MenuLayout
        android:id="@+id/companyLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
    </com.huaheng.wms.view.MenuLayout>
    <com.huaheng.wms.view.MenuLayout
        android:id="@+id/stationLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:visibility="gone">
    </com.huaheng.wms.view.MenuLayout>
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="@color/lightgray"/>
    <com.huaheng.wms.view.MenuLayout
        android:id="@+id/upgradeLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:visibility="gone">
    </com.huaheng.wms.view.MenuLayout>
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="@color/lightgray"
        android:visibility="gone"/>
    <com.huaheng.wms.view.MenuLayout
        android:id="@+id/versionLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
    </com.huaheng.wms.view.MenuLayout>
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="@color/lightgray"/>
    <com.huaheng.wms.view.MenuLayout
        android:id="@+id/exitLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
    </com.huaheng.wms.view.MenuLayout>
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="@color/lightgray"/>
</LinearLayout>