Task list is updated in the tab where a new task is created

This commit is contained in:
2015-11-28 14:16:54 -05:00
parent f7eb5ca018
commit 354618ccab
6 changed files with 89 additions and 19 deletions

View File

@@ -9,5 +9,5 @@
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
app:layoutManager="LinearLayoutManager"
tools:context=".fragments.TaskFragment"
tools:context=".fragments.TasksFragment"
tools:listitem="@layout/fragment_task" />