【发布时间】:2020-02-22 17:02:57
【问题描述】:
我为我的应用制作了一些图标,并在一些旧的三星 Galaxy 手机上对其进行了测试,结果显示该图标是一个漂亮的方形。
由于某种原因,在较新的手机上 + 在模拟器上它显示一个白色圆圈,如下所示:
我的清单文件如下所示:
<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher_custom"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_custom_foreground"
android:supportsRtl="false"
android:theme="@style/CustomActivityTheme">
我的 mimap 是:
请问如何解决?
谢谢
【问题讨论】:
-
设备特定问题..?
-
您使用哪个操作系统..?
-
使用安卓。不要认为它的特定设备。看起来更像是 api 的东西
-
Android OS (oreo) 中的相同问题
-
我知道。奥利奥也值得一个解决方案=]