Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change widget launcher preview?


I am creating a widget, and I want that in the launcher, the preview of my widget will not be just my app icon.

for example:

enter image description here

The contacs widgets are just the application icons, but the calendar widget is not.

How can I set my own image for this launcher preview?

Thanks!

like image 666
RE6 Avatar asked Oct 12 '12 15:10

RE6


2 Answers

Also create widget preview - follow this link

Android 3.0 - Create Widget Preview

like image 108
user1901015 Avatar answered Oct 03 '22 04:10

user1901015


android:previewImage="@drawable/preview" on the widget_info.xml

like image 34
Budius Avatar answered Oct 03 '22 05:10

Budius