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"> + + + + + + + + + + + + + + + + + + + + + + + + + +