[6.6.0]
[fix] [根据状态栏高度调整]
This commit is contained in:
@@ -127,7 +127,7 @@ object RunningTaskManager : LifecycleEventObserver{
|
||||
}
|
||||
|
||||
override fun show() {
|
||||
pop.showAtLocation(activity.window.decorView, gravity, startX, if (isImmersiveMode) 0 else BarUtils.getStatusBarHeight() + startY)
|
||||
pop.showAtLocation(activity.window.decorView, gravity, startX, startY)
|
||||
}
|
||||
override fun isOverride(): Boolean = isOverride
|
||||
}
|
||||
|
||||
@@ -54,7 +54,6 @@ class RunningTaskManagerView: WindowRelativeLayout, RunningTastViewModel.Running
|
||||
}
|
||||
|
||||
private fun initView(){
|
||||
background = ColorDrawable(Color.parseColor("#F0151D41"))
|
||||
clLayout.setOnClickListener {
|
||||
}
|
||||
//关闭BadCase管理窗口
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
android:layout_width="960dp"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#F0151D41"
|
||||
android:paddingBottom="@dimen/dp_72"
|
||||
android:layout_marginTop="@dimen/dp_72"
|
||||
android:id="@+id/clLayout"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user