|
|
@@ -0,0 +1,63 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<com.qmuiteam.qmui.widget.QMUIWindowInsetLayout 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="#FFFFFF" |
|
|
|
tools:context=".MainActivity"> |
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
android:id="@+id/scrollView" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_alignParentTop="true" |
|
|
|
android:fillViewport="true" |
|
|
|
android:scrollbarThumbVertical="@android:color/transparent" |
|
|
|
android:scrollbars="vertical"> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:background="#3D7B97" |
|
|
|
android:layout_height="30dp"> |
|
|
|
<TextView |
|
|
|
android:gravity="center" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="黑菠萝压力锅监控系统"></TextView> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="500dp" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_marginBottom="50dp" |
|
|
|
android:scaleType="fitEnd" |
|
|
|
app:srcCompat="@drawable/ylg"></ImageView> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:background="#5B9BB8" |
|
|
|
android:layout_height="30dp"> |
|
|
|
<TextView |
|
|
|
android:gravity="center" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="黑菠萝科技 copyright@2022"></TextView> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout> |