mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-05 00:20:14 -04:00
History fully works as intended: it shows deleted task lists and actual task lists with deleted or done tasks
Opening a task in History shows in read-only mode Today View repaired Some code cleanup
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@android:color/background_light">
|
||||
<RelativeLayout
|
||||
<com.wismna.geoffroy.donext.widgets.InterceptTouchRelativeLayout
|
||||
android:id="@+id/new_task_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -116,5 +116,5 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/new_task_due_date_label" />
|
||||
</RelativeLayout>
|
||||
</com.wismna.geoffroy.donext.widgets.InterceptTouchRelativeLayout>
|
||||
</ScrollView>
|
Reference in New Issue
Block a user