diff --git a/power_dialog/AppScope/app.json b/power_dialog/AppScope/app.json index 8fda516c90572ea08276cc2b1effe6c8161964f8..e1061c46b5b0f3e814aff0ecdc3a7ff3be19fd6e 100644 --- a/power_dialog/AppScope/app.json +++ b/power_dialog/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.powerdialog", "vendor": "ohos", - "versionCode": 1000005, - "versionName": "1.1.1.0", + "versionCode": 1000006, + "versionName": "1.1.1.1", "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true, diff --git a/power_dialog/entry/src/main/ets/pages/batteryDialog.ets b/power_dialog/entry/src/main/ets/pages/batteryDialog.ets index 87b52c7b6ef50f16afe603de6849984285b68c8f..8d8d9eef4bc9477b15c24448b83b8f12b41e7baf 100644 --- a/power_dialog/entry/src/main/ets/pages/batteryDialog.ets +++ b/power_dialog/entry/src/main/ets/pages/batteryDialog.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -71,7 +71,7 @@ struct BatteryDialog { alignment: DialogAlignment.Center, offset: { dx: 0, dy: -20 }, gridCount: 4, - customStyle: true + customStyle: false }) onCancel() { diff --git a/power_dialog/entry/src/main/ets/pages/powerDialog.ets b/power_dialog/entry/src/main/ets/pages/powerDialog.ets index 8700f97a91c5901a34e25646604c246f403acf14..af3e951d44a9d6e747e3715e54f66061e71a5b84 100644 --- a/power_dialog/entry/src/main/ets/pages/powerDialog.ets +++ b/power_dialog/entry/src/main/ets/pages/powerDialog.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -97,7 +97,7 @@ struct PowerDialog { alignment: DialogAlignment.Center, offset: { dx: 0, dy: -20 }, gridCount: 4, - customStyle: true + customStyle: false }); timeoutId: number; diff --git a/power_dialog/entry/src/main/ets/pages/thermalHighDialog.ets b/power_dialog/entry/src/main/ets/pages/thermalHighDialog.ets index 9bc611a38878968209a51c3fd161b7753c2ae4fd..88e4e45904ea0a83e507406a8ce426cf9d289500 100644 --- a/power_dialog/entry/src/main/ets/pages/thermalHighDialog.ets +++ b/power_dialog/entry/src/main/ets/pages/thermalHighDialog.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -71,7 +71,7 @@ struct HighDialog { alignment: DialogAlignment.Center, offset: { dx: 0, dy: -20 }, gridCount: 4, - customStyle: true + customStyle: false }) onCancel() { diff --git a/power_dialog/entry/src/main/ets/pages/thermalLowDialog.ets b/power_dialog/entry/src/main/ets/pages/thermalLowDialog.ets index bb5fd4c6d2f641bcff03cbf3b115aad71ee020d6..fe259a7e7bda8bd42280bd5e1f24c8036b01eeab 100644 --- a/power_dialog/entry/src/main/ets/pages/thermalLowDialog.ets +++ b/power_dialog/entry/src/main/ets/pages/thermalLowDialog.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -70,7 +70,7 @@ struct LowDialog { alignment: DialogAlignment.Center, offset: { dx: 0, dy: -20 }, gridCount: 4, - customStyle: true + customStyle: false }) onCancel() {