summaryrefslogtreecommitdiffstats
path: root/res/xml/appwidget_info.xml
diff options
context:
space:
mode:
authorKen Shirriff <kens@google.com>2009-09-20 11:04:05 -0700
committerKen Shirriff <kens@google.com>2009-09-20 11:04:05 -0700
commitf16b2e9b63f61147be5f95503de8dfc410953782 (patch)
treed431c15bea759b41668bf90cdf4e11786a612e66 /res/xml/appwidget_info.xml
parent3faa23a2b0dcd0a19acf7b24e7eea36d67b4eda1 (diff)
downloadpackages_apps_Settings-f16b2e9b63f61147be5f95503de8dfc410953782.zip
packages_apps_Settings-f16b2e9b63f61147be5f95503de8dfc410953782.tar.gz
packages_apps_Settings-f16b2e9b63f61147be5f95503de8dfc410953782.tar.bz2
Fix power widget dimensions.
The widget was taking 2 units vertically on some devices.
Diffstat (limited to 'res/xml/appwidget_info.xml')
-rw-r--r--res/xml/appwidget_info.xml2
1 files changed, 1 insertions, 1 deletions
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>