【发布时间】:2018-12-22 12:58:15
【问题描述】:
我创建了一个带有自己的启动器图标的 Android 应用。它与牛轧糖配合得很好。但是使用 Oreo,我的图标被默认的 Android 图标取代。
我在 mipmap 资源中为多个密度定义了 ic_launcher.png 和 ic_launcher_round.png。
我的清单包含以下行:
android:roundIcon="@mipmap/ic_launcher_round"
我应该怎么做才能让我自己的图标出现在奥利奥上?
【问题讨论】:
标签: android launcher android-8.0-oreo