Show message when no habits are found

This commit is contained in:
2016-02-13 08:37:23 -05:00
parent dd1322e759
commit 3d79f5d928
8 changed files with 97 additions and 56 deletions

View File

@@ -17,6 +17,27 @@
dslv:use_default_controller="true"
/>
<LinearLayout
android:id="@+id/tvEmpty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/tvStarEmpty"
style="@style/habitsListEmptyStyle"
android:text="@string/fa_star_half_o"
android:textSize="80sp"/>
<TextView
android:text="@string/no_habits_found"
style="@style/habitsListEmptyStyle"/>
</LinearLayout>
<LinearLayout style="@style/habitsListHeaderStyle">
<TextView