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.
在 Android 3.0+ 上浏览小部件菜单时,一些小部件具有简单的图标,而其他小部件则具有更多小部件实际外观的屏幕截图。
我将如何在我自己的小部件中描绘后者?
您可以使用 Android 模拟器上的小部件预览应用程序截取小部件的屏幕截图并通过电子邮件将其发送给自己:
然后在您的 appwidget-provider XML 中,您可以指定:
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" [...] android:previewImage="@drawable/preview" />