Fix most issues with the RecyclerView; improve loading

This commit is contained in:
2016-07-14 10:15:56 -04:00
parent 1526f617c5
commit 17423b3ecd
9 changed files with 169 additions and 151 deletions

View File

@@ -40,7 +40,7 @@
<org.isoron.uhabits.ui.habits.list.views.HabitCardListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:background="?windowBackgroundColor"
android:divider="?windowBackgroundColor"
android:dividerHeight="1dp"