Adjust widget size.
Without this change, the widget cannot be placed on the home screen in landscape mode because it's thought to be too big.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:minWidth="311dip"
|
android:minWidth="294dip"
|
||||||
android:minHeight="72dip"
|
android:minHeight="72dip"
|
||||||
android:initialLayout="@layout/widget"
|
android:initialLayout="@layout/widget"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user