Assign habits to widgets; refresh on database change

This commit is contained in:
2016-02-27 13:54:24 -05:00
parent 7234e072e6
commit d748f5d6de
7 changed files with 54 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
/>
<TextView
android:id="@+id/tvName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"

View File

@@ -5,7 +5,7 @@
android:initialLayout="@layout/small_widget"
android:previewImage="@mipmap/ic_small_widget_preview"
android:resizeMode="none"
android:updatePeriodMillis="3600000"
android:updatePeriodMillis="60000"
android:widgetCategory="home_screen">