From 1a6ea7fb5eaff6f71dfbc5341d020abd0e1fa259 Mon Sep 17 00:00:00 2001 From: xxl <2532500952@qq.com> Date: Wed, 10 Nov 2021 08:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=86=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=8A=9F=E8=83=BD=EF=BC=9A=20=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E5=AF=86=E7=A0=81=E9=80=9A=E8=BF=87=E4=B8=80=E4=B8=AA?= =?UTF-8?q?Avtivity=E5=AE=9E=E7=8E=B0=20=E5=A2=9E=E5=8A=A0=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=AF=86=E7=A0=81=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=AF=86=E7=A0=81=E9=9C=80=E8=A6=81=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=AF=86=E7=A0=81=E3=80=82=20=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E4=BA=86=E4=B9=8B=E5=89=8D=E7=89=88=E6=9C=AC=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E4=BE=BF=E7=AD=BE=E6=97=B6=E4=BC=9A=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84bug=20=E8=A7=A3=E5=86=B3=E4=BA=86=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E4=BE=BF=E7=AD=BE=E4=BB=8D=E7=84=B6=E9=9C=80=E8=A6=81=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E9=AA=8C=E8=AF=81=E4=B8=94=E9=BB=98=E8=AE=A4=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E4=B8=BA0=E7=9A=84bug=20=E4=B8=BB=E8=A6=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=86AndroidManifest?= =?UTF-8?q?.xml=E6=96=87=E4=BB=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=96=B0=E7=9A=84Activity=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AAactivity=5Fpassword.xml?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BD=9C=E4=B8=BA=E9=AA=8C=E8=AF=81=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=97=B6=E7=9A=84=E5=B8=83=E5=B1=80=20=E5=AF=B9?= =?UTF-8?q?=E4=BA=8E=E9=AA=8C=E8=AF=81=E5=AF=86=E7=A0=81=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81=E3=80=81=E8=AE=BE=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E7=AD=89=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=88=90=E4=BA=86=E5=87=BD=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Notes-master/AndroidManifest.xml | 14 +- .../res/layout/activity_password.xml | 57 +++++++ src/Notes-master/res/layout/note_edit.xml | 45 +++--- src/Notes-master/res/layout/note_list.xml | 6 +- src/Notes-master/res/menu/call_note_edit.xml | 6 + src/Notes-master/res/menu/note_edit.xml | 6 + .../notes/data/NotesDatabaseHelper.java | 3 +- .../notes/gtask/remote/GTaskASyncTask.java | 16 +- .../net/micode/notes/model/WorkingNote.java | 50 +++++-- .../micode/notes/ui/DateTimePickerDialog.java | 1 - .../net/micode/notes/ui/NoteEditActivity.java | 139 ++++++++++-------- .../src/net/micode/notes/ui/NoteItemData.java | 28 ---- .../micode/notes/ui/NotesListActivity.java | 14 +- .../micode/notes/ui/PassWordEditActivity.java | 93 ++++++++++++ 14 files changed, 318 insertions(+), 160 deletions(-) create mode 100644 src/Notes-master/res/layout/activity_password.xml create mode 100644 src/Notes-master/src/net/micode/notes/ui/PassWordEditActivity.java diff --git a/src/Notes-master/AndroidManifest.xml b/src/Notes-master/AndroidManifest.xml index e5c7d47..94ddf2d 100644 --- a/src/Notes-master/AndroidManifest.xml +++ b/src/Notes-master/AndroidManifest.xml @@ -16,11 +16,12 @@ --> - + @@ -41,8 +42,9 @@ android:label="@string/app_name" android:launchMode="singleTop" android:theme="@style/NoteTheme" - android:uiOptions="splitActionBarWhenNarrow" + android:windowSoftInputMode="adjustPan" > + @@ -79,6 +81,14 @@ android:name="android.app.searchable" android:resource="@xml/searchable" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +