Update PowerWidget minWidth/minHeight so it reports as 4x1
We may update this value again Bug: 5255991 Change-Id: I7297e6d4255dcb4925bc2fca67bdd75ae01ad1cc
This commit is contained in:
committed by
The Android Automerger
parent
8468a6ae94
commit
00c4de44f6
@@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user