From 3f4a70bc771d140a95bcc21069eb40eccb0d0b8d Mon Sep 17 00:00:00 2001
From: gy <2293314358@qq.com>
Date: Fri, 30 Jan 2026 20:10:21 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=BA=95=E5=B1=82?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=EF=BC=8C=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E4=BA=86=E4=BF=AE=E6=94=B9=E4=BE=BF=E7=AD=BE=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E8=A7=86=E5=9B=BE=E5=8A=9F=E8=83=BD=E7=9A=84=E7=95=8C=E9=9D=A2?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=20=E4=BF=AE=E6=94=B9=E4=BA=86=E5=BA=95?=
=?UTF-8?q?=E5=B1=82=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=EF=BC=8C=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E4=BA=86=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91?=
=?UTF-8?q?=E7=9A=84=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=20=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E4=BA=86=E5=BA=95=E5=B1=82=E9=A1=B5=E9=9D=A2=E5=B8=83?=
=?UTF-8?q?=E5=B1=80=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=BA=86=E6=92=A4=E5=9B=9E?=
=?UTF-8?q?/=E5=8F=96=E6=B6=88=E6=92=A4=E5=9B=9E=E7=9A=84=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80=20=E4=BF=AE=E6=94=B9=E4=BA=86?=
=?UTF-8?q?=E5=BA=95=E5=B1=82=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=EF=BC=8C?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E8=AE=BE=E4=B8=BA=E7=A7=81=E5=AF=86?=
=?UTF-8?q?/=E5=8F=96=E6=B6=88=E7=A7=81=E5=AF=86=E5=8A=9F=E8=83=BD?=
=?UTF-8?q?=E7=9A=84=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=20=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E4=BA=86=E5=BA=95=E5=B1=82=E9=A1=B5=E9=9D=A2=E5=B8=83?=
=?UTF-8?q?=E5=B1=80=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=BA=86=E4=BE=BF=E7=AD=BE?=
=?UTF-8?q?=E7=BD=AE=E9=A1=B6/=E5=8F=96=E6=B6=88=E7=BD=AE=E9=A1=B6?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=9A=84=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/Notes-master/res/layout/note_edit.xml | 452 ++++++++++++------
src/Notes-master/res/layout/note_item.xml | 109 +++--
src/Notes-master/res/layout/note_list.xml | 121 +++--
src/Notes-master/res/menu/note_edit.xml | 12 -
src/Notes-master/res/menu/note_list.xml | 6 +
.../res/menu/note_list_options.xml | 32 ++
src/Notes-master/res/values/arrays.xml | 10 +
src/Notes-master/res/values/colors.xml | 7 +
src/Notes-master/res/values/styles.xml | 40 +-
src/Notes-master/res/xml/preferences.xml | 18 +
src/Notes-master/res/xml/searchable.xml | 1 +
11 files changed, 539 insertions(+), 269 deletions(-)
diff --git a/src/Notes-master/res/layout/note_edit.xml b/src/Notes-master/res/layout/note_edit.xml
index 10b2aa7..d8d0e48 100644
--- a/src/Notes-master/res/layout/note_edit.xml
+++ b/src/Notes-master/res/layout/note_edit.xml
@@ -1,99 +1,140 @@
-
-
-
-
+
+
+
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ android:gravity="center_vertical"
+ android:padding="8dp">
+ android:background="@drawable/title_alert"
+ android:visibility="gone" />
+ android:layout_marginLeft="2dp"
+ android:layout_marginRight="8dp"
+ android:textAppearance="@style/TextAppearanceSecondaryItem"
+ android:visibility="gone" />
-
+
+ android:src="@android:drawable/ic_menu_revert"
+ android:padding="8dp"
+ android:alpha="0.3"
+ android:clickable="false" />
+
+
+
+
+
+ android:layout_width="match_parent"
+ android:layout_height="7dp"
+ android:background="@drawable/bg_color_btn_mask"
+ android:visibility="gone" />
+ android:overScrollMode="never">
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+ android:layout_width="38dp"
+ android:layout_height="38dp"
+ android:layout_gravity="center"
+ android:scaleType="fitCenter"
+ android:src="@drawable/edit_yellow" />
+
-
+ android:layout_width="48dp"
+ android:layout_height="match_parent">
-
+ android:layout_width="38dp"
+ android:layout_height="38dp"
+ android:layout_gravity="center"
+ android:scaleType="fitCenter"
+ android:src="@drawable/edit_blue" />
+
-
+ android:layout_width="48dp"
+ android:layout_height="match_parent">
-
+ android:layout_width="38dp"
+ android:layout_height="38dp"
+ android:layout_gravity="center"
+ android:scaleType="fitCenter"
+ android:src="@drawable/edit_white" />
+
-
+ android:layout_width="48dp"
+ android:layout_height="match_parent">
-
+ android:layout_width="38dp"
+ android:layout_height="38dp"
+ android:layout_gravity="center"
+ android:scaleType="fitCenter"
+ android:src="@drawable/edit_green" />
+
-
+ android:layout_width="48dp"
+ android:layout_height="match_parent">
-
+ android:layout_width="38dp"
+ android:layout_height="38dp"
+ android:layout_gravity="center"
+ android:scaleType="fitCenter"
+ android:src="@drawable/edit_red" />
+
+
+
+
+
+
-
-
-
+ android:layout_marginBottom="5dp" />
-
@@ -285,68 +423,59 @@
-
-
-
+ android:layout_marginBottom="5dp" />
-
+ android:layout_marginRight="6dp"
+ android:layout_marginBottom="-7dp"
+ android:src="@drawable/selected"
+ android:visibility="gone" />
-
-
-
+ android:layout_marginBottom="5dp" />
-
-
-
-
+ android:layout_marginBottom="5dp" />
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Notes-master/res/layout/note_item.xml b/src/Notes-master/res/layout/note_item.xml
index d541f6a..bddccad 100644
--- a/src/Notes-master/res/layout/note_item.xml
+++ b/src/Notes-master/res/layout/note_item.xml
@@ -15,64 +15,71 @@
limitations under the License.
-->
-
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:padding="12dp">
-
+
+ android:singleLine="true"
+ android:ellipsize="end"
+ android:textStyle="bold"
+ android:textColor="@color/primary_text_black"
+ android:textSize="16sp"
+ android:layout_marginBottom="6dp" />
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
+
+
-
+ android:layout_gravity="top|right"
+ android:visibility="gone"/>
+
+
+
+
+
+
diff --git a/src/Notes-master/res/layout/note_list.xml b/src/Notes-master/res/layout/note_list.xml
index 6b25d38..edbdeaa 100644
--- a/src/Notes-master/res/layout/note_list.xml
+++ b/src/Notes-master/res/layout/note_list.xml
@@ -1,58 +1,93 @@
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ android:layout_gravity="bottom|left"
+ android:layout_margin="24dp"
+ android:contentDescription="@string/notelist_menu_new"
+ android:src="@android:drawable/ic_input_add"
+ app:backgroundTint="@color/mi_gold"
+ app:fabSize="normal"
+ app:rippleColor="@color/pure_white"
+ app:elevation="6dp" />
+
\ No newline at end of file
diff --git a/src/Notes-master/res/menu/note_edit.xml b/src/Notes-master/res/menu/note_edit.xml
index 35cacd1..5dd259f 100644
--- a/src/Notes-master/res/menu/note_edit.xml
+++ b/src/Notes-master/res/menu/note_edit.xml
@@ -18,22 +18,10 @@
diff --git a/src/Notes-master/res/menu/note_list_options.xml b/src/Notes-master/res/menu/note_list_options.xml
index daac008..0835db2 100644
--- a/src/Notes-master/res/menu/note_list_options.xml
+++ b/src/Notes-master/res/menu/note_list_options.xml
@@ -23,9 +23,41 @@
android:icon="@drawable/menu_move"
android:showAsAction="always|withText" />
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Notes-master/res/values/arrays.xml b/src/Notes-master/res/values/arrays.xml
index e00210b..e5030a3 100644
--- a/src/Notes-master/res/values/arrays.xml
+++ b/src/Notes-master/res/values/arrays.xml
@@ -28,4 +28,14 @@
- Messaging
- Email
+
+
+ - List
+ - Waterfall
+
+
+
+ - 0
+ - 1
+
\ No newline at end of file
diff --git a/src/Notes-master/res/values/colors.xml b/src/Notes-master/res/values/colors.xml
index 123ffbf..53eff09 100644
--- a/src/Notes-master/res/values/colors.xml
+++ b/src/Notes-master/res/values/colors.xml
@@ -17,4 +17,11 @@
#335b5b5b
+
+
+ #F5F5F5
+ #E0E0E0
+ #FFD700
+ #FFFFFF
+ #333333
diff --git a/src/Notes-master/res/values/styles.xml b/src/Notes-master/res/values/styles.xml
index d750e65..89da67c 100644
--- a/src/Notes-master/res/values/styles.xml
+++ b/src/Notes-master/res/values/styles.xml
@@ -1,5 +1,4 @@
-
-
+
+
-
\ No newline at end of file
+
+ Pin
+ Unpin
+ Private
+ Move selected notes to private folder?
+
+ Private Folder
+ Input Password
+ Wrong password!
+
+ Recycle Bin
+ Recycle Bin
+ Restore
+ Delete these notes forever?
+
+ %1$d 字
+
diff --git a/src/Notes-master/res/xml/preferences.xml b/src/Notes-master/res/xml/preferences.xml
index fe58f8f..a5703a9 100644
--- a/src/Notes-master/res/xml/preferences.xml
+++ b/src/Notes-master/res/xml/preferences.xml
@@ -26,5 +26,23 @@
android:key="pref_key_bg_random_appear"
android:title="@string/preferences_bg_random_appear_title"
android:defaultValue="false" />
+
+
+
+
+
+
+
diff --git a/src/Notes-master/res/xml/searchable.xml b/src/Notes-master/res/xml/searchable.xml
index bf74f14..0f1f460 100644
--- a/src/Notes-master/res/xml/searchable.xml
+++ b/src/Notes-master/res/xml/searchable.xml
@@ -20,6 +20,7 @@
android:label="@string/search_label"
android:hint="@string/search_hint"
android:searchMode="queryRewriteFromText"
+ android:imeOptions="actionSearch"
android:searchSuggestAuthority="notes"
android:searchSuggestIntentAction="android.intent.action.VIEW"
--
2.34.1