No more scrolling on the toolbar

Display remaining task count on bottom of RecyclerView
Total task count does not query the DB anymore
This commit is contained in:
2016-01-05 17:11:16 -05:00
parent 8266170fd5
commit 2a740999fd
4 changed files with 59 additions and 24 deletions

View File

@@ -20,7 +20,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways"
app:layout_scrollFlags="enterAlways"
app:popupTheme="@style/AppTheme.PopupOverlay" />
<android.support.design.widget.TabLayout