Create HabitListView and move most code from Fragment to it

This commit is contained in:
2016-05-27 12:19:29 -04:00
parent e0198e9926
commit 6b23858136
14 changed files with 386 additions and 261 deletions

View File

@@ -24,7 +24,7 @@
android:layout_height="match_parent"
android:background="#ffffff">
<com.mobeta.android.dslv.DragSortListView
<org.isoron.uhabits.ui.habits.list.HabitListView
android:id="@+id/listView"
dslv:drag_enabled="true"
dslv:drag_start_mode="onLongPress"
@@ -82,6 +82,7 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_below="@+id/header"
android:layout_marginTop="@dimen/progressbarOffset"
android:visibility="gone"
/>
<LinearLayout