【发布时间】:2018-07-28 11:31:23
【问题描述】:
我将为我使用 Android Studio 制作的 Android 应用设置一个方形应用图标。
我用 File -> New -> Vector Asset
设置了我自己的应用程序图标
这将创建一个普通的圆形应用图标。
如果我复制并重命名 (ic_launcher_round.png) 二次应用图标并将其安装在例如 OnePlus Launcher 上,我也会得到圆形图标。
我的 Logo 是方形的,所以看到圆形真的很难看。
如何强制使用二次应用程序图标?这可能吗?
如果我在 Manifest.xml 中只设置 android:icon="@mipmap/ic_launcher" 而不是这个和 android:roundIcon="@mipmap/ic_launcher_round",则没有任何变化。
【问题讨论】:
标签: android icons android-manifest appicon