summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-09-06 14:49:46 -0700
committerJustin Ho <justinho@google.com>2011-09-06 14:49:46 -0700
commit39cd4e2e8e1c853fcbe8d3987111f4e9327f186d (patch)
treeb2ed3d44cf44e7a3a493891d8fddc173a67cae84
parentae70ee49492bd89c949946562b43a75f3c81b0ad (diff)
downloadpackages_apps_Settings-39cd4e2e8e1c853fcbe8d3987111f4e9327f186d.zip
packages_apps_Settings-39cd4e2e8e1c853fcbe8d3987111f4e9327f186d.tar.gz
packages_apps_Settings-39cd4e2e8e1c853fcbe8d3987111f4e9327f186d.tar.bz2
Update PowerWidget minWidth/minHeight so it reports as 4x1
We may update this value again Bug: 5255991 Change-Id: I7297e6d4255dcb4925bc2fca67bdd75ae01ad1cc
-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 79d11dd..7a89cec 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="294dip"
- android:minHeight="72dip"
+ android:minWidth="288dip"
+ android:minHeight="48dip"
android:previewImage="@drawable/preview"
android:initialLayout="@layout/widget"
>