mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-04 08:00:14 -04:00
Big change in the Today function: not a list anymore but a view, shown in the Toolbar
Layout enhancements (Coordinator Layout and Floating Action Button) in Tasks Fragment Code refactoring
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
android:title="@string/action_new_task"
|
||||
android:onClick="openNewTaskDialog"
|
||||
app:showAsAction="never" />-->
|
||||
<item
|
||||
android:id="@+id/action_todayList"
|
||||
android:orderInCategory="15"
|
||||
android:title="@string/action_todayList"
|
||||
android:onClick="showTodayList"
|
||||
android:icon="@drawable/ic_stat_name"
|
||||
android:visible="false"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/action_changeLayout"
|
||||
android:orderInCategory="20"
|
||||
|
Reference in New Issue
Block a user