OSDN Git Service

Update PowerWidget minWidth/minHeight so it reports as 4x1
authorJustin Ho <justinho@google.com>
Tue, 6 Sep 2011 21:49:46 +0000 (14:49 -0700)
committerJustin Ho <justinho@google.com>
Tue, 6 Sep 2011 21:49:46 +0000 (14:49 -0700)
We may update this value again

Bug: 5255991
Change-Id: I7297e6d4255dcb4925bc2fca67bdd75ae01ad1cc

res/xml/appwidget_info.xml

index 79d11dd..7a89cec 100644 (file)
@@ -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"
     >