diff options
author | Ken Shirriff <kens@google.com> | 2009-09-20 15:21:28 -0700 |
---|---|---|
committer | Ken Shirriff <kens@google.com> | 2009-09-21 09:32:11 -0700 |
commit | 7d1e086504c6bd3bdeb52f137fde1380d1288aa1 (patch) | |
tree | 6a4cce42be9bb2bcbfecccc8f8ee5c5c08933d32 /res/xml | |
parent | 9e7105108ba0aecc961b2ecc3003a57242c982bc (diff) | |
download | packages_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')
-rw-r--r-- | res/xml/appwidget_info.xml | 2 |
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" > |