mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user