mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
626 B
13 lines
626 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:minHeight="40dp"
|
|
android:minWidth="40dp"
|
|
android:initialLayout="@layout/widget_small"
|
|
android:previewImage="@mipmap/ic_small_widget_preview"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:updatePeriodMillis="3600000"
|
|
android:configure="org.isoron.uhabits.HabitWidgetConfigure"
|
|
android:widgetCategory="home_screen">
|
|
|
|
|
|
</appwidget-provider> |