|
|
@@ -1,24 +1,16 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<com.qmuiteam.qmui.widget.QMUIWindowInsetLayout |
|
|
|
<RelativeLayout |
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@mipmap/dpbj" |
|
|
|
tools:context=".MainActivity"> |
|
|
|
|
|
|
|
<com.qmuiteam.qmui.widget.QMUITopBarLayout |
|
|
|
android:id="@+id/topbar" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:fitsSystemWindows="true"> |
|
|
|
</com.qmuiteam.qmui.widget.QMUITopBarLayout> |
|
|
|
|
|
|
|
<!-- <com.qmuiteam.qmui.widget.QMUILoadingView--> |
|
|
|
<!-- android:id="@+id/loadView"--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="50dp">--> |
|
|
|
|
|
|
|
<!-- </com.qmuiteam.qmui.widget.QMUILoadingView>--> |
|
|
|
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="我是主界面" |
|
|
|
android:textSize="30dp"> |
|
|
|
</TextView> |
|
|
|
</RelativeLayout> |