summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-09-09 11:01:51 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-09 11:01:51 -0700
commita83bb7c7f57d5c40a19ee3b603de7955f3021941 (patch)
tree831863b7ff7d09d9b57e3e6360559f069a610f8f /res
parente5d6179291276ed95cfc1d4a89e890d5fb4d04f7 (diff)
parentadff5b0d074f0353354ea229fed101acb89afd92 (diff)
downloadpackages_apps_Settings-a83bb7c7f57d5c40a19ee3b603de7955f3021941.tar.gz
packages_apps_Settings-a83bb7c7f57d5c40a19ee3b603de7955f3021941.tar.bz2
packages_apps_Settings-a83bb7c7f57d5c40a19ee3b603de7955f3021941.zip
Merge "Updated PowerWidget dimens Bug: 5278970"
Diffstat (limited to 'res')
-rw-r--r--res/xml/appwidget_info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/appwidget_info.xml b/res/xml/appwidget_info.xml
index 7a89cecbc..dc90d4e32 100644
--- a/res/xml/appwidget_info.xml
+++ b/res/xml/appwidget_info.xml
@@ -15,8 +15,8 @@
-->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="288dip"
- android:minHeight="48dip"
+ android:minWidth="260dip"
+ android:minHeight="40dip"
android:previewImage="@drawable/preview"
android:initialLayout="@layout/widget"
>