mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-04 08:00:14 -04:00
Due Dates fully functional
Today list fully functional New and edit task dialog now goes full screen on smaller screens, stays as a pop-up on bigger ones New Alarm icon on expired tasks Better tasks layout Simpler new and edit task form layout: less labels, replaced radiogroup with slider,...
This commit is contained in:
14
DoNExt/app/src/main/res/menu/menu_new_task.xml
Normal file
14
DoNExt/app/src/main/res/menu/menu_new_task.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/menu_new_task_save"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/new_task_save"
|
||||
app:showAsAction="always"/>
|
||||
<item
|
||||
android:id="@+id/menu_new_task_delete"
|
||||
android:orderInCategory="50"
|
||||
android:title="@string/new_task_delete"
|
||||
app:showAsAction="ifRoom"/>
|
||||
</menu>
|
Reference in New Issue
Block a user