Merge "Update PowerWidget minWidth/minHeight so it reports as 4x1 We may update this value again"

This commit is contained in:
Justin Ho
2011-09-06 14:56:07 -07:00
committed by Android (Google) Code Review

View File

@@ -15,8 +15,8 @@
-->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="294dip"
android:minHeight="72dip"
android:minWidth="288dip"
android:minHeight="48dip"
android:previewImage="@drawable/preview"
android:initialLayout="@layout/widget"
>