fragment_settings.xml
1.25 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.views.LineLayout
android:id="@+id/exitLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</com.huaheng.wms.views.LineLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/lightgray"/>
<com.huaheng.wms.views.LineLayout
android:id="@+id/upgradeLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</com.huaheng.wms.views.LineLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/lightgray"/>
<com.huaheng.wms.views.LineLayout
android:id="@+id/versionLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</com.huaheng.wms.views.LineLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/lightgray"/>
</LinearLayout>