Add widget preview

* Also bumped email version number to 3.0 because the version# may need
  to increment to force refresh of the preview tile.

Bug: 3277453
Change-Id: Ic556e49a4b531fcfdbf3c8f6a2537a34ee0f3c63
This commit is contained in:
Andy Stadler 2010-12-15 17:49:07 -08:00
parent 014e31a62c
commit d2fcefc567
3 changed files with 7 additions and 3 deletions

View File

@ -16,7 +16,10 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.email">
package="com.android.email"
android:versionCode="300000"
android:versionName="3.0"
>
<original-package
android:name="com.android.email" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -18,5 +18,6 @@
android:minWidth="220dp"
android:minHeight="220dp"
android:updatePeriodMillis="0"
android:initialLayout="@layout/widget" >
</appwidget-provider>
android:initialLayout="@layout/widget"
android:previewImage="@drawable/email_widget_preview"
/>