Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在动态壁纸列表中获取我的动态壁纸图标。
我正在开发动态壁纸。运行应用程序后,我在选择动态壁纸时看不到图标。请看下面的图片
我可以看到文字花高清壁纸,但看不到图标。
感谢您提前提供帮助
我认为您在清单文件中缺少图标属性
<application android:label="@string/app_name" android:icon="@drawable/icon">
或者可能正在使用(hdpi-mdpi-ldpi)drawble 资源文件夹图像不存在或更改。
在 xml 中的壁纸元素上使用 android:thumbnail 属性,如下所示:
android:thumbnail="@drawable/thumb"