Compare commits

...

No commits in common. 'main' and 'master' have entirely different histories.
main ... master

@ -1,2 +0,0 @@
# zpfxiaomi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

16
src/.gitignore vendored

@ -1,16 +0,0 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
/.idea/

@ -0,0 +1,2 @@
#Sun Apr 07 20:45:48 CST 2024
gradle.version=8.4

@ -0,0 +1,2 @@
#Wed Apr 10 17:10:16 CST 2024
java.home=D\:\\awn\\as-install\\jbr

Binary file not shown.

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="Notes-master" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="Notes-master1" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -1 +0,0 @@
/build

@ -0,0 +1,34 @@
apply plugin: 'com.android.application'
android {
compileSdk 34
buildToolsVersion "34.0.0"
namespace 'net.micode.notes'
defaultConfig {
applicationId "net.micode.notes"
targetSdkVersion 34
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
}
dependencies {
implementation fileTree(dir: 'D:\\2\\Notes-master\\httpcomponents-client-4.5.13\\lib', include: ['*.aar', '*.jar'], exclude: [])
}
android{
useLibrary 'org.apache.http.legacy'
}

@ -1,47 +0,0 @@
plugins {
alias(libs.plugins.androidApplication)
}
android {
namespace = "net.micode.notes"
compileSdk = 34
packaging {
resources.excludes.add("META-INF/DEPENDENCIES");
resources.excludes.add("META-INF/NOTICE");
resources.excludes.add("META-INF/LICENSE");
resources.excludes.add("META-INF/LICENSE.txt");
resources.excludes.add("META-INF/NOTICE.txt");
}
defaultConfig {
applicationId = "net.micode.notes"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
}
dependencies {
implementation(libs.appcompat)
implementation(libs.material)
implementation(libs.activity)
implementation(libs.constraintlayout)
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)
implementation("org.apache.httpcomponents:httpclient:4.5.14")
}

@ -0,0 +1,318 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package net.micode.notes;
public final class R {
public static final class array {
public static final int format_for_exported_note=0x7f010000;
public static final int menu_share_ways=0x7f010001;
}
public static final class color {
public static final int primary_text_dark=0x7f020000;
public static final int secondary_text_dark=0x7f020001;
public static final int user_query_highlight=0x7f020002;
}
public static final class dimen {
public static final int text_font_size_large=0x7f030000;
public static final int text_font_size_medium=0x7f030001;
public static final int text_font_size_normal=0x7f030002;
public static final int text_font_size_small=0x7f030003;
public static final int text_font_size_super=0x7f030004;
}
public static final class drawable {
public static final int bg_btn_set_color=0x7f040000;
public static final int bg_color_btn_mask=0x7f040001;
public static final int call_record=0x7f040002;
public static final int clock=0x7f040003;
public static final int delete=0x7f040004;
public static final int dropdown_icon=0x7f040005;
public static final int edit_blue=0x7f040006;
public static final int edit_green=0x7f040007;
public static final int edit_red=0x7f040008;
public static final int edit_title_blue=0x7f040009;
public static final int edit_title_green=0x7f04000a;
public static final int edit_title_red=0x7f04000b;
public static final int edit_title_white=0x7f04000c;
public static final int edit_title_yellow=0x7f04000d;
public static final int edit_white=0x7f04000e;
public static final int edit_yellow=0x7f04000f;
public static final int font_large=0x7f040010;
public static final int font_normal=0x7f040011;
public static final int font_size_selector_bg=0x7f040012;
public static final int font_small=0x7f040013;
public static final int font_super=0x7f040014;
public static final int icon_app=0x7f040015;
public static final int list_background=0x7f040016;
public static final int list_blue_down=0x7f040017;
public static final int list_blue_middle=0x7f040018;
public static final int list_blue_single=0x7f040019;
public static final int list_blue_up=0x7f04001a;
public static final int list_folder=0x7f04001b;
public static final int list_footer_bg=0x7f04001c;
public static final int list_green_down=0x7f04001d;
public static final int list_green_middle=0x7f04001e;
public static final int list_green_single=0x7f04001f;
public static final int list_green_up=0x7f040020;
public static final int list_red_down=0x7f040021;
public static final int list_red_middle=0x7f040022;
public static final int list_red_single=0x7f040023;
public static final int list_red_up=0x7f040024;
public static final int list_white_down=0x7f040025;
public static final int list_white_middle=0x7f040026;
public static final int list_white_single=0x7f040027;
public static final int list_white_up=0x7f040028;
public static final int list_yellow_down=0x7f040029;
public static final int list_yellow_middle=0x7f04002a;
public static final int list_yellow_single=0x7f04002b;
public static final int list_yellow_up=0x7f04002c;
public static final int menu_delete=0x7f04002d;
public static final int menu_move=0x7f04002e;
public static final int new_note=0x7f04002f;
public static final int new_note_normal=0x7f040030;
public static final int new_note_pressed=0x7f040031;
public static final int note_edit_color_selector_panel=0x7f040032;
public static final int notification=0x7f040033;
public static final int search_result=0x7f040034;
public static final int selected=0x7f040035;
public static final int title_alert=0x7f040036;
public static final int title_bar_bg=0x7f040037;
public static final int widget_2x_blue=0x7f040038;
public static final int widget_2x_green=0x7f040039;
public static final int widget_2x_red=0x7f04003a;
public static final int widget_2x_white=0x7f04003b;
public static final int widget_2x_yellow=0x7f04003c;
public static final int widget_4x_blue=0x7f04003d;
public static final int widget_4x_green=0x7f04003e;
public static final int widget_4x_red=0x7f04003f;
public static final int widget_4x_white=0x7f040040;
public static final int widget_4x_yellow=0x7f040041;
}
public static final class id {
public static final int account_dialog_subtitle=0x7f050000;
public static final int account_dialog_title=0x7f050001;
public static final int action_select_all=0x7f050002;
public static final int amPm=0x7f050003;
public static final int btn_new_note=0x7f050004;
public static final int btn_set_bg_color=0x7f050005;
public static final int cb_edit_item=0x7f050006;
public static final int date=0x7f050007;
public static final int delete=0x7f050008;
public static final int et_edit_text=0x7f050009;
public static final int et_foler_name=0x7f05000a;
public static final int font_size_selector=0x7f05000b;
public static final int hour=0x7f05000c;
public static final int iv_alert_icon=0x7f05000d;
public static final int iv_bg_blue=0x7f05000e;
public static final int iv_bg_blue_select=0x7f05000f;
public static final int iv_bg_green=0x7f050010;
public static final int iv_bg_green_select=0x7f050011;
public static final int iv_bg_red=0x7f050012;
public static final int iv_bg_red_select=0x7f050013;
public static final int iv_bg_white=0x7f050014;
public static final int iv_bg_white_select=0x7f050015;
public static final int iv_bg_yellow=0x7f050016;
public static final int iv_bg_yellow_select=0x7f050017;
public static final int iv_large_select=0x7f050018;
public static final int iv_medium_select=0x7f050019;
public static final int iv_small_select=0x7f05001a;
public static final int iv_super_select=0x7f05001b;
public static final int ll_font_large=0x7f05001c;
public static final int ll_font_normal=0x7f05001d;
public static final int ll_font_small=0x7f05001e;
public static final int ll_font_super=0x7f05001f;
public static final int menu_alert=0x7f050020;
public static final int menu_delete=0x7f050021;
public static final int menu_delete_remind=0x7f050022;
public static final int menu_export_text=0x7f050023;
public static final int menu_font_size=0x7f050024;
public static final int menu_list_mode=0x7f050025;
public static final int menu_new_folder=0x7f050026;
public static final int menu_new_note=0x7f050027;
public static final int menu_search=0x7f050028;
public static final int menu_send_to_desktop=0x7f050029;
public static final int menu_setting=0x7f05002a;
public static final int menu_share=0x7f05002b;
public static final int menu_sync=0x7f05002c;
public static final int minute=0x7f05002d;
public static final int move=0x7f05002e;
public static final int navigation_bar=0x7f05002f;
public static final int note_bg_color_selector=0x7f050030;
public static final int note_edit_list=0x7f050031;
public static final int note_edit_view=0x7f050032;
public static final int note_item=0x7f050033;
public static final int note_title=0x7f050034;
public static final int notes_list=0x7f050035;
public static final int prefenerece_sync_status_textview=0x7f050036;
public static final int preference_sync_button=0x7f050037;
public static final int selection_menu=0x7f050038;
public static final int sv_note_edit=0x7f050039;
public static final int tv_alert_date=0x7f05003a;
public static final int tv_folder_name=0x7f05003b;
public static final int tv_modified_date=0x7f05003c;
public static final int tv_name=0x7f05003d;
public static final int tv_time=0x7f05003e;
public static final int tv_title=0x7f05003f;
public static final int tv_title_bar=0x7f050040;
public static final int widget_bg_image=0x7f050041;
public static final int widget_text=0x7f050042;
}
public static final class layout {
public static final int account_dialog_title=0x7f060000;
public static final int add_account_text=0x7f060001;
public static final int datetime_picker=0x7f060002;
public static final int dialog_edit_text=0x7f060003;
public static final int folder_list_item=0x7f060004;
public static final int note_edit=0x7f060005;
public static final int note_edit_list_item=0x7f060006;
public static final int note_item=0x7f060007;
public static final int note_list=0x7f060008;
public static final int note_list_dropdown_menu=0x7f060009;
public static final int note_list_footer=0x7f06000a;
public static final int settings_header=0x7f06000b;
public static final int widget_2x=0x7f06000c;
public static final int widget_4x=0x7f06000d;
}
public static final class menu {
public static final int call_note_edit=0x7f070000;
public static final int call_record_folder=0x7f070001;
public static final int note_edit=0x7f070002;
public static final int note_list=0x7f070003;
public static final int note_list_dropdown=0x7f070004;
public static final int note_list_options=0x7f070005;
public static final int sub_folder=0x7f070006;
}
public static final class plurals {
public static final int search_results_title=0x7f080000;
}
public static final class raw {
public static final int introduction=0x7f090000;
}
public static final class string {
public static final int alert_message_delete_folder=0x7f0a0000;
public static final int alert_message_delete_note=0x7f0a0001;
public static final int alert_message_delete_notes=0x7f0a0002;
public static final int alert_title_delete=0x7f0a0003;
public static final int app_name=0x7f0a0004;
public static final int app_widget2x2=0x7f0a0005;
public static final int app_widget4x4=0x7f0a0006;
public static final int button_delete=0x7f0a0007;
public static final int call_record_folder_name=0x7f0a0008;
public static final int datetime_dialog_cancel=0x7f0a0009;
public static final int datetime_dialog_ok=0x7f0a000a;
public static final int delete_remind_time_message=0x7f0a000b;
public static final int error_note_empty_for_clock=0x7f0a000c;
public static final int error_note_empty_for_send_to_desktop=0x7f0a000d;
public static final int error_note_not_exist=0x7f0a000e;
public static final int error_sdcard_export=0x7f0a000f;
public static final int error_sdcard_unmounted=0x7f0a0010;
public static final int error_sync_cancelled=0x7f0a0011;
public static final int error_sync_internal=0x7f0a0012;
public static final int error_sync_network=0x7f0a0013;
public static final int failed_sdcard_export=0x7f0a0014;
public static final int file_name_txt_format=0x7f0a0015;
public static final int file_path=0x7f0a0016;
public static final int folder_exist=0x7f0a0017;
public static final int format_date_ymd=0x7f0a0018;
public static final int format_datetime_mdhm=0x7f0a0019;
public static final int format_exported_file_location=0x7f0a001a;
public static final int format_folder_files_count=0x7f0a001b;
public static final int format_move_notes_to_folder=0x7f0a001c;
public static final int hint_foler_name=0x7f0a001d;
public static final int info_note_enter_desktop=0x7f0a001e;
public static final int menu_alert=0x7f0a001f;
public static final int menu_create_folder=0x7f0a0020;
public static final int menu_delete=0x7f0a0021;
public static final int menu_deselect_all=0x7f0a0022;
public static final int menu_export_text=0x7f0a0023;
public static final int menu_folder_change_name=0x7f0a0024;
public static final int menu_folder_delete=0x7f0a0025;
public static final int menu_folder_view=0x7f0a0026;
public static final int menu_font_large=0x7f0a0027;
public static final int menu_font_normal=0x7f0a0028;
public static final int menu_font_size=0x7f0a0029;
public static final int menu_font_small=0x7f0a002a;
public static final int menu_font_super=0x7f0a002b;
public static final int menu_list_mode=0x7f0a002c;
public static final int menu_move=0x7f0a002d;
public static final int menu_move_parent_folder=0x7f0a002e;
public static final int menu_normal_mode=0x7f0a002f;
public static final int menu_remove_remind=0x7f0a0030;
public static final int menu_search=0x7f0a0031;
public static final int menu_select_all=0x7f0a0032;
public static final int menu_select_none=0x7f0a0033;
public static final int menu_select_title=0x7f0a0034;
public static final int menu_send_to_desktop=0x7f0a0035;
public static final int menu_setting=0x7f0a0036;
public static final int menu_share=0x7f0a0037;
public static final int menu_sync=0x7f0a0038;
public static final int menu_sync_cancel=0x7f0a0039;
public static final int menu_title_select_folder=0x7f0a003a;
public static final int note_alert_expired=0x7f0a003b;
public static final int note_link_email=0x7f0a003c;
public static final int note_link_other=0x7f0a003d;
public static final int note_link_tel=0x7f0a003e;
public static final int note_link_web=0x7f0a003f;
public static final int notealert_enter=0x7f0a0040;
public static final int notealert_ok=0x7f0a0041;
public static final int notelist_menu_new=0x7f0a0042;
public static final int notelist_string_info=0x7f0a0043;
public static final int preferences_account_summary=0x7f0a0044;
public static final int preferences_account_title=0x7f0a0045;
public static final int preferences_add_account=0x7f0a0046;
public static final int preferences_bg_random_appear_title=0x7f0a0047;
public static final int preferences_button_sync_cancel=0x7f0a0048;
public static final int preferences_button_sync_immediately=0x7f0a0049;
public static final int preferences_dialog_change_account_title=0x7f0a004a;
public static final int preferences_dialog_change_account_warn_msg=0x7f0a004b;
public static final int preferences_dialog_select_account_tips=0x7f0a004c;
public static final int preferences_dialog_select_account_title=0x7f0a004d;
public static final int preferences_last_sync_time=0x7f0a004e;
public static final int preferences_last_sync_time_format=0x7f0a004f;
public static final int preferences_menu_cancel=0x7f0a0050;
public static final int preferences_menu_change_account=0x7f0a0051;
public static final int preferences_menu_remove_account=0x7f0a0052;
public static final int preferences_title=0x7f0a0053;
public static final int preferences_toast_cannot_change_account=0x7f0a0054;
public static final int preferences_toast_success_set_accout=0x7f0a0055;
public static final int search=0x7f0a0056;
public static final int search_hint=0x7f0a0057;
public static final int search_label=0x7f0a0058;
public static final int search_setting_description=0x7f0a0059;
public static final int set_remind_time_message=0x7f0a005a;
public static final int success_sdcard_export=0x7f0a005b;
public static final int success_sync_account=0x7f0a005c;
public static final int sync_progress_init_list=0x7f0a005d;
public static final int sync_progress_login=0x7f0a005e;
public static final int sync_progress_syncing=0x7f0a005f;
public static final int ticker_cancel=0x7f0a0060;
public static final int ticker_fail=0x7f0a0061;
public static final int ticker_success=0x7f0a0062;
public static final int ticker_syncing=0x7f0a0063;
public static final int widget_havenot_content=0x7f0a0064;
public static final int widget_under_visit_mode=0x7f0a0065;
}
public static final class style {
public static final int HighlightTextAppearancePrimary=0x7f0b0000;
public static final int HighlightTextAppearanceSecondary=0x7f0b0001;
public static final int NoteActionBarStyle=0x7f0b0002;
public static final int NoteTheme=0x7f0b0003;
public static final int TextAppearanceLarge=0x7f0b0004;
public static final int TextAppearanceMedium=0x7f0b0005;
public static final int TextAppearanceNormal=0x7f0b0006;
public static final int TextAppearancePrimaryItem=0x7f0b0007;
public static final int TextAppearanceSecondaryItem=0x7f0b0008;
public static final int TextAppearanceSuper=0x7f0b0009;
public static final int TextAppearanceUnderMenuIcon=0x7f0b000a;
}
public static final class xml {
public static final int preferences=0x7f0c0000;
public static final int searchable=0x7f0c0001;
public static final int widget_2x_info=0x7f0c0002;
public static final int widget_4x_info=0x7f0c0003;
}
}

@ -0,0 +1,318 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package net.micode.notes;
public final class R {
public static final class array {
public static final int format_for_exported_note=0x7f010000;
public static final int menu_share_ways=0x7f010001;
}
public static final class color {
public static final int primary_text_dark=0x7f020000;
public static final int secondary_text_dark=0x7f020001;
public static final int user_query_highlight=0x7f020002;
}
public static final class dimen {
public static final int text_font_size_large=0x7f030000;
public static final int text_font_size_medium=0x7f030001;
public static final int text_font_size_normal=0x7f030002;
public static final int text_font_size_small=0x7f030003;
public static final int text_font_size_super=0x7f030004;
}
public static final class drawable {
public static final int bg_btn_set_color=0x7f040000;
public static final int bg_color_btn_mask=0x7f040001;
public static final int call_record=0x7f040002;
public static final int clock=0x7f040003;
public static final int delete=0x7f040004;
public static final int dropdown_icon=0x7f040005;
public static final int edit_blue=0x7f040006;
public static final int edit_green=0x7f040007;
public static final int edit_red=0x7f040008;
public static final int edit_title_blue=0x7f040009;
public static final int edit_title_green=0x7f04000a;
public static final int edit_title_red=0x7f04000b;
public static final int edit_title_white=0x7f04000c;
public static final int edit_title_yellow=0x7f04000d;
public static final int edit_white=0x7f04000e;
public static final int edit_yellow=0x7f04000f;
public static final int font_large=0x7f040010;
public static final int font_normal=0x7f040011;
public static final int font_size_selector_bg=0x7f040012;
public static final int font_small=0x7f040013;
public static final int font_super=0x7f040014;
public static final int icon_app=0x7f040015;
public static final int list_background=0x7f040016;
public static final int list_blue_down=0x7f040017;
public static final int list_blue_middle=0x7f040018;
public static final int list_blue_single=0x7f040019;
public static final int list_blue_up=0x7f04001a;
public static final int list_folder=0x7f04001b;
public static final int list_footer_bg=0x7f04001c;
public static final int list_green_down=0x7f04001d;
public static final int list_green_middle=0x7f04001e;
public static final int list_green_single=0x7f04001f;
public static final int list_green_up=0x7f040020;
public static final int list_red_down=0x7f040021;
public static final int list_red_middle=0x7f040022;
public static final int list_red_single=0x7f040023;
public static final int list_red_up=0x7f040024;
public static final int list_white_down=0x7f040025;
public static final int list_white_middle=0x7f040026;
public static final int list_white_single=0x7f040027;
public static final int list_white_up=0x7f040028;
public static final int list_yellow_down=0x7f040029;
public static final int list_yellow_middle=0x7f04002a;
public static final int list_yellow_single=0x7f04002b;
public static final int list_yellow_up=0x7f04002c;
public static final int menu_delete=0x7f04002d;
public static final int menu_move=0x7f04002e;
public static final int new_note=0x7f04002f;
public static final int new_note_normal=0x7f040030;
public static final int new_note_pressed=0x7f040031;
public static final int note_edit_color_selector_panel=0x7f040032;
public static final int notification=0x7f040033;
public static final int search_result=0x7f040034;
public static final int selected=0x7f040035;
public static final int title_alert=0x7f040036;
public static final int title_bar_bg=0x7f040037;
public static final int widget_2x_blue=0x7f040038;
public static final int widget_2x_green=0x7f040039;
public static final int widget_2x_red=0x7f04003a;
public static final int widget_2x_white=0x7f04003b;
public static final int widget_2x_yellow=0x7f04003c;
public static final int widget_4x_blue=0x7f04003d;
public static final int widget_4x_green=0x7f04003e;
public static final int widget_4x_red=0x7f04003f;
public static final int widget_4x_white=0x7f040040;
public static final int widget_4x_yellow=0x7f040041;
}
public static final class id {
public static final int account_dialog_subtitle=0x7f050000;
public static final int account_dialog_title=0x7f050001;
public static final int action_select_all=0x7f050002;
public static final int amPm=0x7f050003;
public static final int btn_new_note=0x7f050004;
public static final int btn_set_bg_color=0x7f050005;
public static final int cb_edit_item=0x7f050006;
public static final int date=0x7f050007;
public static final int delete=0x7f050008;
public static final int et_edit_text=0x7f050009;
public static final int et_foler_name=0x7f05000a;
public static final int font_size_selector=0x7f05000b;
public static final int hour=0x7f05000c;
public static final int iv_alert_icon=0x7f05000d;
public static final int iv_bg_blue=0x7f05000e;
public static final int iv_bg_blue_select=0x7f05000f;
public static final int iv_bg_green=0x7f050010;
public static final int iv_bg_green_select=0x7f050011;
public static final int iv_bg_red=0x7f050012;
public static final int iv_bg_red_select=0x7f050013;
public static final int iv_bg_white=0x7f050014;
public static final int iv_bg_white_select=0x7f050015;
public static final int iv_bg_yellow=0x7f050016;
public static final int iv_bg_yellow_select=0x7f050017;
public static final int iv_large_select=0x7f050018;
public static final int iv_medium_select=0x7f050019;
public static final int iv_small_select=0x7f05001a;
public static final int iv_super_select=0x7f05001b;
public static final int ll_font_large=0x7f05001c;
public static final int ll_font_normal=0x7f05001d;
public static final int ll_font_small=0x7f05001e;
public static final int ll_font_super=0x7f05001f;
public static final int menu_alert=0x7f050020;
public static final int menu_delete=0x7f050021;
public static final int menu_delete_remind=0x7f050022;
public static final int menu_export_text=0x7f050023;
public static final int menu_font_size=0x7f050024;
public static final int menu_list_mode=0x7f050025;
public static final int menu_new_folder=0x7f050026;
public static final int menu_new_note=0x7f050027;
public static final int menu_search=0x7f050028;
public static final int menu_send_to_desktop=0x7f050029;
public static final int menu_setting=0x7f05002a;
public static final int menu_share=0x7f05002b;
public static final int menu_sync=0x7f05002c;
public static final int minute=0x7f05002d;
public static final int move=0x7f05002e;
public static final int navigation_bar=0x7f05002f;
public static final int note_bg_color_selector=0x7f050030;
public static final int note_edit_list=0x7f050031;
public static final int note_edit_view=0x7f050032;
public static final int note_item=0x7f050033;
public static final int note_title=0x7f050034;
public static final int notes_list=0x7f050035;
public static final int prefenerece_sync_status_textview=0x7f050036;
public static final int preference_sync_button=0x7f050037;
public static final int selection_menu=0x7f050038;
public static final int sv_note_edit=0x7f050039;
public static final int tv_alert_date=0x7f05003a;
public static final int tv_folder_name=0x7f05003b;
public static final int tv_modified_date=0x7f05003c;
public static final int tv_name=0x7f05003d;
public static final int tv_time=0x7f05003e;
public static final int tv_title=0x7f05003f;
public static final int tv_title_bar=0x7f050040;
public static final int widget_bg_image=0x7f050041;
public static final int widget_text=0x7f050042;
}
public static final class layout {
public static final int account_dialog_title=0x7f060000;
public static final int add_account_text=0x7f060001;
public static final int datetime_picker=0x7f060002;
public static final int dialog_edit_text=0x7f060003;
public static final int folder_list_item=0x7f060004;
public static final int note_edit=0x7f060005;
public static final int note_edit_list_item=0x7f060006;
public static final int note_item=0x7f060007;
public static final int note_list=0x7f060008;
public static final int note_list_dropdown_menu=0x7f060009;
public static final int note_list_footer=0x7f06000a;
public static final int settings_header=0x7f06000b;
public static final int widget_2x=0x7f06000c;
public static final int widget_4x=0x7f06000d;
}
public static final class menu {
public static final int call_note_edit=0x7f070000;
public static final int call_record_folder=0x7f070001;
public static final int note_edit=0x7f070002;
public static final int note_list=0x7f070003;
public static final int note_list_dropdown=0x7f070004;
public static final int note_list_options=0x7f070005;
public static final int sub_folder=0x7f070006;
}
public static final class plurals {
public static final int search_results_title=0x7f080000;
}
public static final class raw {
public static final int introduction=0x7f090000;
}
public static final class string {
public static final int alert_message_delete_folder=0x7f0a0000;
public static final int alert_message_delete_note=0x7f0a0001;
public static final int alert_message_delete_notes=0x7f0a0002;
public static final int alert_title_delete=0x7f0a0003;
public static final int app_name=0x7f0a0004;
public static final int app_widget2x2=0x7f0a0005;
public static final int app_widget4x4=0x7f0a0006;
public static final int button_delete=0x7f0a0007;
public static final int call_record_folder_name=0x7f0a0008;
public static final int datetime_dialog_cancel=0x7f0a0009;
public static final int datetime_dialog_ok=0x7f0a000a;
public static final int delete_remind_time_message=0x7f0a000b;
public static final int error_note_empty_for_clock=0x7f0a000c;
public static final int error_note_empty_for_send_to_desktop=0x7f0a000d;
public static final int error_note_not_exist=0x7f0a000e;
public static final int error_sdcard_export=0x7f0a000f;
public static final int error_sdcard_unmounted=0x7f0a0010;
public static final int error_sync_cancelled=0x7f0a0011;
public static final int error_sync_internal=0x7f0a0012;
public static final int error_sync_network=0x7f0a0013;
public static final int failed_sdcard_export=0x7f0a0014;
public static final int file_name_txt_format=0x7f0a0015;
public static final int file_path=0x7f0a0016;
public static final int folder_exist=0x7f0a0017;
public static final int format_date_ymd=0x7f0a0018;
public static final int format_datetime_mdhm=0x7f0a0019;
public static final int format_exported_file_location=0x7f0a001a;
public static final int format_folder_files_count=0x7f0a001b;
public static final int format_move_notes_to_folder=0x7f0a001c;
public static final int hint_foler_name=0x7f0a001d;
public static final int info_note_enter_desktop=0x7f0a001e;
public static final int menu_alert=0x7f0a001f;
public static final int menu_create_folder=0x7f0a0020;
public static final int menu_delete=0x7f0a0021;
public static final int menu_deselect_all=0x7f0a0022;
public static final int menu_export_text=0x7f0a0023;
public static final int menu_folder_change_name=0x7f0a0024;
public static final int menu_folder_delete=0x7f0a0025;
public static final int menu_folder_view=0x7f0a0026;
public static final int menu_font_large=0x7f0a0027;
public static final int menu_font_normal=0x7f0a0028;
public static final int menu_font_size=0x7f0a0029;
public static final int menu_font_small=0x7f0a002a;
public static final int menu_font_super=0x7f0a002b;
public static final int menu_list_mode=0x7f0a002c;
public static final int menu_move=0x7f0a002d;
public static final int menu_move_parent_folder=0x7f0a002e;
public static final int menu_normal_mode=0x7f0a002f;
public static final int menu_remove_remind=0x7f0a0030;
public static final int menu_search=0x7f0a0031;
public static final int menu_select_all=0x7f0a0032;
public static final int menu_select_none=0x7f0a0033;
public static final int menu_select_title=0x7f0a0034;
public static final int menu_send_to_desktop=0x7f0a0035;
public static final int menu_setting=0x7f0a0036;
public static final int menu_share=0x7f0a0037;
public static final int menu_sync=0x7f0a0038;
public static final int menu_sync_cancel=0x7f0a0039;
public static final int menu_title_select_folder=0x7f0a003a;
public static final int note_alert_expired=0x7f0a003b;
public static final int note_link_email=0x7f0a003c;
public static final int note_link_other=0x7f0a003d;
public static final int note_link_tel=0x7f0a003e;
public static final int note_link_web=0x7f0a003f;
public static final int notealert_enter=0x7f0a0040;
public static final int notealert_ok=0x7f0a0041;
public static final int notelist_menu_new=0x7f0a0042;
public static final int notelist_string_info=0x7f0a0043;
public static final int preferences_account_summary=0x7f0a0044;
public static final int preferences_account_title=0x7f0a0045;
public static final int preferences_add_account=0x7f0a0046;
public static final int preferences_bg_random_appear_title=0x7f0a0047;
public static final int preferences_button_sync_cancel=0x7f0a0048;
public static final int preferences_button_sync_immediately=0x7f0a0049;
public static final int preferences_dialog_change_account_title=0x7f0a004a;
public static final int preferences_dialog_change_account_warn_msg=0x7f0a004b;
public static final int preferences_dialog_select_account_tips=0x7f0a004c;
public static final int preferences_dialog_select_account_title=0x7f0a004d;
public static final int preferences_last_sync_time=0x7f0a004e;
public static final int preferences_last_sync_time_format=0x7f0a004f;
public static final int preferences_menu_cancel=0x7f0a0050;
public static final int preferences_menu_change_account=0x7f0a0051;
public static final int preferences_menu_remove_account=0x7f0a0052;
public static final int preferences_title=0x7f0a0053;
public static final int preferences_toast_cannot_change_account=0x7f0a0054;
public static final int preferences_toast_success_set_accout=0x7f0a0055;
public static final int search=0x7f0a0056;
public static final int search_hint=0x7f0a0057;
public static final int search_label=0x7f0a0058;
public static final int search_setting_description=0x7f0a0059;
public static final int set_remind_time_message=0x7f0a005a;
public static final int success_sdcard_export=0x7f0a005b;
public static final int success_sync_account=0x7f0a005c;
public static final int sync_progress_init_list=0x7f0a005d;
public static final int sync_progress_login=0x7f0a005e;
public static final int sync_progress_syncing=0x7f0a005f;
public static final int ticker_cancel=0x7f0a0060;
public static final int ticker_fail=0x7f0a0061;
public static final int ticker_success=0x7f0a0062;
public static final int ticker_syncing=0x7f0a0063;
public static final int widget_havenot_content=0x7f0a0064;
public static final int widget_under_visit_mode=0x7f0a0065;
}
public static final class style {
public static final int HighlightTextAppearancePrimary=0x7f0b0000;
public static final int HighlightTextAppearanceSecondary=0x7f0b0001;
public static final int NoteActionBarStyle=0x7f0b0002;
public static final int NoteTheme=0x7f0b0003;
public static final int TextAppearanceLarge=0x7f0b0004;
public static final int TextAppearanceMedium=0x7f0b0005;
public static final int TextAppearanceNormal=0x7f0b0006;
public static final int TextAppearancePrimaryItem=0x7f0b0007;
public static final int TextAppearanceSecondaryItem=0x7f0b0008;
public static final int TextAppearanceSuper=0x7f0b0009;
public static final int TextAppearanceUnderMenuIcon=0x7f0b000a;
}
public static final class xml {
public static final int preferences=0x7f0c0000;
public static final int searchable=0x7f0c0001;
public static final int widget_2x_info=0x7f0c0002;
public static final int widget_4x_info=0x7f0c0003;
}
}

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package net.micode.notes;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "net.micode.notes";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "0.1";
}

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package net.micode.notes;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "net.micode.notes";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "0.1";
}

@ -0,0 +1,21 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "0.1",
"outputFile": "app-debug.apk"
}
],
"elementType": "File",
"minSdkVersionForDexing": 24
}

@ -0,0 +1,2 @@
#- File Locator -
listingFile=../../../apk/debug/output-metadata.json

@ -0,0 +1 @@
[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.1","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}]

@ -0,0 +1 @@
[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.1","enabled":true,"outputFile":"app-release-unsigned.apk","fullName":"release","baseName":"release"}]

@ -0,0 +1,186 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat",
"map": [
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rTW\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rTW\\strings.xml",
"from": {
"startLines": "122,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6507,3575,3509,3436,3386,827,867,915,6057,6102,6453,6403,1199,3835,3903,3776,3710,3647,4565,4505,4442,4035,2957,1369,1422,4089,1768,6159,3327,3114,1878,2159,2405,1931,2897,2844,2793,2598,2550,2456,2504,2644,2691,2202,3268,2741,3157,2116,2358,2302,2247,3059,2072,3017,1981,2022,3209,1318,1623,1719,1576,1672,1529,1484,1148,1095,4940,4881,5081,5982,5392,5323,5456,5534,5717,5644,5015,5268,5138,5203,4832,5821,5904,6365,6258,6210,6303,1261,3980,4383,4678,4620,4745,4335,4290,4242,4191,963,1029",
"endLines": "124,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6679,3642,3570,3504,3431,862,910,958,6097,6154,6502,6448,1256,3898,3975,3830,3771,3705,4615,4560,4500,4084,3012,1417,1479,4168,1843,6204,3381,3152,1926,2197,2451,1976,2952,2892,2839,2639,2593,2499,2545,2686,2736,2242,3322,2788,3204,2154,2400,2353,2297,3109,2111,3054,2017,2067,3263,1364,1667,1763,1618,1714,1571,1524,1194,1143,5010,4935,5133,6051,5451,5387,5529,5639,5816,5712,5076,5318,5198,5263,4876,5899,5977,6398,6298,6253,6360,1313,4030,4437,4740,4673,4802,4378,4330,4285,4237,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,456,522,595,645,685,733,781,826,883,937,987,1049,1117,1194,1253,1319,1382,1437,1497,1560,1614,1674,1727,1789,1873,1953,2003,2062,2105,2158,2201,2252,2302,2362,2415,2466,2512,2560,2608,2654,2701,2751,2796,2855,2907,2959,3002,3049,3105,3160,3215,3259,3301,3342,3392,3451,3502,3551,3600,3647,3694,3741,3786,3837,3890,3965,4024,4081,4155,4219,4288,4366,4476,4580,4653,4719,4774,4839,4904,4953,5036,5114,5152,5197,5245,5307,5364,5419,5478,5545,5603,5665,5713,5758,5806,5857,5923",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,451,517,590,640,680,728,776,821,878,932,982,1044,1112,1189,1248,1314,1377,1432,1492,1555,1609,1669,1722,1784,1868,1948,1998,2057,2100,2153,2196,2247,2297,2357,2410,2461,2507,2555,2603,2649,2696,2746,2791,2850,2902,2954,2997,3044,3100,3155,3210,3254,3296,3337,3387,3446,3497,3546,3595,3642,3689,3736,3781,3832,3885,3960,4019,4076,4150,4214,4283,4361,4471,4575,4648,4714,4769,4834,4899,4948,5031,5109,5147,5192,5240,5302,5359,5414,5473,5540,5598,5660,5708,5753,5801,5852,5918,5984"
}
}
]
},
{
"outputFile": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat",
"map": [
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\arrays.xml",
"from": {
"startLines": "19,26",
"startColumns": "4,4",
"startOffsets": "739,1047",
"endLines": "24,29",
"endColumns": "19,19",
"endOffsets": "1041,1162"
},
"to": {
"startLines": "2,8",
"startColumns": "4,4",
"startOffsets": "105,412",
"endLines": "7,11",
"endColumns": "19,19",
"endOffsets": "407,527"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\colors.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endColumns": "56",
"endOffsets": "764"
},
"to": {
"startLines": "12",
"startColumns": "4",
"startOffsets": "532",
"endColumns": "56",
"endOffsets": "584"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\strings.xml",
"from": {
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
},
"to": {
"startLines": "18,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
"endLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\dimens.xml",
"from": {
"startLines": "19,20,21,22,18",
"startColumns": "4,4,4,4,4",
"startOffsets": "764,816,869,922,712",
"endColumns": "51,52,52,51,51",
"endOffsets": "811,864,917,969,759"
},
"to": {
"startLines": "13,14,15,16,17",
"startColumns": "4,4,4,4,4",
"startOffsets": "589,641,694,747,799",
"endColumns": "51,52,52,51,51",
"endOffsets": "636,689,742,794,846"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\styles.xml",
"from": {
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "2261,2473,2853,2634,1073,1258,1443,1647,1854,890,2056"
},
"to": {
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8276,8480,8691,8909,9069,9252,9437,9622,9825,10031,10214",
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "8475,8686,8904,9064,9247,9432,9617,9820,10026,10209,10410"
}
}
]
},
{
"outputFile": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat",
"map": [
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rCN\\strings.xml",
"from": {
"startLines": "121,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6532,3495,3429,3356,3306,827,867,915,6083,6128,6478,6428,1199,3861,3929,3802,3737,3674,4592,4532,4469,4061,2877,1369,1422,4115,3568,6185,3247,3034,1798,2079,2325,1851,2817,2764,2713,2518,2470,2376,2424,2564,2611,2122,3188,2661,3077,2036,2278,2222,2167,2979,1992,2937,1901,1942,3129,1318,1623,1719,1576,1672,1529,1484,1148,1095,4967,4908,5108,6009,5419,5350,5483,5561,5744,5671,5042,5295,5165,5230,4859,5848,5931,6390,6283,6235,6328,1261,4006,4410,4705,4647,4772,4362,4317,4269,4218,963,1029",
"endLines": "123,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6704,3563,3490,3424,3351,862,910,958,6123,6180,6527,6473,1256,3924,4001,3856,3797,3732,4642,4587,4527,4110,2932,1417,1479,4195,3644,6230,3301,3072,1846,2117,2371,1896,2872,2812,2759,2559,2513,2419,2465,2606,2656,2162,3242,2708,3124,2074,2320,2273,2217,3029,2031,2974,1937,1987,3183,1364,1667,1763,1618,1714,1571,1524,1194,1143,5037,4962,5160,6078,5478,5414,5556,5666,5843,5739,5103,5345,5225,5290,4903,5926,6004,6423,6323,6278,6385,1313,4056,4464,4767,4700,4829,4405,4357,4312,4264,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,457,523,596,646,686,734,782,827,884,938,988,1050,1118,1195,1254,1319,1382,1437,1497,1560,1614,1674,1727,1789,1874,1955,2005,2064,2107,2160,2203,2254,2304,2364,2417,2468,2514,2562,2610,2656,2703,2753,2798,2857,2909,2961,3004,3051,3107,3162,3217,3261,3303,3344,3394,3453,3504,3553,3602,3649,3696,3743,3788,3839,3892,3967,4026,4083,4157,4221,4290,4368,4478,4582,4655,4721,4776,4841,4906,4955,5038,5116,5154,5199,5247,5309,5366,5421,5480,5547,5605,5667,5715,5760,5808,5859,5925",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,452,518,591,641,681,729,777,822,879,933,983,1045,1113,1190,1249,1314,1377,1432,1492,1555,1609,1669,1722,1784,1869,1950,2000,2059,2102,2155,2198,2249,2299,2359,2412,2463,2509,2557,2605,2651,2698,2748,2793,2852,2904,2956,2999,3046,3102,3157,3212,3256,3298,3339,3389,3448,3499,3548,3597,3644,3691,3738,3783,3834,3887,3962,4021,4078,4152,4216,4285,4363,4473,4577,4650,4716,4771,4836,4901,4950,5033,5111,5149,5194,5242,5304,5361,5416,5475,5542,5600,5662,5710,5755,5803,5854,5920,5986"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rCN\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
}
]
}
]
}

@ -0,0 +1,47 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
"map": [
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rCN\\strings.xml",
"from": {
"startLines": "121,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6532,3495,3429,3356,3306,827,867,915,6083,6128,6478,6428,1199,3861,3929,3802,3737,3674,4592,4532,4469,4061,2877,1369,1422,4115,3568,6185,3247,3034,1798,2079,2325,1851,2817,2764,2713,2518,2470,2376,2424,2564,2611,2122,3188,2661,3077,2036,2278,2222,2167,2979,1992,2937,1901,1942,3129,1318,1623,1719,1576,1672,1529,1484,1148,1095,4967,4908,5108,6009,5419,5350,5483,5561,5744,5671,5042,5295,5165,5230,4859,5848,5931,6390,6283,6235,6328,1261,4006,4410,4705,4647,4772,4362,4317,4269,4218,963,1029",
"endLines": "123,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6704,3563,3490,3424,3351,862,910,958,6123,6180,6527,6473,1256,3924,4001,3856,3797,3732,4642,4587,4527,4110,2932,1417,1479,4195,3644,6230,3301,3072,1846,2117,2371,1896,2872,2812,2759,2559,2513,2419,2465,2606,2656,2162,3242,2708,3124,2074,2320,2273,2217,3029,2031,2974,1937,1987,3183,1364,1667,1763,1618,1714,1571,1524,1194,1143,5037,4962,5160,6078,5478,5414,5556,5666,5843,5739,5103,5345,5225,5290,4903,5926,6004,6423,6323,6278,6385,1313,4056,4464,4767,4700,4829,4405,4357,4312,4264,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,457,523,596,646,686,734,782,827,884,938,988,1050,1118,1195,1254,1319,1382,1437,1497,1560,1614,1674,1727,1789,1874,1955,2005,2064,2107,2160,2203,2254,2304,2364,2417,2468,2514,2562,2610,2656,2703,2753,2798,2857,2909,2961,3004,3051,3107,3162,3217,3261,3303,3344,3394,3453,3504,3553,3602,3649,3696,3743,3788,3839,3892,3967,4026,4083,4157,4221,4290,4368,4478,4582,4655,4721,4776,4841,4906,4955,5038,5116,5154,5199,5247,5309,5366,5421,5480,5547,5605,5667,5715,5760,5808,5859,5925",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,452,518,591,641,681,729,777,822,879,933,983,1045,1113,1190,1249,1314,1377,1432,1492,1555,1609,1669,1722,1784,1869,1950,2000,2059,2102,2155,2198,2249,2299,2359,2412,2463,2509,2557,2605,2651,2698,2748,2793,2852,2904,2956,2999,3046,3102,3157,3212,3256,3298,3339,3389,3448,3499,3548,3597,3644,3691,3738,3783,3834,3887,3962,4021,4078,4152,4216,4285,4363,4473,4577,4650,4716,4771,4836,4901,4950,5033,5111,5149,5194,5242,5304,5361,5416,5475,5542,5600,5662,5710,5755,5803,5854,5920,5986"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rCN\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
}
]
}
]
}

@ -0,0 +1,47 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
"map": [
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rTW\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values-zh-rTW\\strings.xml",
"from": {
"startLines": "122,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6507,3575,3509,3436,3386,827,867,915,6057,6102,6453,6403,1199,3835,3903,3776,3710,3647,4565,4505,4442,4035,2957,1369,1422,4089,1768,6159,3327,3114,1878,2159,2405,1931,2897,2844,2793,2598,2550,2456,2504,2644,2691,2202,3268,2741,3157,2116,2358,2302,2247,3059,2072,3017,1981,2022,3209,1318,1623,1719,1576,1672,1529,1484,1148,1095,4940,4881,5081,5982,5392,5323,5456,5534,5717,5644,5015,5268,5138,5203,4832,5821,5904,6365,6258,6210,6303,1261,3980,4383,4678,4620,4745,4335,4290,4242,4191,963,1029",
"endLines": "124,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6679,3642,3570,3504,3431,862,910,958,6097,6154,6502,6448,1256,3898,3975,3830,3771,3705,4615,4560,4500,4084,3012,1417,1479,4168,1843,6204,3381,3152,1926,2197,2451,1976,2952,2892,2839,2639,2593,2499,2545,2686,2736,2242,3322,2788,3204,2154,2400,2353,2297,3109,2111,3054,2017,2067,3263,1364,1667,1763,1618,1714,1571,1524,1194,1143,5010,4935,5133,6051,5451,5387,5529,5639,5816,5712,5076,5318,5198,5263,4876,5899,5977,6398,6298,6253,6360,1313,4030,4437,4740,4673,4802,4378,4330,4285,4237,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,456,522,595,645,685,733,781,826,883,937,987,1049,1117,1194,1253,1319,1382,1437,1497,1560,1614,1674,1727,1789,1873,1953,2003,2062,2105,2158,2201,2252,2302,2362,2415,2466,2512,2560,2608,2654,2701,2751,2796,2855,2907,2959,3002,3049,3105,3160,3215,3259,3301,3342,3392,3451,3502,3551,3600,3647,3694,3741,3786,3837,3890,3965,4024,4081,4155,4219,4288,4366,4476,4580,4653,4719,4774,4839,4904,4953,5036,5114,5152,5197,5245,5307,5364,5419,5478,5545,5603,5665,5713,5758,5806,5857,5923",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,451,517,590,640,680,728,776,821,878,932,982,1044,1112,1189,1248,1314,1377,1432,1492,1555,1609,1669,1722,1784,1868,1948,1998,2057,2100,2153,2196,2247,2297,2357,2410,2461,2507,2555,2603,2649,2696,2746,2791,2850,2902,2954,2997,3044,3100,3155,3210,3254,3296,3337,3387,3446,3497,3546,3595,3642,3689,3736,3781,3832,3885,3960,4019,4076,4150,4214,4283,4361,4471,4575,4648,4714,4769,4834,4899,4948,5031,5109,5147,5192,5240,5302,5359,5414,5473,5540,5598,5660,5708,5753,5801,5852,5918,5984"
}
}
]
}
]
}

@ -0,0 +1,100 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml",
"map": [
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\arrays.xml",
"from": {
"startLines": "19,26",
"startColumns": "4,4",
"startOffsets": "739,1047",
"endLines": "24,29",
"endColumns": "19,19",
"endOffsets": "1041,1162"
},
"to": {
"startLines": "2,8",
"startColumns": "4,4",
"startOffsets": "105,412",
"endLines": "7,11",
"endColumns": "19,19",
"endOffsets": "407,527"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\colors.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endColumns": "56",
"endOffsets": "764"
},
"to": {
"startLines": "12",
"startColumns": "4",
"startOffsets": "532",
"endColumns": "56",
"endOffsets": "584"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\strings.xml",
"from": {
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
},
"to": {
"startLines": "18,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
"endLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\dimens.xml",
"from": {
"startLines": "19,20,21,22,18",
"startColumns": "4,4,4,4,4",
"startOffsets": "764,816,869,922,712",
"endColumns": "51,52,52,51,51",
"endOffsets": "811,864,917,969,759"
},
"to": {
"startLines": "13,14,15,16,17",
"startColumns": "4,4,4,4,4",
"startOffsets": "589,641,694,747,799",
"endColumns": "51,52,52,51,51",
"endOffsets": "636,689,742,794,846"
}
},
{
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\values\\styles.xml",
"from": {
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "2261,2473,2853,2634,1073,1258,1443,1647,1854,890,2056"
},
"to": {
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8276,8480,8691,8909,9069,9252,9437,9622,9825,10031,10214",
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "8475,8686,8904,9064,9247,9432,9617,9820,10026,10209,10410"
}
}
]
}
]
}

@ -0,0 +1,382 @@
[
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_datetime_picker.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\datetime_picker.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_blue.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_blue.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\menu\\note_list.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\color_primary_text_dark.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\color\\primary_text_dark.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_single.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_btn_set_color.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_super.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_super.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_down.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_middle.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_middle.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_normal.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\note_list.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_yellow.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_white.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_4x.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\widget_4x.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\color_secondary_text_dark.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\color\\secondary_text_dark.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_note_edit.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\menu\\call_note_edit.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_search_result.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\search_result.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit_list_item.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\note_edit_list_item.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_searchable.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\xml\\searchable.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_4x_info.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\xml\\widget_4x_info.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_footer_bg.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_red.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_dropdown_icon.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_down.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_up.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_normal.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_clock.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\clock.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_dropdown.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\menu\\note_list_dropdown.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_yellow.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_red.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_bar_bg.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\raw-zh-rCN_introduction.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\raw-zh-rCN\\introduction"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_green.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_background.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_background.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_white.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_sub_folder.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\menu\\sub_folder.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\raw_introduction.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\raw\\introduction"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_pressed.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\note_edit.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_edit.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\menu\\note_edit.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_white.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_green.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_up.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_new_note.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable\\new_note.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_red.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_single.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_account_text.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\add_account_text.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_options.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\menu\\note_list_options.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_item.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\note_item.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_green.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_yellow.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_up.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_down.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_dropdown_menu.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_folder.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_icon_app.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_single.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_middle.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_blue.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_footer.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\note_list_footer.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_preferences.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\xml\\preferences.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_down.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_move.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_large.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_large.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_green.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_folder_list_item.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\folder_list_item.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_down.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_up.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_alert.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_small.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_small.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_settings_header.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\settings_header.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_white.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_account_dialog_title.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\account_dialog_title.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_up.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_delete.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_dialog_edit_text.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\dialog_edit_text.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_middle.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_blue.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_red.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_record_folder.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\menu\\call_record_folder.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_single.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_single.9.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_notification.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\notification.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_delete.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\delete.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_2x_info.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\xml\\widget_2x_info.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_call_record.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\call_record.png"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_2x.xml.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\layout\\widget_2x.xml"
},
{
"merged": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_selected.png.flat",
"source": "C:\\Users\\22323\\Desktop\\dev\\src\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\selected.png"
}
]

@ -0,0 +1,186 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\values-zh-rCN_values-zh-rCN.arsc.flat",
"map": [
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\strings.xml",
"from": {
"startLines": "121,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6532,3495,3429,3356,3306,827,867,915,6083,6128,6478,6428,1199,3861,3929,3802,3737,3674,4592,4532,4469,4061,2877,1369,1422,4115,3568,6185,3247,3034,1798,2079,2325,1851,2817,2764,2713,2518,2470,2376,2424,2564,2611,2122,3188,2661,3077,2036,2278,2222,2167,2979,1992,2937,1901,1942,3129,1318,1623,1719,1576,1672,1529,1484,1148,1095,4967,4908,5108,6009,5419,5350,5483,5561,5744,5671,5042,5295,5165,5230,4859,5848,5931,6390,6283,6235,6328,1261,4006,4410,4705,4647,4772,4362,4317,4269,4218,963,1029",
"endLines": "123,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6704,3563,3490,3424,3351,862,910,958,6123,6180,6527,6473,1256,3924,4001,3856,3797,3732,4642,4587,4527,4110,2932,1417,1479,4195,3644,6230,3301,3072,1846,2117,2371,1896,2872,2812,2759,2559,2513,2419,2465,2606,2656,2162,3242,2708,3124,2074,2320,2273,2217,3029,2031,2974,1937,1987,3183,1364,1667,1763,1618,1714,1571,1524,1194,1143,5037,4962,5160,6078,5478,5414,5556,5666,5843,5739,5103,5345,5225,5290,4903,5926,6004,6423,6323,6278,6385,1313,4056,4464,4767,4700,4829,4405,4357,4312,4264,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,457,523,596,646,686,734,782,827,884,938,988,1050,1118,1195,1254,1319,1382,1437,1497,1560,1614,1674,1727,1789,1874,1955,2005,2064,2107,2160,2203,2254,2304,2364,2417,2468,2514,2562,2610,2656,2703,2753,2798,2857,2909,2961,3004,3051,3107,3162,3217,3261,3303,3344,3394,3453,3504,3553,3602,3649,3696,3743,3788,3839,3892,3967,4026,4083,4157,4221,4290,4368,4478,4582,4655,4721,4776,4841,4906,4955,5038,5116,5154,5199,5247,5309,5366,5421,5480,5547,5605,5667,5715,5760,5808,5859,5925",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,452,518,591,641,681,729,777,822,879,933,983,1045,1113,1190,1249,1314,1377,1432,1492,1555,1609,1669,1722,1784,1869,1950,2000,2059,2102,2155,2198,2249,2299,2359,2412,2463,2509,2557,2605,2651,2698,2748,2793,2852,2904,2956,2999,3046,3102,3157,3212,3256,3298,3339,3389,3448,3499,3548,3597,3644,3691,3738,3783,3834,3887,3962,4021,4078,4152,4216,4285,4363,4473,4577,4650,4716,4771,4836,4901,4950,5033,5111,5149,5194,5242,5304,5361,5416,5475,5542,5600,5662,5710,5755,5803,5854,5920,5986"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
}
]
},
{
"outputFile": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\values_values.arsc.flat",
"map": [
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\styles.xml",
"from": {
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "2261,2473,2843,2634,1073,1258,1443,1647,1854,890,2056"
},
"to": {
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8276,8480,8691,8898,9058,9241,9426,9611,9814,10020,10203",
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "8475,8686,8893,9053,9236,9421,9606,9809,10015,10198,10399"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\colors.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endColumns": "56",
"endOffsets": "764"
},
"to": {
"startLines": "12",
"startColumns": "4",
"startOffsets": "532",
"endColumns": "56",
"endOffsets": "584"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\arrays.xml",
"from": {
"startLines": "19,26",
"startColumns": "4,4",
"startOffsets": "739,1047",
"endLines": "24,29",
"endColumns": "19,19",
"endOffsets": "1041,1162"
},
"to": {
"startLines": "2,8",
"startColumns": "4,4",
"startOffsets": "105,412",
"endLines": "7,11",
"endColumns": "19,19",
"endOffsets": "407,527"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\strings.xml",
"from": {
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
},
"to": {
"startLines": "18,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
"endLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\dimens.xml",
"from": {
"startLines": "19,20,21,22,18",
"startColumns": "4,4,4,4,4",
"startOffsets": "764,816,869,922,712",
"endColumns": "51,52,52,51,51",
"endOffsets": "811,864,917,969,759"
},
"to": {
"startLines": "13,14,15,16,17",
"startColumns": "4,4,4,4,4",
"startOffsets": "589,641,694,747,799",
"endColumns": "51,52,52,51,51",
"endOffsets": "636,689,742,794,846"
}
}
]
},
{
"outputFile": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\values-zh-rTW_values-zh-rTW.arsc.flat",
"map": [
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\strings.xml",
"from": {
"startLines": "122,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6507,3575,3509,3436,3386,827,867,915,6057,6102,6453,6403,1199,3835,3903,3776,3710,3647,4565,4505,4442,4035,2957,1369,1422,4089,1768,6159,3327,3114,1878,2159,2405,1931,2897,2844,2793,2598,2550,2456,2504,2644,2691,2202,3268,2741,3157,2116,2358,2302,2247,3059,2072,3017,1981,2022,3209,1318,1623,1719,1576,1672,1529,1484,1148,1095,4940,4881,5081,5982,5392,5323,5456,5534,5717,5644,5015,5268,5138,5203,4832,5821,5904,6365,6258,6210,6303,1261,3980,4383,4678,4620,4745,4335,4290,4242,4191,963,1029",
"endLines": "124,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6679,3642,3570,3504,3431,862,910,958,6097,6154,6502,6448,1256,3898,3975,3830,3771,3705,4615,4560,4500,4084,3012,1417,1479,4168,1843,6204,3381,3152,1926,2197,2451,1976,2952,2892,2839,2639,2593,2499,2545,2686,2736,2242,3322,2788,3204,2154,2400,2353,2297,3109,2111,3054,2017,2067,3263,1364,1667,1763,1618,1714,1571,1524,1194,1143,5010,4935,5133,6051,5451,5387,5529,5639,5816,5712,5076,5318,5198,5263,4876,5899,5977,6398,6298,6253,6360,1313,4030,4437,4740,4673,4802,4378,4330,4285,4237,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,456,522,595,645,685,733,781,826,883,937,987,1049,1117,1194,1253,1319,1382,1437,1497,1560,1614,1674,1727,1789,1873,1953,2003,2062,2105,2158,2201,2252,2302,2362,2415,2466,2512,2560,2608,2654,2701,2751,2796,2855,2907,2959,3002,3049,3105,3160,3215,3259,3301,3342,3392,3451,3502,3551,3600,3647,3694,3741,3786,3837,3890,3965,4024,4081,4155,4219,4288,4366,4476,4580,4653,4719,4774,4839,4904,4953,5036,5114,5152,5197,5245,5307,5364,5419,5478,5545,5603,5665,5713,5758,5806,5857,5923",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,451,517,590,640,680,728,776,821,878,932,982,1044,1112,1189,1248,1314,1377,1432,1492,1555,1609,1669,1722,1784,1868,1948,1998,2057,2100,2153,2196,2247,2297,2357,2410,2461,2507,2555,2603,2649,2696,2746,2791,2850,2902,2954,2997,3044,3100,3155,3210,3254,3296,3337,3387,3446,3497,3546,3595,3642,3689,3736,3781,3832,3885,3960,4019,4076,4150,4214,4283,4361,4471,4575,4648,4714,4769,4834,4899,4948,5031,5109,5147,5192,5240,5302,5359,5414,5473,5540,5598,5660,5708,5753,5801,5852,5918,5984"
}
}
]
}
]
}

@ -0,0 +1,47 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
"map": [
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\strings.xml",
"from": {
"startLines": "121,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6532,3495,3429,3356,3306,827,867,915,6083,6128,6478,6428,1199,3861,3929,3802,3737,3674,4592,4532,4469,4061,2877,1369,1422,4115,3568,6185,3247,3034,1798,2079,2325,1851,2817,2764,2713,2518,2470,2376,2424,2564,2611,2122,3188,2661,3077,2036,2278,2222,2167,2979,1992,2937,1901,1942,3129,1318,1623,1719,1576,1672,1529,1484,1148,1095,4967,4908,5108,6009,5419,5350,5483,5561,5744,5671,5042,5295,5165,5230,4859,5848,5931,6390,6283,6235,6328,1261,4006,4410,4705,4647,4772,4362,4317,4269,4218,963,1029",
"endLines": "123,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6704,3563,3490,3424,3351,862,910,958,6123,6180,6527,6473,1256,3924,4001,3856,3797,3732,4642,4587,4527,4110,2932,1417,1479,4195,3644,6230,3301,3072,1846,2117,2371,1896,2872,2812,2759,2559,2513,2419,2465,2606,2656,2162,3242,2708,3124,2074,2320,2273,2217,3029,2031,2974,1937,1987,3183,1364,1667,1763,1618,1714,1571,1524,1194,1143,5037,4962,5160,6078,5478,5414,5556,5666,5843,5739,5103,5345,5225,5290,4903,5926,6004,6423,6323,6278,6385,1313,4056,4464,4767,4700,4829,4405,4357,4312,4264,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,457,523,596,646,686,734,782,827,884,938,988,1050,1118,1195,1254,1319,1382,1437,1497,1560,1614,1674,1727,1789,1874,1955,2005,2064,2107,2160,2203,2254,2304,2364,2417,2468,2514,2562,2610,2656,2703,2753,2798,2857,2909,2961,3004,3051,3107,3162,3217,3261,3303,3344,3394,3453,3504,3553,3602,3649,3696,3743,3788,3839,3892,3967,4026,4083,4157,4221,4290,4368,4478,4582,4655,4721,4776,4841,4906,4955,5038,5116,5154,5199,5247,5309,5366,5421,5480,5547,5605,5667,5715,5760,5808,5859,5925",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,452,518,591,641,681,729,777,822,879,933,983,1045,1113,1190,1249,1314,1377,1432,1492,1555,1609,1669,1722,1784,1869,1950,2000,2059,2102,2155,2198,2249,2299,2359,2412,2463,2509,2557,2605,2651,2698,2748,2793,2852,2904,2956,2999,3046,3102,3157,3212,3256,3298,3339,3389,3448,3499,3548,3597,3644,3691,3738,3783,3834,3887,3962,4021,4078,4152,4216,4285,4363,4473,4577,4650,4716,4771,4836,4901,4950,5033,5111,5149,5194,5242,5304,5361,5416,5475,5542,5600,5662,5710,5755,5803,5854,5920,5986"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
}
]
}
]
}

@ -0,0 +1,47 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
"map": [
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\strings.xml",
"from": {
"startLines": "122,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6507,3575,3509,3436,3386,827,867,915,6057,6102,6453,6403,1199,3835,3903,3776,3710,3647,4565,4505,4442,4035,2957,1369,1422,4089,1768,6159,3327,3114,1878,2159,2405,1931,2897,2844,2793,2598,2550,2456,2504,2644,2691,2202,3268,2741,3157,2116,2358,2302,2247,3059,2072,3017,1981,2022,3209,1318,1623,1719,1576,1672,1529,1484,1148,1095,4940,4881,5081,5982,5392,5323,5456,5534,5717,5644,5015,5268,5138,5203,4832,5821,5904,6365,6258,6210,6303,1261,3980,4383,4678,4620,4745,4335,4290,4242,4191,963,1029",
"endLines": "124,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6679,3642,3570,3504,3431,862,910,958,6097,6154,6502,6448,1256,3898,3975,3830,3771,3705,4615,4560,4500,4084,3012,1417,1479,4168,1843,6204,3381,3152,1926,2197,2451,1976,2952,2892,2839,2639,2593,2499,2545,2686,2736,2242,3322,2788,3204,2154,2400,2353,2297,3109,2111,3054,2017,2067,3263,1364,1667,1763,1618,1714,1571,1524,1194,1143,5010,4935,5133,6051,5451,5387,5529,5639,5816,5712,5076,5318,5198,5263,4876,5899,5977,6398,6298,6253,6360,1313,4030,4437,4740,4673,4802,4378,4330,4285,4237,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,456,522,595,645,685,733,781,826,883,937,987,1049,1117,1194,1253,1319,1382,1437,1497,1560,1614,1674,1727,1789,1873,1953,2003,2062,2105,2158,2201,2252,2302,2362,2415,2466,2512,2560,2608,2654,2701,2751,2796,2855,2907,2959,3002,3049,3105,3160,3215,3259,3301,3342,3392,3451,3502,3551,3600,3647,3694,3741,3786,3837,3890,3965,4024,4081,4155,4219,4288,4366,4476,4580,4653,4719,4774,4839,4904,4953,5036,5114,5152,5197,5245,5307,5364,5419,5478,5545,5603,5665,5713,5758,5806,5857,5923",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,451,517,590,640,680,728,776,821,878,932,982,1044,1112,1189,1248,1314,1377,1432,1492,1555,1609,1669,1722,1784,1868,1948,1998,2057,2100,2153,2196,2247,2297,2357,2410,2461,2507,2555,2603,2649,2696,2746,2791,2850,2902,2954,2997,3044,3100,3155,3210,3254,3296,3337,3387,3446,3497,3546,3595,3642,3689,3736,3781,3832,3885,3960,4019,4076,4150,4214,4283,4361,4471,4575,4648,4714,4769,4834,4899,4948,5031,5109,5147,5192,5240,5302,5359,5414,5473,5540,5598,5660,5708,5753,5801,5852,5918,5984"
}
}
]
}
]
}

@ -0,0 +1,100 @@
{
"logs": [
{
"outputFile": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values\\values.xml",
"map": [
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\styles.xml",
"from": {
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "2261,2473,2843,2634,1073,1258,1443,1647,1854,890,2056"
},
"to": {
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8276,8480,8691,8898,9058,9241,9426,9611,9814,10020,10203",
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "8475,8686,8893,9053,9236,9421,9606,9809,10015,10198,10399"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\colors.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endColumns": "56",
"endOffsets": "764"
},
"to": {
"startLines": "12",
"startColumns": "4",
"startOffsets": "532",
"endColumns": "56",
"endOffsets": "584"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\arrays.xml",
"from": {
"startLines": "19,26",
"startColumns": "4,4",
"startOffsets": "739,1047",
"endLines": "24,29",
"endColumns": "19,19",
"endOffsets": "1041,1162"
},
"to": {
"startLines": "2,8",
"startColumns": "4,4",
"startOffsets": "105,412",
"endLines": "7,11",
"endColumns": "19,19",
"endOffsets": "407,527"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\strings.xml",
"from": {
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
},
"to": {
"startLines": "18,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
"endLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
}
},
{
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\values\\dimens.xml",
"from": {
"startLines": "19,20,21,22,18",
"startColumns": "4,4,4,4,4",
"startOffsets": "764,816,869,922,712",
"endColumns": "51,52,52,51,51",
"endOffsets": "811,864,917,969,759"
},
"to": {
"startLines": "13,14,15,16,17",
"startColumns": "4,4,4,4,4",
"startOffsets": "589,641,694,747,799",
"endColumns": "51,52,52,51,51",
"endOffsets": "636,689,742,794,846"
}
}
]
}
]
}

@ -0,0 +1,382 @@
[
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list_footer.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\note_list_footer.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_red.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\menu_note_edit.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\menu\\note_edit.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_normal.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_folder.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_note_edit_list_item.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\note_edit_list_item.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_bg_color_btn_mask.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_red.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\raw_introduction.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\raw\\introduction"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_up.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_menu_move.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_white.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\color_secondary_text_dark.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\color\\secondary_text_dark.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_yellow.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_down.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_size_selector_bg.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list_options.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\menu\\note_list_options.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable_new_note.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable\\new_note.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_single.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list_dropdown_menu.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_red.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_up.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\menu_call_record_folder.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\menu\\call_record_folder.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_up.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_super.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_super.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_up.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_down.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_note_edit_color_selector_panel.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_middle.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_delete.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\delete.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_footer_bg.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_single.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_white.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_folder_list_item.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\folder_list_item.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_new_note_pressed.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\xml_preferences.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\xml\\preferences.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_call_record.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\call_record.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_down.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_green.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_white.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_bg_btn_set_color.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_green.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_single.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_settings_header.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\settings_header.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_menu_delete.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_middle.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_yellow.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\xml_searchable.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\xml\\searchable.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_datetime_picker.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\datetime_picker.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\xml_widget_2x_info.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\xml\\widget_2x_info.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list_dropdown.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\menu\\note_list_dropdown.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_down.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_white.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\menu\\note_list.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_widget_2x.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\widget_2x.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_title_bar_bg.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_yellow.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_dialog_edit_text.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\dialog_edit_text.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\xml_widget_4x_info.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\xml\\widget_4x_info.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_selected.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\selected.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_middle.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_clock.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\clock.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_title_alert.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_green.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_yellow.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\raw-zh-rCN_introduction.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\raw-zh-rCN\\introduction"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\note_list.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_blue.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_small.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_small.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_blue.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\color_primary_text_dark.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\color\\primary_text_dark.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_dropdown_icon.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_background.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_background.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_green.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\menu_call_note_edit.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\menu\\call_note_edit.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_new_note_normal.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_blue.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_widget_4x.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\widget_4x.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_single.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_note_item.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\note_item.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_middle.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_large.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_large.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_middle.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_blue.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_note_edit.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\note_edit.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_single.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\menu_sub_folder.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\menu\\sub_folder.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_down.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_add_account_text.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\add_account_text.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\layout_account_dialog_title.xml.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\layout\\account_dialog_title.xml"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_red.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_icon_app.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_search_result.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\search_result.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_notification.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\notification.png"
},
{
"merged": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_up.9.png.flat",
"source": "C:\\Users\\22323\\Downloads\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png"
}
]

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<instant-run
abi="x86"
api-level="27"
build-mode="FULL"
density="560dpi"
format="10"
plugin-version="3.2.0"
timestamp="1710412411024"
token="-6750082710223182892"
verifier="FULL_BUILD_REQUESTED" >
<task
name="javac"
duration="0" />
<task
name="instant-run-dex"
duration="0" />
<task
name="instant-run-transform"
duration="1276" />
<task
name="verifier"
duration="0" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\resources\instant-run\debug\resources-debug.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\dep\dependencies.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_0.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_2.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_1.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_4.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_3.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_5.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_6.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_7.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_8.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_9.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\instant-run-apk\debug\app-debug.apk"
type="SPLIT_MAIN" />
<build
build-mode="FULL"
timestamp="1710412411024"
verifier="FULL_BUILD_REQUESTED" >
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\resources\instant-run\debug\resources-debug.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\dep\dependencies.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_0.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_2.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_1.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_4.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_3.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_5.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_6.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_7.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_8.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\split-apk\debug\slices\slice_9.apk"
type="SPLIT" />
<artifact
location="C:\Users\22323\Downloads\Notes-master1\app\build\intermediates\instant-run-apk\debug\app-debug.apk"
type="SPLIT_MAIN" />
</build>
</instant-run>

@ -0,0 +1,10 @@
{
"version": 3,
"artifactType": {
"type": "COMPATIBLE_SCREEN_MANIFEST",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": []
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save