修改测试问题
This commit is contained in:
parent
256c19a09e
commit
8c75317ddc
@ -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>
|
@ -4,7 +4,7 @@ ext {
|
||||
buildToolsVersion: "29.0.2",
|
||||
minSdkVersion : 21,
|
||||
targetSdkVersion : 33,
|
||||
versionCode : 453,
|
||||
versionCode : 456,
|
||||
versionName : "6.6.2"
|
||||
]
|
||||
manifestPlaceholders = [
|
||||
|
Loading…
Reference in New Issue
Block a user