diff --git a/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/biz/InitiativeBadCaseWindow.kt b/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/biz/InitiativeBadCaseWindow.kt index e76b7a819e..d1eba6f878 100644 --- a/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/biz/InitiativeBadCaseWindow.kt +++ b/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/biz/InitiativeBadCaseWindow.kt @@ -176,8 +176,8 @@ class InitiativeBadCaseWindow constructor(activity: Activity) : View.OnTouchList } tvInitiativeNum.text = BadCaseConfig.windowNum.toString() BadCaseConfig.windowNum++ - tvInitiativeTime.text = "时间:${millis2String(System.currentTimeMillis(),TimeUtils.getHourMinSecondFormat())}" - tvInitiativeIdentity.text = "身份:${BadCaseConfig.identity}" + tvInitiativeTime.text = millis2String(System.currentTimeMillis(),TimeUtils.getHourMinSecondFormat()) + tvInitiativeIdentity.text = BadCaseConfig.identity //展示缓存数据 if(BadCaseReasonStore.getInitiativeDataRecord().isNotEmpty()){ @@ -246,8 +246,8 @@ class InitiativeBadCaseWindow constructor(activity: Activity) : View.OnTouchList it.format = PixelFormat.RGBA_8888 it.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE it.gravity = Gravity.START or Gravity.TOP - it.width = 859 - it.height = 850 + it.width = 908 + it.height = 1306 it.alpha = 1.0f } } diff --git a/core/function-impl/mogo-core-function-devatools/src/main/res/layout/view_initiative_bad_case.xml b/core/function-impl/mogo-core-function-devatools/src/main/res/layout/view_initiative_bad_case.xml index 1e7a03c1d0..f68f25bc58 100644 --- a/core/function-impl/mogo-core-function-devatools/src/main/res/layout/view_initiative_bad_case.xml +++ b/core/function-impl/mogo-core-function-devatools/src/main/res/layout/view_initiative_bad_case.xml @@ -1,41 +1,59 @@ - + android:layout_width="@dimen/dp_908" + android:layout_height="@dimen/dp_1306" + android:background="@drawable/bg_passive_bad_case"> + + + + @@ -136,8 +164,8 @@ - \ No newline at end of file + \ No newline at end of file