!30969 添加list渐隐分层参数读取功能

Merge pull request !30969 from zhangwenbin00001/list_fadingEdge_read
This commit is contained in:
openharmony_ci 2024-04-19 03:08:03 +00:00 committed by Gitee
commit a3cf74c9bd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -74,7 +74,8 @@ static const std::set<std::string> stringAttrs = {
"popup_inner_border_color",
"dialog_expand_display",
"show_password_directly",
"textfield_show_handle"
"textfield_show_handle",
"list_fadeout_enable"
};
double ParseDoubleUnit(const std::string& value, std::string& unit)