在所有屏幕上添加了不需要的额外标题区域
unwanted additional title area is added on all screen
突然间,我注意到所有表单顶部不需要的标题区域组件。
它在今天之前不可用,突然出现在每张表格上。
我也注意到真实设备上也有附加组件。
如有任何帮助,我们将不胜感激。
这是 TitleArea
UIID 的阴影。我们在博客 here:
中提到了这一点
We just updated the library with our last ad hoc release, starting
next week we will release libraries every Friday and occasionally also
a plugin update within that same proximity. We made some refinements
to some Android theme elements and one of those refinements is a new
TitleArea drop shadow.
This effectively creates a situation where we can’t reasonably detect
an empty title and so if you want the title to truly disappear you can
either:
Set the TitleArea border attribute to empty
Do something like form.getToolbar().setUIID("Container")
突然间,我注意到所有表单顶部不需要的标题区域组件。
它在今天之前不可用,突然出现在每张表格上。
我也注意到真实设备上也有附加组件。
如有任何帮助,我们将不胜感激。
这是 TitleArea
UIID 的阴影。我们在博客 here:
We just updated the library with our last ad hoc release, starting next week we will release libraries every Friday and occasionally also a plugin update within that same proximity. We made some refinements to some Android theme elements and one of those refinements is a new TitleArea drop shadow.
This effectively creates a situation where we can’t reasonably detect an empty title and so if you want the title to truly disappear you can either:
Set the TitleArea border attribute to empty
Do something like form.getToolbar().setUIID("Container")