diff --git a/doc/1 b/doc/1 deleted file mode 100644 index e69de29..0000000 diff --git a/doc/ui设计类图.png b/doc/ui设计类图.png new file mode 100644 index 0000000..05b5d84 Binary files /dev/null and b/doc/ui设计类图.png differ diff --git a/doc/分析类图.png b/doc/分析类图.png new file mode 100644 index 0000000..ad7a782 Binary files /dev/null and b/doc/分析类图.png differ diff --git a/doc/小米便签维护-需求与设计方案_崔凌宵.docx b/doc/小米便签维护-需求与设计方案_崔凌宵.docx index c45cdc5..6fe6c2d 100644 Binary files a/doc/小米便签维护-需求与设计方案_崔凌宵.docx and b/doc/小米便签维护-需求与设计方案_崔凌宵.docx differ diff --git a/doc/展示ppt.pptx b/doc/展示ppt.pptx new file mode 100644 index 0000000..5cdf80f Binary files /dev/null and b/doc/展示ppt.pptx differ diff --git a/doc/插入图片用例顺序图.png b/doc/插入图片用例顺序图.png new file mode 100644 index 0000000..c779ec9 Binary files /dev/null and b/doc/插入图片用例顺序图.png differ diff --git a/doc/插入声音用例顺序图.png b/doc/插入声音用例顺序图.png new file mode 100644 index 0000000..f889458 Binary files /dev/null and b/doc/插入声音用例顺序图.png differ diff --git a/doc/注释代码1089行与新功能代码364行.md b/doc/注释代码1089行与新功能代码364行.md new file mode 100644 index 0000000..d9be11e --- /dev/null +++ b/doc/注释代码1089行与新功能代码364行.md @@ -0,0 +1,2 @@ +注释代码 506+344+239 = 1089 +新功能代码 364 \ No newline at end of file diff --git a/doc/类设计图.png b/doc/类设计图.png new file mode 100644 index 0000000..fa8c284 Binary files /dev/null and b/doc/类设计图.png differ diff --git a/doc/软件体系结构图.png b/doc/软件体系结构图.png new file mode 100644 index 0000000..c740853 Binary files /dev/null and b/doc/软件体系结构图.png differ diff --git a/src/Notes/res/layout/activity_main.xml b/src/Notes/res/layout/activity_main.xml new file mode 100644 index 0000000..86a5d97 --- /dev/null +++ b/src/Notes/res/layout/activity_main.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/src/Notes/res/layout/note_edit.xml b/src/Notes/res/layout/note_edit.xml index 10b2aa7..3e5ba0c 100644 --- a/src/Notes/res/layout/note_edit.xml +++ b/src/Notes/res/layout/note_edit.xml @@ -74,6 +74,13 @@ android:layout_height="7dip" android:background="@drawable/bg_color_btn_mask" /> + + + + + + \ No newline at end of file diff --git a/src/Notes/res/values-night/themes.xml b/src/Notes/res/values-night/themes.xml new file mode 100644 index 0000000..ad0fd96 --- /dev/null +++ b/src/Notes/res/values-night/themes.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/src/Notes/res/values/strings.xml b/src/Notes/res/values/strings.xml index 55df868..1771bc6 100644 --- a/src/Notes/res/values/strings.xml +++ b/src/Notes/res/values/strings.xml @@ -39,6 +39,8 @@ /MIUI/notes/ notes_%s.txt + Insert image + Insert audio (%d) New Folder Export text diff --git a/src/Notes/res/values/styles.xml b/src/Notes/res/values/styles.xml index d750e65..ad0d90d 100644 --- a/src/Notes/res/values/styles.xml +++ b/src/Notes/res/values/styles.xml @@ -64,6 +64,6 @@ \ No newline at end of file diff --git a/src/Notes/res/values/themes.xml b/src/Notes/res/values/themes.xml new file mode 100644 index 0000000..aa02b68 --- /dev/null +++ b/src/Notes/res/values/themes.xml @@ -0,0 +1,9 @@ + + + + +