Before Width: | Height: | Size: 110 KiB |
@ -1,89 +0,0 @@
|
|||||||
@startuml
|
|
||||||
package "界面层" {
|
|
||||||
package "界面" {}
|
|
||||||
package "资源" {}
|
|
||||||
package "控件" {}
|
|
||||||
界面 .> 资源
|
|
||||||
界面 .> 控件
|
|
||||||
控件 .> 资源
|
|
||||||
}
|
|
||||||
|
|
||||||
package "业务层" {
|
|
||||||
package "工具" {}
|
|
||||||
package "任务远程服务" {
|
|
||||||
interface 任务服务 {
|
|
||||||
+创建任务(任务: 任务): 任务
|
|
||||||
+更新任务(任务: 任务): 任务
|
|
||||||
+删除任务(任务ID: int): void
|
|
||||||
+根据ID获取任务(任务ID: int): 任务
|
|
||||||
+获取所有任务(): List<任务>
|
|
||||||
}
|
|
||||||
任务服务 ..> "数据层" : 使用
|
|
||||||
}
|
|
||||||
package "任务异常" {}
|
|
||||||
}
|
|
||||||
|
|
||||||
"界面层" ..> "业务层"
|
|
||||||
|
|
||||||
package "模型层" {
|
|
||||||
package "模型" {
|
|
||||||
class 任务 {
|
|
||||||
-ID: int
|
|
||||||
-标题: string
|
|
||||||
-描述: string
|
|
||||||
-截止日期: date
|
|
||||||
-状态: string
|
|
||||||
-便签文本: string
|
|
||||||
-便签颜色: string
|
|
||||||
-便签背景: string
|
|
||||||
' +获取ID(): int
|
|
||||||
' +获取标题(): string
|
|
||||||
' +获取描述(): string
|
|
||||||
' +获取截止日期(): date
|
|
||||||
' +获取状态(): string
|
|
||||||
' +设置标题(标题: string): void
|
|
||||||
' +设置描述(描述: string): void
|
|
||||||
' +设置截止日期(截止日期: date): void
|
|
||||||
' +设置状态(状态: string): void
|
|
||||||
' +设置文本(text: string): void
|
|
||||||
' +设置颜色(color: string): void
|
|
||||||
+设置背景(background: string): void
|
|
||||||
}
|
|
||||||
}
|
|
||||||
package "任务数据访问" {
|
|
||||||
interface 任务数据访问对象 {
|
|
||||||
+创建任务(任务: 任务): 任务
|
|
||||||
+更新任务(任务: 任务): 任务
|
|
||||||
+删除任务(任务ID: int): void
|
|
||||||
+根据ID获取任务(任务ID: int): 任务
|
|
||||||
+获取所有任务(): List<任务>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
interface 便签菜单 {
|
|
||||||
+显示菜单(): void
|
|
||||||
+设置背景颜色(background: string): void
|
|
||||||
}
|
|
||||||
|
|
||||||
class 熔岩背景 {
|
|
||||||
+颜色: string
|
|
||||||
+设置背景颜色(): void
|
|
||||||
}
|
|
||||||
|
|
||||||
class 草原背景 {
|
|
||||||
+颜色: string
|
|
||||||
+设置背景颜色(): void
|
|
||||||
}
|
|
||||||
|
|
||||||
任务 -> 便签菜单
|
|
||||||
便签菜单 -> 熔岩背景
|
|
||||||
便签菜单 -> 草原背景
|
|
||||||
}
|
|
||||||
|
|
||||||
"业务层" .> "模型层"
|
|
||||||
"模型层" .> "数据层"
|
|
||||||
|
|
||||||
package "数据层" {
|
|
||||||
package "数据" {}
|
|
||||||
}
|
|
||||||
|
|
||||||
@enduml
|
|
Before Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 38 KiB |
@ -1,2 +1,2 @@
|
|||||||
#- File Locator -
|
#- File Locator -
|
||||||
listingFile=../../../outputs/apk/debug/output-metadata.json
|
listingFile=../../apk/debug/output-metadata.json
|
||||||
|
@ -1,104 +1,98 @@
|
|||||||
<<<<<<< HEAD
|
#Tue Jun 06 23:55:50 ULAT 2023
|
||||||
#Tue Jun 06 23:08:08 ULAT 2023
|
net.micode.notes.app-main-7\:/drawable-hdpi/call_record.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
||||||
=======
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_green.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||||
#Tue Jun 06 19:30:40 ULAT 2023
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||||
>>>>>>> e1bbdffad0961a76bc66dfb88976603efcb7d667
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_small.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/call_record.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_white.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_green.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_white.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_yellow.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_small.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
net.micode.notes.app-main-7\:/color/secondary_text_dark.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_white.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
net.micode.notes.app-main-7\:/layout/widget_4x.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_white.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/menu_delete.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
||||||
net.micode.notes.app-main-7\:/color/secondary_text_dark.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/dropdown_icon.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/widget_4x.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_green.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/menu_delete.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_green.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/dropdown_icon.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_green.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
net.micode.notes.app-main-7\:/xml/preferences.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_green.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
net.micode.notes.app-main-7\:/menu/call_record_folder.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
||||||
net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_red.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||||
net.micode.notes.app-main-7\:/xml/preferences.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
net.micode.notes.app-main-7\:/layout/widget_2x.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
net.micode.notes.app-main-7\:/layout/add_account_text.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
||||||
net.micode.notes.app-main-7\:/menu/call_record_folder.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_red.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/widget_2x.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/add_account_text.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_large.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
net.micode.notes.app-main-7\:/layout/settings_header.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
net.micode.notes.app-main-7\:/menu/call_note_edit.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
net.micode.notes.app-main-7\:/raw/introduction=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_large.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_yellow.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/settings_header.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_red.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/call_note_edit.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
||||||
net.micode.notes.app-main-7\:/raw/introduction=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_yellow.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_yellow.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_red.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_red.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/title_bar_bg.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_yellow.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
net.micode.notes.app-main-7\:/layout/note_list_dropdown_menu.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_red.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
net.micode.notes.app-main-7\:/layout/note_list_footer.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/title_bar_bg.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_blue.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_list_dropdown_menu.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_list_footer.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_blue.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/bg_btn_set_color.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_blue.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
net.micode.notes.app-main-7\:/xml/searchable.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/bg_color_btn_mask.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/notification.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_blue.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
net.micode.notes.app-main-7\:/layout/login.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_login.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/bg_btn_set_color.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/xml/searchable.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/login.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_login.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/notification.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_folder.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
net.micode.notes.app-main-7\:/menu/note_edit.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/note_edit_color_selector_panel.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_super.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_normal.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_folder.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_yellow.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_edit.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/menu/sub_folder.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_super.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
net.micode.notes.app-main-7\:/layout/account_dialog_title.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_normal.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_green.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_yellow.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
net.micode.notes.app-main-7\:/layout/dialog_edit_text.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
||||||
net.micode.notes.app-main-7\:/menu/sub_folder.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/account_dialog_title.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_normal.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_green.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
net.micode.notes.app-main-7\:/layout/note_edit.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/dialog_edit_text.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_normal.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/menu_move.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_edit.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
net.micode.notes.app-main-7\:/layout/note_edit_list_item.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_blue.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/menu_move.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
net.micode.notes.app-main-7\:/xml/widget_4x_info.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/background0.jpg=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_background0.jpg.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_edit_list_item.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_white.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_blue.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_size_selector_bg.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/xml/widget_4x_info.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_white.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
net.micode.notes.app-main-7\:/menu/note_list.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable/new_note.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_red.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/background1.jpg=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_background1.jpg.flat
|
net.micode.notes.app-main-7\:/layout/note_list.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
net.micode.notes.app-main-7\:/color/primary_text_dark.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/imageeee.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_imageeee.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_list.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
net.micode.notes.app-main-7\:/layout/datetime_picker.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable/new_note.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_red.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_list.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_list_options.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
||||||
net.micode.notes.app-main-7\:/color/primary_text_dark.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/icon_app.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/imageeee.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_imageeee.png.flat
|
net.micode.notes.app-main-7\:/layout/note_item.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/datetime_picker.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_footer_bg.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_pressed.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_list_options.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/icon_app.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_item.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_white.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_footer_bg.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
net.micode.notes.app-main-7\:/layout/folder_list_item.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_pressed.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_blue.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_white.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
|
||||||
net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
|
||||||
net.micode.notes.app-main-7\:/layout/folder_list_item.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_blue.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\main\assets"/><source path="E:\gitProject1\src\Notes-master1\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\debug\assets"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\main\assets"/><source path="D:\ssssssssssssssssssss\Notes-master1\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\debug\assets"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\debug\jniLibs"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\debug\jniLibs"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\debug\shaders"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\debug\shaders"/></dataSet></merger>
|