Description: remove checkbox resources

IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I61UVE
Feature or Bugfix: Bugfix
Binary Source:No
Signed-off-by: zhouyj <zhouyuanjie1@huawei.com>
This commit is contained in:
Zhouyj_zju
2022-11-17 21:20:19 +08:00
parent 60d462761f
commit de5c9f303c
+8
View File
@@ -70,6 +70,14 @@ namespace OHOS {
#define ENABLE_FIXED_POINT 1
#endif
/**
* @brief checkBox iamge, which default value = 1 means use the default image,
* if haven't use checkBox image could set value = 0 to reduce the build resources.
*/
#ifndef ENABLE_DEFAULT_CHECKBOX_IMAGE
#define ENABLE_DEFAULT_CHECKBOX_IMAGE 1
#endif
#ifdef __LITEOS_M__
/**
* @brief Font shaping, which is disabled by default on LiteOS.