mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Assign habits to widgets; refresh on database change
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/white"
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user