mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 23:21:05 +00:00
!30969 添加list渐隐分层参数读取功能
Merge pull request !30969 from zhangwenbin00001/list_fadingEdge_read
This commit is contained in:
commit
a3cf74c9bd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user