From 43b38729fadabfb89100cd9ab8b85778aef7d7a4 Mon Sep 17 00:00:00 2001
From: s2_cc <1702138968@qq.com>
Date: Wed, 21 Jan 2026 09:45:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=92=E5=85=A5=E5=9B=BE?=
=?UTF-8?q?=E7=89=87=E5=8A=9F=E8=83=BD=E7=9B=B8=E5=85=B3=E7=9A=84=E8=B5=84?=
=?UTF-8?q?=E6=BA=90=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/res/layout/dialog_camera_preview.xml | 50 +++++++++++++++++++
src/res/layout/dialog_image_insert.xml | 50 +++++++++++++++++++
src/res/layout/image_item.xml | 40 +++++++++++++++
src/res/layout/note_edit.xml | 11 +++-
src/res/menu/note_edit.xml | 14 +++++-
.../ic_launcher.xml | 0
.../ic_launcher_round.xml | 0
src/res/values-night/themes.xml | 2 +-
src/res/values/strings.xml | 18 ++++++-
src/res/values/themes.xml | 4 +-
src/res/xml/file_paths.xml | 7 +++
src/res/xml/preferences.xml | 1 -
12 files changed, 188 insertions(+), 9 deletions(-)
create mode 100644 src/res/layout/dialog_camera_preview.xml
create mode 100644 src/res/layout/dialog_image_insert.xml
create mode 100644 src/res/layout/image_item.xml
rename src/res/{mipmap-anydpi-v26 => mipmap-anydpi}/ic_launcher.xml (100%)
rename src/res/{mipmap-anydpi-v26 => mipmap-anydpi}/ic_launcher_round.xml (100%)
create mode 100644 src/res/xml/file_paths.xml
diff --git a/src/res/layout/dialog_camera_preview.xml b/src/res/layout/dialog_camera_preview.xml
new file mode 100644
index 0000000..bc5348c
--- /dev/null
+++ b/src/res/layout/dialog_camera_preview.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/res/layout/dialog_image_insert.xml b/src/res/layout/dialog_image_insert.xml
new file mode 100644
index 0000000..1c2ef7d
--- /dev/null
+++ b/src/res/layout/dialog_image_insert.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/res/layout/image_item.xml b/src/res/layout/image_item.xml
new file mode 100644
index 0000000..4518ee9
--- /dev/null
+++ b/src/res/layout/image_item.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/res/layout/note_edit.xml b/src/res/layout/note_edit.xml
index 10b2aa7..a4c8a19 100644
--- a/src/res/layout/note_edit.xml
+++ b/src/res/layout/note_edit.xml
@@ -85,7 +85,8 @@
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
+
+