Widgets: show error message instead of crashing

This commit is contained in:
2016-04-09 05:27:39 -04:00
parent 13d34945b4
commit 04e8432522
2 changed files with 27 additions and 14 deletions

View File

@@ -35,7 +35,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="Habit not found"
android:text="Error drawing widget"
android:textColor="#ffffff"/>
</LinearLayout>