工具箱UI

更改工具箱高度设置
This commit is contained in:
xuxinchao
2022-02-21 19:19:33 +08:00
parent c96e32797e
commit 58ee4b091c
2 changed files with 2 additions and 1 deletions

View File

@@ -499,6 +499,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
.setSidePattern(SidePattern.LEFT)
.setGravity(Gravity.LEFT, offsetY = 72)
.setImmersionStatusBar(true)
.setWindowHeight(WindowManager.LayoutParams.MATCH_PARENT)
.setAnimator(object : DefaultAnimator() {
override fun enterAnim(
view: View,

View File

@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="960px"
android:layout_height="2000px"
android:layout_height="match_parent"
android:background="@color/notice_check_dialog_bg_color">
<ScrollView