delphi 10.3.1 android沉浸式透明状态栏


本文整理自网络,侵删。

 从10.2升级上来,

之前的沉浸状态栏在android手机上不透明了,

添加二个发布文件,remote path分别设为 res\values-v21和 res\values-v19



style.xml文件内容

<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme" parent="@android:style/Theme.NoTitleBar">
<item name="android:windowBackground">@drawable/splash_image</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
</resources>

相关阅读 >>

Delphi 已经最小化的窗体如何让它自己还原?

Delphi 获取随机字符串的方法 getrandomstring

Delphi 快捷键设置控件: thotkey

Delphi tchart 的使用

Delphi 校验手机号及身份证号

Delphi: ttreeview 中禁止双击事件展开或关闭节点

Delphi申请和释放内存

Delphi 以二进制方式读取图片保存到string

Delphi 列出所有可视窗口

Delphi通过ie窗口句柄获取网页接口(iwebbrowser2)

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...