Adjust widget size.

Without this change, the widget cannot be placed on the home screen in
landscape mode because it's thought to be too big.
This commit is contained in:
Ken Shirriff
2009-09-20 15:21:28 -07:00
parent 9e7105108b
commit 7d1e086504

View File

@@ -15,7 +15,7 @@
-->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="311dip"
android:minWidth="294dip"
android:minHeight="72dip"
android:initialLayout="@layout/widget"
>