From 00010a1411a863ac094b5a280c16832eed085427 Mon Sep 17 00:00:00 2001 From: xuningshuo <2105361900@qq.com> Date: Thu, 29 Jan 2026 15:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E4=BE=BF=E7=AD=BE=E6=8E=92=E5=88=97=E6=A0=BC=E5=BC=8F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E8=A1=A5=E5=85=85=E4=BA=86=E5=9B=9E=E6=94=B6?= =?UTF-8?q?=E7=AB=99=E6=9C=AA=E6=88=90=E5=8A=9F=E4=B8=8A=E4=BC=A0=E7=9A=84?= =?UTF-8?q?xml=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/layout/note_edit.xml | 2 + res/layout/note_list.xml | 15 ++++ res/menu/note_list.xml | 4 + res/menu/trash_folder.xml | 32 +++++++ res/menu/trash_list_options.xml | 29 +++++++ res/values/strings.xml | 148 -------------------------------- src/ui/NoteEditActivity.java | 1 + src/ui/NotesListActivity.java | 31 +++++++ 8 files changed, 114 insertions(+), 148 deletions(-) create mode 100644 res/menu/trash_folder.xml create mode 100644 res/menu/trash_list_options.xml delete mode 100644 res/values/strings.xml diff --git a/res/layout/note_edit.xml b/res/layout/note_edit.xml index 115e6b7..a259e1d 100644 --- a/res/layout/note_edit.xml +++ b/res/layout/note_edit.xml @@ -250,6 +250,8 @@ + + + +