summaryrefslogtreecommitdiffstats
path: root/res/xml/appwidget_info.xml
diff options
context:
space:
mode:
authorKen Shirriff <kens@google.com>2009-09-20 15:21:28 -0700
committerKen Shirriff <kens@google.com>2009-09-21 09:32:11 -0700
commit7d1e086504c6bd3bdeb52f137fde1380d1288aa1 (patch)
tree6a4cce42be9bb2bcbfecccc8f8ee5c5c08933d32 /res/xml/appwidget_info.xml
parent9e7105108ba0aecc961b2ecc3003a57242c982bc (diff)
downloadpackages_apps_Settings-7d1e086504c6bd3bdeb52f137fde1380d1288aa1.zip
packages_apps_Settings-7d1e086504c6bd3bdeb52f137fde1380d1288aa1.tar.gz
packages_apps_Settings-7d1e086504c6bd3bdeb52f137fde1380d1288aa1.tar.bz2
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.
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 22fb98a..2186dab 100644
--- a/res/xml/appwidget_info.xml
+++ b/res/xml/appwidget_info.xml
@@ -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"
>