2016-09-22 14:02:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:initialLayout="@layout/widget_habit_button"
|
|
|
|
|
android:minHeight="40dp"
|
2016-09-23 15:02:13 +00:00
|
|
|
android:minWidth="120dp"
|
2016-09-22 14:02:01 +00:00
|
|
|
android:updatePeriodMillis="1800000"
|
|
|
|
|
android:resizeMode="horizontal|vertical"
|
2018-08-22 17:25:11 +00:00
|
|
|
android:previewImage="@drawable/widget_habits"
|
2016-09-22 14:02:01 +00:00
|
|
|
android:configure="com.habitrpg.android.habitica.ui.activities.HabitButtonWidgetActivity">
|
|
|
|
|
|
|
|
|
|
</appwidget-provider>
|