commit | f16b2e9b63f61147be5f95503de8dfc410953782 | [log] [tgz] |
---|---|---|
author | Ken Shirriff <kens@google.com> | Sun Sep 20 11:04:05 2009 -0700 |
committer | Ken Shirriff <kens@google.com> | Sun Sep 20 11:04:05 2009 -0700 |
tree | d431c15bea759b41668bf90cdf4e11786a612e66 | |
parent | 3faa23a2b0dcd0a19acf7b24e7eea36d67b4eda1 [diff] |
Fix power widget dimensions. The widget was taking 2 units vertically on some devices.
diff --git a/res/xml/appwidget_info.xml b/res/xml/appwidget_info.xml index 8775bbc..22fb98a 100644 --- a/res/xml/appwidget_info.xml +++ b/res/xml/appwidget_info.xml
@@ -16,7 +16,7 @@ <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" android:minWidth="311dip" - android:minHeight="80dip" + android:minHeight="72dip" android:initialLayout="@layout/widget" > </appwidget-provider>