修改测试问题

This commit is contained in:
18401019693
2023-11-15 14:27:56 +08:00
parent 256c19a09e
commit 8c75317ddc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="360dp"
android:layout_height="395dp"
android:background="@drawable/bg_live_tota"
android:orientation="vertical">
@@ -9,6 +9,6 @@
android:id="@+id/drawerList"
android:overScrollMode="never"
android:layout_width="match_parent"
android:layout_height="384dp" />
android:layout_height="match_parent" />
</LinearLayout>