fix #127, make the widgets downsizable to 2x2

This commit is contained in:
tibbi 2017-03-16 22:51:55 +01:00
parent ade9de50e4
commit 733ae07ebc
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
android:configure="com.simplemobiletools.calendar.activities.WidgetListConfigureActivity"
android:initialLayout="@layout/widget_event_list"
android:minHeight="@dimen/min_widget_height"
android:minResizeHeight="110dp"
android:minResizeWidth="110dp"
android:minWidth="@dimen/min_widget_width"
android:previewImage="@drawable/img_widget_list_preview"
android:resizeMode="horizontal|vertical"

View File

@ -4,6 +4,8 @@
android:configure="com.simplemobiletools.calendar.activities.WidgetMonthlyConfigureActivity"
android:initialLayout="@layout/fragment_month"
android:minHeight="@dimen/min_widget_height"
android:minResizeHeight="110dp"
android:minResizeWidth="110dp"
android:minWidth="@dimen/min_widget_width"
android:previewImage="@drawable/img_widget_monthly_preview"
android:resizeMode="horizontal|vertical"