Merge "Add widget preview"

This commit is contained in:
Andy Stadler 2010-12-15 17:52:42 -08:00 committed by Android (Google) Code Review
commit 95701c2f2a
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"
/>