在我的申请中,showFlexChrome
在WindowedApplication
中设置为true,*-app.xml
设置如下
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
我知道如何使用以下代码制作顶部边框圆角:
borderStyle="solid" cornerRadius="8"
但我找不到一种方法来使我的应用程序窗口的底部边框成圆角。建议将不胜感激!
此致
答案 0 :(得分:1)
我使用了带圆角的图片作为背景图片。当然,chrome设置为none,透明为true。