Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39cd4e2e authored by Justin Ho's avatar Justin Ho
Browse files

Update PowerWidget minWidth/minHeight so it reports as 4x1

We may update this value again

Bug: 5255991
Change-Id: I7297e6d4255dcb4925bc2fca67bdd75ae01ad1cc
parent ae70ee49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
    >