添加图片功能的实现

main
wyl 1 year ago
parent d673ba31f1
commit 13aa18eac3

@ -1,4 +1,4 @@
#Thu Jan 04 11:44:51 CST 2024
#Sat Jan 06 09:19:35 CST 2024
net.micode.notes.app-main-6\:/color/primary_text_dark.xml=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
net.micode.notes.app-main-6\:/color/secondary_text_dark.xml=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
net.micode.notes.app-main-6\:/drawable-hdpi/bg_btn_set_color.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
@ -52,6 +52,8 @@ net.micode.notes.app-main-6\:/drawable-hdpi/new_note_normal.png=E\:\\Notes-maste
net.micode.notes.app-main-6\:/drawable-hdpi/new_note_pressed.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/note_edit_color_selector_panel.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/notification.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/p1.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_p1.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/p3.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_p3.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/search_result.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/selected.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/title_alert.png=E\:\\Notes-master2\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat

File diff suppressed because one or more lines are too long

@ -1,4 +1,4 @@
#Thu Jan 04 11:44:51 CST 2024
#Sat Jan 06 09:19:35 CST 2024
net.micode.notes.app-main-5\:/color/primary_text_dark.xml=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\color\\primary_text_dark.xml
net.micode.notes.app-main-5\:/color/secondary_text_dark.xml=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\color\\secondary_text_dark.xml
net.micode.notes.app-main-5\:/drawable-hdpi/bg_btn_set_color.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\bg_btn_set_color.png
@ -52,6 +52,8 @@ net.micode.notes.app-main-5\:/drawable-hdpi/new_note_normal.png=E\:\\Notes-maste
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_pressed.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\new_note_pressed.png
net.micode.notes.app-main-5\:/drawable-hdpi/note_edit_color_selector_panel.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\note_edit_color_selector_panel.png
net.micode.notes.app-main-5\:/drawable-hdpi/notification.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\notification.png
net.micode.notes.app-main-5\:/drawable-hdpi/p1.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\p1.png
net.micode.notes.app-main-5\:/drawable-hdpi/p3.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\p3.png
net.micode.notes.app-main-5\:/drawable-hdpi/search_result.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\search_result.png
net.micode.notes.app-main-5\:/drawable-hdpi/selected.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\selected.png
net.micode.notes.app-main-5\:/drawable-hdpi/title_alert.png=E\:\\Notes-master2\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\title_alert.png

@ -1,4 +1,4 @@
#Sat Jan 06 08:56:32 CST 2024
#Sat Jan 06 09:19:40 CST 2024
base.0=E\:\\Notes-master2\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
path.0=classes.dex
renamed.0=classes.dex

@ -62,6 +62,8 @@ drawable new_note_normal
drawable new_note_pressed
drawable note_edit_color_selector_panel
drawable notification
drawable p1
drawable p3
drawable search_result
drawable selected
drawable title_alert

@ -57,8 +57,8 @@
36-->E:\Notes-master2\app\src\main\AndroidManifest.xml:35:5-149:19
37 android:debuggable="true"
38 android:extractNativeLibs="true"
39 android:icon="@drawable/xiaoai"
39-->E:\Notes-master2\app\src\main\AndroidManifest.xml:36:9-40
39 android:icon="@drawable/p3"
39-->E:\Notes-master2\app\src\main\AndroidManifest.xml:36:9-36
40 android:label="@string/app_name"
40-->E:\Notes-master2\app\src\main\AndroidManifest.xml:37:9-41
41 android:testOnly="true" >

@ -36,7 +36,7 @@
<application
android:debuggable="true"
android:extractNativeLibs="true"
android:icon="@drawable/xiaoai"
android:icon="@drawable/p3"
android:label="@string/app_name"
android:testOnly="true" >
<activity

@ -36,7 +36,7 @@
<application
android:debuggable="true"
android:extractNativeLibs="true"
android:icon="@drawable/xiaoai"
android:icon="@drawable/p3"
android:label="@string/app_name"
android:testOnly="true" >
<activity

@ -27,10 +27,6 @@
"merged": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-merged_res-4:\\drawable-hdpi_list_red_middle.9.png.flat",
"source": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-main-6:\\drawable-hdpi\\list_red_middle.9.png"
},
{
"merged": "net.micode.notes.app-merged_res-4:/layout_note_edit.xml.flat",
"source": "net.micode.notes.app-main-6:/layout/note_edit.xml"
},
{
"merged": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-merged_res-4:\\layout_note_item.xml.flat",
"source": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-main-6:\\layout\\note_item.xml"
@ -335,6 +331,10 @@
"merged": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-merged_res-4:\\drawable-hdpi_edit_title_red.9.png.flat",
"source": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-main-6:\\drawable-hdpi\\edit_title_red.9.png"
},
{
"merged": "net.micode.notes.app-merged_res-4:/drawable-hdpi_p3.png.flat",
"source": "net.micode.notes.app-main-6:/drawable-hdpi/p3.png"
},
{
"merged": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-merged_res-4:\\layout_note_list.xml.flat",
"source": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-main-6:\\layout\\note_list.xml"
@ -371,6 +371,10 @@
"merged": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-merged_res-4:\\drawable-hdpi_list_background.png.flat",
"source": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-main-6:\\drawable-hdpi\\list_background.png"
},
{
"merged": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-merged_res-4:\\drawable-hdpi_p1.png.flat",
"source": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-main-6:\\drawable-hdpi\\p1.png"
},
{
"merged": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-merged_res-4:\\drawable-hdpi_list_green_middle.9.png.flat",
"source": "C:\\Users\\吴昱良\\.gradle\\daemon\\8.0\\net.micode.notes.app-main-6:\\drawable-hdpi\\list_green_middle.9.png"

@ -36,7 +36,7 @@
<application
android:debuggable="true"
android:extractNativeLibs="true"
android:icon="@drawable/xiaoai"
android:icon="@drawable/p3"
android:label="@string/app_name"
android:testOnly="true" >
<activity

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

@ -60,21 +60,23 @@ int drawable new_note_normal 0x7f040030
int drawable new_note_pressed 0x7f040031
int drawable note_edit_color_selector_panel 0x7f040032
int drawable notification 0x7f040033
int drawable search_result 0x7f040034
int drawable selected 0x7f040035
int drawable title_alert 0x7f040036
int drawable title_bar_bg 0x7f040037
int drawable widget_2x_blue 0x7f040038
int drawable widget_2x_green 0x7f040039
int drawable widget_2x_red 0x7f04003a
int drawable widget_2x_white 0x7f04003b
int drawable widget_2x_yellow 0x7f04003c
int drawable widget_4x_blue 0x7f04003d
int drawable widget_4x_green 0x7f04003e
int drawable widget_4x_red 0x7f04003f
int drawable widget_4x_white 0x7f040040
int drawable widget_4x_yellow 0x7f040041
int drawable xiaoai 0x7f040042
int drawable p1 0x7f040034
int drawable p3 0x7f040035
int drawable search_result 0x7f040036
int drawable selected 0x7f040037
int drawable title_alert 0x7f040038
int drawable title_bar_bg 0x7f040039
int drawable widget_2x_blue 0x7f04003a
int drawable widget_2x_green 0x7f04003b
int drawable widget_2x_red 0x7f04003c
int drawable widget_2x_white 0x7f04003d
int drawable widget_2x_yellow 0x7f04003e
int drawable widget_4x_blue 0x7f04003f
int drawable widget_4x_green 0x7f040040
int drawable widget_4x_red 0x7f040041
int drawable widget_4x_white 0x7f040042
int drawable widget_4x_yellow 0x7f040043
int drawable xiaoai 0x7f040044
int id account_dialog_subtitle 0x7f050000
int id account_dialog_title 0x7f050001
int id action_select_all 0x7f050002

@ -57,9 +57,6 @@ net.micode.notes:string/format_datetime_mdhm = 0x7f0a0019
net.micode.notes:string/preferences_account_summary = 0x7f0a0046
net.micode.notes:string/format_date_ymd = 0x7f0a0018
net.micode.notes:string/file_name_txt_format = 0x7f0a0015
net.micode.notes:id/note_edit_list = 0x7f050035
net.micode.notes:drawable/new_note = 0x7f04002f
net.micode.notes:string/folder_exist = 0x7f0a0017
net.micode.notes:string/menu_select_none = 0x7f0a0035
net.micode.notes:id/menu_secret = 0x7f05002b
net.micode.notes:string/failed_sdcard_export = 0x7f0a0014
@ -69,7 +66,7 @@ net.micode.notes:layout/note_list_dropdown_menu = 0x7f060009
net.micode.notes:string/error_sync_cancelled = 0x7f0a0011
net.micode.notes:string/error_sdcard_unmounted = 0x7f0a0010
net.micode.notes:style/TextAppearanceSecondaryItem = 0x7f0b0008
net.micode.notes:drawable/widget_4x_green = 0x7f04003e
net.micode.notes:drawable/widget_4x_green = 0x7f040040
net.micode.notes:string/error_sdcard_export = 0x7f0a000f
net.micode.notes:string/notealert_ok = 0x7f0a0043
net.micode.notes:string/menu_move_parent_folder = 0x7f0a002e
@ -109,7 +106,7 @@ net.micode.notes:layout/note_list = 0x7f060008
net.micode.notes:layout/note_edit = 0x7f060005
net.micode.notes:drawable/list_background = 0x7f040016
net.micode.notes:string/alert_message_delete_notes = 0x7f0a0002
net.micode.notes:drawable/widget_2x_blue = 0x7f040038
net.micode.notes:drawable/widget_2x_blue = 0x7f04003a
net.micode.notes:layout/folder_list_item = 0x7f060004
net.micode.notes:string/sync_progress_init_list = 0x7f0a005f
net.micode.notes:id/btn_new_note = 0x7f050005
@ -168,6 +165,9 @@ net.micode.notes:layout/account_dialog_title = 0x7f060000
net.micode.notes:string/notelist_menu_new = 0x7f0a0044
net.micode.notes:drawable/menu_delete = 0x7f04002d
net.micode.notes:id/iv_bg_red_select = 0x7f050014
net.micode.notes:id/iv_bg_red = 0x7f050013
net.micode.notes:id/menu_new_note = 0x7f050028
net.micode.notes:id/iv_bg_green_select = 0x7f050012
net.micode.notes:menu/note_edit = 0x7f070002
net.micode.notes:drawable/list_white_down = 0x7f040025
net.micode.notes:string/menu_quit_secret = 0x7f0a0030
@ -185,13 +185,11 @@ net.micode.notes:color/user_query_highlight = 0x7f020002
net.micode.notes:id/font_size_selector = 0x7f05000c
net.micode.notes:string/preferences_toast_cannot_change_account = 0x7f0a0056
net.micode.notes:id/et_edit_text = 0x7f05000a
net.micode.notes:drawable/widget_2x_yellow = 0x7f04003c
net.micode.notes:drawable/widget_2x_yellow = 0x7f04003e
net.micode.notes:id/amPm = 0x7f050004
net.micode.notes:id/account_dialog_subtitle = 0x7f050000
net.micode.notes:id/menu_new_note = 0x7f050028
net.micode.notes:id/iv_bg_green_select = 0x7f050012
net.micode.notes:drawable/widget_2x_red = 0x7f04003a
net.micode.notes:drawable/widget_4x_yellow = 0x7f040041
net.micode.notes:drawable/widget_2x_red = 0x7f04003c
net.micode.notes:drawable/widget_4x_yellow = 0x7f040043
net.micode.notes:drawable/clock = 0x7f040003
net.micode.notes:drawable/font_small = 0x7f040013
net.micode.notes:id/btn_set_bg_color = 0x7f050006
@ -203,7 +201,7 @@ net.micode.notes:string/menu_title_select_folder = 0x7f0a003c
net.micode.notes:string/hint_foler_name = 0x7f0a001d
net.micode.notes:drawable/list_red_down = 0x7f040021
net.micode.notes:id/menu_delete = 0x7f050022
net.micode.notes:drawable/widget_4x_blue = 0x7f04003d
net.micode.notes:drawable/widget_4x_blue = 0x7f04003f
net.micode.notes:menu/note_list_dropdown = 0x7f070004
net.micode.notes:id/add_img_btn = 0x7f050003
net.micode.notes:drawable/edit_title_white = 0x7f04000c
@ -211,34 +209,38 @@ net.micode.notes:string/menu_delete = 0x7f0a0021
net.micode.notes:drawable/list_footer_bg = 0x7f04001c
net.micode.notes:drawable/edit_red = 0x7f040008
net.micode.notes:string/preferences_menu_cancel = 0x7f0a0052
net.micode.notes:drawable/widget_2x_white = 0x7f04003b
net.micode.notes:drawable/widget_2x_white = 0x7f04003d
net.micode.notes:drawable/font_large = 0x7f040010
net.micode.notes:string/file_path = 0x7f0a0016
net.micode.notes:string/menu_alert = 0x7f0a001f
net.micode.notes:drawable/title_alert = 0x7f040036
net.micode.notes:drawable/title_alert = 0x7f040038
net.micode.notes:drawable/list_green_down = 0x7f04001d
net.micode.notes:string/error_sync_internal = 0x7f0a0012
net.micode.notes:drawable/search_result = 0x7f040034
net.micode.notes:drawable/search_result = 0x7f040036
net.micode.notes:string/app_widget4x4 = 0x7f0a0006
net.micode.notes:drawable/title_bar_bg = 0x7f040037
net.micode.notes:drawable/selected = 0x7f040035
net.micode.notes:drawable/title_bar_bg = 0x7f040039
net.micode.notes:drawable/p1 = 0x7f040034
net.micode.notes:drawable/selected = 0x7f040037
net.micode.notes:id/iv_bg_white = 0x7f050015
net.micode.notes:drawable/p3 = 0x7f040035
net.micode.notes:plurals/search_results_title = 0x7f080000
net.micode.notes:drawable/edit_title_green = 0x7f04000a
net.micode.notes:drawable/new_note_normal = 0x7f040030
net.micode.notes:drawable/edit_white = 0x7f04000e
net.micode.notes:drawable/widget_2x_green = 0x7f040039
net.micode.notes:id/iv_bg_white = 0x7f050015
net.micode.notes:drawable/widget_2x_green = 0x7f04003b
net.micode.notes:drawable/bg_color_btn_mask = 0x7f040001
net.micode.notes:drawable/list_yellow_up = 0x7f04002c
net.micode.notes:id/iv_bg_red = 0x7f050013
net.micode.notes:drawable/list_white_single = 0x7f040027
net.micode.notes:id/delete = 0x7f050009
net.micode.notes:layout/note_edit_list_item = 0x7f060006
net.micode.notes:string/call_record_folder_name = 0x7f0a0008
net.micode.notes:drawable/list_green_up = 0x7f040020
net.micode.notes:id/prefenerece_sync_status_textview = 0x7f05003a
net.micode.notes:drawable/xiaoai = 0x7f040042
net.micode.notes:drawable/xiaoai = 0x7f040044
net.micode.notes:id/et_foler_name = 0x7f05000b
net.micode.notes:string/folder_exist = 0x7f0a0017
net.micode.notes:id/note_edit_list = 0x7f050035
net.micode.notes:drawable/new_note = 0x7f04002f
net.micode.notes:id/menu_delete_remind = 0x7f050023
net.micode.notes:drawable/note_edit_color_selector_panel = 0x7f040032
net.micode.notes:id/menu_export_text = 0x7f050024
@ -281,11 +283,11 @@ net.micode.notes:id/iv_bg_white_select = 0x7f050016
net.micode.notes:drawable/edit_title_yellow = 0x7f04000d
net.micode.notes:layout/note_list_footer = 0x7f06000a
net.micode.notes:string/menu_font_super = 0x7f0a002b
net.micode.notes:drawable/widget_4x_red = 0x7f04003f
net.micode.notes:drawable/widget_4x_red = 0x7f040041
net.micode.notes:drawable/list_red_up = 0x7f040024
net.micode.notes:layout/settings_header = 0x7f06000b
net.micode.notes:style/NoteActionBarStyle = 0x7f0b0002
net.micode.notes:dimen/text_font_size_small = 0x7f030003
net.micode.notes:layout/datetime_picker = 0x7f060002
net.micode.notes:menu/note_list_options = 0x7f070005
net.micode.notes:drawable/widget_4x_white = 0x7f040040
net.micode.notes:drawable/widget_4x_white = 0x7f040042

@ -68,7 +68,7 @@ INJECTED from E:\Notes-master2\app\src\main\AndroidManifest.xml:35:5-149:19
android:label
ADDED from E:\Notes-master2\app\src\main\AndroidManifest.xml:37:9-41
android:icon
ADDED from E:\Notes-master2\app\src\main\AndroidManifest.xml:36:9-40
ADDED from E:\Notes-master2\app\src\main\AndroidManifest.xml:36:9-36
activity#net.micode.notes.ui.NotesListActivity
ADDED from E:\Notes-master2\app\src\main\AndroidManifest.xml:38:9-51:20
android:label

@ -33,7 +33,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application
android:icon="@drawable/xiaoai"
android:icon="@drawable/p3"
android:label="@string/app_name" >
<activity
android:name=".ui.NotesListActivity"

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Loading…
Cancel
Save