diff --git a/app/.gitignore b/app/.gitignore deleted file mode 100644 index 42afabf..0000000 --- a/app/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle deleted file mode 100644 index f57c90b..0000000 --- a/app/build.gradle +++ /dev/null @@ -1,38 +0,0 @@ -plugins { - id 'com.android.application' -} - -android { - namespace 'com.example.jmastermind' - compileSdk 33 - - defaultConfig { - applicationId "com.example.jmastermind" - minSdk 19 - targetSdk 33 - versionCode 1 - versionName "1.0" - - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - } - - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' - } - } - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } -} - -dependencies { - - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.8.0' - testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' -} \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml similarity index 100% rename from app/src/main/res/drawable/ic_launcher_background.xml rename to app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/build/generated/res/pngs/debug/drawable-anydpi-v24/ic_launcher_foreground.xml similarity index 100% rename from app/src/main/res/drawable-v24/ic_launcher_foreground.xml rename to app/build/generated/res/pngs/debug/drawable-anydpi-v24/ic_launcher_foreground.xml diff --git a/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png new file mode 100644 index 0000000..0c8b2a0 Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png new file mode 100644 index 0000000..59f69a6 Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png new file mode 100644 index 0000000..6453df4 Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png new file mode 100644 index 0000000..fdfdfe4 Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png new file mode 100644 index 0000000..c96f682 Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png new file mode 100644 index 0000000..d09494e Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png differ diff --git a/app/build/generated/source/buildConfig/debug/com/example/jmastermind/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/example/jmastermind/BuildConfig.java new file mode 100644 index 0000000..6c5aed8 --- /dev/null +++ b/app/build/generated/source/buildConfig/debug/com/example/jmastermind/BuildConfig.java @@ -0,0 +1,12 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.example.jmastermind; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.example.jmastermind"; + public static final String BUILD_TYPE = "debug"; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/app/build/intermediates/apk/debug/app-debug.apk b/app/build/intermediates/apk/debug/app-debug.apk new file mode 100644 index 0000000..87b026e Binary files /dev/null and b/app/build/intermediates/apk/debug/app-debug.apk differ diff --git a/app/build/intermediates/apk/debug/output-metadata.json b/app/build/intermediates/apk/debug/output-metadata.json new file mode 100644 index 0000000..47bca5a --- /dev/null +++ b/app/build/intermediates/apk/debug/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "com.example.jmastermind", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "app-debug.apk" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt b/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt new file mode 100644 index 0000000..46dacc6 --- /dev/null +++ b/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt @@ -0,0 +1,2 @@ +#- File Locator - +listingFile=../../apk/debug/output-metadata.json diff --git a/app/build/intermediates/app_metadata/debug/app-metadata.properties b/app/build/intermediates/app_metadata/debug/app-metadata.properties new file mode 100644 index 0000000..2d9632b --- /dev/null +++ b/app/build/intermediates/app_metadata/debug/app-metadata.properties @@ -0,0 +1,2 @@ +appMetadataVersion=1.1 +androidGradlePluginVersion=7.4.0 diff --git a/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json b/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json new file mode 100644 index 0000000..7f72229 --- /dev/null +++ b/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json @@ -0,0 +1,10 @@ +{ + "version": 3, + "artifactType": { + "type": "COMPATIBLE_SCREEN_MANIFEST", + "kind": "Directory" + }, + "applicationId": "com.example.jmastermind", + "variantName": "debug", + "elements": [] +} \ No newline at end of file diff --git a/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar new file mode 100644 index 0000000..f39c6d5 Binary files /dev/null and b/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_0/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_0/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_0/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_1/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_1/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_1/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_2/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_2/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_2/graph.bin differ diff --git a/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex b/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex new file mode 100644 index 0000000..fd0bf2b Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex differ diff --git a/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/app/build/intermediates/dex_archive_input_jar_hashes/debug/out new file mode 100644 index 0000000..70e7cc5 Binary files /dev/null and b/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ diff --git a/app/build/intermediates/dex_number_of_buckets_file/debug/out b/app/build/intermediates/dex_number_of_buckets_file/debug/out new file mode 100644 index 0000000..e440e5c --- /dev/null +++ b/app/build/intermediates/dex_number_of_buckets_file/debug/out @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex b/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex new file mode 100644 index 0000000..7d02e3b Binary files /dev/null and b/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000..898fddc Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+ou6Wfx+eXvk_h0GVf53yvo9jig= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+ou6Wfx+eXvk_h0GVf53yvo9jig= new file mode 100644 index 0000000..bd918c2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+ou6Wfx+eXvk_h0GVf53yvo9jig= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1aUt1RQRRO1ZCjz3fa+5uVNz9wU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1aUt1RQRRO1ZCjz3fa+5uVNz9wU= new file mode 100644 index 0000000..d791aa1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1aUt1RQRRO1ZCjz3fa+5uVNz9wU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1osEAZGBIr9zufSkwSuncoIvbCk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1osEAZGBIr9zufSkwSuncoIvbCk= new file mode 100644 index 0000000..3c2b91d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1osEAZGBIr9zufSkwSuncoIvbCk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sgHCGmPNwa43eFh44bgjh34CKk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sgHCGmPNwa43eFh44bgjh34CKk= new file mode 100644 index 0000000..21eb307 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sgHCGmPNwa43eFh44bgjh34CKk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/30sLvUAWxUOvcc+WDB7vbVTI+Dg= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/30sLvUAWxUOvcc+WDB7vbVTI+Dg= new file mode 100644 index 0000000..c68ea7a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/30sLvUAWxUOvcc+WDB7vbVTI+Dg= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6_Ee1fq5NQ3iQ7+mo1CuXpSktHU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6_Ee1fq5NQ3iQ7+mo1CuXpSktHU= new file mode 100644 index 0000000..22bdb4e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6_Ee1fq5NQ3iQ7+mo1CuXpSktHU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B7vAVSC6KVi+Lc_WvrN6VO9d92g= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B7vAVSC6KVi+Lc_WvrN6VO9d92g= new file mode 100644 index 0000000..8568b5b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B7vAVSC6KVi+Lc_WvrN6VO9d92g= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BbcAjIeAFQXkkdSFBkhYmeD0QBM= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BbcAjIeAFQXkkdSFBkhYmeD0QBM= new file mode 100644 index 0000000..5a02816 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BbcAjIeAFQXkkdSFBkhYmeD0QBM= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ELujWTg+qBPWCjWdJHeCG2ovkOY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ELujWTg+qBPWCjWdJHeCG2ovkOY= new file mode 100644 index 0000000..da323a9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ELujWTg+qBPWCjWdJHeCG2ovkOY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H42BnV9N3sbh5zG7TynjNI5V5ak= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H42BnV9N3sbh5zG7TynjNI5V5ak= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H42BnV9N3sbh5zG7TynjNI5V5ak= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JSzfcTCqwLSjooZJhGY0YGygGHI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JSzfcTCqwLSjooZJhGY0YGygGHI= new file mode 100644 index 0000000..4c9f52f Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JSzfcTCqwLSjooZJhGY0YGygGHI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JWA8ka7B0CuywRWB1A70+vMDORw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JWA8ka7B0CuywRWB1A70+vMDORw= new file mode 100644 index 0000000..8fd6cd4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JWA8ka7B0CuywRWB1A70+vMDORw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ML+HvC25ZtQ9n6wBSs2zFbppu3Q= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ML+HvC25ZtQ9n6wBSs2zFbppu3Q= new file mode 100644 index 0000000..dfea5b0 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ML+HvC25ZtQ9n6wBSs2zFbppu3Q= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NMI6y3T6fR9UBLfMGU+x46lyspg= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NMI6y3T6fR9UBLfMGU+x46lyspg= new file mode 100644 index 0000000..d0a17a9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NMI6y3T6fR9UBLfMGU+x46lyspg= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ODpeCrQsSTzqPHKU98FLdAT40VY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ODpeCrQsSTzqPHKU98FLdAT40VY= new file mode 100644 index 0000000..ff3b59a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ODpeCrQsSTzqPHKU98FLdAT40VY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OEBDVXTVSm8DPehDsUVbYlIO_1k= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OEBDVXTVSm8DPehDsUVbYlIO_1k= new file mode 100644 index 0000000..90d5279 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OEBDVXTVSm8DPehDsUVbYlIO_1k= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Omm3yOxguil7d6cABW+OHAcJYM8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Omm3yOxguil7d6cABW+OHAcJYM8= new file mode 100644 index 0000000..dd51769 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Omm3yOxguil7d6cABW+OHAcJYM8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcA2YykohUAP3gE2BICnKHs_eDQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcA2YykohUAP3gE2BICnKHs_eDQ= new file mode 100644 index 0000000..1c472d0 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcA2YykohUAP3gE2BICnKHs_eDQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcPzO5AOImkIAnOoWb9NB7yHg5Q= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcPzO5AOImkIAnOoWb9NB7yHg5Q= new file mode 100644 index 0000000..6ccda32 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcPzO5AOImkIAnOoWb9NB7yHg5Q= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RFV0ZrwYu4IWNU2OPs7vYx0MD5Y= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RFV0ZrwYu4IWNU2OPs7vYx0MD5Y= new file mode 100644 index 0000000..9f39441 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RFV0ZrwYu4IWNU2OPs7vYx0MD5Y= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RVxfapzG9HsHwGp6ZsipvsMBlwg= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RVxfapzG9HsHwGp6ZsipvsMBlwg= new file mode 100644 index 0000000..10c7c9d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RVxfapzG9HsHwGp6ZsipvsMBlwg= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SDGiJpFYLiGGool9c5oCKq0y754= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SDGiJpFYLiGGool9c5oCKq0y754= new file mode 100644 index 0000000..160357a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SDGiJpFYLiGGool9c5oCKq0y754= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGLDdJLoeQCTKMdOJ04rz7Tccq8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGLDdJLoeQCTKMdOJ04rz7Tccq8= new file mode 100644 index 0000000..88f5191 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TGLDdJLoeQCTKMdOJ04rz7Tccq8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V3KAi7H3wg4Wyw0+Vmbt_eV2HCw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V3KAi7H3wg4Wyw0+Vmbt_eV2HCw= new file mode 100644 index 0000000..ba19014 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V3KAi7H3wg4Wyw0+Vmbt_eV2HCw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YXsMF1M_XtzQPUD23l_g67MYl_g= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YXsMF1M_XtzQPUD23l_g67MYl_g= new file mode 100644 index 0000000..4faab6e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YXsMF1M_XtzQPUD23l_g67MYl_g= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cMDHmqgYIGeA8Ch7xkAYEgNS+g4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cMDHmqgYIGeA8Ch7xkAYEgNS+g4= new file mode 100644 index 0000000..5dd6acd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cMDHmqgYIGeA8Ch7xkAYEgNS+g4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ceOG1U_ALXYmeI9ilTng4TdAYy8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ceOG1U_ALXYmeI9ilTng4TdAYy8= new file mode 100644 index 0000000..ccaef6b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ceOG1U_ALXYmeI9ilTng4TdAYy8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwfHU+_hTjyQNuLWjpJrcYg_CLc= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwfHU+_hTjyQNuLWjpJrcYg_CLc= new file mode 100644 index 0000000..b0a8905 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwfHU+_hTjyQNuLWjpJrcYg_CLc= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dgcgN6iqWufUhj17oyQENUR4yVk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dgcgN6iqWufUhj17oyQENUR4yVk= new file mode 100644 index 0000000..2cec677 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dgcgN6iqWufUhj17oyQENUR4yVk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/feoO0So0IcNpgd8Ut6K_uhsPlP0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/feoO0So0IcNpgd8Ut6K_uhsPlP0= new file mode 100644 index 0000000..03c80a9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/feoO0So0IcNpgd8Ut6K_uhsPlP0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/flrnumO_GqOWMov5LVmzPWHBYJQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/flrnumO_GqOWMov5LVmzPWHBYJQ= new file mode 100644 index 0000000..5c88b2b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/flrnumO_GqOWMov5LVmzPWHBYJQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fsLoOQd33eziqHkNL4STXLqCXMs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fsLoOQd33eziqHkNL4STXLqCXMs= new file mode 100644 index 0000000..5e67692 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fsLoOQd33eziqHkNL4STXLqCXMs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iR9MiOwOpWXRdxkuMe0sSHA+zxI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iR9MiOwOpWXRdxkuMe0sSHA+zxI= new file mode 100644 index 0000000..c8d54e2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iR9MiOwOpWXRdxkuMe0sSHA+zxI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jDYahvJ8ITqYnCdqVeUdiMCEAgU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jDYahvJ8ITqYnCdqVeUdiMCEAgU= new file mode 100644 index 0000000..2e07982 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jDYahvJ8ITqYnCdqVeUdiMCEAgU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jUlOZ_FGp8M02HwRWzNF9h3y1tE= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jUlOZ_FGp8M02HwRWzNF9h3y1tE= new file mode 100644 index 0000000..761fe3b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jUlOZ_FGp8M02HwRWzNF9h3y1tE= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jxXvUNasP7Ix++yFSu6e8MkGuyA= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jxXvUNasP7Ix++yFSu6e8MkGuyA= new file mode 100644 index 0000000..c3eef53 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jxXvUNasP7Ix++yFSu6e8MkGuyA= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k0rqWDSVRjmKAj576mBB0ksaYBM= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k0rqWDSVRjmKAj576mBB0ksaYBM= new file mode 100644 index 0000000..fb794be Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k0rqWDSVRjmKAj576mBB0ksaYBM= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kRLx_+3daVRBTfjFEh_fQUB4MIM= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kRLx_+3daVRBTfjFEh_fQUB4MIM= new file mode 100644 index 0000000..c703ef4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kRLx_+3daVRBTfjFEh_fQUB4MIM= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l1NKV7L++n1h_pP822m6xGdmh50= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l1NKV7L++n1h_pP822m6xGdmh50= new file mode 100644 index 0000000..8a1f67e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l1NKV7L++n1h_pP822m6xGdmh50= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lrcz+8ToJZcnOnxfNsK6g1zrORs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lrcz+8ToJZcnOnxfNsK6g1zrORs= new file mode 100644 index 0000000..7fefd79 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lrcz+8ToJZcnOnxfNsK6g1zrORs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mMFsGo9GrdjVpx1ctr_MvSoyjXk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mMFsGo9GrdjVpx1ctr_MvSoyjXk= new file mode 100644 index 0000000..68dbdba Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mMFsGo9GrdjVpx1ctr_MvSoyjXk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mYHdPbta0dYuSJzBlhRQirwM6zI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mYHdPbta0dYuSJzBlhRQirwM6zI= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mYHdPbta0dYuSJzBlhRQirwM6zI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nePyMbiEtEKTqs+Gic_k8k1Uf1I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nePyMbiEtEKTqs+Gic_k8k1Uf1I= new file mode 100644 index 0000000..c5f4844 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nePyMbiEtEKTqs+Gic_k8k1Uf1I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oTtsCZUNFl+L37vpJ_9eUG0eu2g= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oTtsCZUNFl+L37vpJ_9eUG0eu2g= new file mode 100644 index 0000000..389b9e5 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oTtsCZUNFl+L37vpJ_9eUG0eu2g= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pkVLVNJAISI2dBfgNyCvzcw7dkU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pkVLVNJAISI2dBfgNyCvzcw7dkU= new file mode 100644 index 0000000..239aa4f Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pkVLVNJAISI2dBfgNyCvzcw7dkU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ppE58gCP8AUak2vIeO6QmW9kGdA= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ppE58gCP8AUak2vIeO6QmW9kGdA= new file mode 100644 index 0000000..846dea1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ppE58gCP8AUak2vIeO6QmW9kGdA= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qYRjU19d0R_afb0uqzG1OoHahQA= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qYRjU19d0R_afb0uqzG1OoHahQA= new file mode 100644 index 0000000..6c70cd6 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qYRjU19d0R_afb0uqzG1OoHahQA= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sBCI5EWbOiP3L51502keiBMxE8U= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sBCI5EWbOiP3L51502keiBMxE8U= new file mode 100644 index 0000000..13a896d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sBCI5EWbOiP3L51502keiBMxE8U= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sWdYlzSkY4o1L6e8_0+Gyn3wg0s= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sWdYlzSkY4o1L6e8_0+Gyn3wg0s= new file mode 100644 index 0000000..2510a5a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sWdYlzSkY4o1L6e8_0+Gyn3wg0s= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sZ9X0_TurLWmTzcg+19SLc4kK6o= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sZ9X0_TurLWmTzcg+19SLc4kK6o= new file mode 100644 index 0000000..c129a36 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sZ9X0_TurLWmTzcg+19SLc4kK6o= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t+bX1gaUs6M12+iC9d17Jyh9BE4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t+bX1gaUs6M12+iC9d17Jyh9BE4= new file mode 100644 index 0000000..dc7b90e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t+bX1gaUs6M12+iC9d17Jyh9BE4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tcqMzXA7IjWoH1Y0aKv5_ZOjwAs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tcqMzXA7IjWoH1Y0aKv5_ZOjwAs= new file mode 100644 index 0000000..4385785 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tcqMzXA7IjWoH1Y0aKv5_ZOjwAs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vmx8gdaSKdx7owWuUSL7P4EEi2I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vmx8gdaSKdx7owWuUSL7P4EEi2I= new file mode 100644 index 0000000..9426e40 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vmx8gdaSKdx7owWuUSL7P4EEi2I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/weJfsZNG5MrzKjOyAqVYdTz27YU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/weJfsZNG5MrzKjOyAqVYdTz27YU= new file mode 100644 index 0000000..1cd9e7c Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/weJfsZNG5MrzKjOyAqVYdTz27YU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x3LYalPrKa20gVLRr1cW8LtCy3U= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x3LYalPrKa20gVLRr1cW8LtCy3U= new file mode 100644 index 0000000..8812bd5 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x3LYalPrKa20gVLRr1cW8LtCy3U= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ylmwo3FXKOfYbFdhLF0C___gWo0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ylmwo3FXKOfYbFdhLF0C___gWo0= new file mode 100644 index 0000000..5157405 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ylmwo3FXKOfYbFdhLF0C___gWo0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z3tYr50RBv9waizfAgqMsJ1xBYw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z3tYr50RBv9waizfAgqMsJ1xBYw= new file mode 100644 index 0000000..7197412 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z3tYr50RBv9waizfAgqMsJ1xBYw= differ diff --git a/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000..7d61219 --- /dev/null +++ b/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,36 @@ +#Sat Apr 01 22:13:51 CEST 2023 +com.example.jmastermind.app-pngs-24\:/drawable-anydpi-v21/ic_launcher_background.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_launcher_background.xml.flat +com.example.jmastermind.app-main-31\:/font/text.ttf=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\font_text.ttf.flat +com.example.jmastermind.app-main-31\:/mipmap-anydpi-v33/ic_launcher.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v33_ic_launcher.xml.flat +com.example.jmastermind.app-main-31\:/mipmap-xhdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_round.webp.flat +com.example.jmastermind.app-main-31\:/font/title.ttf=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\font_title.ttf.flat +com.example.jmastermind.app-main-31\:/mipmap-mdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_round.webp.flat +com.example.jmastermind.app-main-31\:/xml/data_extraction_rules.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\xml_data_extraction_rules.xml.flat +com.example.jmastermind.app-main-31\:/drawable/game.PNG=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable_game.PNG.flat +com.example.jmastermind.app-pngs-24\:/drawable-anydpi-v24/ic_launcher_foreground.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v24_ic_launcher_foreground.xml.flat +com.example.jmastermind.app-main-31\:/mipmap-xxxhdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_round.webp.flat +com.example.jmastermind.app-main-31\:/raw/winningsong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\raw_winningsong.mp3.flat +com.example.jmastermind.app-main-31\:/mipmap-mdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher.webp.flat +com.example.jmastermind.app-main-31\:/mipmap-hdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.webp.flat +com.example.jmastermind.app-main-31\:/layout/prologue.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\layout_prologue.xml.flat +com.example.jmastermind.app-main-31\:/mipmap-anydpi-v26/ic_launcher.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat +com.example.jmastermind.app-pngs-24\:/drawable-xxxhdpi/ic_launcher_background.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat +com.example.jmastermind.app-main-31\:/layout/game.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\layout_game.xml.flat +com.example.jmastermind.app-main-31\:/mipmap-xxhdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher.webp.flat +com.example.jmastermind.app-main-31\:/raw/menusong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\raw_menusong.mp3.flat +com.example.jmastermind.app-pngs-24\:/drawable-hdpi/ic_launcher_background.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_launcher_background.png.flat +com.example.jmastermind.app-main-31\:/mipmap-xhdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher.webp.flat +com.example.jmastermind.app-main-31\:/raw/prologuesong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\raw_prologuesong.mp3.flat +com.example.jmastermind.app-pngs-24\:/drawable-xhdpi/ic_launcher_background.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_launcher_background.png.flat +com.example.jmastermind.app-main-31\:/xml/backup_rules.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\xml_backup_rules.xml.flat +com.example.jmastermind.app-pngs-24\:/drawable-mdpi/ic_launcher_background.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_launcher_background.png.flat +com.example.jmastermind.app-main-31\:/mipmap-xxxhdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher.webp.flat +com.example.jmastermind.app-main-31\:/mipmap-hdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_round.webp.flat +com.example.jmastermind.app-pngs-24\:/drawable-xxhdpi/ic_launcher_background.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat +com.example.jmastermind.app-main-31\:/layout/menu.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\layout_menu.xml.flat +com.example.jmastermind.app-main-31\:/mipmap-anydpi-v26/ic_launcher_round.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat +com.example.jmastermind.app-main-31\:/mipmap-xxhdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_round.webp.flat +com.example.jmastermind.app-main-31\:/raw/loosegamesong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\raw_loosegamesong.mp3.flat +com.example.jmastermind.app-main-31\:/drawable/space.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable_space.png.flat +com.example.jmastermind.app-main-31\:/drawable/logo.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable_logo.png.flat +com.example.jmastermind.app-pngs-24\:/drawable-ldpi/ic_launcher_background.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_launcher_background.png.flat diff --git a/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml new file mode 100644 index 0000000..864749d --- /dev/null +++ b/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml @@ -0,0 +1,12909 @@ + +androidx.startup#FF424242#FFFFFFFF#03000000#37000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1dp2dp2dp#1f000000#8a000000#ffffffff#ff9e9e9e4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+"999+""999+""999+""999+""999+"8dp0dp50dp20dp800dp120dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10dp + + + + + + + + + + + + truetrue#ff000000#ffffffff#7fa87f@android:color/black@android:color/black@color/material_deep_teal_200@color/material_deep_teal_500@color/material_grey_800@android:color/white@color/material_grey_850@color/material_grey_50#80ffffff#80000000@color/bright_foreground_material_light@color/bright_foreground_material_dark@android:color/white@android:color/black#ff5a595b#ffd6d7d7#80bebebe#80323232#ffbebebe#ff323232#ff7043#ff5722@android:color/white@android:color/black#6680cbc4#66009688#ff37474f#ff263238#ff21272b#ff80cbc4#ff008577#fff5f5f5#ffe0e0e0#fffafafa#ff757575#ff424242#ff303030#ff212121@android:color/black@color/material_grey_600@color/material_grey_900@color/material_grey_100#ffffffff#de000000#4Dffffff#39000000#33ffffff#1f000000#b3ffffff#8a000000#36ffffff#24000000#ff616161#ffbdbdbd#ffbdbdbd#fff1f1f1#e6616161#e6FFFFFF16dp72dp56dp0dp0dp4dp16dp10dp6dp48dp180dp5dp-3dp48dp48dp36dp48dp48dp@dimen/abc_control_inset_material6dp8dp@dimen/abc_control_padding_material720dp320dp2dp4dp4dp2dp80%100%320dp320dp8dp8dp65%95%24dp18dp8dp0.300.2632dip8dip8dip7dp4dp10dp16dp80dp64dp48dp@dimen/abc_action_bar_content_inset_material296dp4dp48dip320dip2dp2dp20dp48dp36dp16dp3dp14sp14sp14sp12sp34sp45sp56sp112sp24sp22sp18sp14sp16sp14sp16sp16dp20sp20dp0.300.260.260.200.120.500.380.700.542dp16dp8dp8dp96dp6.5dp0dp16dp220150127150Navigate homeNavigate upMore optionsDoneSee allChoose an appOFFONAlt+Ctrl+deleteenterFunction+Meta+Shift+spaceSym+Menu+Search…Clear querySearch querySearchSubmit queryVoice searchShare withShare with %sCollapseSearch"होम पेज पर जाएं""वापस जाएं""ज़्यादा विकल्प""हो गया""सभी देखें""कोई ऐप्लिकेशन चुनें""बंद""चालू""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""खोजें…""क्‍वेरी हटाएं""सर्च क्वेरी""खोजें""क्वेरी सबमिट करें""बोलकर खोजें""इससे शेयर करें:""%s से शेयर करें""छोटा करें""खोजें""Idi na početnu""Natrag""Više opcija""Gotovo""Prikaži sve""Odabir aplikacije""ISKLJUČENO""UKLJUČENO""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""svemir""Sym+""Menu+""Pretražite…""Izbriši upit""Upit za pretraživanje""Pretraži""Pošalji upit""Glasovno pretraživanje""Dijeli s""Dijeli putem aplikacije %s""Sažmi""Pretraži""Ugrás a főoldalra""Fel""További lehetőségek""Kész""Az összes megtekintése""Válasszon alkalmazást""KI""BE""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""Szóköz""Sym+""Menu+""Keresés…""Lekérdezés törlése""Keresési lekérdezés""Keresés""Lekérdezés küldése""Hangalapú keresés""Megosztás a következővel:""Megosztás a következő alkalmazással: %s""Összecsukás""Keresés""Անցնել գլխավոր էջ""Անցնել վերև""Այլ ընտրանքներ""Պատրաստ է""Տեսնել բոլորը""Ընտրել հավելված""ԱՆՋԱՏԵԼ""ՄԻԱՑՆԵԼ""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""բացատ""Sym+""Menu+""Որոնում…""Ջնջել հարցումը""Որոնման հարցում""Որոնել""Ուղարկել հարցումը""Ձայնային որոնում""Կիսվել…""Կիսվել %s հավելվածի միջոցով""Ծալել""Որոնել""Tunjukkan jalan ke rumah""Kembali ke atas""Opsi lain""Selesai""Lihat semua""Pilih aplikasi""NONAKTIF""AKTIF""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""spasi""Sym+""Menu+""Telusuri...""Hapus kueri""Telusuri kueri""Telusuri""Kirim kueri""Penelusuran suara""Bagikan dengan""Bagikan dengan %s""Ciutkan""Telusuri""Fara heim""Fara upp""Fleiri valkostir""Lokið""Sjá allt""Veldu forrit""SLÖKKT""KVEIKT""Alt+""Ctrl+""eyða""enter""Aðgerðarlykill+""Meta+""Shift+""bilslá""Sym+""Valmynd+""Leita…""Hreinsa fyrirspurn""Leitarfyrirspurn""Leit""Senda fyrirspurn""Raddleit""Deila með""Deila með %s""Minnka""Leit""Portami a casa""Torna indietro""Altre opzioni""Fine""Mostra tutto""Scelta di un\'app""OFF""ON""ALT +""CTRL +""CANC""INVIO""FUNZIONE +""META +""MAIUSC +""SPAZIO""SYM +""MENU +""Cerca…""Cancella query""Query di ricerca""Cerca""Invia query""Ricerca vocale""Condividi con""Condividi tramite %s""Comprimi""Cerca""ניווט לדף הבית""ניווט למעלה""עוד אפשרויות""סיום""הצגת הכול""בחירת אפליקציה""כבוי""מופעל""Alt+""Ctrl+‎""מחיקה""Enter""Function+""Meta+""Shift+""רווח""Sym+""תפריט+""חיפוש…""מחיקת השאילתה""שאילתת חיפוש""חיפוש""שליחת שאילתה""חיפוש קולי""שיתוף עם""שיתוף עם %s""כיווץ""חיפוש""ホームに戻る""前に戻る""その他のオプション""完了""すべて表示""アプリの選択""OFF""ON""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""Space""Sym+""Menu+""検索…""検索キーワードを削除""検索キーワード""検索""検索キーワードを送信""音声検索""共有""%sと共有""折りたたむ""検索""მთავარზე გადასვლა""ზემოთ გადასვლა""სხვა ვარიანტები""მზადაა""ყველას ნახვა""აირჩიეთ აპი""გამორთვა""ჩართვა""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""შორისი""Sym+""Menu+""ძიება…""მოთხოვნის გასუფთავება""მოთხოვნის ძიება""ძიება""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""გაზიარება:""%s-ით გაზიარება""ჩაკეცვა""ძიება""Негізгі бетке өту""Жоғары қарай өту""Басқа опциялар""Дайын""Барлығын көру""Қолданбаны таңдау""ӨШІРУ""ҚОСУ""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""бос орын""Sym+""Menu+""Іздеу…""Сұрауды өшіру""Іздеу сұрауы""Іздеу""Сұрауды жіберу""Дауыспен іздеу""Бөлісу""%s қолданбасымен бөлісу""Жию""Іздеу""​ទៅទំព័រដើម""រំកិលឡើងលើ""ជម្រើសច្រើនទៀត""រួចរាល់""មើលទាំងអស់""ជ្រើសរើស​កម្មវិធី​​""បិទ""បើក""Alt+""Ctrl+""លុប""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ស្វែងរក…""សម្អាត​សំណួរ""ស្វែងរកសំណួរ​""ស្វែងរក""ដាក់បញ្ជូន​សំណួរ""ស្វែងរក​តាម​សំឡេង""ចែករំលែក​ជា​មួយ""ចែក​រំលែក​ជា​មួយ %s""បង្រួម""ស្វែងរក""ಹೋಮ್‌ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಆ್ಯಪ್‌ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ""ಆಫ್""ಆನ್""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ಹುಡುಕಿ…""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಹುಡುಕಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ""ಧ್ವನಿ ಹುಡುಕಾಟ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಕುಗ್ಗಿಸಿ""ಹುಡುಕಿ""홈으로 이동""위로 이동""추가 옵션""완료""전체 보기""앱 선택""사용 중지""사용""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""스페이스바""Sym+""Menu+""검색...""검색어 삭제""검색어""검색""검색어 보내기""음성 검색""공유 대상:""%s과(와) 공유""접기""검색""Башкы бетке чабыттоо""Мурунку экранга өтүү""Дагы параметрлер""Бүттү""Баарын көрүү""Колдонмо тандоо""ӨЧҮК""КҮЙҮК""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""боштук""Sym+""Menu+""Издөө…""Сурамды өчүрүү""Изделген сурам""Издөө""Сурам тапшыруу""Айтып издөө""Төмөнкү менен бөлүшүү""%s аркылуу бөлүшүү""Жыйыштыруу""Издөө"48dp12dp14dp440dp60%90%60%90%55%80%0px"Chỉ đường về nhà""Di chuyển lên""Tùy chọn khác""Xong""Xem tất cả""Chọn một ứng dụng""TẮT""BẬT""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""Tìm kiếm…""Xóa truy vấn""Truy vấn tìm kiếm""Tìm kiếm""Gửi truy vấn""Tìm kiếm bằng giọng nói""Chia sẻ với""Chia sẻ với %s""Thu gọn""Tìm kiếm"60%90%50%70%45%72%"转到首页""转到上一层级""更多选项""完成""查看全部""选择应用""关闭""开启""Alt+""Ctrl+""Delete 键""Enter 键""Fn+""Meta+""Shift+""空格键""Sym+""Menu+""搜索…""清除查询""搜索查询""搜索""提交查询""语音搜索""分享对象""与%s分享""收起""搜索""瀏覽主頁""向上瀏覽""更多選項""完成""查看全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""刪除""Enter 鍵""Fn +""Meta +""Shift +""空白鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""分享對象""使用「%s」分享""收合""搜尋""瀏覽首頁""向上瀏覽""更多選項""完成""查看全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""Delete 鍵""Enter 鍵""Fn +""Meta +""Shift +""空格鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""分享對象""與「%s」分享""收合""搜尋""Zulazulela ekhaya""Zulazulela phezulu""Ezinye izinketho""Kwenziwe""Buka konke""Khetha insiza""VALA""VULA""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Imenyu+""Sesha…""Sula inkinga""Sesha umbuzo""Sesha""Thumela umbuzo""Ukusesha ngezwi""Yabelana no""Yabelana ne-%s""Goqa""Sesha" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true#14000000#121212#CF6679#FFFFFF#000000#000000#000000#FFFFFF#BA86FC#000000#3700B3#03DAC6#03DAC6#121212#FFFFFF#B00020#000000#FFFFFF#FFFFFF#000000#000000#6200EE#3700B3#3700B3#03DAC6#018786#FFFFFF@android:color/transparent#14000000#44000000#0A000000#0F000000#1AFFFFFF#2EFFFFFF#323232#ff000000#ff000000#ff410e0b#ffffffff#ff601410#ff8c1d18#ffb3261e#ffdc362e#ffe46962#ffec928e#fff2b8b5#fff9dedc#fffceeee#fffffbf9#ff000000#ff1c1b1f#ffffffff#ff313033#ff484649#ff605d62#ff787579#ff939094#ffaeaaae#ffc9c5ca#ffe6e1e5#fff4eff4#fffffbfe#ff000000#ff1d1a22#ffffffff#ff322f37#ff49454f#ff605d66#ff79747e#ff938f99#ffaea9b4#ffcac4d0#ffe7e0ec#fff5eefa#fffffbfe#ff000000#ff21005d#ffffffff#ff381e72#ff4f378b#ff6750a4#ff7f67be#ff9a82db#ffb69df8#ffd0bcff#ffeaddff#fff6edff#fffffbfe#ff000000#ff1d192b#ffffffff#ff332d41#ff4a4458#ff625b71#ff7a7289#ff958da5#ffb0a7c0#ffccc2dc#ffe8def8#fff6edff#fffffbfe#ff000000#ff31111d#ffffffff#ff492532#ff633b48#ff7d5260#ff986977#ffb58392#ffd29dac#ffefb8c8#ffffd8e4#ffffecf1#fffffbfa#ffffffff@color/m3_ref_palette_neutral10@color/m3_ref_palette_error80@color/m3_ref_palette_error30@color/m3_ref_palette_neutral20@color/m3_ref_palette_primary40@color/m3_ref_palette_neutral90@color/m3_ref_palette_neutral90@color/m3_ref_palette_error20@color/m3_ref_palette_error90@color/m3_ref_palette_primary20@color/m3_ref_palette_primary90@color/m3_ref_palette_secondary20@color/m3_ref_palette_secondary90@color/m3_ref_palette_neutral90@color/m3_ref_palette_neutral_variant80@color/m3_ref_palette_tertiary20@color/m3_ref_palette_tertiary90@color/m3_ref_palette_neutral_variant60@color/m3_ref_palette_neutral_variant30@color/m3_ref_palette_primary80@color/m3_ref_palette_primary30@color/m3_ref_palette_secondary80@color/m3_ref_palette_secondary30@color/m3_ref_palette_neutral10@color/m3_ref_palette_neutral_variant30@color/m3_ref_palette_tertiary80@color/m3_ref_palette_tertiary30@color/m3_ref_palette_neutral99@color/m3_ref_palette_error40@color/m3_ref_palette_error90@color/m3_ref_palette_neutral95@color/m3_ref_palette_primary80@color/m3_ref_palette_neutral20@color/m3_ref_palette_neutral10@color/m3_ref_palette_error100@color/m3_ref_palette_error10@color/m3_ref_palette_primary100@color/m3_ref_palette_primary10@color/m3_ref_palette_secondary100@color/m3_ref_palette_secondary10@color/m3_ref_palette_neutral10@color/m3_ref_palette_neutral_variant30@color/m3_ref_palette_tertiary100@color/m3_ref_palette_tertiary10@color/m3_ref_palette_neutral_variant50@color/m3_ref_palette_neutral_variant80@color/m3_ref_palette_primary40@color/m3_ref_palette_primary90@color/m3_ref_palette_secondary40@color/m3_ref_palette_secondary90@color/m3_ref_palette_neutral99@color/m3_ref_palette_neutral_variant90@color/m3_ref_palette_tertiary40@color/m3_ref_palette_tertiary90#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#61000000#00ffffff#52000000#6B000000#1F000000#0A000000#00000000#DE00000016dp64dp4dp168dp96dp14sp8dp56dp24dp96dp56dp10dp8dp1dp12sp8dp16dp64dp0.5dp6dp24dp40dp56dp6dp6dp16dp32dp24dp16dp32dp4dp280dp8dp8dp128dp1.00dp6dp0dp-1px-1px12dp14dp16dp14sp264dp72dp14sp12sp5dp14dp14dp28dp@dimen/m3_sys_elevation_level316dp24dp16dp16dp16dp96dp112dp112dp64dp152dp112dp1.5dp3dp1.5dp3dp7dp4dp32dp4dp64dp16dp12dp80dp20dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level16dp4dp12dp16dp@dimen/m3_comp_bottom_app_bar_container_height4dp64dp8dp0dp0dp@dimen/m3_comp_elevated_button_container_elevation0dp16dp24dp10dp20dp0dp20dp4dp320dp6dp24dp24dp6dp1dp12dp16dp12dp12dp0dp1dp@dimen/m3_sys_elevation_level37dp@dimen/m3_sys_elevation_level12dp@dimen/m3_sys_elevation_level0@dimen/m3_sys_elevation_level11dp1dp8dp-1dp7dp1dp2dp18dp32dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp@dimen/m3_sys_elevation_level280dp0.384dp1dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level0@dimen/m3_sys_elevation_level356dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_elevation_level4@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level356dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_elevation_level4@dimen/m3_sys_state_hover_state_layer_opacity24dp96dp36dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_pressed_state_layer_opacity40dp24dp@dimen/m3_sys_elevation_level2@dimen/m3_sys_elevation_level018dp0.3832dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp@dimen/m3_sys_elevation_level032dp1dp24dp18dp4dp32dp56dp@dimen/m3_sys_elevation_level080dp24dp@dimen/m3_sys_elevation_level20.121dp0.380.380.382dp1dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity3dp@dimen/m3_sys_state_pressed_state_layer_opacity1dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity24dp30dp@dimen/m3_sys_elevation_level356dp@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level356dp72dp2dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level10.380.380.124dp32dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp10.380.120.380.38@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity32dp52dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level38dp8dp20dp12dp56dp16dp8dp0dp30%2dp6dp36dp96dp@dimen/m3_sys_elevation_level216dp28dp12dp0dp12dp12dp0dp4dp28dp28dp@dimen/m3_comp_navigation_rail_container_width@dimen/m3_comp_navigation_rail_container_elevation@dimen/m3_comp_navigation_rail_icon_size@dimen/m3_comp_navigation_rail_active_indicator_height4dp@dimen/m3_comp_navigation_rail_active_indicator_width60dp8dp4dp@dimen/m3_sys_state_dragged_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_comp_search_bar_container_elevation@dimen/m3_comp_search_bar_container_height16dp16dp1dp4dp16dp16sp1dp@dimen/m3_comp_search_view_container_elevation@dimen/m3_comp_search_view_full_screen_header_container_height@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level0256dp0.080.12@dimen/m3_comp_slider_inactive_track_height2dp24dp40dp1.08dp0dp1dp3dp6dp8dp12dp0.30.80.00.20.10.10.71.00.41.00.01.00.40.20.01.00.00.20.01.00.01.00.01.00.31.00.01.00.20.00.01.00.00.00.01.00.160.120.080.122dp@dimen/m3_sys_elevation_level320dp640dp80dp24dp96dp44dp4dp4dp2dp15sp96dp12dp12dp52dp256dp-4dp2dp1dp0.380.120.870.612dp23dp8dp32dp4dp8dp4dp12dp8dp2dp245dp488dp56dp560dp340dp24dp80dp24dp24dp80dp24dp4dp4dp4dp6dp10sp12dp12dp8dp60dp16dp5dp8dp0dp56dp4dp64dp0dp0dp2dp2dp2dp12dp8dp6dp0.07320dp4dp16dp16dp4dp6dp8dp1dp4dp8dp8dp14sp0dp64dp52dp8dp0dp12dp15dp32dp3dp1dp1dp36dp24dp16dp12dp4dp1dp120dp128dp32dp12dp8dp24dp0dp480dp2dp0dp4dp48dp4dp8dp104dp20dp24dp100dp16dp28dp68dp18dp52dp8dp8dp88dp8dp24dp4dp5dp1dp8dp3dp14sp8dp-8dp8dp12dp0dp0dp6dp20dp20dp24dp12dp48dp120dp20dp12dp12dp0dp2dp6dp6dp48dp2dp6dp0.000.240.080.240.000.120.040.1248dp24dp8dp0dp22dp14dp24dp8dp4dp14dp56dp72dp8dp14dp24dp8dp16dp12dp4dp2dp4dp4dp18dp40dp20dp40dp28dp2.5dp4dp3dp2dp4dp0dp4dp4dp24dp4dp13dp26dp1dp10dp4dp16dp48dp0.54dp0.88dp8dp8dp16dp4dp32dp@dimen/m3_comp_switch_track_height@dimen/m3_comp_switch_track_width4dp0dp4dp@dimen/m3_comp_outlined_text_field_outline_width@dimen/m3_comp_outlined_text_field_focus_outline_width16dp4dp16dp4dp56dp14dp4dp32dp32dp12dp30dp@drawable/material_ic_keyboard_arrow_right_black_24dp@drawable/material_ic_keyboard_arrow_left_black_24dp150150230032010010075120100700800900100045050055060025030035040050100150200300350200250751500410010011375120100@integer/m3_sys_motion_duration_medium4@integer/m3_sys_motion_duration_medium1@integer/m3_sys_motion_duration_short3@integer/m3_sys_motion_duration_short316323252250210200 + %d new notification + %d new notifications + com.google.android.material.appbar.AppBarLayout$ScrollingViewBehaviorcom.google.android.material.bottomsheet.BottomSheetBehaviorCollapse the bottom sheetExpand the bottom sheetExpand halfwayDrag handle double-tappedDrag handleCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$d%1$d/%2$dClear text + Error: invalid + ErrorShow dropdown menucom.google.android.material.transformation.FabTransformationScrimBehaviorcom.google.android.material.transformation.FabTransformationSheetBehaviorcom.google.android.material.behavior.HideBottomViewOnScrollBehaviorDialog IconTabpath(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)cubic-bezier(0.3, 0.0, 0.8, 0.2)cubic-bezier(0.1, 0.7, 0.1, 1.0)M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1cubic-bezier(0.4, 0.0, 0.2, 1.0)cubic-bezier(0.4, 0.0, 1.0, 1.0)cubic-bezier(0.0, 0.0, 0.2, 1.0)cubic-bezier(0.0, 0.0, 1.0, 1.0)cubic-bezier(0.2, 0.0, 0.0, 1.0)cubic-bezier(0.3, 0.0, 1.0, 1.0)cubic-bezier(0.0, 0.0, 0.0, 1.0):Select AM or PM%1$s hoursSelect hour%1$s o\'clockSelect minutes%1$s minutescubic-bezier(0.4, 0.0, 1.0, 1.0)cubic-bezier(0.0, 0.0, 0.2, 1.0)path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)cubic-bezier(0.0, 0.0, 1.0, 1.0)cubic-bezier(0.4, 0.0, 0.2, 1.0)Range endRange startValueAMSwitch to clock mode for the time input.HourMinutePMSelect timeSwitch to text input mode for the time input.New notificationM14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6ziconM13.4,15 11,15 11,17 13.4,17 21,17 21,15zicon pathM23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7zbuttonbutton pathM23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z M23,23H9V9h14V23z + Checked + + Partially checked + + Not checked + Remove %1$sMore than %1$d new notifications%1$d%2$sChange to next monthChange to previous monthStart date selection: %1$s – End date selection: %2$sCurrent selection: %1$snoneCancelOK%1$sSelect DateSelected dateColumn of days: %1$sEnd date %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to current year %1$dNavigate to year %1$dOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect RangeStart date – End dateSaveStart date %1$sDateEnd dateStart datedmyToday %1$sSwitch to calendar input modeTap to switch to Calendar viewSwitch to text input modeTap to switch to year viewcircle_groupM4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16circleM2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16CancelOKShow passwordM12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3zM2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 ZM2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 ZM3.27,4.27 L19.74,20.74 + com.google.android.material.search.SearchBar$ScrollingViewBehavior + Clear textBackSide Sheetcom.google.android.material.sidesheet.SideSheetBehavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorSurface?attr/colorPrimary?attr/colorOnSurface?attr/colorSurface?attr/colorError?attr/colorOnError?attr/colorOnPrimary?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorOutlineVariant?attr/colorSurface?attr/colorPrimaryContainer?attr/shapeAppearanceCornerLarge?attr/colorOnPrimaryContainer?attr/textAppearanceLabelLarge?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSurface?attr/colorPrimary?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorPrimaryContainer?attr/shapeAppearanceCornerLarge?attr/colorOnPrimaryContainer?attr/shapeAppearanceCornerExtraLarge?attr/shapeAppearanceCornerMedium?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSurface?attr/colorPrimary?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorSurfaceVariant?attr/textAppearanceBodyLarge?attr/colorPrimary?attr/colorOnPrimary?attr/textAppearanceLabelLarge?attr/colorSurfaceVariant?attr/shapeAppearanceCornerExtraSmall?attr/colorError?attr/colorError?attr/colorError?attr/textAppearanceBodyLarge?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorPrimary?attr/colorSurfaceVariant?attr/colorSecondaryContainer?attr/colorSurface?attr/textAppearanceLabelMedium?attr/colorSurfaceVariant?attr/colorPrimary?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorPrimary?attr/colorOutline?attr/colorOutline?attr/colorOutline?attr/colorPrimary?attr/shapeAppearanceCornerExtraSmall?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorError?attr/colorError?attr/colorError?attr/colorOnSurface?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorOnSurfaceVariant?attr/colorOutline?attr/colorOnSurfaceVariant?attr/textAppearanceBodySmall?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorSurface?attr/colorSurfaceVariant?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorSurface?attr/elevationOverlayColor?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/textAppearanceBodyLarge?attr/colorOnSurfaceVariant?attr/colorSurface?attr/elevationOverlayColor?attr/colorOutline?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceBodyLarge?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorOnSurface?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorSurface?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorSurfaceVariant?attr/colorPrimary?attr/colorOnPrimary?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorSurfaceVariant?attr/colorSurfaceVariant?attr/colorOnSurface?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorPrimary?attr/colorPrimary?attr/colorOnPrimary?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorPrimary?attr/colorPrimary?attr/colorOnPrimaryContainer?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/colorSurfaceVariant?attr/colorOnSurface?attr/colorSurfaceVariant?attr/colorOutline?attr/colorOutline?attr/colorOnSurfaceVariant?attr/colorSurfaceVariant?attr/colorOnSurface?attr/colorSurfaceVariant?attr/colorOutline?attr/colorSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorSurfaceVariant?attr/colorOnSurface?attr/colorSurfaceVariant?attr/colorOutline?attr/colorSurfaceVariant?attr/colorOutline?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/textAppearanceLabelLarge?attr/colorPrimarysans-serif-mediumsans-serifsans-serif-mediumsans-serif?attr/colorPrimary?attr/colorPrimarylinearroundedroundedroundedroundedroundedroundedrounded + %d nuwe kennisgewing + %d nuwe kennisgewings + Vou die onderste blad inVou die onderste blad uitVou halfpad uitHet op sleephandvatsel gedubbeltikSleephandvatselKarakters ingevoer: %1$d van %2$dKarakterlimiet oorskry %1$d van %2$dVee teks uitFoutWys aftrekkieslysDialoogikoonOortjieKies vm. of nm.%1$s uurKies uur%1$s-uurKies minute%1$s minuteVM.Skakel oor na horlosiemodus vir die tydinvoer.UurMinuutNM.Kies tydSkakel oor na teksmodus vir die tydinvoer.Nuwe kennisgewingVerwyder %1$sMeer as %1$d nuwe kennisgewingsVerander na volgende maandVerander na vorige maandHuidige keuse: %1$sKanselleerOK%1$sKies datumGekose datumKolom van dae: %1$sOngeldige formaat.Voorbeeld: %1$sGebruik: %1$sOngeldige reeks.Gaan na jaar %1$sBuite reeks: %1$sBegindatum – %1$s%1$s – Einddatum%1$s-%2$sKies datumreeksBegindatum – EinddatumStoorDatumEinddatumBegindatumdmjSkakel oor na kalenderinvoermodusTik om oor te skakel na die kies van \'n dagSkakel oor na teksinvoermodusTik om oor te skakel na die kies van \'n jaarKanselleerOKWys wagwoord + %d አዲስ ማሳወቂያዎች + %d አዲስ ማሳወቂያዎች + የግርጌ ሉሁን ይሰብስቡየግርጌ ሉሁን ይዘርጉግማሽ መንገድ ዘርጋመያዣ ይጎትቱ ሁለቴ መታ ተደርጓልመያዣ ይጎትቱቁምፊዎች %1$d ከ%2$d ገብተዋልየቁምፊ ገደብ %1$d ከ%2$d አልፏልጽሑፍን አጽዳስህተትተቆልቋይ ምናሌን አሳይየንግግር አዶትርAM ወይም PM ይምረጡ%1$s ሰዓታትሰዓትን ይምረጡ%1$s ሰዓትደቂቃዎችን ይምረጡ%1$s ደቂቃዎችጥዋትለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር።ሰዓትደቂቃከሰዓትጊዜ ምረጥለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር።አዲስ ማሳወቂያ%1$sን አስወግድከ%1$d በላይ አዲስ ማሳወቂያዎችወደ የሚቀጥለው ወር ቀይርወደ ቀዳሚው ወር ቀይርየአሁኑ ምርጫ፦ %1$sይቅርእሺ%1$sቀን ይምረጡየተመረጠው ቀንየቀኖች ዓምድ፦ %1$sልክ ያልሆነ ቅርጸትምሳሌ፦ %1$s%1$s ን ይጠቀሙልክ ያልኾነ ክልል።ወደ ዓመት %1$s አሰስከክልል ውጭ፦ %1$sመጀመሪያ ቀን – %1$s%1$s – መጨረሻ ቀን%1$s – %2$sክልል ይምረጡየመጀመሪያ ቀን – የመጨረሻ ቀንአስቀምጥቀንየማብቂያ ቀንመጀመሪያ ቀንወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይርወደ ቀን መምረጥ ለመቀየር መታ ያድርጉወደ ጽሁፍ ግቤት ሁነታ ቀይርወደ ዓመት መምረጥ ለመቀየር መታ ያድርጉይቅርእሺየይለፍ ቃል አሳይ + %d إشعار جديد + إشعار جديد واحد (%d) + إشعاران جديدان (%d) + %d إشعارات جديدة + %d إشعارًا جديدًا + %d إشعار جديد + تصغير البطاقة السفليةتوسيع البطاقة السفليةتوسيع البطاقة السفليةتم النقر مرّتين على مقبض السحب.مقبض السحبتمّ إدخال %1$d حرف من إجمالي %2$d.تجاوز عدد الأحرف المسموح به %1$d من %2$d.محو النصخطأعرض القائمة المنسدلةرمز مربع الحوارعلامة تبويبيُرجى اختيار صباحًا أو مساءً.%1$s ساعةتحديد الساعةالساعة %1$sتحديد الدقائق%1$s دقيقةصباحًايُرجى التبديل إلى وضع الساعة لإدخال الوقت.الساعةدقيقةمساءًاختيار الوقتيُرجى التبديل إلى وضع إدخال النص لإدخال الوقت.إشعار جديدإزالة %1$sيبلغ عدد الإشعارات الجديدة أكثر من %1$d.التغيير إلى الشهر التاليالتغيير إلى الشهر السابقالاختيار الحالي: %1$sإلغاءحسنًا%1$sيُرجى اختيار تاريخ.التاريخ المحدَّدعمود الأيام: %1$sالتنسيق غير صالحمثال: %1$sاستخدام: %1$sالنطاق غير صالحالتنقل إلى العام %1$sخارج النطاق: %1$sتاريخ البدء – %1$s%1$s – تاريخ الانتهاء%1$s – %2$sيُرجى اختيار نطاق زمني.تاريخ البدء - تاريخ الانتهاءحفظالتاريختاريخ الانتهاءتاريخ البدءيشسالتبديل إلى وضع \"الإدخال في التقويم\"انقر للتبديل إلى اختيار يومالتبديل إلى وضع \"إدخال النص\"انقر للتبديل إلى اختيار عامإلغاءحسنًاعرض كلمة المرور + %d new notification + %d new notifications + Collapse the bottom sheetExpand the bottom sheetExpand halfwayDrag handle double-tappedDrag handle%2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে%2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছেClear textErrorShow dropdown menuDialog IconTabSelect AM or PM%1$s hoursSelect hour%1$s o\'clockমিনিট বাছনি কৰক%1$s minutesAMসময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক।HourMinutePMSelect timeসময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক।New notification%1$sক আঁতৰাওকMore than %1$d new notificationsChange to next monthChange to previous monthCurrent selection: %1$sCancelOK%1$sSelect DateSelected dateColumn of days: %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to year %1$sOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect RangeStart date – End dateSaveDateEnd dateStart datedmySwitch to calendar input modeTap to switch to selecting a daySwitch to text input modeTap to switch to selecting a yearCancelOKপাছৱৰ্ড দেখুৱাওক + %d yeni bildiriş + %d yeni bildiriş + Aşağıdakı vərəqi yığcamlaşdırınAşağıdakı vərəqi genişləndirinTam genişləndirinDəstəyə iki dəfə toxununDəstək%1$d/%2$d simvol daxil edilibSimvol limiti %1$d/%2$d dəyərini keçdiMətni silinXətaAçılan menyunu göstərinDialoq ikonasıTabGündüz və ya axşam seçin%1$s saatSaatı seçinSaat %1$sDəqiqə seçin%1$s dəqiqəAMZamanı daxil etmək üçün saat rejiminə keçinSaatDəqiqəVaxt seçinZamanı daxil etmək üçün mətnlə daxiletmə rejiminə keçinYeni bildiriş%1$s silinMinimum %1$d yeni bildirişNövbəti aya dəyişinƏvvəlki aya dəyişinCari seçim: %1$sLəğv edinOK%1$sTarix seçinSeçilmiş tarixGün sütunu: %1$sYanlış format.Nümunə: %1$s%1$s istifadə edinYanlış diapazon.%1$s ilinə keçinƏhatə dairəsindən kənar: %1$sBaşlama tarixi – %1$s%1$s – Bitmə tarixi%1$s: %2$sAralıq seçinBaşlama tarixi - Bitmə tarixiSaxlayınTarixBitmə tarixiBaşlama tarixigünayilTəqvim daxiletmə rejiminə keçinGün seçiminə keçmək üçün toxununMətn daxiletmə rejiminə keçinİl seçiminə keçmək üçün toxununLəğv edinOKParolu göstərin + %d notificación nueva + %d notificaciones nuevas + Contraer la hoja inferiorExpandir la hoja inferiorExpandir hasta la mitadEl control de arrastre se presionó dos vecesControlador de arrastreCaracteres ingresados: %1$d de %2$dSe excedió en %1$d el límite de caracteres de %2$dBorrar textoErrorMostrar menú desplegableÍcono de diálogoPestañaSelecciona a.m. o p.m.%1$s horasSeleccione la hora.%1$s en puntoSeleccionar minutos%1$s minutosa.m.Cambia al modo de reloj para ingresar la hora.HoraMinutop.m.Seleccionar la horaCambia al modo de entrada de texto para ingresar la hora.Notificación nuevaQuitar %1$sMás de %1$d notificaciones nuevasCambiar al mes siguienteCambiar al mes anteriorSelección actual: %1$sCancelarAceptar%1$sSeleccionar fechaFecha seleccionadaColumna de días: %1$sFormato no válidoEjemplo: %1$sUsar: %1$sEl rango no es válido.Navegar al año %1$sFuera de rango: %1$sFecha de inicio - %1$s%1$s - fecha de finalización%1$s-%2$sSelecciona un períodoFecha de inicio - fecha de finalizaciónGuardarFechaFecha de finalizaciónFecha de iniciodmaCambiar al modo de entrada de calendarioPresiona para seleccionar un díaCambiar al modo de entrada de textoPresiona para seleccionar un añoCancelarAceptarMostrar contraseña + %d novo obaveštenje + %d nova obaveštenja + %d novih obaveštenja + Skupite donju tabeluProširite donju tabeluProširite do polaIdentifikator za prevlačenje je dvaput dodirnutRučica za prevlačenjeUneti znakovi: %1$d od %2$dPrekoračeno je ograničenje broja znakova: %1$d od %2$dObriši tekstGreškaPrikaži padajući meniIkona dijalogaKarticaIzaberite pre podne ili po podne%1$s sIzaberite sat%1$s sIzaberite minute%1$s minAMPređite u režim sata radi unosa vremena.SatMinutPMIzaberite vremePređite u režim unosa teksta radi unosa vremena.Novo obaveštenjeUklonite %1$sNovih obaveštenja: više od %1$dPređite na sledeći mesecPređite na prethodni mesecAktuelni izbor: %1$sOtkažiPotvrdi%1$sIzaberite datumIzabrani datumKolona sa danima: %1$sFormat je nevažeći.Primer: %1$sKoristite: %1$sNevažeći period.Idite na godinu %1$sIzvan perioda: %1$sDatum početka – %1$s%1$s – Datum završetka%1$s–%2$sIzaberite periodDatum početka – Datum završetkaSačuvajDatumDatum završetkaDatum početkadmgPređite na režim unosa u KalendaruDodirnite da biste prešli na izbor danaPređite na režim unosa tekstaDodirnite da biste prešli na izbor godineOtkažiPotvrdiPrikaži lozinku + %d новае апавяшчэнне + %d новыя апавяшчэнні + %d новых апавяшчэнняў + %d новага апавяшчэння + Згарнуць ніжні аркушРазгарнуць ніжні аркушРазгарнуць напаловуМаркер перацягвання націснуты двойчыМаркер перацягванняУведзена сімвалаў: %1$d з %2$dАбмежаванне колькасці сімвалаў перавышана: %1$d з %2$dАчысціць тэкстПамылкаПаказаць выпадное менюЗначок дыялогавага акнаУкладкаВыберыце AM (да паўдня) або PM (пасля паўдня)%1$s гадзВыберыце гадзіну%1$s гадзВыберыце хвіліны%1$s хвAMПераключыцца на рэжым гадзінніка пры ўводзе часу.ГадзінаХвілінаPMВыберыце часПераключыцца на рэжым тэксту пры ўводзе часу.Новае апавяшчэннеВыдаліць %1$sКолькасць новых апавяшчэнняў перавысіла %1$dПерайсці да наступнага месяцаПерайсці да папярэдняга месяцаБягучае вылучэнне: %1$sСкасавацьОК%1$sВыберыце датуВыбраная датаСлупок дзён: %1$sНяправільны фармат.Прыклад: %1$sНеабходны фармат: %1$sНяправільны дыяпазон.Перайсці ў %1$s годПа-за межамі дыяпазону: %1$sДата пачатку – %1$s%1$s – дата заканчэння%1$s – %2$sВыберыце дыяпазон датДата пачатку – дата заканчэнняЗахавацьДатаДата заканчэнняДата пачаткудмгПераключыцца ў рэжым уводу \"Каляндар\"Дакраніцеся, каб пераключыцца на выбар дняПераключыцца ў рэжым уводу \"Тэкст\"Дакраніцеся, каб пераключыцца на выбар годаСкасавацьОКПаказаць пароль + %d ново известие + %d нови известия + Свиване на долния листРазгъване на долния листРазгъване наполовинаДвукратно докосване на манипулатора за преместване с плъзганеМанипулатор за преместване с плъзганеВъведени знаци: %1$d от %2$dМаксималният брой знаци е надхвърлен с(ъс) %1$d от %2$dИзчистване на текстаГрешкаПоказване на падащото менюИкона за диалогов прозорецРазделИзберете AM или PM%1$s часаИзберете час%1$s часаИзбиране на минути%1$s минутиAMПревключете към режима за часовник, за да въведете часа.ЧасМинутаPMИзбор на часПревключете към режима за въвеждане на текст, за да въведете часа.Ново известиеПремахване на %1$sПовече от %1$d нови известияПреминаване към следващия месецПреминаване към предишния месецТекущ избор: %1$sОтказOK%1$sИзбиране на датаИзбрана датаКолона за дни: %1$sФорматът е невалиден.Пример: %1$sИзползвайте: %1$sНевалиден диапазон.Навигиране до %1$s г.Извън диапазона: %1$sНачална дата – %1$s%1$s – крайна дата%1$s – %2$sИзбиране на период от времеНачална дата – крайна датаЗапазванеДатаКрайна датаНачална датадмгПревключване към режим на въвеждане в календарДокоснете, за да превключите към избиране на денПревключване към режим за въвеждане на текстДокоснете, за да превключите към избиране на годинаОтказOKПоказване на паролата + %dটি নতুন বিজ্ঞপ্তি + %dটি নতুন বিজ্ঞপ্তি + স্ক্রিনের নিচে অ্যাটাচ করা শিট আড়াল করুনস্ক্রিনের নিচে অ্যাটাচ করা শিট বড় করুনঅর্ধেক প্রসারিত করুনটেনে আনার হ্যান্ডেলে ডবল ট্যাপ করা হয়েছেটেনে আনার হ্যান্ডেল%2$dটির মধ্যে %1$dটি অক্ষর লেখা হয়েছেঅক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছেটেক্সট মুছুনসমস্যাড্রপ-ডাউন মেনু দেখুনডায়ালগ আইকনট্যাবAM অথবা PM বেছে নিন%1$s ঘণ্টাঘণ্টা বেছে নিন%1$sটা বাজেমিনিট বেছে নিন%1$s মিনিটAMসময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান।ঘণ্টামিনিটPMসময় বেছে নিনসময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান।নতুন বিজ্ঞপ্তি%1$s সরিয়ে দিন%1$dটির বেশি নতুন বিজ্ঞপ্তিআগামী মাসে যানআগের মাসে যানবর্তমান বাছাই: %1$sবাতিল করুনঠিক আছে%1$sতারিখ বেছে নিনবেছে নেওয়া তারিখসপ্তাহের দিনগুলির কলাম: %1$sভুল ফর্ম্যাট।উদাহরণ: %1$s%1$s ফর্ম্যাটে লিখুনতারিখ সঠিক নয়।নেভিগেট করে %1$s সালে যাননির্দিষ্ট তারিখের বাইরে: %1$sশুরুর তারিখ – %1$s%1$s – সমাপ্তির তারিখ%1$s – %2$sরেঞ্জ বেছে নিনশুরুর তারিখ - সমাপ্তির তারিখসেভ করুনতারিখসমাপ্তির তারিখশুরুর তারিখdmyক্যালেন্ডার ইনপুট মোডে বদল করুনদিন বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুনটেক্সট ইনপুট মোডে বদল করুনবছর বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুনবাতিল করুনঠিক আছেপাসওয়ার্ড দেখান + %d novo obavještenje + %d nova obavještenja + %d novih obavještenja + Sužavanje donje tabeleProširivanje donje tabeleProširivanje dopolaRučica za prevlačenje je dvaput dodirnutaRučica za prevlačenjeUneseno znakova: %1$d od %2$dOgraničenje broja znakova premašuje %1$d od %2$dObriši tekstGreškaPrikaži padajući meniikona dijaloškog okviraKarticaOdaberite prijepodne ili poslijepodne%1$s hOdaberite sat%1$s hOdaberite minute%1$s minAMPrebacite u način rada kao sat za unos vremena.SatMinutaPMOdabir vremenaPrebacite u način unosa teksta za unos vremena.Novo obavještenjeUklonite %1$sBroj novih obavještenja: više od %1$dPromijeni na sljedeći mjesecPromijeni na prethodni mjesecTrenutni izbor: %1$sOtkažiUredu%1$sOdaberite datumOdabrani datumKolona za dane: %1$sNevažeći format.Primjer: %1$sKoristi: %1$sNevažeći opseg.Odlazak na %1$s. godinuIzvan opsega: %1$sDatum početka – %1$s%1$s – Datum završetka%1$s – %2$sOdaberite rasponDatum početka – Datum završetkaSačuvajDatumDatum završetkaDatum početkadmgPrebacivanje na način unosa kalendaraDodirnite da prebacite na odabir danaPrebacivanje na način unosa tekstaDodirnite da prebacite na odabir godineOtkažiUreduPrikaži lozinku + %d notificació nova + %d notificacions noves + Replega el full inferiorDesplega el full inferiorDesplega fins a la meitatHas fet doble toc a l\'ansa per arrossegarAnsa per arrossegarCaràcters introduïts: %1$d de %2$dS\'ha superat el límit de caràcters (%1$d de %2$d)Esborra el textErrorMostra el menú desplegableIcona del quadre de diàlegTabuladorSelecciona a. m. o p. m.%1$s horesSeleccioneu l\'hora%1$s en puntSelecciona els minuts%1$s minutsa. m.Canvia al mode de rellotge per introduir l\'hora.HoraMinutp. m.Selecció de l\'horaCanvia al mode d\'introducció de text per introduir l\'hora.Notificació novaSuprimeix %1$sMés de %1$d notificacions novesCanvia al mes següentCanvia al mes anteriorSelecció actual: %1$sCancel·laD’acord%1$sSelecciona una dataData seleccionadaColumna de dies: %1$sEl format no és vàlid.Exemple: %1$sUtilitza: %1$sL\'interval no és vàlid.Canvia a l\'any %1$sLa data està fora de l\'interval: %1$sData d\'inici - %1$s%1$s - data de finalització%1$s - %2$sSelecciona un intervalData d\'inici - data de finalitzacióDesaDataData de finalitzacióData d\'inicidmaCanvia al mode d\'introducció de dades del calendariToca per canviar a la selecció del diaCanvia al mode d\'introducció de textToca per canviar a la selecció de l\'anyCancel·laD’acordMostra la contrasenya + %d nové oznámení + %d nová oznámení + %d nového oznámení + %d nových oznámení + Sbalit spodní tabulkuRozbalit spodní tabulkuRozbalit napůlDvakrát jste klepli na úchyt pro přetaženíÚchyt pro přetaženíZadané znaky: %1$d z %2$dByl překročen povolený počet znaků (%1$d z %2$d)Vymazat textChybaZobrazit rozbalovací nabídkuIkona dialogového oknaKartaVyberte AM nebo PM%1$s hodinVyberte hodinu%1$sZvolte minuty%1$s minAMChcete-li zadat čas, přepněte na režim hodin.HodinaMinutaPMVyberte časChcete-li zadat čas, přepněte na režim textu.Nové oznámeníOdstranit položku %1$sVíce než %1$d nových oznámeníPřejít na další měsícPřejít na předchozí měsícAktuální výběr: %1$sZrušitOK%1$sVyberte datumVybrané datumSloupec dnů: %1$sNeplatný formát.Příklad: %1$sPoužijte: %1$sNeplatný rozsah.Přejít na rok %1$sMimo rozsah: %1$sDatum zahájení – %1$s%1$s – datum ukončení%1$s – %2$sVyberte rozsahDatum zahájení – datum ukončeníUložitDatumDatum ukončeníDatum zahájenídmrPřepnout na režim zadávání do kalendářeKlepnutím přepnete na výběr dnePřepnout na režim zadávání textuKlepnutím přepnete na výběr rokuZrušitOKZobrazit heslo + %d ny notifikation + %d nye notifikationer + Skjul feltet i bundenUdvid feltet i bundenUdvid halvdelenDu har trykket to gange på håndtagetHåndtagDu har brugt %1$d ud af %2$d tegnDu har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d.Ryd tekstFejlVis rullemenuenIkon for dialogboksFaneVælg AM eller PM%1$s timerVælg timeklokken %1$sVælg minutter%1$s minutterf.m.Skift til urtilstand for at angive klokkeslæt.TimeMinute.m.Vælg tidspunktSkift til teksttilstand for at angive klokkeslæt.Ny notifikationFjern %1$sFlere end %1$d nye notifikationerSkift til næste månedSkift til forrige månedAktuelt valg: %1$sAnnullerOK%1$sVælg datoValgt datoKolonne med dage: %1$sUgyldigt format.Eksempel: %1$sBrug: %1$sUgyldigt interval.Gå til år %1$sUden for interval: %1$sStartdato – %1$s%1$s – slutdato%1$s – %2$sVælg intervalStartdato – slutdatoGemDatoSlutdatoStartdatodmåSkift til input-tilstand for kalenderTryk for at gå til valg af dagSkift til input-tilstand for tekstTryk for at gå til valg af årAnnullerOKVis adgangskode + %d neue Benachrichtigung + %d neue Benachrichtigungen + Ansicht am unteren Rand minimierenAnsicht am unteren Rand maximierenZur Hälfte maximierenAuf Ziehpunkt doppelt getipptZiehpunktEingegebene Zeichen: %1$d von %2$dZeichenbeschränkung überschritten: %1$d/%2$dText löschenFehlerDrop-down-Menü anzeigenDialogfeldsymbolTabVormittags oder Nachmittags auswählen%1$s StundenStunde auswählen%1$s UhrMinuten auswählen%1$s MinutenAMIn den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben.StundeMinutePMUhrzeit auswählenIn den Texteingabemodus wechseln, um die Uhrzeit einzugeben.Neue Benachrichtigung%1$s entfernenMehr als %1$d neue BenachrichtigungenZum nächsten Monat wechselnZum vorherigen Monat wechselnAktuelle Auswahl: %1$sAbbrechenOK%1$sDatum auswählenAusgewähltes DatumSpalte \"Wochentag\": %1$sUngültiges Format.Beispiel: %1$sFormat: %1$sUngültiger Bereich.Zum Jahr %1$s wechselnAußerhalb des Bereichs: %1$sStartdatum – %1$s%1$s – Enddatum%1$s – %2$sZeitraum auswählenStartdatum – EnddatumSpeichernDatumEnddatumStartdatumTMJIn den Kalendereingabemodus wechselnTippen, um zur Tagesauswahl zu wechselnIn den Texteingabemodus wechselnTippen, um zur Jahresauswahl zu wechselnAbbrechenOKPasswort anzeigen + %d νέα ειδοποίηση + %d νέες ειδοποιήσεις + Σύμπτυξη του φύλλου κάτω μέρουςΑνάπτυξη του φύλλου κάτω μέρουςΑνάπτυξη μέχρι τη μέσηΗ λαβή μεταφοράς πατήθηκε δύο φορέςΛαβή μεταφοράςΕισήχθησαν %1$d από %2$d χαρακτήρεςΥπέρβαση ορίου χαρακτήρων %1$d από %2$dΔιαγραφή κειμένουΣφάλμαΕμφάνιση αναπτυσσόμενου μενούΕικονίδιο παραθύρου διαλόγουΚαρτέλαΕπιλέξτε π.μ. ή μ.μ.%1$s ώρεςΕπιλογή ώρας%1$s ακριβώςΕπιλογή λεπτών%1$s λεπτάΠΜΚάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας.ΏραΛεπτόΜΜΕπιλέξτε ώραΚάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας.Νέα ειδοποίησηΚατάργηση %1$sΠάνω από %1$d νέες ειδοποιήσειςΑλλαγή στον επόμενο μήναΑλλαγή στον προηγούμενο μήναΤρέχουσα επιλογή: %1$sΑκύρωσηΟΚ%1$sΕπιλογή ημερομηνίαςΕπιλεγμένη ημερομηνίαΣτήλη ημερών: %1$sΜη έγκυρη μορφή.Παράδειγμα: %1$sΧρησιμοποιήστε: %1$sΜη έγκυρο εύρος.Πλοήγηση στο έτος %1$sΕκτός εύρους: %1$sΗμερομηνία έναρξης – %1$s%1$s – Ημερομηνία λήξης%1$s – %2$sΕπιλογή εύρουςΗμερομηνία έναρξης – Ημερομηνία λήξηςΑποθήκευσηΗμερομηνίαΗμερομηνία λήξηςΗμερομηνία έναρξηςημεΕναλλαγή στη λειτουργία εισαγωγής ημερολογίουΠατήστε για εναλλαγή για την επιλογή ημέραςΕναλλαγή στη λειτουργία εισαγωγής κειμένουΠατήστε για εναλλαγή για την επιλογή έτουςΑκύρωσηΟΚΕμφάνιση κωδικού πρόσβασης + %d new notification + %d new notifications + Collapse the bottom sheetExpand the bottom sheetExpand halfwayDrag handle double-tappedDrag handleCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$dClear textErrorShow drop-down menuDialogue IconTabSelect a.m. or p.m.%1$s hoursSelect hour%1$s o\'clockSelect minutes%1$s minutesAMSwitch to clock mode for the time input.HourMinutePMSelect timeSwitch to text input mode for the time input.New notificationRemove %1$sMore than %1$d new notificationsChange to next monthChange to previous monthCurrent selection: %1$sCancelOK%1$sSelect dateSelected dateColumn of days: %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to year %1$sOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect rangeStart date – End dateSaveDateEnd dateStart datedmySwitch to calendar input modeTap to switch to selecting a daySwitch to text input modeTap to switch to selecting a yearCancelOKShow password + %d notificación nueva + %d notificaciones nuevas + Ocultar la hoja inferiorMostrar la hoja inferiorDesplegar hasta la mitadControlador de arrastre tocado dos vecesControlador de arrastreCaracteres introducidos: %1$d de %2$dLímite de caracteres superado (%1$d de %2$d)Borrar textoErrorMostrar menú desplegableIcono del cuadro de diálogoPestañaSelecciona AM o PM%1$s horasSeleccionar hora%1$s en puntoSeleccionar minutos%1$s minutosA.M.Cambia al modo de reloj para escribir la hora.HoraMinutoP.M.Seleccionar la horaCambia al modo de introducción de texto para escribir la hora.Notificación nuevaRetirar %1$sMás de %1$d notificaciones nuevasCambiar al mes siguienteCambiar al mes anteriorSelección actual: %1$sCancelarAceptar%1$sSelecciona una fechaFecha seleccionadaColumna de días: %1$sFormato no válido.Ejemplo: %1$sUsar: %1$sEl periodo no es válido.Ir al año %1$sFuera del periodo válido: %1$sFecha de inicio–%1$s%1$s–Fecha de finalización%1$s – %2$sSelecciona un periodoFecha de inicio–Fecha de finalizaciónGuardarFechaFecha de finalizaciónFecha de iniciodmaCambiar al modo de introducción CalendarioToca para seleccionar un díaCambiar al modo de introducción TextoToca para seleccionar un añoCancelarAceptarMostrar contraseña + %d notificación nueva + %d notificaciones nuevas + Contraer la hoja inferiorExpandir la hoja inferiorExpandir hasta la mitadEl control de arrastre se presionó dos vecesControlador de arrastreCaracteres ingresados: %1$d de %2$dSe excedió en %1$d el límite de caracteres de %2$dBorrar textoErrorMostrar menú desplegableÍcono de diálogoPestañaSelecciona a.m. o p.m.%1$s horasSeleccione la hora.%1$s en puntoSeleccionar minutos%1$s minutosa.m.Cambia al modo de reloj para ingresar la hora.HoraMinutop.m.Seleccionar la horaCambia al modo de entrada de texto para ingresar la hora.Notificación nuevaQuitar %1$sMás de %1$d notificaciones nuevasCambiar al mes siguienteCambiar al mes anteriorSelección actual: %1$sCancelarAceptar%1$sSeleccionar fechaFecha seleccionadaColumna de días: %1$sFormato no válidoEjemplo: %1$sUsar: %1$sEl rango no es válido.Navegar al año %1$sFuera de rango: %1$sFecha de inicio - %1$s%1$s - fecha de finalización%1$s-%2$sSelecciona un períodoFecha de inicio - fecha de finalizaciónGuardarFechaFecha de finalizaciónFecha de iniciodmaCambiar al modo de entrada de calendarioPresiona para seleccionar un díaCambiar al modo de entrada de textoPresiona para seleccionar un añoCancelarAceptarMostrar contraseña + %d uus märguanne + %d uut märguannet + Alumise lehe ahendamineAlumise lehe laiendamineLaiendamine poolenistiLohistamispidet topeltpuudutatiLohistamispideSisestatud tähemärgid: %1$d/%2$dTähemärgipiirang on ületatud: %1$d/%2$dKustuta tekstVigaKuva rippmenüüDialoogi ikoonVahelehtValige AM või PM%1$s tundiValige tundKell %1$sMinutite valimine%1$s minutitAMAktiveerige kellaaja sisestamiseks kellarežiim.TunnidMinutPMAja valimineAktiveerige kellaaja sisestamiseks tekstisisestusrežiim.Uus märguanneÜksuse %1$s eemaldamineRohkem kui %1$d uut märguannetVaheta järgmisele kuuleVaheta eelmisele kuulePraegune valik: %1$sTühistaOK%1$sValige kuupäevValitud kuupäevPäevade veerg: %1$sSobimatu vorming.Näide: %1$sKasutage: %1$sSobimatu vahemik.Mine aastasse %1$sVahemikust väljas: %1$sAlguskuupäev – %1$s%1$s – lõppkuupäev%1$s–%2$sValige vahemikAlguskuupäev – lõppkuupäevSalvestaKuupäevLõppkuupäevAlguskuupäevpkaLülitu kalendrisisestusrežiimilePuudutage, et lülituda päeva valimiseleLülitu tekstisisestusrežiimilePuudutage, et lülituda aasta valimiseleTühistaOKParooli kuvamine + %d jakinarazpen berri + %d jakinarazpen berri + Tolestu pantailaren behealdean ainguratutako orriaZabaldu pantailaren behealdean ainguratutako orriaZabaldu erdirainoBirritan sakatu da arrastatzeko kontrol-puntuaArrastatzeko kontrol-puntua%1$d/%2$d karaktere idatzi diraKaraktere-muga gainditu da: %1$d/%2$dGarbitu testuaErroreaErakutsi goitibeherako menuaLeihoko ikonoaFitxaHautatu AM edo PM%1$s orduHautatu ordua%1$s(r)ak diraHautatu minutuak%1$s minutuAMAldatu erloju modura ordua zehazteko.OrduaMinutuaPMHautatu orduaOrdua idazteko, aldatu testua idazteko metodora.Jakinarazpen berriaKendu %1$s%1$d jakinarazpen berri baino gehiagoAldatu hurrengo hilabeteraAldatu aurreko hilabeteraOraingo hautapena: %1$sUtziAdos%1$sHautatu dataHautatutako dataEgunen zutabea:%1$sFormatuak ez du balio.Adibidea: %1$sErabili: %1$sTarteak ez du balio.Joan %1$s. urteraOnartutako barrutitik kanpo: %1$sHasiera-data – %1$s%1$s – Amaiera-data%1$s-%2$sHautatu barrutiaHasiera-data - Amaiera-dataGordeDataAmaiera-dataHasiera-dataehuAldatu egutegiaren idazketa-metodoraSakatu eguna hautatzeko modura aldatzekoAldatu testua idazteko moduraSakatu urtea hautatzeko modura aldatzekoUtziAdosErakutsi pasahitza + %d اعلان جدید + %d اعلان جدید + جمع کردن برگ زیرینازهم بازکردن برگ زیرینگسترده کردن تا نیمهروی دستگیره کشاندن دوضربه زده شددستگیره کشاندننویسه‌های واردشده %1$d از %2$dمحدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده استپاک کردن نوشتارخطانمایش منوی کرکره‌اینماد کادر گفتگوبرگهانتخاب .ق.ظ. یا ب.ظ.%1$s ساعتانتخاب ساعتساعت %1$sانتخاب دقیقه%1$s دقیقهق.ظبرای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید.ساعتدقیقهب.ظانتخاب زمانبرای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید.اعلان جدیدبرداشتن %1$sبیش از %1$d اعلان جدیدتغییر به ماه بعدیتغییر به ماه قبلیانتخاب کنونی: %1$sلغوتأیید%1$sانتخاب تاریختاریخ انتخابیستون روز: %1$sقالب نامعتبر است.مثال: %1$sقالب: %1$sمحدوده نامعتبر است.رفتن به سال %1$sخارج از محدوده: %1$sتاریخ شروع – %1$s%1$s – تاریخ پایان%1$s – %2$sانتخاب محدودهتاریخ شروع – تاریخ پایانذخیرهتاریختاریخ پایانتاریخ شروعdmyرفتن به روش ورودی تقویمرفتن به رفتن به حالت انتخاب روز ضربه بزنیدرفتن به حالت ورودی نوشتاریبرای رفتن به حالت انتخاب سال ضربه بزنیدلغوتأییدنمایش گذرواژه + %d uusi ilmoitus + %d uutta ilmoitusta + Tiivistä alapaneeliLaajenna alapaneeliLaajenna puoliväliinVetokahvaa kaksoisnapautettuVetokahva%1$d/%2$d merkkiä kirjoitettuMerkkiraja ylitetty: %1$d/%2$dTyhjennä tekstiVirheNäytä avattava valikkoValintaikkunan kuvakeVälilehtiValitse AP tai IP%1$s tuntiaValitse tuntiklo %1$sValitse minuutit%1$s minuuttiaapVaihda ajan syöttämiseen kellotilassa.TunnitMinuuttiipValitse aikaVaihda ajan syöttämiseen tekstitilassa.Uusi ilmoitusPoista %1$sYli %1$d uutta ilmoitustaVaihda seuraavaan kuukauteenVaihda edelliseen kuukauteenNykyinen valinta: %1$sPeruOK%1$sValitse päivämääräValittu päivämääräPäiväsarake: %1$sVirheellinen muotoEsimerkki: %1$sKäytä muotoa %1$sVirheellinen alueSiirry vuoteen %1$sAikavälin ulkop.: %1$sAlkamispäivä – %1$s%1$s – päättymispäivä%1$s – %2$sValitse jaksoAlkamispäivä – päättymispäiväTallennaPäivämääräPäättymispäiväAlkamispäiväpkvVaihda syöttötavaksi kalenteriSiirry päivän valintaan napauttamallaValitse syöttötavaksi tekstiSiirry vuoden valintaan napauttamallaPeruOKNäytä salasana + %d nouvelle notification + %d nouvelles notifications + Réduire la bottom sheetDévelopper la bottom sheetDévelopper en entierA appuyé deux fois sur la poignée de déplacementPoignée de déplacementCaractères saisis %1$d sur %2$dNombre maximal de caractères dépassé : %1$d sur %2$dEffacer le texteErreurAfficher le menu déroulantIcône de la boîte de dialogueTabulationSélectionner le format AM ou PM%1$s heuresSélectionnez une heure%1$s hSélectionner des minutes%1$s minAMPasser en mode horloge pour la saisie de l\'heure.HeureMinutePMSélectionner l\'heurePasser en mode saisie de texte pour la saisie de l\'heure.Nouvelle notificationSupprimer %1$sPlus de %1$d nouvelles notificationsPasser au mois suivantPasser au mois précédentSélection actuelle : %1$sAnnulerOK%1$sSélectionnez une dateDate sélectionnéeColonne du jour de la semaine : %1$sFormat incorrect.Exemple : %1$sUtiliser %1$sPlage non valide.Accéder à l\'année %1$sHors limite : %1$sDate de début – %1$s%1$s – Date de fin%1$s - %2$sSélectionnez une périodeDate de début – Date de finEnregistrerDateDate de finDate de débutjmaPasser au mode de saisie AgendaAppuyer pour sélectionner un jourPasser au mode de saisie TexteAppuyer pour sélectionner une annéeAnnulerOKAfficher le mot de passe + %d nouvelle notification + %d nouvelles notifications + Réduire la zone de contenu dans le bas de l\'écranDévelopper la zone de contenu dans le bas de l\'écranDévelopper à moitiéPoignée de déplacement touchée deux foisFaire glisser la poignéeCaractères entrés : %1$d sur %2$dLimite de caractère dépassée : %1$d sur %2$dEffacer le texteErreurAfficher le menu déroulantIcône de boîte de dialogueOngletSélectionner AM ou PM%1$s heure(s)Sélectionner l\'heure%1$s heuresSélectionnez les minutes%1$s minutesAMPasser au mode Horloge pour entrer l\'heure.HeureMinutePMSélectionner l\'heurePasser au mode Entrée de texte pour entrer l\'heure.Nouvelle notificationSupprimer %1$sPlus de %1$d nouvelles notificationsPasser au mois suivantPasser au mois précédentSélection actuelle : %1$sAnnulerOK%1$sSélectionnez la dateDate sélectionnéeColonne des jours : %1$sFormat incorrectExemple : %1$sUtiliser : %1$sPlage incorrecte.Naviguer vers l\'année %1$sHors de la plage : %1$sDu (date de début) au %1$sDu %1$s au (date de fin)Du %1$s au %2$sSélectionnez la plageDu (date de début) au (date de fin)EnregistrerDateDate de finDate de débutjmaPasser au mode d\'entrée AgendaTouchez pour passer à la sélection de jourPasser au mode d\'entrée TexteTouchez pour passer à la sélection d\'annéeAnnulerOKAfficher le mot de passe + %d notificación nova + %d notificacións novas + Contrae o panel inferiorDesprega o panel inferiorDespregar ata a metadeControlador de arrastre tocado dúas vecesControlador de arrastreIntroducíronse %1$d caracteres de %2$dIntroducíronse %1$d caracteres, pero o límite é de %2$dBorra textoProduciuse un erroMostra o menú despregableIcona de cadro de diálogoPestanaSeleccionar a.m. ou p.m.%1$s horasSeleccionar hora%1$s en puntoSeleccionar minutos%1$s minutosa.m.Cambiar ao modo de reloxo para introducir a hora.HoraMinutop.m.Seleccionar horaCambia ao modo de introdución de texto para introducir a hora.Notificación novaQuita %1$sMáis de %1$d notificacións novasCambiar ao mes seguinteCambiar ao mes anteriorSelección actual: %1$sCancelarAceptar%1$sSelecciona unha dataData seleccionadaColumna de días: %1$sO formato non é válido.Exemplo: %1$sUsa este formato: %1$sO intervalo de datas non é válido.Ir ao ano %1$sSó se admiten datas do intervalo: %1$sData de inicio - %1$s%1$s - data de finalización%1$s - %2$sSelecciona un intervalo de datasData de inicio - data de finalizaciónGardarDataData de finalizaciónData de iniciodmaCambiar ao modo de entrada de calendarioTocar para cambiar a selección de díaCambiar ao modo de introdución de textoTocar para cambiar a selección de anoCancelarAceptarMostra o contrasinal + %d નવું નોટિફિકેશન + %d નવા નોટિફિકેશન + બોટમ શીટ નાની કરોબોટમ શીટ મોટી કરોઅડધે સુધી મોટું કરોઑબ્જેક્ટ ખેંચવાના હૅન્ડલ પર બે વાર ટૅપ કર્યુંઑબ્જેક્ટ ખેંચવાનું હૅન્ડલ%2$dમાંથી %1$d અક્ષરો દાખલ કર્યા%2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છેટેક્સ્ટ સાફ કરોભૂલડ્રૉપડાઉન મેનૂ બતાવોસંવાદનું આઇકનટૅબAM અથવા PM પસંદ કરો%1$s કલાકસમય પસંદ કરો%1$s વાગ્યા છેમિનિટ પસંદ કરો%1$s મિનિટAMસમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો.કલાકમિનિટPMસમય પસંદ કરોસમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો.નવું નોટિફિકેશન%1$s કાઢી નાખો%1$dથી વધુ નવા નોટિફિકેશનઆગલા મહિના પર બદલોપાછલા મહિના પર બદલોહાલની પસંદગી: %1$sરદ કરોઓકે%1$sતારીખ પસંદ કરોપસંદ કરેલી તારીખદિવસોની કૉલમ: %1$sઅમાન્ય ફોર્મેટ.ઉદાહરણ: %1$sઆનો ઉપયોગ કરો: %1$sઅમાન્ય શ્રેણી.%1$sના વર્ષ પર નૅવિગેટ કરોઆ શ્રેણીની બહાર છે: %1$sશરૂ કરવાની તારીખ – %1$s%1$s – સમાપ્તિની તારીખ%1$s – %2$sશ્રેણી પસંદ કરોશરૂ કરવાની તારીખ – સમાપ્તિની તારીખસાચવોતારીખસમાપ્તિની તારીખશરૂ કરવાની તારીખdmyકૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરોદિવસની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરોટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરોવર્ષની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરોરદ કરોઓકેપાસવર્ડ બતાવો8dp4dp18dp40dp2dp2dp40dp20dp128dp4dp0dp22dp48dp2dp2dp48dp20dp168dp0dp24dp + %d नई सूचनाएं + %d नई सूचनाएं + बॉटम शीट को छोटा करेंबॉटम शीट को बड़ा करेंपूरी तरह बड़ा करेंखींचकर छोड़ने वाले हैंडल पर दो बार टैप किया गयाखींचकर छोड़ने वाला हैंडल%2$d वर्णों में से %1$d वर्ण दर्ज किए गएअभी %1$d वर्ण हैं जबकि %2$d से ज़्यादा नहीं होने चाहिएटेक्स्ट मिटाएंगड़बड़ीड्रॉपडाउन मेन्यू दिखाएंडायलॉग का आइकॉनटैबAM या PM चुनें%1$s घंटेघंटा चुनें%1$s बजेमिनट चुनें%1$s मिनटपूर्वाह्नसमय इनपुट के लिए घड़ी मोड पर जाएं.घंटामिनटअपराह्नसमय चुनेंसमय इनपुट के लिए लेख इनपुट मोड पर जाएं.नई सूचना%1$s हटाएं%1$d से ज़्यादा नई सूचनाएंअगले महीने पर जाएंपिछले महीने पर जाएंफ़िलहाल, यह चुना गया है: %1$sरद्द करेंठीक है%1$sतारीख चुनेंचुनी गई तारीखदिनों का कॉलम: %1$sगलत फ़ॉर्मैट.उदाहरण: %1$s%1$s का इस्तेमाल करेंतारीखों की अमान्य सीमा.साल %1$s पर जाएंतारीख की मान्य सीमा से बाहर: %1$sशुरू होने की तारीख – %1$s%1$s – खत्म होने की तारीख%1$s – %2$sरेंज चुनेंशुरू होने की तारीख – खत्म होने की तारीखसेव करेंतारीखखत्म होने की तारीखशुरू होने की तारीखdmyकैलेंडर के इनपुट मोड पर स्विच करें\'दिन चुनना\' पर स्विच करने के लिए टैप करेंटेक्स्ट के इनपुट मोड पर स्विच करें\'साल चुनना\' पर स्विच करने के लिए टैप करेंरद्द करेंठीक हैपासवर्ड दिखाएं + %d nova obavijest + %d nove obavijesti + %d novih obavijesti + Sažmite donju tablicuProširite donju tablicuProširi donju polovicuDvaput dodirnut marker za povlačenjeMarker za povlačenjeUneseno znakova: %1$d od %2$dPremašeno je ograničenje broja znakova: %1$d od %2$dBrisanje tekstaPogreškaPrikaži padajući izbornikIkona dijalogaKarticaOdaberite prijepodne ili poslijepodne%1$s hOdaberite sat%1$s hOdaberite minute%1$s minAMPrijeđite na način rada sata da biste unijeli vrijeme.SatMinutaPMOdabir vremenaPrijeđite na način unosa teksta da biste unijeli vrijeme.Nova obavijestUkloni %1$sViše od %1$d novih obavijestiPrijelaz na sljedeći mjesecPomicanje na prethodni mjesecTrenutačan odabir: %1$sOdustaniU redu%1$sOdaberite datumOdabrani datumStupac s danima: %1$sNevažeći format.Primjer: %1$sKoristi format: %1$sRaspon nije važeći.Prijelaz na godinu %1$sIzvan raspona: %1$sDatum početka – %1$s%1$s – datum završetka%1$s – %2$sOdaberite rasponDatum početka – datum završetkaSpremiDatumDatum završetkaDatum početkadmgPrijelaz na način unosa u KalendaruDodirnite za prijelaz na odabir danaPrijelaz na način unosa tekstaDodirnite za prijelaz na odabir godineOdustaniU reduPrikaži zaporku + %d új értesítés + %d új értesítés + Az alsó lap összecsukásaAz alsó lap kibontásaKibontás féligDuplán koppintott a csúszkáraCsúszkaBegépelt karakterszám: %2$d/%1$dMaximális karakterszám túllépve: %2$d/%1$dSzöveg törléseHibaLegördülő menü megjelenítésePárbeszédpanel ikonjaLapVálassza ki, hogy délelőtt vagy délután%1$s óraÓra kiválasztása%1$s óraPerc kiválasztása%1$s percde.Időbevitelhez váltson óramódba.ÓraPercdu.Időpont kiválasztásaIdőbevitelhez váltson szövegbeviteli módba.Új értesítésEltávolítás (%1$s)Több mint %1$d új értesítésVáltás a következő hónapraVáltás az előző hónapraJelenleg kiválasztva: %1$sMégseOK%1$sVálasszon dátumotKiválasztott dátumNapok oszlopa: %1$sÉrvénytelen formátum.Példa: %1$sHasználja ezt: %1$sÉrvénytelen tartomány.Ugrás ehhez az évhez: %1$sTartományon kívül: %1$sKezdés dátuma – %1$s%1$s – Befejezés dátuma%1$s – %2$sVálasszon dátumtartománytKezdés dátuma – Befejezés dátumaMentésDátumBefejezés dátumaKezdés dátumaNHÉVáltás naptárbeviteli módraKoppintson a nap kiválasztásáhozVáltás szövegbeviteli módraKoppintson az év kiválasztásáhozMégseOKJelszó megjelenítése + %d նոր ծանուցում + %d նոր ծանուցում + Ծալել ներքևի էկրանըԾավալել ներքևի էկրանըԾավալել կիսով չափԿրկնակի հպում տեղափոխման նշիչինՏեղափոխման նշիչՄուտքագրված նիշեր՝ %1$d/%2$dՆիշերի առավելագույն քանակը գերազանցվել է (%1$d/%2$d)Ջնջել տեքստըՍխալՑույց տալ իջնող ընտրացանկըԵրկխոսության պատուհանի պատկերակՆերդիրԸնտրել AM կամ PM%1$s ժամԸնտրել ժամըԺամը %1$s էԸնտրեք րոպեն%1$s րոպեAMԺամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը:ԺամՐոպեPMԺամանակի ընտրությունԺամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը:Նոր ծանուցումՀեռացնել (%1$s)Ավելի քան %1$d նոր ծանուցումԱնցնել հաջորդ ամիսԱնցնել նախորդ ամիսՆերկայիս ընտրությունը՝ %1$sՉեղարկելԵղավ%1$sԸնտրեք ամսաթիվըԸնտրված ամսաթիվըՕրերի սյունակ՝ %1$sՁևաչափը սխալ է։Օրինակ՝ %1$sՕգտագործեք՝ %1$sԸնդգրկույթն անվավեր է:Անցնել %1$s թվականԸնդգրկույթից դուրս է՝ %1$sՄեկնարկի ամսաթիվը – %1$s%1$s – Ավարտի ամսաթիվը%1$s – %2$sԸնտրեք ընդգրկույթըՄեկնարկի ամսաթիվը – Ավարտի ամսաթիվըՊահելԱմսաթիվԱվարտի ամսաթիվըՄեկնարկի ամսաթիվըօատԱնցնել օրացույցի մուտքագրման ռեժիմՀպեք՝ օրվա ընտությանն անցնելու համարԱնցնել տեքստի մուտքագրման ռեժիմինՀպեք՝ տարեթվի ընտությանն անցնելու համարՉեղարկելԵղավՑուցադրել գաղտնաբառը + %d notifikasi baru + %d notifikasi baru + Menciutkan sheet bawahMeluaskan sheet bawahLuaskan setengahHandel geser diketuk dua kaliHandel geserKarakter yang dimasukkan %1$d dari %2$dMelebihi batas karakter %1$d dari %2$dMenghapus teksErrorTampilkan menu dropdownIkon DialogTabPilih AM atau PM%1$s jamPilih jamPukul %1$sPilih menit%1$s menitAMBeralih ke mode jam untuk masukan waktu.JamMenitPMPilih waktuBeralih ke mode masukan teks untuk masukan waktu.Notifikasi baruMenghapus %1$sLebih dari %1$d notifikasi baruUbah ke bulan berikutnyaUbah ke bulan sebelumnyaPilihan saat ini: %1$sBatalOke%1$sPilih TanggalTanggal yang dipilihKolom hari: %1$sFormat tidak valid.Contoh: %1$sGunakan: %1$sRentang tidak valid.Buka tahun %1$sDi luar rentang: %1$sTanggal mulai – %1$s%1$s – Tanggal akhir%1$s – %2$sPilih RentangTanggal mulai – Tanggal akhirSimpanTanggalTanggal akhirTanggal mulaihbtBeralih ke mode masukan kalenderKetuk untuk beralih ke memilih hariBeralih ke mode masukan teksKetuk untuk beralih ke memilih tahunBatalOkeTampilkan sandi + %d ný tilkynning + %d nýjar tilkynningar + Minnka blað neðstStækka blað neðstStækka til hálfsÝtt tvisvar á dragklóDragklóInnslegnir stafir %1$d af %2$dYfir hámarksstafafjölda, %1$d af %2$dHreinsa textaVillaSýna fellivalmyndGluggatáknFlipiVelja f.h. eða e.h.%1$s klst.Velja tímaklukkan %1$sVeldu mínútur%1$s mínúturf.h.Skipta yfir í klukkustillingu til að færa inn tíma.KlukkustundMínútae.h.Veldu tímaSkipta yfir í textastillingu til að færa inn tíma.Ný tilkynningFjarlægja %1$sYfir %1$d nýjar tilkynningarBreyta í næsta mánuðBreyta í fyrri mánuðNúverandi val: %1$sHætta viðÍ lagi%1$sVeldu dagsetninguValin dagsetningDálkur með dögum: %1$sÓgilt snið.Dæmi: %1$sNota: %1$sÓgilt svið.Fara í árið %1$sUtan sviðs: %1$sUpphafsdagur – %1$s%1$s – lokadagur%1$s – %2$sVeldu tímabilUpphafsdagur – lokadagurVistaDagsetningLokadagurUpphafsdagurdmáSkipta yfir í innfærsluaðferð fyrir dagatalÝttu til að skipta yfir í að velja dagSkipta yfir í innfærsluaðferð fyrir textaÝttu til að skipta yfir í að velja árHætta viðÍ lagiSýna aðgangsorð + %d nuova notifica + %d nuove notifiche + Comprimi riquadro inferioreEspandi riquadro inferioreEspandi a metàDoppio tocco su punto di trascinamentoPunto di trascinamento%1$d caratteri inserirti su %2$dSono presenti %2$d caratteri in più rispetto al limite di %1$dCancella testoErroreMostra il menu a discesaIcona della finestra di dialogoSchedaSeleziona AM o PM%1$s oreSeleziona l\'ora%1$s in puntoSeleziona i minuti%1$s minutiamPassa alla modalità orologio per inserire l\'ora.OraMinutopmSeleziona l\'oraPassa alla modalità di immissione testo per inserire l\'ora.Nuova notificaRimuovi %1$sPiù di %1$d nuove notifichePassa al mese successivoPassa al mese precedenteSelezione attuale: %1$sAnnullaOK%1$sSeleziona dataData selezionataColonna dei giorni: %1$sFormato non valido.Esempio: %1$sUsa: %1$sIntervallo non valido.Vai all\'anno %1$sNon compresa nell\'intervallo: %1$sData di inizio - %1$s%1$s - Data di fine%1$s - %2$sSeleziona intervalloData di inizio - Data di fineSalvaDataData di fineData di iniziogmaPassa alla modalità di immissione CalendarioTocca per passare alla selezione di un giornoPassa alla modalità di immissione TestoTocca per passare alla selezione di un annoAnnullaOKMostra password + התראה חדשה אחת (%d) + %d התראות חדשות + %d התראות חדשות + %d התראות חדשות + כיווץ הגיליון התחתוןהרחבת הגיליון התחתוןהרחבה עד האמצעבוצעה הקשה כפולה על נקודת האחיזה לגרירהנקודת אחיזה לגרירההוזנו %1$d תווים מתוך %2$dמגבלת התווים חורגת ב-%1$d מתוך %2$dמחיקת הטקסטשגיאההצגת התפריט הנפתחסמל לתיבת דו-שיחמקש Tabיש לבחור ב-AM או ב-PM%1$s שעותבחר שעההשעה %1$sבחר דקות%1$s דקותAMהעבר למצב שעון לצורך הזנת השעהשעהדקהPMבחר שעההעבר למצב קלט טקסט לצורך הזנת השעההתראה חדשההסרה של %1$sיותר מ-%1$d התראות חדשותמעבר לחודש הבאמעבר לחודש הקודםהבחירה הנוכחית: %1$sביטולאישור%1$sיש לבחור תאריךהתאריך הנבחרעמודה של ימים: %1$sפורמט לא חוקי.דוגמה: %1$sיש להשתמש בפורמט: %1$sטווח לא חוקי.ניווט לשנת %1$sמחוץ לטווח: %1$sתאריך התחלה – %1$s%1$s – תאריך סיום%1$s – %2$sיש לבחור טווחתאריך התחלה - תאריך סיוםשמירהתאריךתאריך סיוםתאריך התחלהיחשהחלפה לשיטת קלט של יומןיש להקיש כדי להחליף לבחירת יוםהחלפה לשיטת קלט של טקסטיש להקיש כדי להחליף לבחירת שנהביטולאישורהצגת סיסמה + %d 件の新しい通知 + %d 件の新しい通知 + ボトムシートを閉じるボトムシートを開く下半分を展開ドラッグ ハンドルをダブルタップしましたドラッグ ハンドル入力済み文字数: %1$d/%2$d文字数制限を超えています(%1$d/%2$d 文字)テキストを消去エラープルダウン メニューを表示ダイアログ アイコンタブ午前または午後を選択%1$s 時間時刻を選択してください%1$s時分を選択%1$s分AM時刻を時計で入力するモードに切り替えます。時間PM時間を選択時刻をテキストで入力するモードに切り替えます。新しい通知%1$s を削除します%1$d 件以上の新しい通知翌月に変更前月に変更現在の選択: %1$sキャンセルOK%1$s日付を選択してください選択した日付曜日の列: %1$s形式が無効です。例: %1$s使用: %1$s範囲が無効です。%1$s 年に移動範囲外: %1$s開始日~%1$s%1$s~終了日%1$s~%2$s期間を選択してください開始日~終了日保存日付終了日開始日dmyカレンダー入力モードに切り替えタップすると、日の選択に切り替わりますテキスト入力モードに切り替えタップすると、年の選択に切り替わりますキャンセルOKパスワードを表示 + %d ახალი შეტყობინება + %d ახალი შეტყობინება + ქვედა ფურცლის ჩაკეცვაქვედა ფურცლის გაშლანახევრამდე გაფართოებაორმაგი შეხება ჩავლების სახელურზესახელური ჩავლებისთვისშეყვანილია %2$d-დან %1$d სიმბოლოგადაჭარბებულია სიმბოლოთა ლიმიტი (%2$d-დან %1$d)ტექსტის გასუფთავებაშეცდომაჩამოსაშლელი მენიუს ჩვენებადიალოგის ხატულაჩანართიაირჩიეთ AM ან PM%1$s საათიაირჩიეთ საათი%1$s საათიაირჩიეთ წუთები%1$s წუთიAMდროის შეყვანისთვის საათის რეჟიმზე გადართვა.საათიწუთიPMაირჩიეთ დროდროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა.ახალი შეტყობინება%1$s-ის ამოშლა%1$d-ზე მეტი ახალი შეტყობინებაშემდეგ თვეზე გადასვლაწინა თვეზე გადასვლაამჟამინდელი არჩევანი: %1$sგაუქმებაკარგი%1$sაირჩიეთ თარიღიარჩეული თარიღიდღეების სვეტი: %1$sარასწორი ფორმატი.მაგალითი: %1$s%1$s-ის გამოყენებადიაპაზონი არასწორია.%1$s წელზე ნავიგაციადიაპაზონს მიღმა: %1$sდაწყების თარიღი - %1$s%1$s - დასრულების თარიღი%1$s - %2$sაირჩიეთ დიაპაზონიდაწყების თარიღი - დასრულების თარიღიშენახვათარიღიდასრულების თარიღიდაწყების თარიღიწთკალენდარში შეყვანის რეჟიმზე გადართვაშეეხეთ დღის არჩევაზე გადასართავადტექსტის შეყვანის რეჟიმზე გადართვაშეეხეთ წლის არჩევაზე გადასართავადგაუქმებაკარგიპაროლის ჩვენება + %d жаңа хабарландыру + %d жаңа хабарландыру + Төменгі парақшаны жиюТөменгі парақшаны жаюЖартылай кеңейтуСүйрейтін тетік екі рет түртілді.Сүйрейтін тетік%1$d/%2$d таңба енгізілдіТаңба саны шегінен асты: %1$d/%2$dМәтінді өшіруҚатеАшылмалы мәзірді көрсетуДиалог белгішесіҚойынды\"AM\" немесе \"PM\" форматын таңдауСағат: %1$sСағатты таңдауСағат: %1$sМинут таңдау%1$s минутAMУақытты енгізу үшін сағат режиміне өтіңіз.СағатMинутPMУақытты таңдауУақытты енгізу үшін мәтін енгізу режиміне өтіңіз.Жаңа хабарландыру%1$s мазмұнын өшіру%1$d санынан көп жаңа хабарландыруКелесі айға өтуАлдыңғы айға өтуАғымдағы таңдау: %1$sБас тартуЖарайды%1$sКүнді таңдауТаңдалған күнКүндер бағаны: %1$sФормат жарамсыз.Мысал: %1$s.Жарамды формат: %1$s.Ауқым жарамсыз.%1$s жылына жылжуАуқымнан тыc: %1$sБасталу күні – %1$s%1$s – аяқталу күні%1$s – %2$sАралықты таңдауБасталу күні – аяқталу күніСақтауКүніАяқталу күніБасталу күнікажКүнтізбенің енгізу режиміне ауысуКүнді таңдауға ауысу үшін түртіңіз.Мәтін енгізу режиміне ауысуЖылды таңдауға ауысу үшін түртіңіз.Бас тартуЖарайдыҚұпия сөзді көрсету + ការជូនដំណឹងថ្មី %d + ការជូនដំណឹងថ្មី %d + បង្រួមសន្លឹក​ខាងក្រោមពង្រីកសន្លឹក​ខាងក្រោមពង្រីក​ពាក់កណ្ដាលបានប៉ះដង​អូស​ពីរដងដង​អូសតួ​អក្សរ​បាន​បញ្ចូល​ %1$d នៃ %2$dដែនកំណត់តួអក្សរបានលើស %1$d នៃ %2$dសម្អាតអក្សរបញ្ហាបង្ហាញ​ម៉ឺនុយ​ធ្លាក់ចុះរូប​ប្រអប់បញ្ចូលផ្ទាំងជ្រើសរើស AM ឬ PM%1$s ម៉ោងជ្រើសរើសម៉ោងម៉ោង %1$sជ្រើស​នាទី%1$s នាទីព្រឹកប្តូរ​ទៅ​មុខងារ​នាឡិកា​សម្រាប់​ការ​បញ្ចូល​ម៉ោង។ម៉ោងនាទី​ល្ងាចជ្រើស​ម៉ោងប្តូរ​ទៅ​មុខងារ​បញ្ចូល​អក្សរ​សម្រាប់​ការ​បញ្ចូល​ម៉ោង។ការជូនដំណឹងថ្មីលុប %1$sការជូនដំណឹង​ថ្មីៗ​លើស %1$d ហើយប្ដូរ​ទៅ​ខែបន្ទាប់ប្ដូរ​ទៅ​ខែមុនការជ្រើសរើស​បច្ចុប្បន្ន៖ %1$sបោះ​បង់យល់ព្រម%1$sជ្រើសរើស​កាល​បរិច្ឆេទកាលបរិច្ឆេទដែលបាន​ជ្រើសរើសជួរឈរ​នៃ​ថ្ងៃ៖ %1$sទម្រង់មិន​ត្រឹមត្រូវទេ។ឧទាហរណ៍៖ %1$sប្រើ៖ %1$sជួរ​មិនត្រឹមត្រូវទេ។ប្ដូរទៅ​ឆ្នាំ %1$sនៅក្រៅ​ជួរ៖ %1$sកាលបរិច្ឆេទ​ចាប់ផ្ដើម – %1$s%1$s – កាលបរិច្ឆេទ​បញ្ចប់%1$s – %2$sជ្រើស​រើស​ចន្លោះកាលបរិច្ឆេទ​ចាប់ផ្ដើម – កាលបរិច្ឆេទ​បញ្ចប់រក្សាទុកកាលបរិច្ឆេទកាល​បរិច្ឆេទ​បញ្ចប់កាល​បរិច្ឆេទ​ចាប់ផ្ដើមប្ដូរទៅ​របៀប​បញ្ចូល​ប្រតិទិនចុច​ដើម្បីប្ដូរទៅ​ការជ្រើសរើសថ្ងៃប្ដូរទៅ​របៀប​បញ្ចូល​អក្សរចុច​ដើម្បីប្ដូរទៅ​ការជ្រើសរើសឆ្នាំបោះបង់យល់ព្រមបង្ហាញពាក្យសម្ងាត់ + %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು + %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು + ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ಕುಗ್ಗಿಸಿಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ವಿಸ್ತರಿಸಿಅರ್ಧದಷ್ಟು ವಿಸ್ತರಿಸಿಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ ಎಂಬುದನ್ನು ಡಬಲ್-ಟ್ಯಾಪ್ ಮಾಡಲಾಗಿದೆಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ%2$d ರಲ್ಲಿ %1$d ಅಕ್ಷರಗಳನ್ನು ನಮೂದಿಸಲಾಗಿದೆಅಕ್ಷರ ಮಿತಿಯು %2$d ರಲ್ಲಿ %1$d ಮೀರಿದೆಪಠ್ಯ ತೆರವುಗೊಳಿಸಿದೋಷಡ್ರಾಪ್‌ಡೌನ್ ಮೆನು ತೋರಿಸಿಡೈಲಾಗ್ ಐಕಾನ್ಟ್ಯಾಬ್ಬೆಳಿಗ್ಗೆ ಅಥವಾ ಮಧ್ಯಾಹ್ನ ಆಯ್ಕೆಮಾಡಿ%1$s ಗಂಟೆಗಳುಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ%1$s ಗಂಟೆನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ%1$s ನಿಮಿಷಗಳುAMಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.ಗಂಟೆನಿಮಿಷPMಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.ಹೊಸ ಅಧಿಸೂಚನೆ%1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ%1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳುಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$sರದ್ದುಮಾಡಿಸರಿ%1$sದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಿದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಲಾಗಿದೆದಿನಗಳ ಕಾಲಮ್: %1$sಅಮಾನ್ಯವಾದ ಫಾರ್ಮ್ಯಾಟ್.ಉದಾಹರಣೆ: %1$sಇದನ್ನು ಬಳಸಿ: %1$sಅಮಾನ್ಯ ಶ್ರೇಣಿ.%1$s ವರ್ಷಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ: %1$sಪ್ರಾರಂಭ ದಿನಾಂಕ – %1$s%1$s – ಮುಕ್ತಾಯ ದಿನಾಂಕ%1$s – %2$sಶ್ರೇಣಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿಪ್ರಾರಂಭ ದಿನಾಂಕ – ಮುಕ್ತಾಯ ದಿನಾಂಕಉಳಿಸಿದಿನಾಂಕಮುಕ್ತಾಯ ದಿನಾಂಕಪ್ರಾರಂಭ ದಿನಾಂಕದಿತಿಕ್ಯಾಲೆಂಡರ್ ಇನ್‌ಪುಟ್ ಮೋಡ್‌ಗೆ ಬದಲಿಸಿದಿನವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿಪಠ್ಯ ಇನ್‌ಪುಟ್ ಮೋಡ್‌ಗೆ ಬದಲಿಸಿವರ್ಷವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿರದ್ದುಮಾಡಿಸರಿಪಾಸ್‌ವರ್ಡ್ ತೋರಿಸಿ + 새 알림 %d개 + 새 알림 %d개 + 하단 시트 접기하단 시트 펼치기반만 펼치기두 번 탭한 드래그 핸들드래그 핸들입력된 글자 %1$d/%2$d글자 수 제한이 초과되었습니다(%1$d/%2$d).텍스트 삭제오류드롭다운 메뉴 표시대화상자 아이콘오전 또는 오후를 선택하세요.%1$s시간시간 선택%1$s시 정각분 선택%1$s분오전시간 입력을 위해 시계 모드로 전환합니다.시간오후시간 선택시간 입력을 위해 텍스트 입력 모드로 전환합니다.새 알림%1$s 삭제새 알림 %1$d개 초과다음 달로 변경이전 달로 변경현재 %1$s 선택됨취소확인%1$s날짜 선택선택한 날짜요일 열: %1$s형식이 잘못되었습니다.예: %1$s%1$s 사용날짜 범위가 잘못되었습니다.%1$s년으로 이동%1$s은(는) 범위를 벗어난 날짜입니다.시작일~%1$s%1$s~종료일%1$s~%2$s기간 선택시작일~종료일저장날짜종료일시작일캘린더 입력 모드로 전환탭하여 요일 선택으로 전환텍스트 입력 모드로 전환탭하여 연도 선택으로 전환취소확인비밀번호 표시 + %d жаңы билдирме + %d жаңы билдирме + Ылдыйкы экранды жыйыштырууЫлдыйкы экранды жайып көрсөтүүЖарымын жайып көрсөтүүЭки жолу таптап, тизменин керектүү жерине сүйрөп барууТизменин керектүү жерине сүйрөп баруу%2$d ичинен %1$d символ киргизилдиСимволдордун саны коюлган %2$d чегинен %1$d символго ашып кеттиТекстти тазалооКатаТүрүлмө менюну көрсөтүүДиалог сүрөтчөсүӨтмөкТандоо: AM же PM%1$s саатСаат тандооСаат %1$sМүнөттөрдү тандаңыз%1$s мүнөтAMУбакытты дубал саатынын режиминде киргизиңиз.СаатМүнөтPMУбакыт тандооУбакытты текст киргизүү режиминде киргизиңиз.Жаңы билдирмеМазмунду алып салуу (%1$s)%1$d ашуун жаңы билдирмеКийинки айга өзгөртүүМурунку айга өзгөртүүУчурдагы тандоо: %1$sЖокко чыгарууЖарайт%1$sКүн тандооТандалган күнКүндөр тилкеси: %1$sЖараксыз формат.Мисалы: %1$s%1$s формтын колднуңузЖараксыз диапазон.%1$s-жылга өтүүДиапазондон тышкары: %1$sБаштоо күнү – %1$s%1$s – Аяктоо күнү%1$s – %2$sДаталар диапазонун тандооБаштоо күнү – Аяктоо күнүСактооКүнКачан аяктайтБаштоо күнүкажЖылнаамага иш-чара киргизүү режимине которулууКүн тандоо үчүн таптап коюңузТекст киргизүү режимине которулууЖыл тандоо үчүн таптап коюңузЖокко чыгарууЖарайтСырсөздү көрсөтүү450dp600dp24dp24dp24dp24dp20dp4dp96dp0dp0dp104dp68dp28dp64dp32dp24dp32dp06@drawable/material_ic_keyboard_arrow_left_black_24dp@drawable/material_ic_keyboard_arrow_right_black_24dp + %d ການແຈ້ງເຕືອນໃໝ່ + %d ການແຈ້ງເຕືອນໃໝ່ + ຫຍໍ້ຊີດລຸ່ມສຸດລົງຂະຫຍາຍຊີດລຸ່ມສຸດຂະຫຍາຍອອກເຄິ່ງໜຶ່ງແຕະບ່ອນຈັບລາກສອງເທື່ອແລ້ວບ່ອນຈັບລາກຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %1$d ຕົວຈາກທັງໝົດ %2$d ຕົວຂີດຈຳກັດຕົວອັກສອນເກີນ %1$d ຈາກທັງໝົດ %2$dລຶບລ້າງຂໍ້ຄວາມຜິດພາດສະແດງເມນູເລື່ອນລົງໄອຄອນກ່ອງໂຕ້ຕອບແຖບເລືອກຕອນເຊົ້າ ຫຼື ຕອນແລງ%1$s ຊົ່ວໂມງເລືອກຊົ່ວໂມງ%1$s ໂມງເລືອກນາ​ທີ%1$s ນາທີໂມງເຊົ້າສະຫຼັບໄປໃຊ້ໂໝດໂມງສຳລັບການປ້ອນເວລາ.ຊົ່ວໂມງນາທີໂມງແລງເລືອກເວ​ລາສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມສຳລັບການປ້ອນເວລາ.ການແຈ້ງເຕືອນໃໝ່ລຶບ %1$s ອອກການແຈ້ງເຕືອນໃໝ່ຫຼາຍກວ່າ %1$d ລາຍການປ່ຽນເປັນເດືອນຕໍ່ໄປປ່ຽນເປັນເດືອນຜ່ານມາການເລືອກປັດຈຸບັນ: %1$sຍົກເລີກຕົກລົງ%1$sເລືອກວັນທີເລືອກວັນທີຖັນມື້: %1$sຮູບແບບບໍ່ຖືກຕ້ອງ.ຕົວຢ່າງ: %1$sໃຊ້: %1$sໄລຍະບໍ່ຖືກຕ້ອງ.ເລື່ອນໄປປີ %1$sຢູ່ນອກຊ່ວງວັນທີ: %1$sວັນທີເລີ່ມຕົ້ນ – %1$s%1$s – ວັນທີສິ້ນສຸດ%1$s – %2$sເລືອກຊ່ວງວັນທີເລີ່ມຕົ້ນ – ວັນທີສິ້ນສຸດບັນທຶກວັນທີວັນທີສິ້ນສຸດວັນທີເລີ່ມປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນແຕະເພື່ອປ່ຽນເປັນການເລືອກມື້ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມແຕະເພື່ອປ່ຽນເປັນການເລືອກປີຍົກເລີກຕົກລົງສະແດງລະຫັດຜ່ານ + %d naujas pranešimas + %d nauji pranešimai + %d naujo pranešimo + %d naujų pranešimų + Sutraukti apatinį lapąIšskleisti apatinį lapąIšskleisti iki pusėsVilkimo rankenėlė dukart paliestaVilkimo rankenėlėĮvesta simbolių: %1$d iš %2$dViršytas simbolių skaičius: %1$d iš %2$dIšvalyti tekstąKlaidaRodyti išskleidžiamąjį meniuDialogo lango piktogramaSkirtukasPasirinkite „iki pietų“ arba „po pietų“%1$s val.Pasirinkite valandą%1$s val.Pasirinkite minutes%1$s min.AMLaiko įvestį pateikti perjungus į laikrodžio režimą.ValandaMinutėPMPasirinkite laikąLaiko įvestį pateikti perjungus į teksto įvesties režimą.Naujas pranešimasPašalinti %1$sNaujų pranešimų: daugiau nei %1$dPakeisti į kitą mėnesįPakeisti į ankstesnį mėnesįDabartinis pasirinkimas: %1$sAtšauktiGerai%1$sPasirinkite datąPasirinkta dataDienų stulpelis: %1$sNetinkamas formatas.Pavyzdys: %1$sNaudoti: %1$sNetinkamas diapazonas.Eiti į %1$s metusNepatenka į diapazoną: %1$sPradžios data–%1$s%1$s–pabaigos data%1$s–%2$sPasirinkite diapazonąPradžios data–pabaigos dataIšsaugotiDataPabaigos dataPradžios datadmyPerjungti į kalendoriaus įvesties režimąPalieskite, kad perjungtumėte į dienos pasirinkimąPerjungti į teksto įvesties režimąPalieskite, kad perjungtumėte į metų pasirinkimąAtšauktiGeraiRodyti slaptažodį + %d jaunu paziņojumu + %d jauns paziņojums + %d jauni paziņojumi + Sakļaut ekrāna apakšdaļas lapuIzvērst ekrāna apakšdaļas lapuIzvērst līdz puseiTika veikts dubultskāriens uz vilkšanas turaVilkšanas turisIevadītās rakstzīmes: %1$d no %2$dPārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d)Notīrīt tekstuKļūdaRādīt nolaižamo izvēlniDialoglodziņa ikonaCilneAtlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā).%1$s stundasAtlasiet stunduplkst. %1$sAtlasiet minūtes.%1$s minAMLai ievadītu laiku, ieslēdziet pulksteņa režīmu.StundaMinūtePMLaika atlasīšanaLai ievadītu laiku, ieslēdziet teksta ievades režīmu.Jauns paziņojumsNoņemt: %1$sVairāk nekā %1$d jauni paziņojumiPāriet uz nākamo mēnesiPāriet uz iepriekšējo mēnesiPašreizējā atlase: %1$sAtceltLabi%1$sAtlasiet datumuAtlasītais datumsDienu sleja: %1$sNederīgs formāts.Piemērs: %1$sIzmantojiet: %1$sNederīgs diapazons.Pāriet uz šo gadu: %1$sĀrpus diapazona: %1$sSākuma datums–%1$s%1$s–beigu datums%1$s–%2$sAtlasiet diapazonuSākuma datums–beigu datumsSaglabātDatumsBeigu datumsSākuma datumsdmgPārslēgties uz kalendāra ievades režīmuPieskarties, lai pārslēgtos uz dienas atlasīšanuPārslēgties uz teksta ievades režīmuPieskarties, lai pārslēgtos uz gada atlasīšanuAtceltLabiRādīt paroli + %d ново известување + %d нови известувања + Соберете го долниот листПроширете го долниот листПрошири до половинаРачката за влечење е допрена двапатиРачка за влечењеВнесени се %1$d од %2$d знациОграничувањето на знаците надмина %1$d од %2$dИзбриши го текстотГрешкаПрикажи паѓачко мениИкона за дијалогКартичкаИзберете претпладне или попладне%1$s часаИзберете час%1$s часотИзбери минути%1$s минутипр.Префрлете се на режимот за часовник за да внесете време.ЧасМинутапо.Изберете времеПрефрлете се на режимот за внесување текст за да внесете време.Ново известувањеОтстрани %1$sНад %1$d нови известувањаПромени на следниот месецПромени на претходниот месецТековен избор: %1$sОткажиВо ред%1$sИзберете датумИзбран датумКолона со денови: %1$sНеважечки формат.Пример: %1$sКористете: %1$sПогрешен опсег.Оди на %1$s годинаНадвор од опсег: %1$sПочетен датум - %1$s%1$s - краен датум%1$s - %2$sИзберете опсегПочетен датум - краен датумЗачувајДатумКраен датумПочетен датумдмгПрефрли на режим за внесување во календаротДопрете за да се префрлите на избирање денПрефрли на режим за внесување текстДопрете за да се префрлите на избирање годинаОткажиВо редПрикажи ја лозинката + %d പുതിയ അറിയിപ്പ് + %d പുതിയ അറിയിപ്പുകൾ + ബോട്ടം ഷീറ്റ് ചുരുക്കുകബോട്ടം ഷീറ്റ് വികസിപ്പിക്കുകമുഴുവനായി വികസിപ്പിക്കുകവലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ ഡബിൾ ടാപ്പ് ചെയ്തുവലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ%2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകിഅക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞുടെക്‌സ്‌റ്റ് മായ്‌ക്കുകപിശക്ഡ്രോപ്പ്‌ ഡൗൺ മെനു കാണിക്കുകഡയലോഗ് ഐക്കൺടാബ്AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക%1$s മണിമണിക്കൂർ തിരഞ്ഞെടുക്കുക%1$s മണിമിനിറ്റ് തിരഞ്ഞെടുക്കുക%1$s മിനിറ്റ്AM‌സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് ‌മാറുക.മണിക്കൂര്‍മിനിറ്റ്PMസമയം തിരഞ്ഞെടുക്കുകസമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് ‌മോ‌ഡിലേക്ക് ‌മാറുക.പുതിയ അറിയിപ്പ്%1$s നീക്കം ചെയ്യുക%1$d-ലധികം പുതിയ അറിയിപ്പുകൾഅടുത്ത മാസത്തിലേക്ക് മാറ്റുകമുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുകനിലവിൽ തിരഞ്ഞെടുത്തത്: %1$sറദ്ദാക്കുകശരി%1$sതീയതി തിരഞ്ഞെടുക്കുകതിരഞ്ഞെടുത്ത തീയതിദിവസത്തിന്റെ കോളം: %1$sഅസാധുവായ ഫോർമാറ്റ്.ഉദാഹരണം: %1$s%1$s ഉപയോഗിക്കുകഅസാധുവായ ശ്രേണി.%1$s വർഷത്തിലേക്ക് നാവിഗേറ്റ് ചെയ്യുകശ്രേണിക്ക് പുറത്താണ്: %1$sആരംഭിക്കുന്ന തീയതി – %1$s%1$s – അവസാനിക്കുന്ന തീയതി%1$s – %2$sശ്രേണി തിരഞ്ഞെടുക്കുകആരംഭിക്കുന്ന തീയതി – അവസാനിക്കുന്ന തീയതിസംരക്ഷിക്കുകതീയതിഅവസാനിക്കുന്ന തീയതിആരംഭിക്കുന്ന തീയതിdmyകലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുകദിവസം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുകടെക്‌സ്‌റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുകവർഷം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുകറദ്ദാക്കുകശരിപാസ്‌വേഡ് കാണിക്കുക + %d шинэ мэдэгдэл + %d шинэ мэдэгдэл + Доод хүснэгтийг хураахДоод хүснэгтийг дэлгэхХагас дэлгэнэ үүЧирэх бариулыг хоёр товшихЧирэх бариул%2$d-н %1$d тэмдэгтийг оруулсанТэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэнТекстийг арилгахАлдааДоош унадаг цэсийг харуулахХарилцах цонхны дүрс тэмдэгТабҮӨ эсвэл ҮХ сонгоно уу%1$s цагЦаг сонгох%1$s цагМинут сонгоно уу%1$s минутAMЦагийг оруулахын тулд цагийн горимд шилжүүлнэ үү.ЦагМинутPMЦаг сонгохЦагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү.Шинэ мэдэгдэл%1$s-г устгах%1$d-с олон шинэ мэдэгдэлДараагийн сар луу өөрчлөхӨмнөх сар луу өөрчлөхОдоогийн сонголт: %1$sЦуцлахOK%1$sОгноо сонгохСонгосон огнооӨдрийн багана: %1$sБуруу формат байна.Жишээ нь: %1$sАшиглах формат: %1$sОгнооны хязгаар буруу байна.%1$s он руу шилжихХязгаараас хэтэрсэн: %1$sЭхлэх огноо – %1$s%1$s – Дуусах огноо%1$s – %2$sМуж сонгохЭхлэх огноо – Дуусах огнооХадгалахОгнооДуусах огнооЭхлэх огнооөсжКалендарийн орох горим руу сэлгэхӨдөр сонгох руу сэлгэхийн тулд товшино ууТекстийн орох горим руу сэлгэхОн сонгох руу сэлгэхийн тулд товшино ууЦуцлахOKНууц үгийг харуулах + %d नवीन सूचना + %d नवीन सूचना + तळाशी असलेली शीट कोलॅप्स करातळाशी असलेल्या शीटचा विस्तार करापूर्णपणे विस्तृत कराड्रॅग हॅंडलवर दोनदा टॅप केले आहेड्रॅग हॅंडल%2$d पैकी %1$d वर्ण एंटर केले आहे%2$d पैकी %1$d वर्णमर्यादा ओलांडली आहेमजकूर साफ कराएररड्रॉपडाउन मेनू दाखवाडायलॉग आयकनटॅबAM किंवा PM निवडा%1$s तासवेळ निवडा%1$s वाजतामिनिटे निवडा%1$s मिनिटेAMवेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा.तासमिनिटPMवेळ निवडावेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा.नवीन सूचनाकाढून टाका %1$s%1$d पेक्षा अधिक नवीन सूचनापुढील महिन्यावर बदलामागील महिन्यावर बदलासध्याची निवड: %1$sरद्द कराओके%1$sतारीख निवडानिवडलेली तारीखदिवसांचा स्तंभ: %1$sचुकीचा फॉरमॅट.उदाहरण: %1$s%1$s: वापराचुकीची श्रेणी.%1$s वर्षावर नेव्हिगेट करारेंजच्या बाहेर: %1$sसुरू होण्याची तारीख – %1$s%1$s – संपण्याची तारीख%1$s – %2$sरेंज निवडासुरू होण्याची तारीख – संपण्याची तारीखसेव्ह करातारीखसंपण्याची तारीखसुरू होण्याची तारीखदिकॅलेंडर इनपुट मोडवर स्विच करादिवस निवडण्यासाठी स्विच करा वर टॅप करामजकूर इनपुट मोडवर स्विच करावर्ष निवडण्यासाठी स्विच करा वर टॅप करारद्द कराओकेपासवर्ड दाखवा + %d pemberitahuan baharu + %d pemberitahuan baharu + Kuncupkan helaian bawahKembangkan helaian bawahKembangkan helaian bawahPemegang seret diketik dua kaliPemegang seretAksara dimasukkan %1$d daripada %2$dMelebihi had aksara %1$d daripada %2$dKosongkan teksRalatTunjukkan menu lungsurIkon DialogTabPilih AM atau PM%1$s jamPilih jamPukul %1$sPilih minit%1$s minitPGBeralih ke mod jam untuk input masa.JamMinitP/MPilih masaBeralih ke mod input teks untuk input masa.Pemberitahuan baharuAlih keluar %1$sLebih daripada %1$d pemberitahuan baharuTukar kepada bulan seterusnyaTukar kepada bulan sebelumnyaPilihan semasa: %1$sBatalOK%1$sPilih TarikhTarikh dipilihLajur hari: %1$sFormat tidak sah.Contoh: %1$sGunakan: %1$sJulat tidak sah.Navigasi ke tahun %1$sDi luar julat: %1$sTarikh mula – %1$s%1$s – Tarikh tamat%1$s – %2$sPilih JulatTarikh mula – Tarikh tamatSimpanTarikhTarikh tamatTarikh mulahbtBeralih kepada mod input kalendarKetik untuk beralih kepada pemilihan hariBeralih kepada mod input teksKetik untuk beralih kepada pemilihan tahunBatalOKTunjukkan kata laluan + အကြောင်းကြားချက်အသစ် %d ခု + အကြောင်းကြားချက်အသစ် %d ခု + အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ပိတ်နိုင်သည်အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ချဲ့နိုင်သည်တစ်ဝက်ချဲ့ရန်ဖိဆွဲအထိန်း နှစ်ချက်တို့ထားသည်ဖိဆွဲအထိန်းစာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည်စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည်စာသား ဖယ်ရှားရန်အမှားဆွဲချမီနူးကို ပြရန်ဒိုင်ယာလော့ခ် သင်္ကေတတဘ်AM (သို့) PM ရွေးရန်%1$s နာရီနာရီ ရွေးရန်%1$s နာရီမိနစ်များ ရွေးပါ%1$s မိနစ်နံနက်အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။နာရီမိနစ်ညနေအချိန်ရွေးပါအချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။အကြောင်းကြားချက်အသစ်%1$s ကို ဖယ်ရှားရန်အကြောင်းကြားချက်အသစ် %1$d ခု အထက်နောက်လသို့ ပြောင်းရန်ယခင်လသို့ ပြောင်းရန်လက်ရှိ ရွေးချယ်မှု- %1$sပယ်ဖျက်ရန်OK%1$sရက်စွဲ ရွေးပါရွေးထားသည့် ရက်စွဲရက်ကော်လံ- %1$sဖော်မက် မမှန်ကန်ပါ။ဥပမာ− %1$s%1$s သုံးရန်ရက်အပိုင်းအခြား မမှန်ပါ။နှစ် %1$s သို့ လမ်းညွှန်ရန်ရက်အပိုင်းအခြား ပြင်ပ− %1$sစတင်ရက် – %1$s%1$s – ပြီးဆုံးရက်%1$s – %2$sအပိုင်းအခြား ရွေးပါစတင်ရက် – ပြီးဆုံးရက်သိမ်းရန်ရက်စွဲပြီးဆုံးရက်စတင်ရက်dmyပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်ရက်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါစာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်နှစ်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါမလုပ်တော့OKစကားဝှက်ကို ပြရန် + %d nytt varsel + %d nye varsler + Skjul feltet nederstVis feltet nederstVis halve feltet nederstDobbelttrykket på håndtaketHåndtak%1$d av %2$d tegn er skrevet innTegngrensen er overskredet – %1$d av %2$dFjern tekstenFeilVis rullegardinmenyenDialogboksikonFaneVelg AM eller PM%1$s timerVelg time%1$s null-nullAngi minutter%1$s minutterAMBytt til klokkemodus for tidsinndata.TimeMinuttPMVelg tidspunktBytt til tekstinndatamodus for tidsinndata.Nytt varselFjern %1$sFlere enn %1$d nye varslerEndre til neste månedEndre til forrige månedGjeldende valg: %1$sAvbrytOK%1$sVelg datoValgt datoKolonne for dager: %1$sUgyldig format.Eksempel: %1$sBruk: %1$sUgyldig område.Naviger til år %1$sUtenfor rekkevidde: %1$sStartdato – %1$s%1$s – sluttdato%1$s–%2$sVelg periodeStartdato–sluttdatoLagreDatoSluttdatoStartdatodmåBytt til kalenderinndatamodusTrykk for å bytte til å velge dagBytt til tekstinndatamodusTrykk for å bytte til å velge årAvbrytOKVis passordet + %d नयाँ सूचना + %d नयाँ सूचनाहरू + पुछारको पाना कोल्याप्स गर्नुहोस्पुछारको पाना एक्स्पान्ड गर्नुहोस्आधा ठुलो पार्नुहोस्ड्र्याग ह्यान्डलमा डबल ट्याप गरियोड्र्याग ह्यान्डल%2$d मध्ये %1$d वर्ण प्रविष्ट गरियो%2$d मध्ये %1$d वर्ण सीमा नाघ्योपाठ खाली गर्नुहोस्त्रुटिड्रपडाउन मेनु देखाउनुहोस्संवादको आइकनट्याबपूर्वाह्न वा अपराह्न चयन गर्नुहोस्%1$s घण्टाघन्टा चयन गर्नुहोस्%1$s बजेमिनेट चयन गर्नुहोस्%1$s मिनेटAMसमय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्।घन्टा:मिनेटअपराह्नसमय चयन गर्नुहोस्समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्।नयाँ सूचना%1$s हटाउनुहोस्%1$d भन्दा बढी नयाँ सूचनाहरूअर्को महिनामा सार्नुहोस्अघिल्लो महिनामा सार्नुहोस्हालको चयन: %1$sरद्द गर्नुहोस्ठिक छ%1$sमिति चयन गर्नुहोस्चयन गरिएको मितिदिनहरूको स्तम्भ: %1$sअमान्य ढाँचा।उदाहरण: %1$s%1$s प्रयोग गर्नुहोस्अमान्य दायरा।वर्ष %1$s मा जानुहोस्दायराभन्दा बाहिर छ: %1$sसुरु हुने मिति – %1$s%1$s – अन्त्य हुने मिति%1$s – %2$sदायरा चयन गर्नुहोस्सुरु हुने मिति – अन्त्य हुने मितिसुरक्षित गर्नुमितिअन्त्य हुने मितिसुरु हुने मितिdमिनेटyCalendar को इनपुट मोडमा बदल्नुहोस्कुनै दिन चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्पाठको इनपुट मोडमा बदल्नुहोस्कुनै वर्ष चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्रद्द गर्नुहोस्ठिक छपासवर्ड देखाउनुहोस् + %d புதிய அறிவிப்பு + %d புதிய அறிவிப்புகள் + கீழ்ப்புறச் சீட்டைச் சுருக்கும்கீழ்ப்புறச் சீட்டை விரிவாக்கும்பாதியளவு விரிவாக்கும்இழுப்பதற்கான ஹேண்டில் இருமுறை தட்டப்பட்டதுஇழுப்பதற்கான ஹேண்டில்%2$d இல் %1$d எழுத்துகள் உள்ளிடப்பட்டுள்ளன%2$d இல் %1$d எழுத்து வரம்பு மீறப்பட்டதுஉரையை அழிக்கும்பிழைகீழ் தோன்றல் மெனுவைக் காட்டும் பட்டன்உரையாடல் ஐகான்தாவல்AM அல்லது PMமைத் தேர்ந்தெடுக்க உதவும்%1$s மணிநேரம்மணிநேரத்தைத் தேர்ந்தெடுக்க உதவும்%1$s மணிநிமிடத்தைத் தேர்ந்தெடுக்கவும்%1$s நிமிடங்கள்AMநேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.மணிநேரம்நிமிடம்PMநேரத்தைத் தேர்ந்தெடுக்கவும்உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.புதிய அறிவிப்பு%1$sஐ அகற்று%1$d+ புதிய அறிவிப்புகள்அடுத்த மாதத்தைக் காட்டுமுந்தைய மாதத்தைக் காட்டுதற்போதைய தேர்வு: %1$sரத்துசெய்சரி%1$sதேதியைத் தேர்ந்தெடுக்கவும்தேர்ந்தெடுக்கப்பட்ட தேதிநாட்களின் நெடுவரிசை: %1$sதவறான வடிவம்.உதாரணம்: %1$s%1$sஐப் பயன்படுத்துகதவறான வரம்பு.%1$s ஆம் ஆண்டிற்குச் செல்லும்எல்லைக்கு வெளியே உள்ளது: %1$sதொடக்கத் தேதி – %1$s%1$s – முடிவுத் தேதி%1$s – %2$sவரம்பைத் தேர்ந்தெடுக்கவும்தொடக்கத் தேதி - முடிவுத் தேதிசேமிதேதிமுடிவுத் தேதிதொடக்கத் தேதிநாமாகேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும்நாளைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்உரை உள்ளீட்டு முறைக்கு மாற்றும்ஆண்டைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்ரத்துசெய்சரிகடவுச்சொல்லைக் காட்டு + %d కొత్త నోటిఫికేషన్ + %d కొత్త నోటిఫికేషన్‌లు + దిగువున ఉన్న షీట్‌ను కుదిస్తుందిదిగువున ఉన్న షీట్‌ను విస్తరిస్తుందిసగాన్ని విస్తరింపజేయండిలాగే హ్యాండిల్ డబుల్-ట్యాప్ చేయబడిందిలాగే హ్యాండిల్%2$dలో %1$d అక్షరాలు నమోదు చేయబడ్డాయిఅక్షర పరిధి %2$dలో %1$dను అధిగమించిందిరాసినదాన్ని తీసివేయండిఎర్రర్డ్రాప్‌డౌన్ మెనూను చూపుడైలాగ్ చిహ్నంట్యాబ్AM లేదా PMను ఎంచుకోండి%1$s గంటలుగంటను ఎంచుకోండి%1$s అవుతుందినిమిషాలను ఎంచుకోండి%1$s నిమిషాలుAMసమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్‌కు మారండి.గంటనిమిషంPMసమయాన్ని ఎంచుకోండిసమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్‌కి మారండి.కొత్త నోటిఫికేషన్(%1$s)ని తీసివేస్తుంది%1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్‌లువచ్చే నెలకు మార్చుతుందిమునుపటి నెలకు మార్చుతుందిప్రస్తుత ఎంపిక: %1$sరద్దు చేయిసరే%1$sతేదీని ఎంచుకోండిఎంచుకున్న తేదిరోజుల నిలువు వరుస: %1$sఫార్మాట్ చెల్లదు.ఉదాహరణ: %1$sఇలా ఉపయోగించండి: %1$sచెల్లని పరిధి.%1$sసంవత్సరానికి నావిగేట్ చేస్తుందిపరిధి వెలుపల ఉంది: %1$sప్రారంభ తేదీ – %1$s%1$s – ముగింపు తేది%1$s – %2$sపరిధిని ఎంచుకోండిప్రారంభ తేది - ముగింపు తేదిసేవ్ చేయితేదీముగింపు తేదీప్రారంభ తేదీరోనెసంక్యాలెండర్ ఇన్‌పుట్ మోడ్‌కు మారుస్తుంది\'రోజును ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండివచన ఇన్‌పుట్ మోడ్‌కు మారుస్తుంది\'సంవత్సరాన్ని ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండిరద్దు చేయండిసరేపాస్‌వర్డ్‌ను చూపు + การแจ้งเตือนใหม่ %d รายการ + การแจ้งเตือนใหม่ %d รายการ + ยุบ Bottom Sheetขยาย Bottom Sheetขยายรายการครึ่งหนึ่งแตะแฮนเดิลการลากสองครั้งแฮนเดิลการลากป้อนอักขระแล้ว %1$d จาก %2$d ตัวเกินจำนวนอักขระสูงสุด %1$d จาก %2$dล้างข้อความข้อผิดพลาดแสดงเมนูแบบเลื่อนลงไอคอนกล่องโต้ตอบแท็บเลือก AM หรือ PM%1$s ชั่วโมงเลือกชั่วโมง%1$s นาฬิกาเลือกนาที%1$s นาทีAMสลับไปโหมดนาฬิกาเพื่อป้อนเวลาชั่วโมงนาทีPMเลือกเวลาสลับไปโหมดป้อนข้อความเพื่อป้อนเวลาการแจ้งเตือนใหม่นำ %1$s ออกการแจ้งเตือนใหม่มากกว่า %1$d รายการเปลี่ยนไปที่เดือนถัดไปเปลี่ยนไปที่เดือนก่อนหน้าการเลือกในปัจจุบัน: %1$sยกเลิกตกลง%1$sเลือกวันที่วันที่ที่เลือกคอลัมน์ของวัน: %1$sรูปแบบไม่ถูกต้องตัวอย่าง: %1$sใช้: %1$sช่วงไม่ถูกต้องไปที่ปี %1$sวันที่ไม่อยู่ในช่วงที่อนุญาต: %1$sวันที่เริ่มต้น – %1$s%1$s – วันที่สิ้นสุด%1$s – %2$sเลือกช่วงวันที่เริ่มต้น – วันที่สิ้นสุดบันทึกวันที่วันที่สิ้นสุดวันที่เริ่มต้นสลับไปใช้โหมดป้อนข้อมูลปฏิทินแตะเพื่อสลับไปใช้การเลือกวันสลับไปใช้โหมดป้อนข้อมูลข้อความแตะเพื่อสลับไปใช้การเลือกปียกเลิกตกลงแสดงรหัสผ่าน + %d bagong notification + %d na bagong notification + I-collapse ang bottom sheetI-expand ang bottom sheetI-expand hanggang gitnaNa-double tap ang handle sa pag-dragI-drag ang handleMga character na nailagay %1$d sa %2$dLumampas sa limitasyon sa bilang ng character %1$d sa %2$dI-clear ang textErrorIpakita ang dropdown na menuIcon ng DialogTabPiliin ang AM o PM%1$s (na) orasPumili ng oras%1$s o\'clockPumili ng mga minuto%1$s (na) minutoAMLumipat sa mode ng orasan para sa input na oras.OrasMinutoPMPumili ng orasLumipat sa pamamaraan ng pag-input ng text para sa input na oras.Bagong notificationAlisin ang %1$sMahigit %1$d (na) bagong notificationLumipat sa susunod na buwanLumipat sa nakaraang buwanKasalukuyang seleksyon: %1$sKanselahinOK%1$sPumili ng PetsaPiniling petsaColumn ng mga araw: %1$sInvalid na format.Halimbawa: %1$sGamitin: %1$sInvalid na hanay.Mag-navigate patungo sa taong %1$sWala sa sakop: %1$sPetsa ng pagsisimula – %1$s%1$s – Petsa ng pagtatapos%1$s – %2$sPumili ng RangePetsa ng pagsisimula – Petsa ng pagtataposI-savePetsaPetsa ng pagtataposPetsa ng pagsisimuladmyLumipat sa pamamaraan ng pag-input ng kalendaryoI-tap para lumipat sa pagpili ng arawLumipat sa pamamaraan ng pag-input ng textI-tap para lumipat sa pagpili ng taonKanselahinOKIpakita ang password + %d yeni bildirim + %d yeni bildirim + Alt sayfayı daraltAlt sayfayı genişletYarım genişletSürükleme tutamacına iki kez dokunulduSürükleme tutamacıGirilen karakter: %1$d / %2$dKarakter sınırı aşıldı %1$d / %2$dMetni temizleHataAçılır menüyü gösterİletişim kutusu simgesiSekmeÖÖ veya ÖS\'yi seçin%1$s saatSaat seçinSaat %1$sDakikayı seçin%1$s dakikaAMZaman girişi için saat moduna geçin.SaatDakikaPMZamanı seçinZaman girişi için metin girişi moduna geçin.Yeni bildirim%1$s içeriğini kaldır%1$d adetten fazla yeni bildirimSonraki aya değiştirÖnceki aya değiştirGeçerli seçim: %1$sİptalTamam%1$sTarih SeçinSeçilen tarihGün sütunu: %1$sGeçersiz biçim.Örnek: %1$sTarih biçimi: %1$sGeçersiz aralık.%1$s yılına gitİzin verilen aralığın dışında: %1$sBaşlangıç tarihi – %1$s%1$s – Bitiş tarihi%1$s-%2$sAralık SeçinBaşlangıç tarihi - Bitiş tarihiKaydetTarihBitiş tarihiBaşlangıç tarihigayTakvim giriş moduna geçGün seçmeye geçmek için dokununMetin giriş moduna geçYıl seçmeye geçmek için dokununİptalTamamŞifreyi göster + %d нове сповіщення + %d нові сповіщення + %d нових сповіщень + %d нового сповіщення + Згорнути нижній екранРозгорнути нижній екранРозгорнути нижню половинуМаркер переміщення активовано подвійним дотикомМаркер переміщенняВведено символів: %1$d з %2$dПеревищено ліміт символів: %1$d з %2$dВидалити текстПомилкаПоказати спадне менюЗначок вікнаВкладкаВиберіть ДП чи ПП%1$s годВибрати годину%1$s годВиберіть хвилини%1$s хвдпПерейти в режим годинника, щоб ввести час.ГодинаХвилинаппВиберіть часПерейти в текстовий режим, щоб ввести час.Нове сповіщенняВидалити %1$sНових сповіщень більше ніж %1$dПерейти до наступного місяцяПерейти до попереднього місяцяПоточний вибір: %1$sСкасуватиOK%1$sВиберіть датуВибрана датаСтовпець із днями: %1$sНедійсний формат.Приклад: %1$sВикористовувати: %1$sНедійсний діапазон.Перейти до %1$s рокуЗа межами діапазону: %1$sДата початку – %1$s%1$s – дата завершення%1$s – %2$sВиберіть діапазон датДата початку – дата завершенняЗберегтиДатаДата завершенняДата початкудмрПерейти в режим введення в календаріНатисніть, щоб вибрати деньПерейти в режим введення текстуНатисніть, щоб вибрати рікСкасуватиOKПоказувати пароль + %d نئی اطلاع + %d نئی اطلاعات + نیچے کی شیٹ کو سکیڑیںنیچے کی شیٹ کو پھیلائیںنصف تک پھیلائیںگھسیٹنے کے ہینڈل کو دو بار تھپتھپائیںگھسیٹنے کا ہینڈل%2$d میں سے %1$d حروف درج کیے گئےحروف کی تعداد کی حد %2$d سے %1$d پہنچ گئیٹیکسٹ صاف کریںخرابیڈراپ ڈاؤن مینو دکھائیںڈائیلاگ کا آئیکنٹیبAM یا PM منتخب کریں%1$s گھنٹےگھنٹہ منتخب کریں%1$s بجےمنٹ منتخب کریں%1$s منٹقبل از دوپہروقت ان پٹ کے لیے گھڑی و‏ضع پر سوئچ کریں۔گھنٹہمنٹراتوقت منتخب کریںوقت ان پٹ کے لیے ٹیکسٹ ان پٹ وضع پر سوئچ کریں۔نئی اطلاع%1$s کو ہٹائیں%1$d سے زیادہ نئی اطلاعاتاگلے مہینہ میں منتقل کریںگزشتہ ماہ میں منتقل کریںموجودہ انتخاب: %1$sمنسوخ کریںٹھیک ہے%1$sتاریخ منتخب کریںمنتخب کردہ تاریخدنوں کا کالم: %1$sغلط فارمیٹ۔مثال: %1$s۔%1$s استعمال کریںغلط رینج۔%1$s سال پر نیویگیٹ کریںحد سے باہر: %1$sتاریخ آغاز – %1$s%1$s – تاریخ اختتام%1$s – %2$sرینج منتخب کریںتاریخ آغاز - تاریخ اختتاممحفوظ کریںتاریختاریخ اختتامتاریخ آغازdmyکیلنڈر ان پٹ وضع پر سوئچ کریںدن کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیںمتنی ان پٹ وضع پر سوئچ کریںسال کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیںمنسوخ کریںٹھیک ہےپاس ورڈ دکھائیں + %d ta yangi bildirishnoma + %d ta yangi bildirishnoma + Quyi ekranni yigʻishQuyi ekranni kengaytirishYarmiga kengaytirishSurish dastagi ikki marta bosildiSurish dastagi%1$d/%2$d ta belgi kiritildiHarflar soni (%1$d) cheklovdan (%2$d) oshib ketdiMatnni tozalashXatoPastga ochiluvchi menyuni ochishMuloqot ikonkasiTab : VaraqTushdan oldin yoki keyinligini tanlang%1$s soatSoatni tanlang%1$s soatDaqiqalarni tanlash%1$s daqiqaAMVaqtni kiritish uchun soat rejimiga o‘ting.SoatDaqiqaPMVaqtni tanlangVaqtni kiritish uchun matn kiritish rejimiga o‘ting.Yangi bildirishnomaOlib tashlash: %1$sYana %1$d dan ortiq bildirishnomaKeyingi oyga oʻzgartirishAvvalgi oyga oʻzgartirishJoriy tanlov: %1$sBekor qilishOK%1$sSanani tanlangTanlangan sanaKunlar ustuni: %1$sYaroqsiz format.Masalan: %1$sIshlatish: %1$sYaroqsiz oraliq.Yilga nazar solish: %1$sChegaradan tashqari: %1$sBoshlanish sanasi – %1$s%1$s – Tugash sanasi%1$s – %2$sOraliqni tanlangBoshlanishi – TugashiSaqlashSanaTugash sanasiBoshlanish sanasikoyTaqvim kiritish rejimiga oʻtishKunni tanlash uchun bosingMatn kiritish rejimiga oʻtishYilni tanlash uchun bosingBekor qilishOKParol ochiq tursin0.320.240.160.240dp1dp0.480.480.160.480.240.240.080.240.160.20.40.120.240.400.400.240.120.200.200.12@android:color/system_neutral1_1000@android:color/system_neutral1_900@android:color/system_neutral1_0@android:color/system_neutral1_800@android:color/system_neutral1_700@android:color/system_neutral1_600@android:color/system_neutral1_500@android:color/system_neutral1_400@android:color/system_neutral1_300@android:color/system_neutral1_200@android:color/system_neutral1_100@android:color/system_neutral1_50@android:color/system_neutral1_10@android:color/system_neutral2_1000@android:color/system_neutral2_900@android:color/system_neutral2_0@android:color/system_neutral2_800@android:color/system_neutral2_700@android:color/system_neutral2_600@android:color/system_neutral2_500@android:color/system_neutral2_400@android:color/system_neutral2_300@android:color/system_neutral2_200@android:color/system_neutral2_100@android:color/system_neutral2_50@android:color/system_neutral2_10@android:color/system_accent1_1000@android:color/system_accent1_900@android:color/system_accent1_0@android:color/system_accent1_800@android:color/system_accent1_700@android:color/system_accent1_600@android:color/system_accent1_500@android:color/system_accent1_400@android:color/system_accent1_300@android:color/system_accent1_200@android:color/system_accent1_100@android:color/system_accent1_50@android:color/system_accent1_10@android:color/system_accent2_1000@android:color/system_accent2_900@android:color/system_accent2_0@android:color/system_accent2_800@android:color/system_accent2_700@android:color/system_accent2_600@android:color/system_accent2_500@android:color/system_accent2_400@android:color/system_accent2_300@android:color/system_accent2_200@android:color/system_accent2_100@android:color/system_accent2_50@android:color/system_accent2_10@android:color/system_accent3_1000@android:color/system_accent3_900@android:color/system_accent3_0@android:color/system_accent3_800@android:color/system_accent3_700@android:color/system_accent3_600@android:color/system_accent3_500@android:color/system_accent3_400@android:color/system_accent3_300@android:color/system_accent3_200@android:color/system_accent3_100@android:color/system_accent3_50@android:color/system_accent3_10@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_neutral20@color/m3_ref_palette_dynamic_primary40@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_primary20@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_secondary20@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_neutral_variant80@color/m3_ref_palette_dynamic_tertiary20@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_neutral_variant60@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_primary30@color/m3_ref_palette_dynamic_secondary80@color/m3_ref_palette_dynamic_secondary30@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_tertiary80@color/m3_ref_palette_dynamic_tertiary30@color/m3_ref_palette_dynamic_neutral99@color/m3_ref_palette_dynamic_neutral95@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_neutral20@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_primary100@color/m3_ref_palette_dynamic_primary10@color/m3_ref_palette_dynamic_secondary100@color/m3_ref_palette_dynamic_secondary10@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_tertiary100@color/m3_ref_palette_dynamic_tertiary10@color/m3_ref_palette_dynamic_neutral_variant50@color/m3_ref_palette_dynamic_neutral_variant80@color/m3_ref_palette_dynamic_primary40@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_secondary40@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_neutral99@color/m3_ref_palette_dynamic_neutral_variant90@color/m3_ref_palette_dynamic_tertiary40@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_neutral0@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_neutral100@color/m3_ref_palette_dynamic_neutral20@color/m3_ref_palette_dynamic_neutral30@color/m3_ref_palette_dynamic_neutral40@color/m3_ref_palette_dynamic_neutral50@color/m3_ref_palette_dynamic_neutral60@color/m3_ref_palette_dynamic_neutral70@color/m3_ref_palette_dynamic_neutral80@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_neutral95@color/m3_ref_palette_dynamic_neutral99@color/m3_ref_palette_dynamic_neutral_variant0@color/m3_ref_palette_dynamic_neutral_variant10@color/m3_ref_palette_dynamic_neutral_variant100@color/m3_ref_palette_dynamic_neutral_variant20@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_neutral_variant40@color/m3_ref_palette_dynamic_neutral_variant50@color/m3_ref_palette_dynamic_neutral_variant60@color/m3_ref_palette_dynamic_neutral_variant70@color/m3_ref_palette_dynamic_neutral_variant80@color/m3_ref_palette_dynamic_neutral_variant90@color/m3_ref_palette_dynamic_neutral_variant95@color/m3_ref_palette_dynamic_neutral_variant99@color/m3_ref_palette_dynamic_primary0@color/m3_ref_palette_dynamic_primary10@color/m3_ref_palette_dynamic_primary100@color/m3_ref_palette_dynamic_primary20@color/m3_ref_palette_dynamic_primary30@color/m3_ref_palette_dynamic_primary40@color/m3_ref_palette_dynamic_primary50@color/m3_ref_palette_dynamic_primary60@color/m3_ref_palette_dynamic_primary70@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_primary95@color/m3_ref_palette_dynamic_primary99@color/m3_ref_palette_dynamic_secondary0@color/m3_ref_palette_dynamic_secondary10@color/m3_ref_palette_dynamic_secondary100@color/m3_ref_palette_dynamic_secondary20@color/m3_ref_palette_dynamic_secondary30@color/m3_ref_palette_dynamic_secondary40@color/m3_ref_palette_dynamic_secondary50@color/m3_ref_palette_dynamic_secondary60@color/m3_ref_palette_dynamic_secondary70@color/m3_ref_palette_dynamic_secondary80@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_secondary95@color/m3_ref_palette_dynamic_secondary99@color/m3_ref_palette_dynamic_tertiary0@color/m3_ref_palette_dynamic_tertiary10@color/m3_ref_palette_dynamic_tertiary100@color/m3_ref_palette_dynamic_tertiary20@color/m3_ref_palette_dynamic_tertiary30@color/m3_ref_palette_dynamic_tertiary40@color/m3_ref_palette_dynamic_tertiary50@color/m3_ref_palette_dynamic_tertiary60@color/m3_ref_palette_dynamic_tertiary70@color/m3_ref_palette_dynamic_tertiary80@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_tertiary95@color/m3_ref_palette_dynamic_tertiary99 + %d thông báo mới + %d thông báo mới + Thu gọn bảng dưới cùngMở rộng bảng dưới cùngMở rộng một nửaĐã nhấn đúp nút kéoNút kéoĐã nhập %1$d trong số %2$d ký tựĐã vượt quá giới hạn ký tự %1$d/%2$dXóa văn bảnLỗiHiển thị menu thả xuốngBiểu tượng hộp thoạiThẻChọn SA hoặc CH%1$s giờChọn giờ%1$s giờChọn phút%1$s phútSAChuyển sang chế độ đồng hồ để nhập thời gian.GiờPhútCHChọn thời gianChuyển sang chế độ nhập văn bản để nhập thời gian.Thông báo mớiXóa %1$sHơn %1$d thông báo mớiChuyển sang tháng tiếp theoChuyển về tháng trướcLựa chọn hiện tại: %1$sHủyOK%1$sChọn ngàyNgày đã chọnCột ngày: %1$sĐịnh dạng không hợp lệ.Ví dụ: %1$sSử dụng: %1$sPhạm vi không hợp lệ.Chuyển tới năm %1$sNằm ngoài phạm vi: %1$sNgày bắt đầu – %1$s%1$s – Ngày kết thúc%1$s – %2$sChọn dải ôNgày bắt đầu – Ngày kết thúcLưuNgàyNgày kết thúcNgày bắt đầudmyChuyển sang chế độ nhập lịchNhấn để chuyển sang chế độ chọn một ngàyChuyển sang chế độ nhập văn bảnNhấn để chuyển sang chế độ chọn một nămHuỷOKHiện mật khẩu24dp36dp4dp18dp40dp2dp2dp40dp40dp4dp0dp22dp48dp2dp2dp48dp48dp0dp64dp + %d 条新通知 + %d 条新通知 + 收起底部动作条展开底部动作条展开到一半高度拖动手柄被点按两次拖动手柄输入了 %1$d 个字符(上限为 %2$d 个)超出字符数限制(共 %1$d 个,上限为 %2$d 个)清除文字错误显示下拉菜单对话框图标标签页选择上午或下午%1$s 小时选择小时%1$s 点选择分钟%1$s 分上午切换到时钟模式来输入时间。小时分钟下午选择时间切换到文字输入模式来输入时间。新通知移除%1$s有 %1$d 条以上的新通知转到下个月转到上个月当前的选择是:%1$s取消确定%1$s请选择日期选定的日期表示周几的列:%1$s格式无效。示例:%1$s使用:%1$s范围无效。转到 %1$s 年不在允许的范围内:%1$s开始日期 – %1$s%1$s – 结束日期%1$s - %2$s请选择范围开始日期 - 结束日期保存日期结束日期开始日期dmy切换到日历输入模式点按即可切换到选择某天切换到文本字段输入模式点按即可切换到选择某年取消确定显示密码 + %d 個新通知 + %d 個新通知 + 收合頁底面板展開頁底面板展開一半㩒咗兩下拖曳控點拖曳控點已輸入 %1$d 個字元 (共 %2$d 個)超出字元限制 %1$d 個字元 (上限 %2$d 個字元)清除文字錯誤顯示下拉式選單對話框圖示分頁選擇上午或下午%1$s 個鐘選取時段%1$s 點選取分鐘%1$s 分AM切換至時鐘模式即可輸入時間。小時分鐘PM選取時間切換至文字輸入模式即可輸入時間。新通知移除「%1$s」超過 %1$d 則新通知變更為下個月變更為上個月目前選取:%1$s取消確定%1$s請選擇日期已選取日期日期欄:%1$s格式無效。例如:%1$s使用:%1$s範圍無效。瀏覽至 %1$s 年超出範圍:%1$s開始日期 – %1$s%1$s – 結束日期%1$s – %2$s請選擇範圍開始日期 – 結束日期儲存日期結束日期開始日期切換至日曆輸入模式輕按以切換至選擇日期切換至文字輸入模式輕按以切換至選擇年份取消確定顯示密碼 + %d 則新通知 + %d 則新通知 + 收合底部功能表展開底部功能表展開一半已輕觸兩下拖曳控點拖曳控點已輸入 %1$d 個字元 (上限為 %2$d 個字元)超過字元限制 (共 %1$d 字元,上限 %2$d 字元)清除文字錯誤顯示下拉式選單對話方塊圖示分頁標籤選取上午或下午%1$s 小時請選取時段%1$s 點選取分鐘數%1$s 分AM切換至時鐘模式來輸入時間。小時分鐘PM選取時間切換至文字輸入模式來輸入時間。新通知移除 %1$s超過 %1$d 則新通知變更至下個月變更至上個月目前選取:%1$s取消確定%1$s選取日期所選日期星期幾資料欄:%1$s格式無效。範例:%1$s使用:%1$s日期範圍無效。前往 %1$s 年超出日期範圍:%1$s開始日期 – %1$s%1$s – 結束日期%1$s – %2$s選取範圍開始日期 - 結束日期儲存日期結束日期開始日期dmy切換至日曆輸入模式輕觸即可切換為選取星期幾切換至文字輸入模式輕觸即可切換為選取年份取消確定顯示密碼 + %d izaziso ezintsha + %d izaziso ezintsha + Goqa ishidi eliphansiNweba ishidi eliphansiNweba phakathiHudula isibambi esithephwe kabiliHudula isibambiIzinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$dUmkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$dSula umbhaloIphuthaBonisa imenyu yokudonsela phansiIsithonjana sebhokisiIthebhuKhetha u-AM noma u-PMamahora angu-%1$sKhetha ihora%1$s ezimpondweniKhetha amaminithiamaminithi angu-%1$sAMShintshela kumodi yewashi ngokufakwa kwesikhathi.IhoraIminithiPMKhetha isikhathiShintshela kumodi yokufaka umbhalo ngokufaka isikhathi.Isaziso esishaSusa i-%1$sIzaziso ezintsha ezingaphezu kokungu-%1$dShintshela kunyanga elandelayoShintshela kunyanga edluleUkukhetha kwamanje: %1$sKhanselaKULUNGILE%1$sKhetha IdethiKhetha idethiIkholomu yezinsuku: %1$sIfomethi engavumelekile.Isibonelo: %1$sSebenzisa: %1$sIbanga elingavumelekile.Zulela onyakeni %1$sIkude kubanga: %1$sIdethi yokuqala – %1$s%1$s – Idethi yokuphela%1$s – %2$sKhetha IbangaIdethi yokuqala – Idethi yokuphelaLondolozaIdethiIdethi yokuphelaIdethi yokuqaladmyShintshela kwimodi yokufaka yekhalendaThepha ukuze ushintshe ekukhetheni usukuShintshela kwimodi yokufaka yombhaloThepha ukuze ushintshele ekukhetheni unyakaKhanselaKULUNGILEBonisa iphasiwedi#FFBB86FC#FF6200EE#FF3700B3#FF03DAC5#FF018786#FF000000#FFFFFFFFJMastermind + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties new file mode 100644 index 0000000..3352fe1 --- /dev/null +++ b/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -0,0 +1,30 @@ +#Sat Apr 01 22:13:51 CEST 2023 +com.example.jmastermind.app-main-6\:/drawable/space.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\space.png +com.example.jmastermind.app-main-6\:/mipmap-xhdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher.webp +com.example.jmastermind.app-main-6\:/mipmap-mdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher.webp +com.example.jmastermind.app-main-6\:/mipmap-xxxhdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher_round.webp +com.example.jmastermind.app-main-6\:/xml/backup_rules.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\xml\\backup_rules.xml +com.example.jmastermind.app-main-6\:/xml/data_extraction_rules.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\xml\\data_extraction_rules.xml +com.example.jmastermind.app-main-6\:/drawable-v24/ic_launcher_foreground.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\drawable-v24\\ic_launcher_foreground.xml +com.example.jmastermind.app-main-6\:/font/title.ttf=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\font\\title.ttf +com.example.jmastermind.app-main-6\:/raw/prologuesong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\raw\\prologuesong.mp3 +com.example.jmastermind.app-main-6\:/layout/menu.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\layout\\menu.xml +com.example.jmastermind.app-main-6\:/mipmap-mdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher_round.webp +com.example.jmastermind.app-main-6\:/mipmap-anydpi-v26/ic_launcher_round.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher_round.xml +com.example.jmastermind.app-main-6\:/layout/game.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\layout\\game.xml +com.example.jmastermind.app-main-6\:/drawable/game.PNG=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\game.PNG +com.example.jmastermind.app-main-6\:/mipmap-xxxhdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher.webp +com.example.jmastermind.app-main-6\:/mipmap-anydpi-v26/ic_launcher.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher.xml +com.example.jmastermind.app-main-6\:/font/text.ttf=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\font\\text.ttf +com.example.jmastermind.app-main-6\:/mipmap-xhdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher_round.webp +com.example.jmastermind.app-main-6\:/drawable/ic_launcher_background.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_launcher_background.xml +com.example.jmastermind.app-main-6\:/mipmap-hdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher_round.webp +com.example.jmastermind.app-main-6\:/layout/prologue.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\layout\\prologue.xml +com.example.jmastermind.app-main-6\:/raw/menusong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\raw\\menusong.mp3 +com.example.jmastermind.app-main-6\:/raw/winningsong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\raw\\winningsong.mp3 +com.example.jmastermind.app-main-6\:/mipmap-anydpi-v33/ic_launcher.xml=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v33\\ic_launcher.xml +com.example.jmastermind.app-main-6\:/drawable/logo.png=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\logo.png +com.example.jmastermind.app-main-6\:/mipmap-xxhdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher.webp +com.example.jmastermind.app-main-6\:/mipmap-xxhdpi/ic_launcher_round.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher_round.webp +com.example.jmastermind.app-main-6\:/mipmap-hdpi/ic_launcher.webp=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher.webp +com.example.jmastermind.app-main-6\:/raw/loosegamesong.mp3=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\packaged_res\\debug\\raw\\loosegamesong.mp3 diff --git a/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml new file mode 100644 index 0000000..674f1bd --- /dev/null +++ b/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml @@ -0,0 +1,26 @@ + +#FFBB86FC#FF6200EE#FF3700B3#FF03DAC5#FF018786#FF000000#FFFFFFFFJMastermind \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000..ab6e4d0 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000..c2d24f5 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000..8d9bed9 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt new file mode 100644 index 0000000..5a65492 --- /dev/null +++ b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,4 @@ +#Sat Apr 01 22:13:52 CEST 2023 +base.0=C\:\\Users\\probo\\Desktop\\JMastermind\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex +renamed.0=classes.dex +path.0=classes.dex diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources new file mode 100644 index 0000000..bf47ad2 Binary files /dev/null and b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 new file mode 100644 index 0000000..5895d77 Binary files /dev/null and b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/BuildConfig.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/BuildConfig.class new file mode 100644 index 0000000..e0f5f07 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/BuildConfig.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/Deck.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/Deck.class new file mode 100644 index 0000000..23245ca Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/Deck.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckCheck.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckCheck.class new file mode 100644 index 0000000..45958e7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckCheck.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckLambda.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckLambda.class new file mode 100644 index 0000000..ba36671 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckLambda.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckWinner.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckWinner.class new file mode 100644 index 0000000..86be4b6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Deck/DeckWinner.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/ColorSelectorEvent.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/ColorSelectorEvent.class new file mode 100644 index 0000000..07fedd5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/ColorSelectorEvent.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/ControlEvent.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/ControlEvent.class new file mode 100644 index 0000000..d415602 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/ControlEvent.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/MenuEvent.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/MenuEvent.class new file mode 100644 index 0000000..567ff0c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/MenuEvent.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/PopupEvent.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/PopupEvent.class new file mode 100644 index 0000000..a95492e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/PopupEvent.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/PrologueAnimation.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/PrologueAnimation.class new file mode 100644 index 0000000..bcf7b05 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Events/PrologueAnimation.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Controller.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Controller.class new file mode 100644 index 0000000..73719b2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Controller.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Model.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Model.class new file mode 100644 index 0000000..5fd6c8a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Model.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/MultiGame.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/MultiGame.class new file mode 100644 index 0000000..24fc8eb Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/MultiGame.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Popup.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Popup.class new file mode 100644 index 0000000..97aa936 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Popup.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/SoloGame.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/SoloGame.class new file mode 100644 index 0000000..2726569 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/SoloGame.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Vuew.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Vuew.class new file mode 100644 index 0000000..9c7f14f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Game/Vuew.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Geometrics/Circle.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Geometrics/Circle.class new file mode 100644 index 0000000..b84561d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Geometrics/Circle.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Menu/Menu.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Menu/Menu.class new file mode 100644 index 0000000..4dd0b24 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Menu/Menu.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Prologue.class b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Prologue.class new file mode 100644 index 0000000..5536b8e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/jmastermind/Prologue.class differ diff --git a/app/build/intermediates/local_only_symbol_list/debug/R-def.txt b/app/build/intermediates/local_only_symbol_list/debug/R-def.txt new file mode 100644 index 0000000..ac8c611 --- /dev/null +++ b/app/build/intermediates/local_only_symbol_list/debug/R-def.txt @@ -0,0 +1,125 @@ +R_DEF: Internal format may change without notice +local +color black +color purple_200 +color purple_500 +color purple_700 +color teal_200 +color teal_700 +color white +drawable game +drawable ic_launcher_background +drawable ic_launcher_foreground +drawable logo +drawable space +font text +font title +id black +id blue +id checkCircle101 +id checkCircle102 +id checkCircle103 +id checkCircle104 +id checkCircle11 +id checkCircle12 +id checkCircle13 +id checkCircle14 +id checkCircle21 +id checkCircle22 +id checkCircle23 +id checkCircle24 +id checkCircle31 +id checkCircle32 +id checkCircle33 +id checkCircle34 +id checkCircle41 +id checkCircle42 +id checkCircle43 +id checkCircle44 +id checkCircle51 +id checkCircle52 +id checkCircle53 +id checkCircle54 +id checkCircle61 +id checkCircle62 +id checkCircle63 +id checkCircle64 +id checkCircle71 +id checkCircle72 +id checkCircle73 +id checkCircle74 +id checkCircle81 +id checkCircle82 +id checkCircle83 +id checkCircle84 +id checkCircle91 +id checkCircle92 +id checkCircle93 +id checkCircle94 +id colorsChooser +id counter +id gray +id green +id jcjselect +id normalCircle101 +id normalCircle102 +id normalCircle103 +id normalCircle104 +id normalCircle11 +id normalCircle12 +id normalCircle13 +id normalCircle14 +id normalCircle21 +id normalCircle22 +id normalCircle23 +id normalCircle24 +id normalCircle31 +id normalCircle32 +id normalCircle33 +id normalCircle34 +id normalCircle41 +id normalCircle42 +id normalCircle43 +id normalCircle44 +id normalCircle51 +id normalCircle52 +id normalCircle53 +id normalCircle54 +id normalCircle61 +id normalCircle62 +id normalCircle63 +id normalCircle64 +id normalCircle71 +id normalCircle72 +id normalCircle73 +id normalCircle74 +id normalCircle81 +id normalCircle82 +id normalCircle83 +id normalCircle84 +id normalCircle91 +id normalCircle92 +id normalCircle93 +id normalCircle94 +id prologue +id prologuetext +id red +id reset +id robotselect +id rules +id validate +id white +id yellow +layout game +layout menu +layout prologue +mipmap ic_launcher +mipmap ic_launcher_round +raw loosegamesong +raw menusong +raw prologuesong +raw winningsong +string app_name +style Theme.JMastermind +xml backup_rules +xml data_extraction_rules diff --git a/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..77713cf --- /dev/null +++ b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,99 @@ +1 +2 +6 +7 C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml +9 android:targetSdkVersion="33" /> +9-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml +10 +11 [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47 +12 android:name="com.example.jmastermind.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" +12-->[androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:23:9-81 +13 android:protectionLevel="signature" /> +13-->[androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:24:9-44 +14 +15 +15-->[androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:26:5-97 +15-->[androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:26:22-94 +16 +17 C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:5:5-33:19 +18 android:allowBackup="true" +18-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:6:9-35 +19 android:appComponentFactory="androidx.core.app.CoreComponentFactory" +19-->[androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:28:18-86 +20 android:dataExtractionRules="@xml/data_extraction_rules" +20-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:7:9-65 +21 android:debuggable="true" +22 android:fullBackupContent="@xml/backup_rules" +22-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:8:9-54 +23 android:icon="@drawable/logo" +23-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:9:9-38 +24 android:label="@string/app_name" +24-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:10:9-41 +25 android:supportsRtl="true" +25-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:11:9-35 +26 android:testOnly="true" +27 android:theme="@style/Theme.JMastermind" > +27-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:12:9-49 +28 C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:14:13-22:24 +29 android:name="com.example.jmastermind.Prologue" +29-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:15:17-41 +30 android:exported="true" > +30-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:16:17-40 +31 +31-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:17:17-21:33 +32 +32-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:18:21-73 +32-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:18:29-70 +33 +34 +34-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:20:21-81 +34-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:20:31-78 +35 +36 +37 C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:24:13-27:24 +38 android:name="com.example.jmastermind.Game.SoloGame" +38-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:25:17-46 +39 android:exported="true" > +39-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:26:17-40 +40 +41 C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:29:13-32:24 +42 android:name="com.example.jmastermind.Menu.Menu" +42-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:30:17-42 +43 android:exported="true" > +43-->C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:31:17-40 +44 +45 +46 [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20 +47 android:name="androidx.startup.InitializationProvider" +47-->[androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67 +48 android:authorities="com.example.jmastermind.androidx-startup" +48-->[androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68 +49 android:exported="false" > +49-->[androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37 +50 [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52 +51 android:name="androidx.emoji2.text.EmojiCompatInitializer" +51-->[androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75 +52 android:value="androidx.startup" /> +52-->[androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49 +53 [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:31:13-33:52 +54 android:name="androidx.lifecycle.ProcessLifecycleInitializer" +54-->[androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:32:17-78 +55 android:value="androidx.startup" /> +55-->[androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:33:17-49 +56 +57 +58 +59 diff --git a/app/build/intermediates/merged_java_res/debug/base.jar b/app/build/intermediates/merged_java_res/debug/base.jar new file mode 100644 index 0000000..b3043e1 Binary files /dev/null and b/app/build/intermediates/merged_java_res/debug/base.jar differ diff --git a/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000..c6648f2 --- /dev/null +++ b/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..c6648f2 --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debug/output-metadata.json b/app/build/intermediates/merged_manifests/debug/output-metadata.json new file mode 100644 index 0000000..a2d5d2e --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "MERGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.example.jmastermind", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "AndroidManifest.xml" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat b/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat new file mode 100644 index 0000000..e1fc20d Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat b/app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat new file mode 100644 index 0000000..44dc04a Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_launcher_background.png.flat b/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..5a61505 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_launcher_background.png.flat b/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..8ea4094 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_launcher_background.png.flat b/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..ba2ce03 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_launcher_background.png.flat b/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..2e29283 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_launcher_background.png.flat b/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..942e556 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_launcher_background.png.flat b/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..913cd4f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_game.PNG.flat b/app/build/intermediates/merged_res/debug/drawable_game.PNG.flat new file mode 100644 index 0000000..0a7ace2 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_game.PNG.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_logo.png.flat b/app/build/intermediates/merged_res/debug/drawable_logo.png.flat new file mode 100644 index 0000000..2e2f0fa Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_logo.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_space.png.flat b/app/build/intermediates/merged_res/debug/drawable_space.png.flat new file mode 100644 index 0000000..db850d2 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_space.png.flat differ diff --git a/app/build/intermediates/merged_res/debug/font_text.ttf.flat b/app/build/intermediates/merged_res/debug/font_text.ttf.flat new file mode 100644 index 0000000..6233ee3 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/font_text.ttf.flat differ diff --git a/app/build/intermediates/merged_res/debug/font_title.ttf.flat b/app/build/intermediates/merged_res/debug/font_title.ttf.flat new file mode 100644 index 0000000..cc032ff Binary files /dev/null and b/app/build/intermediates/merged_res/debug/font_title.ttf.flat differ diff --git a/app/build/intermediates/merged_res/debug/layout_game.xml.flat b/app/build/intermediates/merged_res/debug/layout_game.xml.flat new file mode 100644 index 0000000..03d2636 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/layout_game.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/layout_menu.xml.flat b/app/build/intermediates/merged_res/debug/layout_menu.xml.flat new file mode 100644 index 0000000..a0406c5 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/layout_menu.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/layout_prologue.xml.flat b/app/build/intermediates/merged_res/debug/layout_prologue.xml.flat new file mode 100644 index 0000000..2330819 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/layout_prologue.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat new file mode 100644 index 0000000..a408abb Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat new file mode 100644 index 0000000..ffe9485 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat new file mode 100644 index 0000000..1a4e2fb Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..be1c9ca Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..461d8a2 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..5a099a4 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..e62ac57 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..9e7401c Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..71b9936 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..8f246b7 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..425a71e Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..f65d770 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat b/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..9004c4f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat differ diff --git a/app/build/intermediates/merged_res/debug/raw_loosegamesong.mp3.flat b/app/build/intermediates/merged_res/debug/raw_loosegamesong.mp3.flat new file mode 100644 index 0000000..003b8f8 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/raw_loosegamesong.mp3.flat differ diff --git a/app/build/intermediates/merged_res/debug/raw_menusong.mp3.flat b/app/build/intermediates/merged_res/debug/raw_menusong.mp3.flat new file mode 100644 index 0000000..83c3b7f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/raw_menusong.mp3.flat differ diff --git a/app/build/intermediates/merged_res/debug/raw_prologuesong.mp3.flat b/app/build/intermediates/merged_res/debug/raw_prologuesong.mp3.flat new file mode 100644 index 0000000..f7806c4 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/raw_prologuesong.mp3.flat differ diff --git a/app/build/intermediates/merged_res/debug/raw_winningsong.mp3.flat b/app/build/intermediates/merged_res/debug/raw_winningsong.mp3.flat new file mode 100644 index 0000000..b9f7158 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/raw_winningsong.mp3.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat b/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat new file mode 100644 index 0000000..b0584bd Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat b/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat new file mode 100644 index 0000000..6d25e46 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat b/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..a5cd1c0 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat b/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat new file mode 100644 index 0000000..bf46a84 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat b/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat new file mode 100644 index 0000000..5a5936a Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat b/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat new file mode 100644 index 0000000..0900a12 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..a9822f7 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat b/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat new file mode 100644 index 0000000..e720deb Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat b/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..56c9d4a Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat b/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..a609a1b Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat b/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..992ab6f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat b/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..bca708f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat b/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..c09970b Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat b/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat new file mode 100644 index 0000000..7b966f0 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat b/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat new file mode 100644 index 0000000..c683eb6 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat b/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat new file mode 100644 index 0000000..595d09b Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat b/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..ce251fa Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat b/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat new file mode 100644 index 0000000..b502794 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat b/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..b42ba49 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat b/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..2a2a22b Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat b/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat new file mode 100644 index 0000000..386baf3 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat b/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..6947310 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat b/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat new file mode 100644 index 0000000..64cd0e4 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat b/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat new file mode 100644 index 0000000..936aed3 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat b/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..ad729e8 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat b/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..7040209 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat b/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..323ada0 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..2b54747 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat b/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..11245b9 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat b/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..8354e0c Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat b/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..5e4c289 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat new file mode 100644 index 0000000..30abdf0 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat new file mode 100644 index 0000000..b7c9fe6 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat new file mode 100644 index 0000000..dda5c9f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat new file mode 100644 index 0000000..a5f25ca Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..693655d Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..c36c672 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat b/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..65315cb Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat b/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..bdc546a Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat b/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..61dff57 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat b/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..a5dbc0f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat b/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat new file mode 100644 index 0000000..c38ed5e Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat b/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat new file mode 100644 index 0000000..ffd56a6 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat b/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat new file mode 100644 index 0000000..74235c0 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat b/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..4d61553 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat b/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..5f783be Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat b/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..09082cf Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat b/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..cc38640 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat b/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat new file mode 100644 index 0000000..187ad81 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat b/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..02857dd Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat b/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..3642f28 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat b/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..dca9399 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat b/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat new file mode 100644 index 0000000..d1de62f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat b/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..f5bc892 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..970a5ee Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat b/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat new file mode 100644 index 0000000..1f3358e Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat b/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..9f9c3dc Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat b/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..0429a35 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat b/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..ad62c84 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat b/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..c65ccba Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat b/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..96d81f1 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat b/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..3455ba1 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat b/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..5b9a052 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat b/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..85423ba Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat b/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat new file mode 100644 index 0000000..985a701 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat b/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..86c59e9 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat b/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..31856c9 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat b/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..cc94a11 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat b/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..be0a61f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat b/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat new file mode 100644 index 0000000..228d0f3 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat b/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..8186983 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat b/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..aa5e5a1 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat b/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat new file mode 100644 index 0000000..91dc440 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..62ffeab Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..cda7e02 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat b/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..a965a13 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat b/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..1e412ca Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat b/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..61ab62b Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat b/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat new file mode 100644 index 0000000..a6d4a10 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat b/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..8e191a9 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat b/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..56ba9e3 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat b/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat new file mode 100644 index 0000000..aea100e Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat b/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..1ebfbb4 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat b/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..4d1c50f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat b/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..6217c42 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..b2abbd1 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat b/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..20b3bae Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat b/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..6629f6c Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat b/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat new file mode 100644 index 0000000..11ecd72 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat b/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat new file mode 100644 index 0000000..88ae5c1 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat b/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..497daf4 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat b/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..7175738 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat b/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..4078890 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat b/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..1936c88 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat b/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..e5b2158 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat b/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..9315830 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat b/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..b19b699 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat b/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..6507ed7 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat b/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..eded5cd Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat b/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..78ede53 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat b/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..47f1dac Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat b/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..b5c2aa2 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat b/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..1b2ac3a Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat b/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..3c007f6 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat b/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat new file mode 100644 index 0000000..9d45037 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat b/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat new file mode 100644 index 0000000..bd7c881 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat b/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..b58cd60 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat new file mode 100644 index 0000000..81f8ad4 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat new file mode 100644 index 0000000..2f56312 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat new file mode 100644 index 0000000..ff82793 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat new file mode 100644 index 0000000..5ee2bc9 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat b/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat new file mode 100644 index 0000000..da1d0d2 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat b/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat new file mode 100644 index 0000000..49d8e0b Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..970c7e1 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..c45bd81 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..65b6a54 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..949161c Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat b/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..2c90478 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/values_values.arsc.flat b/app/build/intermediates/merged_res/debug/values_values.arsc.flat new file mode 100644 index 0000000..e805712 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values_values.arsc.flat differ diff --git a/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat b/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat new file mode 100644 index 0000000..1aa8ede Binary files /dev/null and b/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat b/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat new file mode 100644 index 0000000..93f4174 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat differ diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json new file mode 100644 index 0000000..eacc75a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json @@ -0,0 +1,5929 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,341,417,497,589,677,772,902,983,1047,1144,1229,1291,1378,1440,1504,1565,1632,1693,1747,1869,1926,1986,2040,2121,2256,2340,2425,2561,2636,2711,2806,2862,2915,2981,3055,3135,3221,3292,3368,3444,3521,3609,3689,3785,3881,3955,4033,4133,4184,4253,4340,4431,4493,4557,4620,4725,4826,4926,5031,5091,5148", + "endLines": "5,6,7,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", + "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84", + "endOffsets": "260,336,412,492,584,672,767,897,978,1042,1139,1224,1286,1373,1435,1499,1560,1627,1688,1742,1864,1921,1981,2035,2116,2251,2335,2420,2556,2631,2706,2801,2857,2910,2976,3050,3130,3216,3287,3363,3439,3516,3604,3684,3780,3876,3950,4028,4128,4179,4248,4335,4426,4488,4552,4615,4720,4821,4921,5026,5086,5143,5228" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3024,3100,3176,3256,3348,3436,3531,3661,3742,3806,3903,3988,4050,4137,4199,4263,4324,4391,4452,4506,4628,4685,4745,4799,4880,5015,5099,5184,5320,5395,5470,5565,5621,5674,5740,5814,5894,5980,6051,6127,6203,6280,6368,6448,6544,6640,6714,6792,6892,6943,7012,7099,7190,7252,7316,7379,7484,7585,7685,7790,7850,7907", + "endLines": "5,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", + "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84", + "endOffsets": "310,3095,3171,3251,3343,3431,3526,3656,3737,3801,3898,3983,4045,4132,4194,4258,4319,4386,4447,4501,4623,4680,4740,4794,4875,5010,5094,5179,5315,5390,5465,5560,5616,5669,5735,5809,5889,5975,6046,6122,6198,6275,6363,6443,6539,6635,6709,6787,6887,6938,7007,7094,7185,7247,7311,7374,7479,7580,7680,7785,7845,7902,7987" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814", + "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", + "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,7992", + "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", + "endOffsets": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,8070" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8075", + "endColumns": "100", + "endOffsets": "8171" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8281", + "endColumns": "100", + "endOffsets": "8377" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1102,1210,1278,1339,1447,1514,1600,1658,1742,1809,1863,1986,2048,2111,2165,2253,2381,2467,2549,2681,2761,2842,2931,2988,3040,3106,3191,3279,3371,3440,3517,3597,3665,3764,3847,3939,4033,4107,4193,4287,4337,4403,4488,4575,4638,4703,4766,4874,4977,5075,5180,5241,5297", + "endLines": "5,6,7,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", + "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85", + "endOffsets": "267,355,441,525,628,722,831,949,1033,1097,1205,1273,1334,1442,1509,1595,1653,1737,1804,1858,1981,2043,2106,2160,2248,2376,2462,2544,2676,2756,2837,2926,2983,3035,3101,3186,3274,3366,3435,3512,3592,3660,3759,3842,3934,4028,4102,4188,4282,4332,4398,4483,4570,4633,4698,4761,4869,4972,5070,5175,5236,5292,5378" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3088,3176,3262,3346,3449,3543,3652,3770,3854,3918,4026,4094,4155,4263,4330,4416,4474,4558,4625,4679,4802,4864,4927,4981,5069,5197,5283,5365,5497,5577,5658,5747,5804,5856,5922,6007,6095,6187,6256,6333,6413,6481,6580,6663,6755,6849,6923,7009,7103,7153,7219,7304,7391,7454,7519,7582,7690,7793,7891,7996,8057,8113", + "endLines": "5,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", + "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85", + "endOffsets": "317,3171,3257,3341,3444,3538,3647,3765,3849,3913,4021,4089,4150,4258,4325,4411,4469,4553,4620,4674,4797,4859,4922,4976,5064,5192,5278,5360,5492,5572,5653,5742,5799,5851,5917,6002,6090,6182,6251,6328,6408,6476,6575,6658,6750,6844,6918,7004,7098,7148,7214,7299,7386,7449,7514,7577,7685,7788,7886,7991,8052,8108,8194" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871", + "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", + "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,8199", + "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", + "endOffsets": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,8276" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1141", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1423" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1675", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1957" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,397", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,392,584" + }, + "to": { + "startLines": "14,15,16,20", + "startColumns": "4,4,4,4", + "startOffsets": "1141,1216,1303,1483", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1211,1298,1478,1670" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", + "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2515,2620,2734,2837,3006,8080", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", + "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2510,2615,2729,2832,3001,3097,8162" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8167", + "endColumns": "100", + "endOffsets": "8263" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1133,1225,1302,1365,1473,1533,1599,1655,1726,1786,1840,1959,2016,2078,2132,2207,2331,2419,2502,2647,2732,2818,2906,2960,3014,3080,3154,3232,3319,3391,3468,3541,3611,3704,3776,3868,3964,4038,4114,4210,4263,4330,4417,4504,4566,4630,4693,4801,4903,5004,5109,5167,5225", + "endLines": "6,7,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", + "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79", + "endOffsets": "322,401,481,563,665,759,855,981,1062,1128,1220,1297,1360,1468,1528,1594,1650,1721,1781,1835,1954,2011,2073,2127,2202,2326,2414,2497,2642,2727,2813,2901,2955,3009,3075,3149,3227,3314,3386,3463,3536,3606,3699,3771,3863,3959,4033,4109,4205,4258,4325,4412,4499,4561,4625,4688,4796,4898,4999,5104,5162,5220,5300" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3102,3181,3261,3343,3445,3539,3635,3761,3842,3908,4000,4077,4140,4248,4308,4374,4430,4501,4561,4615,4734,4791,4853,4907,4982,5106,5194,5277,5422,5507,5593,5681,5735,5789,5855,5929,6007,6094,6166,6243,6316,6386,6479,6551,6643,6739,6813,6889,6985,7038,7105,7192,7279,7341,7405,7468,7576,7678,7779,7884,7942,8000", + "endLines": "6,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", + "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79", + "endOffsets": "372,3176,3256,3338,3440,3534,3630,3756,3837,3903,3995,4072,4135,4243,4303,4369,4425,4496,4556,4610,4729,4786,4848,4902,4977,5101,5189,5272,5417,5502,5588,5676,5730,5784,5850,5924,6002,6089,6161,6238,6311,6381,6474,6546,6638,6734,6808,6884,6980,7033,7100,7187,7274,7336,7400,7463,7571,7673,7774,7879,7937,7995,8075" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8099", + "endColumns": "100", + "endOffsets": "8195" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801", + "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", + "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,8016", + "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", + "endOffsets": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,8094" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,335,409,482,579,668,767,896,979,1047,1139,1212,1275,1361,1423,1486,1551,1619,1682,1736,1868,1925,1987,2041,2115,2253,2334,2414,2546,2631,2718,2806,2860,2913,2979,3051,3133,3223,3295,3370,3441,3514,3611,3685,3780,3877,3951,4036,4136,4189,4257,4345,4435,4497,4561,4624,4741,4851,4962,5074,5132,5189", + "endLines": "5,6,7,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", + "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80", + "endOffsets": "254,330,404,477,574,663,762,891,974,1042,1134,1207,1270,1356,1418,1481,1546,1614,1677,1731,1863,1920,1982,2036,2110,2248,2329,2409,2541,2626,2713,2801,2855,2908,2974,3046,3128,3218,3290,3365,3436,3509,3606,3680,3775,3872,3946,4031,4131,4184,4252,4340,4430,4492,4556,4619,4736,4846,4957,5069,5127,5184,5265" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3005,3081,3155,3228,3325,3414,3513,3642,3725,3793,3885,3958,4021,4107,4169,4232,4297,4365,4428,4482,4614,4671,4733,4787,4861,4999,5080,5160,5292,5377,5464,5552,5606,5659,5725,5797,5879,5969,6041,6116,6187,6260,6357,6431,6526,6623,6697,6782,6882,6935,7003,7091,7181,7243,7307,7370,7487,7597,7708,7820,7878,7935", + "endLines": "5,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", + "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80", + "endOffsets": "304,3076,3150,3223,3320,3409,3508,3637,3720,3788,3880,3953,4016,4102,4164,4227,4292,4360,4423,4477,4609,4666,4728,4782,4856,4994,5075,5155,5287,5372,5459,5547,5601,5654,5720,5792,5874,5964,6036,6111,6182,6255,6352,6426,6521,6618,6692,6777,6877,6930,6998,7086,7176,7238,7302,7365,7482,7592,7703,7815,7873,7930,8011" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-et_values-et.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827", + "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", + "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,7940", + "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", + "endOffsets": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,8018" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8023", + "endColumns": "100", + "endOffsets": "8119" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,266,346,425,510,602,689,788,905,987,1051,1136,1204,1268,1355,1419,1483,1542,1614,1678,1732,1851,1911,1972,2026,2099,2232,2316,2409,2547,2627,2706,2794,2849,2900,2966,3039,3118,3204,3277,3352,3426,3498,3586,3663,3754,3846,3918,3992,4083,4137,4206,4289,4375,4437,4501,4564,4667,4771,4868,4973,5032,5087", + "endLines": "5,6,7,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", + "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80", + "endOffsets": "261,341,420,505,597,684,783,900,982,1046,1131,1199,1263,1350,1414,1478,1537,1609,1673,1727,1846,1906,1967,2021,2094,2227,2311,2404,2542,2622,2701,2789,2844,2895,2961,3034,3113,3199,3272,3347,3421,3493,3581,3658,3749,3841,3913,3987,4078,4132,4201,4284,4370,4432,4496,4559,4662,4766,4863,4968,5027,5082,5163" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3038,3118,3197,3282,3374,3461,3560,3677,3759,3823,3908,3976,4040,4127,4191,4255,4314,4386,4450,4504,4623,4683,4744,4798,4871,5004,5088,5181,5319,5399,5478,5566,5621,5672,5738,5811,5890,5976,6049,6124,6198,6270,6358,6435,6526,6618,6690,6764,6855,6909,6978,7061,7147,7209,7273,7336,7439,7543,7640,7745,7804,7859", + "endLines": "5,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", + "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80", + "endOffsets": "311,3113,3192,3277,3369,3456,3555,3672,3754,3818,3903,3971,4035,4122,4186,4250,4309,4381,4445,4499,4618,4678,4739,4793,4866,4999,5083,5176,5314,5394,5473,5561,5616,5667,5733,5806,5885,5971,6044,6119,6193,6265,6353,6430,6521,6613,6685,6759,6850,6904,6973,7056,7142,7204,7268,7331,7434,7538,7635,7740,7799,7854,7935" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "203", + "endOffsets": "254" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5714", + "endColumns": "203", + "endOffsets": "5913" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528", + "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185", + "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ldrtl-v17_values-ldrtl-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,191", + "endColumns": "135,140", + "endOffsets": "186,327" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-port_values-port.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8175", + "endColumns": "100", + "endOffsets": "8271" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243", + "endLines": "5,6,7,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", + "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3044,3126,3206,3292,3397,3493,3595,3723,3804,3869,3964,4034,4097,4190,4254,4326,4389,4463,4527,4583,4701,4759,4821,4877,4957,5091,5180,5261,5402,5483,5563,5653,5709,5765,5831,5907,5989,6077,6150,6227,6297,6374,6463,6537,6631,6733,6805,6886,6990,7043,7110,7203,7292,7354,7418,7481,7592,7689,7791,7889,7949,8009", + "endLines": "5,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", + "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82", + "endOffsets": "323,3121,3201,3287,3392,3488,3590,3718,3799,3864,3959,4029,4092,4185,4249,4321,4384,4458,4522,4578,4696,4754,4816,4872,4952,5086,5175,5256,5397,5478,5558,5648,5704,5760,5826,5902,5984,6072,6145,6222,6292,6369,6458,6532,6626,6728,6800,6881,6985,7038,7105,7198,7287,7349,7413,7476,7587,7684,7786,7884,7944,8004,8087" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821", + "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", + "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,8092", + "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", + "endOffsets": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,8170" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-te_values-te.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1103,1197,1264,1326,1419,1483,1551,1614,1688,1753,1807,1928,1985,2047,2101,2180,2308,2396,2488,2633,2713,2795,2883,2941,2993,3059,3134,3212,3302,3375,3451,3532,3601,3706,3783,3874,3967,4041,4118,4210,4265,4331,4415,4501,4564,4629,4693,4803,4915,5014,5133,5197,5253", + "endLines": "5,6,7,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", + "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82", + "endOffsets": "271,360,450,536,634,721,825,941,1032,1098,1192,1259,1321,1414,1478,1546,1609,1683,1748,1802,1923,1980,2042,2096,2175,2303,2391,2483,2628,2708,2790,2878,2936,2988,3054,3129,3207,3297,3370,3446,3527,3596,3701,3778,3869,3962,4036,4113,4205,4260,4326,4410,4496,4559,4624,4688,4798,4910,5009,5128,5192,5248,5331" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3080,3169,3259,3345,3443,3530,3634,3750,3841,3907,4001,4068,4130,4223,4287,4355,4418,4492,4557,4611,4732,4789,4851,4905,4984,5112,5200,5292,5437,5517,5599,5687,5745,5797,5863,5938,6016,6106,6179,6255,6336,6405,6510,6587,6678,6771,6845,6922,7014,7069,7135,7219,7305,7368,7433,7497,7607,7719,7818,7937,8001,8057", + "endLines": "5,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", + "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82", + "endOffsets": "321,3164,3254,3340,3438,3525,3629,3745,3836,3902,3996,4063,4125,4218,4282,4350,4413,4487,4552,4606,4727,4784,4846,4900,4979,5107,5195,5287,5432,5512,5594,5682,5740,5792,5858,5933,6011,6101,6174,6250,6331,6400,6505,6582,6673,6766,6840,6917,7009,7064,7130,7214,7300,7363,7428,7492,7602,7714,7813,7932,7996,8052,8135" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,222,334,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,8140", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,8218" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8223", + "endColumns": "100", + "endOffsets": "8319" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,9,12,15", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,140,239,326,427,626,839,1040", + "endLines": "2,3,4,5,8,11,14,17", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "135,234,321,422,621,834,1035,1250" + }, + "to": { + "startLines": "4,5,6,7,8,11,14,17", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "347,432,531,618,719,918,1131,1332", + "endLines": "4,5,6,7,10,13,16,19", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "427,526,613,714,913,1126,1327,1542" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,212", + "endColumns": "156,134", + "endOffsets": "207,342" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values_values.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values\\themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "802" + }, + "to": { + "startLines": "5992", + "startColumns": "4", + "startOffsets": "415178", + "endLines": "6004", + "endColumns": "12", + "endOffsets": "415757" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\cb75003958f24a4c9df8991789c69529\\transformed\\appcompat-resources-1.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2,18,24,34,50", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,480,658,942,1353", + "endLines": "17,23,33,49,53", + "endColumns": "24,24,24,24,24", + "endOffsets": "475,653,937,1348,1475" + }, + "to": { + "startLines": "8749,8765,8771,11265,11281", + "startColumns": "4,4,4,4,4", + "startOffsets": "596039,596464,596642,705645,706056", + "endLines": "8764,8770,8780,11280,11284", + "endColumns": "24,24,24,24,24", + "endOffsets": "596459,596637,596921,706051,706178" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,89,90,94,95,96,97,103,113,146,167,200", + "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", + "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6166,6467,8198,8879,9561", + "endLines": "2,3,4,5,6,7,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,88,89,93,94,95,96,102,112,145,166,199,205", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6161,6462,8193,8874,9556,9723" + }, + "to": { + "startLines": "398,533,534,781,782,895,896,897,898,899,900,901,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1561,1562,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1612,1684,1853,5641,5642,5646,5647,5651,6737,6738,9554,9900,10138,10171,10207,10240", + "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", + "startOffsets": "20484,27447,27519,45459,45528,53009,53079,53147,53219,53289,53350,53424,97963,98024,98085,98147,98211,98273,98334,98402,98502,98562,98628,98701,98770,98827,98879,99671,99743,99819,99884,99943,100002,100062,100122,100182,100242,100302,100362,100422,100482,100542,100602,100661,100721,100781,100841,100901,100961,101021,101081,101141,101201,101261,101320,101380,101440,101499,101558,101617,101676,101735,102243,102278,103755,103810,103873,103928,103986,104044,104105,104168,104225,104276,104326,104387,104444,104510,104544,104926,109476,131203,393515,393632,393833,393943,394144,470575,470647,623682,635302,657537,659268,660493,661175", + "endLines": "398,533,534,781,782,895,896,897,898,899,900,901,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1561,1562,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1612,1684,1853,5641,5645,5646,5650,5651,6737,6738,9559,9909,10170,10191,10239,10245", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "20539,27514,27602,45523,45586,53074,53142,53214,53284,53345,53419,53492,98019,98080,98142,98206,98268,98329,98397,98497,98557,98623,98696,98765,98822,98874,98936,99738,99814,99879,99938,99997,100057,100117,100177,100237,100297,100357,100417,100477,100537,100597,100656,100716,100776,100836,100896,100956,101016,101076,101136,101196,101256,101315,101375,101435,101494,101553,101612,101671,101730,101789,102273,102308,103805,103868,103923,103981,104039,104100,104163,104220,104271,104321,104382,104439,104505,104539,104574,104956,109541,131269,393627,393828,393938,394139,394268,470642,470709,623880,635598,659263,659944,661170,661337" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\c44a24eb114b00d4ae0b944c5b3b714e\\transformed\\savedstate-1.2.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1622", + "startColumns": "4", + "startOffsets": "105410", + "endColumns": "53", + "endOffsets": "105459" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\f66ae2e3f3030ca408ea17e7c467639b\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,111,159,211", + "endLines": "2,3,4,8", + "endColumns": "55,47,51,24", + "endOffsets": "106,154,206,426" + }, + "to": { + "startLines": "102,105,902,10051", + "startColumns": "4,4,4,4", + "startOffsets": "5068,5232,53497,655036", + "endLines": "102,105,902,10054", + "endColumns": "55,47,51,24", + "endOffsets": "5119,5275,53544,655142" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\44e7915931e72843d3f33bbe594cb141\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,111,170,218,274,349,425,497,563", + "endLines": "2,3,4,5,6,7,8,9,38", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "106,165,213,269,344,420,492,558,2084" + }, + "to": { + "startLines": "416,953,954,955,963,964,965,1560,11038", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "21225,56822,56881,56929,57596,57671,57747,102177,697531", + "endLines": "416,953,954,955,963,964,965,1560,11058", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "21276,56876,56924,56980,57666,57742,57814,102238,698366" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\bb7d634cb8bc11a3a574c3760b5b9204\\transformed\\activity-1.6.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "59", + "endOffsets": "110" + }, + "to": { + "startLines": "1621", + "startColumns": "4", + "startOffsets": "105350", + "endColumns": "59", + "endOffsets": "105405" + } + }, + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "16", + "endColumns": "48", + "endOffsets": "60" + }, + "to": { + "startLines": "1717", + "startColumns": "4", + "startOffsets": "111815", + "endColumns": "48", + "endOffsets": "111859" + } + }, + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "7,2,3,4,5,6,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "286,55,102,149,196,241,328", + "endColumns": "41,46,46,46,44,44,41", + "endOffsets": "323,97,144,191,236,281,365" + }, + "to": { + "startLines": "539,791,792,793,804,805,808", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "27926,46179,46226,46273,47017,47062,47228", + "endColumns": "41,46,46,46,44,44,41", + "endOffsets": "27963,46221,46268,46315,47057,47102,47265" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\bf77ad590024d0e14c0f8c0505794694\\transformed\\cardview-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", + "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" + }, + "to": { + "startLines": "26,548,549,550,551,891,892,893,1896,5132,5134,5137,9560", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1254,28609,28670,28732,28794,52784,52843,52900,134267,357871,357935,358061,623885", + "endLines": "26,548,549,550,551,891,892,893,1902,5133,5136,5139,9587", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1301,28665,28727,28789,28853,52838,52895,52949,134676,357930,358056,358184,624804" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\e9c0667ffb0f5abbc13f0e6ed5d96563\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1620", + "startColumns": "4", + "startOffsets": "105307", + "endColumns": "42", + "endOffsets": "105345" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\c44db921d64db197524d35fa7594e186\\transformed\\fragment-1.3.6\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,10", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,112,177,241,411", + "endLines": "2,3,4,9,13", + "endColumns": "56,64,63,24,24", + "endOffsets": "107,172,236,406,555" + }, + "to": { + "startLines": "1556,1588,1624,10198,10203", + "startColumns": "4,4,4,4,4", + "startOffsets": "101999,103644,105514,660174,660344", + "endLines": "1556,1588,1624,10202,10206", + "endColumns": "56,64,63,24,24", + "endOffsets": "102051,103704,105573,660339,660488" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\7628cab03499681912ee78962e603cdc\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1716", + "startColumns": "4", + "startOffsets": "111732", + "endColumns": "82", + "endOffsets": "111810" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\a3e3036654d5223220c3dad2f6b0bd75\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "11885", + "startColumns": "4", + "startOffsets": "730781", + "endLines": "11887", + "endColumns": "24", + "endOffsets": "730886" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1173,1176,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1237,1238,1239,1240,1241,1245,1249,1253,1257,1265,1272,1280,1283,1293,1302,1311,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1335,1336,1340,1341,1347,1351,1352,1353,1354,1364,1365,1366,1370,1371,1377,1381,1382,1385,1386,1390,1391,1394,1395,1396,1397,1638,1644,1882,1888,2129,2135,2373,2379,2442,2524,2576,2658,2720,2802,2866,2918,3000,3007,3013,3024,3028,3032,3045,3060,3076,3083,3089,3103,3116,3136,3153,3162,3167,3174,3194,3207,3224,3230,3236,3243,3247,3253,3266,3269,3279,3280,3281,3329,3333,3337,3341,3342,3343,3346,3360,3367,3381,3423,3424,3429,3433,3437,3442,3449,3455,3456,3459,3463,3468,3480,3484,3489,3494,3499,3502,3505,3508,3512,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3534,3538,3542,3546,3550,3554,3558,3559,3560,3561,3562,3563,3564,3565,3569,3573,3574,3578,3579,3582,3585,3588,3591,3595,3598,3601,3605,3609,3613,3617,3620,3623,3624,3625,3628,3632,3635,3638,3641,3644,3647,3650,3654,3657,3658,3661,3664,3665,3668,3669,3670,3674,3675,3680,3688,3696,3704,3712,3720,3728,3736,3744,3752,3761,3770,3779,3787,3796,3805,3808,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3826,3831,3836,3839,3840,3841,3842,3843,3851,3859,3860,3868,3872,3880,3888,3896,3904,3912,3913,3921,3929,3930,3933,3936,3938,3943,3945,3950,3954,3958,3959,3960,3961,3965,3969,3970,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3993,3997,3998,4002,4003,4004,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4033,4034,4035,4041,4042,4046,4048,4049,4054,4055,4056,4057,4058,4059,4063,4064,4065,4071,4072,4076,4078,4082,4086,4090,4094,4095,4096,4097,4100,4103,4106,4109,4112,4117,4121,4122,4127,4131,4135,4139,4143,4148,4152,4157,4161,4165,4199,4200,4201,4202,4203,4207,4208,4209,4210,4214,4218,4222,4226,4230,4234,4238,4242,4248,4249,4283,4297,4302,4328,4335,4338,4349,4354,4357,4389,4395,4396,4399,4402,4405,4408,4411,4414,4418,4421,4422,4423,4431,4439,4442,4447,4452,4457,4462,4466,4470,4471,4479,4480,4481,4482,4483,4491,4496,4501,4502,4503,4504,4529,4535,4540,4543,4547,4550,4554,4564,4567,4572,4575,4579,4583,4591,4605,4618,4622,4637,4648,4651,4662,4667,4671,4706,4707,4708,4715,4722,4729,4736,4743,4754,4781,4786,4806,4809,4816,4829,4838,4841,4861,4871,4875,4879,4892,4896,4900,4904,4910,4914,4931,4939,4943,4947,4951,4954,4958,4962,4966,4973,4977,4978,4982,5008,5018,5043,5052,5072,5082,5086,5096,5121,5131,5134,5138,5139,5140,5141,5145,5149,5153,5154,5166,5167,5168,5171,5174,5177,5180,5183,5186,5189,5192,5195,5198,5201,5204,5207,5210,5213,5216,5219,5222,5225,5228,5231,5232,5237,5238,5250,5258,5262,5267,5272,5276,5279,5283,5287,5290,5293,5296,5300,5305,5310,5313,5320,5324,5328,5336,5341,5346,5347,5351,5354,5357,5369,5374,5384,5387,5391,5405,5409,5414,5430,5437,5463,5466,5469,5472,5475,5478,5481,5499,5504,5511,5518,5527,5534,5539,5550,5554,5561,5564,5569,5570,5571,5572,5576,5580,5584,5588,5621,5624,5628,5632,5663,5666,5670,5674,5683,5689,5692,5701,5705,5706,5713,5717,5724,5725,5726,5729,5734,5739,5740,5744,5752,5771,5775,5776,5788,5798,5799,5811,5816,5840,5843,5849,5852,5861,5869,5873,5876,5879,5882,5886,5889,5906,5910,5913,5928,5931,5939,5944,5951,5956,5957,5962,5963,5969,5975,5981,6013,6024,6041,6048,6052,6055,6067,6076,6080,6085,6089,6093,6097,6101,6105,6109,6113,6118,6121,6133,6138,6147,6150,6157,6158,6162,6171,6177,6181,6182,6186,6207,6213,6217,6221,6222,6240,6241,6242,6243,6244,6249,6252,6253,6259,6260,6272,6284,6291,6292,6297,6302,6303,6307,6321,6326,6332,6338,6344,6349,6355,6361,6362,6367,6382,6387,6396,6405,6408,6422,6427,6438,6442,6451,6460,6461,6468,6476,6493,6503,6550,6581,6627,6684,6692,6750,6859,6879,6900,6906,6914,7020,7034,7057,7063,7107,7111,7117,7123,7133,7165,7171,7179,7192,7248,7259,7271,7283,7321,7368,7374,7386,7392,7398,7448,7453,7458,7464,7499,7511,7553,7576,7637,7642,7648,7651,7655,7703,7741,7759,7777,7830,7838,7862,7866,7874,7967,7971,8245,8253,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1855,1906,1966,2015,2071,2127,2177,2236,2283,2337,2393,2447,2501,2555,2604,2662,2718,2765,2819,2873,2921,2978,3032,3088,3151,3213,3269,3329,3382,3443,3522,3603,3675,3754,3834,3910,3988,4057,4133,4210,4281,4354,4430,4508,4577,4653,4730,4794,4865,4937,4988,5041,5096,5163,5216,5268,5318,5376,5441,5489,5540,5607,5673,5731,5800,5858,5927,5997,6070,6144,6212,6279,6349,6415,6488,6548,6624,6684,6744,6819,6887,6953,7021,7081,7140,7197,7263,7325,7382,7450,7523,7593,7655,7716,7784,7846,7902,7961,8023,8085,8152,8209,8270,8331,8392,8453,8509,8565,8621,8677,8735,8793,8851,8909,8966,9023,9080,9137,9196,9255,9313,9396,9479,9552,9606,9675,9731,9812,9893,9964,10093,10146,10204,10262,10320,10366,10426,10480,10550,10620,10685,10751,10816,10884,10953,11021,11151,11204,11263,11321,11373,11423,11475,11521,11571,11627,11674,11732,11790,11852,11915,11977,12036,12096,12161,12227,12292,12354,12416,12478,12540,12602,12664,12730,12797,12863,12926,12990,13053,13121,13182,13244,13306,13369,13433,13496,13560,13638,13697,13763,13843,13904,13957,14015,14066,14111,14175,14234,14296,14370,14441,14507,14581,14650,14721,14794,14865,14933,15006,15082,15152,15230,15298,15364,15425,15494,15558,15624,15692,15758,15821,15889,15960,16025,16098,16161,16242,16306,16372,16442,16512,16582,16652,16719,16776,16834,16893,16953,17012,17071,17130,17189,17248,17307,17366,17425,17484,17543,17603,17664,17726,17787,17848,17909,17970,18031,18092,18153,18214,18275,18336,18404,18473,18543,18612,18681,18750,18819,18888,18957,19026,19095,19164,19233,19293,19354,19416,19477,19538,19599,19660,19721,19782,19843,19904,19965,20026,20088,20151,20215,20278,20341,20404,20467,20530,20593,20656,20719,20782,20845,20906,20968,21031,21093,21155,21217,21279,21341,21403,21465,21527,21589,21651,21708,21795,21875,21965,22060,22152,22244,22334,22417,22510,22597,22694,22785,22886,22973,23076,23165,23264,23356,23456,23540,23634,23722,23820,23904,24004,24090,24186,24274,24355,24446,24542,24635,24728,24819,24904,24998,25087,25185,25278,25380,25468,25572,25663,25763,25856,25957,26042,26137,26226,26325,26410,26511,26598,26695,26761,26837,26906,26985,27058,27126,27204,27280,27351,27432,27505,27588,27663,27748,27821,27902,27983,28057,28141,28211,28291,28369,28441,28523,28593,28671,28749,28827,28898,28979,29044,29110,29163,29239,29305,29392,29468,29544,29609,29664,29718,29797,29875,29948,30013,30076,30142,30213,30284,30354,30416,30485,30551,30611,30678,30745,30801,30852,30905,30957,31011,31082,31145,31204,31266,31325,31398,31465,31535,31595,31658,31733,31805,31901,31972,32028,32099,32156,32213,32279,32343,32414,32471,32524,32587,32639,32697,32764,32833,32899,32958,33041,33100,33157,33224,33294,33368,33430,33499,33569,33623,33676,33730,33789,33835,33892,33959,34015,34080,34154,34238,34311,34376,34438,34494,34568,34651,34740,34804,34883,34957,35019,35115,35180,35239,35295,35351,35411,35518,35565,35625,35686,35750,35811,35871,35929,35972,36021,36073,36124,36176,36225,36274,36339,36405,36465,36526,36582,36641,36716,36773,36857,36914,36989,37064,37115,37183,37233,37295,37355,37412,37472,37521,37589,37695,37797,37866,37937,38037,38108,38218,38307,38363,38464,38574,38680,38757,38869,38996,39108,39235,39305,39419,39550,39647,39715,39833,39936,40054,40115,40189,40256,40361,40483,40557,40624,40734,40833,40906,41023,41091,41197,41299,41379,41450,41546,41613,41687,41761,41847,41935,42014,42092,42193,42264,42329,42441,42547,42615,42728,42841,42959,43037,43109,43245,43381,43466,43606,43682,43820,43958,44100,44182,44244,44340,44407,44524,44645,44742,44824,44911,44998,45129,45260,45395,45506,45620,45722,45818,45922,45989,46061,46171,46277,46350,46441,46543,46646,46741,46848,46953,47075,47197,47323,47382,47440,47564,47688,47816,47934,48052,48174,48255,48312,48373,48432,48492,48550,48611,48669,48719,48768,48835,48894,48953,49002,49077,49148,49217,49280,49348,49414,49482,49547,49613,49690,49768,49874,49980,50076,50205,50294,50421,50487,50556,50622,50720,50816,50912,51010,51119,51214,51303,51365,51425,51490,51547,51628,51682,51739,51836,51946,52033,52123,52175,52267,52360,52462,52518,52577,52626,52718,52767,52821,52875,52929,52983,53037,53092,53202,53312,53422,53532,53642,53752,53862,53972,54078,54184,54290,54396,54491,54586,54681,54776,54882,54988,55094,55200,55295,55390,55485,55580,55688,55796,55904,56012,56109,56206,56303,56400,56508,56616,56724,56832,56930,57026,57122,57220,57285,57373,57431,57495,57556,57618,57678,57740,57808,57866,57929,57992,58059,58134,58207,58273,58325,58378,58430,58487,58571,58666,58751,58832,58912,58989,59068,59145,59219,59293,59364,59444,59516,59591,59656,59717,59777,59852,59926,60003,60076,60146,60218,60288,60361,60425,60495,60543,60612,60664,60749,60832,60890,60956,61023,61089,61170,61245,61301,61354,61415,61473,61523,61572,61621,61670,61732,61784,61829,61910,61961,62015,62068,62122,62173,62222,62288,62339,62400,62461,62523,62573,62614,62691,62750,62809,62868,62929,62985,63041,63108,63169,63234,63289,63354,63423,63491,63569,63638,63698,63769,63843,63908,63980,64050,64117,64201,64270,64337,64407,64470,64537,64605,64688,64767,64857,64934,65002,65069,65147,65204,65261,65329,65395,65451,65511,65570,65624,65674,65724,65772,65834,65885,65958,66038,66118,66182,66249,66320,66378,66439,66505,66564,66631,66691,66751,66814,66882,66943,67010,67088,67158,67207,67264,67333,67394,67482,67570,67658,67746,67833,67920,68007,68094,68152,68226,68296,68352,68423,68488,68550,68625,68698,68788,68854,68920,68981,69045,69107,69165,69236,69319,69378,69449,69515,69580,69641,69700,69771,69837,69902,69985,70061,70136,70217,70277,70346,70416,70485,70540,70596,70652,70713,70771,70827,70882,70944,71001,71095,71164,71265,71316,71386,71449,71505,71563,71617,71703,71787,71857,71926,71996,72111,72232,72299,72366,72441,72508,72567,72621,72675,72729,72782,72834,72908,73045,73185,73234,73284,73334,73382,73438,73496,73558,73613,73671,73742,73806,73865,73927,73993,74059,74102,74146,74191,74234,74285,74332,74377,74428,74479,74530,74581,74629,74695,74757,74820,74892,74949,75004,75062,75117,75176,75232,75301,75370,75439,75509,75572,75635,75698,75761,75826,75891,75956,76021,76084,76148,76212,76276,76342,76408,76476,76544,76610,76677,76751,76814,76871,76931,76996,77063,77128,77185,77246,77304,77408,77519,77628,77732,77810,77875,77942,78008,78078,78125,78177,78227,78284,78604,78754,78885,79069,79247,79485,79674,79843,79941,80056,80141,80220,80380,80445,80534,80691,80848,81001,81155,81214,81380,81505,81630,81800,81910,82031,82152,82262,82374,82497,82620,82702,82875,83043,83191,83350,83505,83678,83795,83912,84080,84192,84306,84478,84654,84812,84945,85057,85203,85355,85487,85630,85752,85930,86066,86162,86298,86393,86560,86653,86745,86932,87088,87266,87430,87612,87929,88111,88293,88483,88715,88905,89082,89244,89401,89511,89694,89831,90051,90235,90419,90579,90737,90921,91148,91351,91522,91742,91964,92119,92319,92503,92606,92796,92937,93102,93273,93473,93677,93879,94044,94249,94448,94647,94844,94935,95084,95234,95318,95467,95612,95764,95905,96071,96232,96310,96611,96777,96932,97034,97192,97356,97542,97765,97890,98167,98439,98705,98990,99441,99897,100406,100554,101068,101505,101939,102382,102467,102588,102687,102804,102891,103014,103115,103234,103327,103434,103777,103884,104129,104250,104659,104907,105007,105112,105231,105740,105887,106006,106257,106390,106805,107059,107171,107418,107543,107860,107981,108209,108330,108463,108610,127271,127698,146108,146532,165231,165660,184108,184534,189375,194792,198883,204314,209056,214433,218417,222409,227800,228282,228715,229471,229701,229944,231077,232006,232910,233374,233767,234847,235591,236784,237768,238246,238539,238922,240437,241202,242345,242786,243227,243703,243977,244374,245305,245483,246236,246373,246464,248658,248924,249246,249456,249565,249684,249868,250840,251310,252061,254538,254633,254932,255160,255388,255647,256223,256577,256699,256838,257112,257372,258242,258528,258931,259333,259676,259888,260089,260302,260591,260876,260949,261036,261121,261220,261343,261466,261597,261714,261834,261966,262080,262198,262311,262432,262620,262807,262988,263171,263355,263536,263718,263838,263958,264066,264176,264288,264396,264506,264671,264837,264964,265129,265230,265350,265511,265674,265835,266002,266121,266238,266418,266600,266781,266964,267119,267251,267373,267508,267671,267864,267990,268142,268284,268454,268610,268782,269073,269268,269360,269533,269695,269790,269959,270053,270142,270385,270474,270767,271230,271697,272165,272638,273102,273565,274029,274494,274955,275423,275894,276364,276822,277291,277761,277951,278130,278236,278344,278450,278562,278676,278788,278902,279018,279132,279240,279350,279458,279654,280033,280437,280584,280692,280802,280910,281024,281433,281847,281963,282381,282622,283052,283487,283897,284319,284729,284851,285260,285676,285798,286016,286200,286268,286612,286692,287048,287198,287342,287418,287530,287620,287882,288147,288246,288398,288506,288582,288694,288784,288886,288994,289102,289202,289310,289395,289499,289586,289664,289778,289870,290134,290401,290502,290655,290765,290849,291238,291336,291444,291538,291668,291776,291898,292034,292142,292262,292396,292518,292646,292788,292914,293054,293180,293298,293430,293528,293638,293938,294050,294168,294632,294748,295051,295177,295273,295674,295784,295908,296046,296156,296278,296590,296714,296844,297320,297448,297763,297901,298063,298279,298435,298639,298707,298791,298895,299098,299287,299488,299681,299886,300199,300411,300527,300773,300989,301193,301384,301602,301839,301991,302251,302393,302554,305137,305251,305371,305487,305581,305902,306001,306119,306220,306499,306784,307063,307345,307598,307857,308110,308366,308790,308866,311460,312815,313259,315113,315688,315896,316906,317286,317427,319928,320354,320466,320601,320798,320969,321152,321327,321514,321736,321894,321978,322082,322569,323125,323283,323502,323733,323956,324191,324413,324679,324817,325416,325530,325668,325780,325904,326475,326970,327516,327661,327754,327846,329773,330343,330641,330830,331036,331229,331439,332323,332468,332860,333018,333235,333496,333928,334803,335423,335620,336568,337333,337456,338229,338450,338650,340627,340727,340817,341188,341858,342540,343220,343912,344481,346094,346415,347478,347648,348173,349068,349702,349868,351354,351970,352206,352427,353385,353650,353915,354127,354541,354777,356062,356511,356698,356947,357189,357365,357606,357839,358064,358406,358619,358714,358975,360326,360801,362027,362497,363545,363997,364241,364698,365943,366426,366576,366920,367066,367204,367340,367628,367929,368231,368347,369176,369298,369410,369559,369825,370095,370361,370629,370885,371145,371401,371659,371911,372167,372419,372673,372905,373141,373393,373649,373901,374155,374387,374621,374733,375158,375282,376219,376817,377013,377250,377518,377811,378028,378242,378541,378733,378945,379125,379417,379681,380018,380237,380650,380887,381179,381784,382022,382291,382431,382685,382829,383019,383827,384167,384915,385139,385436,386215,386552,386952,388261,388846,390919,391113,391331,391557,391769,391968,392175,393298,393535,394010,394400,394864,395203,395540,396300,396564,396907,397098,397445,397533,397641,397749,398062,398387,398706,399037,401604,401792,402053,402302,404743,404935,405200,405453,405969,406319,406488,407002,407237,407361,407773,407987,408389,408492,408622,408797,409049,409245,409385,409579,410077,411146,411434,411564,412341,412998,413144,413850,414088,415628,415778,416195,416360,417046,417516,417712,417803,417887,418031,418265,418432,419360,419646,419806,420421,420580,420908,421135,421647,422009,422088,422427,422532,422897,423268,423629,425503,426132,427208,427632,427885,428037,429027,429764,429967,430213,430460,430678,430920,431241,431505,431810,432033,432344,432533,433248,433517,434011,434237,434677,434836,435120,435865,436230,436535,436693,436931,438250,438648,438876,439096,439238,440528,440634,440764,440902,441026,441314,441483,441583,441868,441982,442865,443620,444059,444183,444429,444622,444756,444947,445726,445944,446235,446514,446831,447053,447348,447631,447735,448018,448834,449150,449711,450217,450422,451208,451613,452274,452463,453014,453580,453700,454102,454636,455166,455465,457810,458904,460498,462505,462757,465190,467485,467925,468677,468861,469072,473730,474313,475041,475243,476378,476528,476703,476928,477455,478707,479014,479522,479971,481765,482025,482607,483102,484139,486005,486196,486529,486685,486878,489213,489442,489650,489786,491558,491856,493068,493936,495824,495940,496109,496246,496392,497604,498742,499273,499699,501310,501558,502328,502444,502619,505834,505981,516745,516988,517359,517454,517547,517631,517718,517816,517907,517998,518086,518170,518266,518370,518444,518529,518628,518732,518828,518930,519033,519133,519223,519308,519409,519507,519597,519692,519779,519885,519987,520081,520172,520253,520329,520421,520510,520630,520741,520824,520910,521005,521099,521205,521303,521400,521495,521593,521693,521796,521891,521984,522078,522170,522272,522370,522473,522558,522656,522778,522876,522989,523083,523172,523261,523344,523435,523520,523628,523729,523830,523928,524034,524125,524224,524321,524419,524515,524608,524718,524816,524911,525021,525113,525213,525312,525399,525503,525608,525715,525822,525921,526030,526122,526219,526330,526441,526552,526656,526771,526887,527014,527134,527214,527322,527412,527513,527596,527687,527772,527864,527967,528062,528158,528251,528332,528441,528520,528627,528718,528817,528910,529013,529117,529218,529319,529423,529517,529621,529725,529838,529944,530050,530158,530275,530364,530472,530572,530651,530741,530825,530917,530990,531078,531160,531245,531344,531441,531532,531623,531715,531810,531908,532007,532109,532206,532303,532396,532483,532567,532664,532761,532854,532941,533032,533131,533230,533325,533414,533495,533594,533689,533786,533882,533979,534063,534162,534257,534354,534450,534547,534636,534737,534834,534933,535031,535130,535220,535311,535400,535489,535571,535664,535755,535828,535895,535968,536035,536111,536188,536240,536313,536386,536452,536519,536587,536653", + "endLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1172,1175,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1236,1237,1238,1239,1240,1244,1248,1252,1256,1264,1271,1279,1282,1292,1301,1310,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1334,1335,1339,1340,1346,1350,1351,1352,1353,1363,1364,1365,1369,1370,1376,1380,1381,1384,1385,1389,1390,1393,1394,1395,1396,1637,1643,1881,1887,2128,2134,2372,2378,2441,2523,2575,2657,2719,2801,2865,2917,2999,3006,3012,3023,3027,3031,3044,3059,3075,3082,3088,3102,3115,3135,3152,3161,3166,3173,3193,3206,3223,3229,3235,3242,3246,3252,3265,3268,3278,3279,3280,3328,3332,3336,3340,3341,3342,3345,3359,3366,3380,3422,3423,3428,3432,3436,3441,3448,3454,3455,3458,3462,3467,3479,3483,3488,3493,3498,3501,3504,3507,3511,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3533,3537,3541,3545,3549,3553,3557,3558,3559,3560,3561,3562,3563,3564,3568,3572,3573,3577,3578,3581,3584,3587,3590,3594,3597,3600,3604,3608,3612,3616,3619,3622,3623,3624,3627,3631,3634,3637,3640,3643,3646,3649,3653,3656,3657,3660,3663,3664,3667,3668,3669,3673,3674,3679,3687,3695,3703,3711,3719,3727,3735,3743,3751,3760,3769,3778,3786,3795,3804,3807,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3825,3830,3835,3838,3839,3840,3841,3842,3850,3858,3859,3867,3871,3879,3887,3895,3903,3911,3912,3920,3928,3929,3932,3935,3937,3942,3944,3949,3953,3957,3958,3959,3960,3964,3968,3969,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3992,3996,3997,4001,4002,4003,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4032,4033,4034,4040,4041,4045,4047,4048,4053,4054,4055,4056,4057,4058,4062,4063,4064,4070,4071,4075,4077,4081,4085,4089,4093,4094,4095,4096,4099,4102,4105,4108,4111,4116,4120,4121,4126,4130,4134,4138,4142,4147,4151,4156,4160,4164,4198,4199,4200,4201,4202,4206,4207,4208,4209,4213,4217,4221,4225,4229,4233,4237,4241,4247,4248,4282,4296,4301,4327,4334,4337,4348,4353,4356,4388,4394,4395,4398,4401,4404,4407,4410,4413,4417,4420,4421,4422,4430,4438,4441,4446,4451,4456,4461,4465,4469,4470,4478,4479,4480,4481,4482,4490,4495,4500,4501,4502,4503,4528,4534,4539,4542,4546,4549,4553,4563,4566,4571,4574,4578,4582,4590,4604,4617,4621,4636,4647,4650,4661,4666,4670,4705,4706,4707,4714,4721,4728,4735,4742,4753,4780,4785,4805,4808,4815,4828,4837,4840,4860,4870,4874,4878,4891,4895,4899,4903,4909,4913,4930,4938,4942,4946,4950,4953,4957,4961,4965,4972,4976,4977,4981,5007,5017,5042,5051,5071,5081,5085,5095,5120,5130,5133,5137,5138,5139,5140,5144,5148,5152,5153,5165,5166,5167,5170,5173,5176,5179,5182,5185,5188,5191,5194,5197,5200,5203,5206,5209,5212,5215,5218,5221,5224,5227,5230,5231,5236,5237,5249,5257,5261,5266,5271,5275,5278,5282,5286,5289,5292,5295,5299,5304,5309,5312,5319,5323,5327,5335,5340,5345,5346,5350,5353,5356,5368,5373,5383,5386,5390,5404,5408,5413,5429,5436,5462,5465,5468,5471,5474,5477,5480,5498,5503,5510,5517,5526,5533,5538,5549,5553,5560,5563,5568,5569,5570,5571,5575,5579,5583,5587,5620,5623,5627,5631,5662,5665,5669,5673,5682,5688,5691,5700,5704,5705,5712,5716,5723,5724,5725,5728,5733,5738,5739,5743,5751,5770,5774,5775,5787,5797,5798,5810,5815,5839,5842,5848,5851,5860,5868,5872,5875,5878,5881,5885,5888,5905,5909,5912,5927,5930,5938,5943,5950,5955,5956,5961,5962,5968,5974,5980,6012,6023,6040,6047,6051,6054,6066,6075,6079,6084,6088,6092,6096,6100,6104,6108,6112,6117,6120,6132,6137,6146,6149,6156,6157,6161,6170,6176,6180,6181,6185,6206,6212,6216,6220,6221,6239,6240,6241,6242,6243,6248,6251,6252,6258,6259,6271,6283,6290,6291,6296,6301,6302,6306,6320,6325,6331,6337,6343,6348,6354,6360,6361,6366,6381,6386,6395,6404,6407,6421,6426,6437,6441,6450,6459,6460,6467,6475,6492,6502,6549,6580,6626,6683,6691,6749,6858,6878,6899,6905,6913,7019,7033,7056,7062,7106,7110,7116,7122,7132,7164,7170,7178,7191,7247,7258,7270,7282,7320,7367,7373,7385,7391,7397,7447,7452,7457,7463,7498,7510,7552,7575,7636,7641,7647,7650,7654,7680,7740,7758,7776,7829,7837,7861,7865,7873,7966,7970,8244,8252,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66", + "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1850,1901,1961,2010,2066,2122,2172,2231,2278,2332,2388,2442,2496,2550,2599,2657,2713,2760,2814,2868,2916,2973,3027,3083,3146,3208,3264,3324,3377,3438,3517,3598,3670,3749,3829,3905,3983,4052,4128,4205,4276,4349,4425,4503,4572,4648,4725,4789,4860,4932,4983,5036,5091,5158,5211,5263,5313,5371,5436,5484,5535,5602,5668,5726,5795,5853,5922,5992,6065,6139,6207,6274,6344,6410,6483,6543,6619,6679,6739,6814,6882,6948,7016,7076,7135,7192,7258,7320,7377,7445,7518,7588,7650,7711,7779,7841,7897,7956,8018,8080,8147,8204,8265,8326,8387,8448,8504,8560,8616,8672,8730,8788,8846,8904,8961,9018,9075,9132,9191,9250,9308,9391,9474,9547,9601,9670,9726,9807,9888,9959,10088,10141,10199,10257,10315,10361,10421,10475,10545,10615,10680,10746,10811,10879,10948,11016,11146,11199,11258,11316,11368,11418,11470,11516,11566,11622,11669,11727,11785,11847,11910,11972,12031,12091,12156,12222,12287,12349,12411,12473,12535,12597,12659,12725,12792,12858,12921,12985,13048,13116,13177,13239,13301,13364,13428,13491,13555,13633,13692,13758,13838,13899,13952,14010,14061,14106,14170,14229,14291,14365,14436,14502,14576,14645,14716,14789,14860,14928,15001,15077,15147,15225,15293,15359,15420,15489,15553,15619,15687,15753,15816,15884,15955,16020,16093,16156,16237,16301,16367,16437,16507,16577,16647,16714,16771,16829,16888,16948,17007,17066,17125,17184,17243,17302,17361,17420,17479,17538,17598,17659,17721,17782,17843,17904,17965,18026,18087,18148,18209,18270,18331,18399,18468,18538,18607,18676,18745,18814,18883,18952,19021,19090,19159,19228,19288,19349,19411,19472,19533,19594,19655,19716,19777,19838,19899,19960,20021,20083,20146,20210,20273,20336,20399,20462,20525,20588,20651,20714,20777,20840,20901,20963,21026,21088,21150,21212,21274,21336,21398,21460,21522,21584,21646,21703,21790,21870,21960,22055,22147,22239,22329,22412,22505,22592,22689,22780,22881,22968,23071,23160,23259,23351,23451,23535,23629,23717,23815,23899,23999,24085,24181,24269,24350,24441,24537,24630,24723,24814,24899,24993,25082,25180,25273,25375,25463,25567,25658,25758,25851,25952,26037,26132,26221,26320,26405,26506,26593,26690,26756,26832,26901,26980,27053,27121,27199,27275,27346,27427,27500,27583,27658,27743,27816,27897,27978,28052,28136,28206,28286,28364,28436,28518,28588,28666,28744,28822,28893,28974,29039,29105,29158,29234,29300,29387,29463,29539,29604,29659,29713,29792,29870,29943,30008,30071,30137,30208,30279,30349,30411,30480,30546,30606,30673,30740,30796,30847,30900,30952,31006,31077,31140,31199,31261,31320,31393,31460,31530,31590,31653,31728,31800,31896,31967,32023,32094,32151,32208,32274,32338,32409,32466,32519,32582,32634,32692,32759,32828,32894,32953,33036,33095,33152,33219,33289,33363,33425,33494,33564,33618,33671,33725,33784,33830,33887,33954,34010,34075,34149,34233,34306,34371,34433,34489,34563,34646,34735,34799,34878,34952,35014,35110,35175,35234,35290,35346,35406,35513,35560,35620,35681,35745,35806,35866,35924,35967,36016,36068,36119,36171,36220,36269,36334,36400,36460,36521,36577,36636,36711,36768,36852,36909,36984,37059,37110,37178,37228,37290,37350,37407,37467,37516,37584,37690,37792,37861,37932,38032,38103,38213,38302,38358,38459,38569,38675,38752,38864,38991,39103,39230,39300,39414,39545,39642,39710,39828,39931,40049,40110,40184,40251,40356,40478,40552,40619,40729,40828,40901,41018,41086,41192,41294,41374,41445,41541,41608,41682,41756,41842,41930,42009,42087,42188,42259,42324,42436,42542,42610,42723,42836,42954,43032,43104,43240,43376,43461,43601,43677,43815,43953,44095,44177,44239,44335,44402,44519,44640,44737,44819,44906,44993,45124,45255,45390,45501,45615,45717,45813,45917,45984,46056,46166,46272,46345,46436,46538,46641,46736,46843,46948,47070,47192,47318,47377,47435,47559,47683,47811,47929,48047,48169,48250,48307,48368,48427,48487,48545,48606,48664,48714,48763,48830,48889,48948,48997,49072,49143,49212,49275,49343,49409,49477,49542,49608,49685,49763,49869,49975,50071,50200,50289,50416,50482,50551,50617,50715,50811,50907,51005,51114,51209,51298,51360,51420,51485,51542,51623,51677,51734,51831,51941,52028,52118,52170,52262,52355,52457,52513,52572,52621,52713,52762,52816,52870,52924,52978,53032,53087,53197,53307,53417,53527,53637,53747,53857,53967,54073,54179,54285,54391,54486,54581,54676,54771,54877,54983,55089,55195,55290,55385,55480,55575,55683,55791,55899,56007,56104,56201,56298,56395,56503,56611,56719,56827,56925,57021,57117,57215,57280,57368,57426,57490,57551,57613,57673,57735,57803,57861,57924,57987,58054,58129,58202,58268,58320,58373,58425,58482,58566,58661,58746,58827,58907,58984,59063,59140,59214,59288,59359,59439,59511,59586,59651,59712,59772,59847,59921,59998,60071,60141,60213,60283,60356,60420,60490,60538,60607,60659,60744,60827,60885,60951,61018,61084,61165,61240,61296,61349,61410,61468,61518,61567,61616,61665,61727,61779,61824,61905,61956,62010,62063,62117,62168,62217,62283,62334,62395,62456,62518,62568,62609,62686,62745,62804,62863,62924,62980,63036,63103,63164,63229,63284,63349,63418,63486,63564,63633,63693,63764,63838,63903,63975,64045,64112,64196,64265,64332,64402,64465,64532,64600,64683,64762,64852,64929,64997,65064,65142,65199,65256,65324,65390,65446,65506,65565,65619,65669,65719,65767,65829,65880,65953,66033,66113,66177,66244,66315,66373,66434,66500,66559,66626,66686,66746,66809,66877,66938,67005,67083,67153,67202,67259,67328,67389,67477,67565,67653,67741,67828,67915,68002,68089,68147,68221,68291,68347,68418,68483,68545,68620,68693,68783,68849,68915,68976,69040,69102,69160,69231,69314,69373,69444,69510,69575,69636,69695,69766,69832,69897,69980,70056,70131,70212,70272,70341,70411,70480,70535,70591,70647,70708,70766,70822,70877,70939,70996,71090,71159,71260,71311,71381,71444,71500,71558,71612,71698,71782,71852,71921,71991,72106,72227,72294,72361,72436,72503,72562,72616,72670,72724,72777,72829,72903,73040,73180,73229,73279,73329,73377,73433,73491,73553,73608,73666,73737,73801,73860,73922,73988,74054,74097,74141,74186,74229,74280,74327,74372,74423,74474,74525,74576,74624,74690,74752,74815,74887,74944,74999,75057,75112,75171,75227,75296,75365,75434,75504,75567,75630,75693,75756,75821,75886,75951,76016,76079,76143,76207,76271,76337,76403,76471,76539,76605,76672,76746,76809,76866,76926,76991,77058,77123,77180,77241,77299,77403,77514,77623,77727,77805,77870,77937,78003,78073,78120,78172,78222,78279,78599,78749,78880,79064,79242,79480,79669,79838,79936,80051,80136,80215,80375,80440,80529,80686,80843,80996,81150,81209,81375,81500,81625,81795,81905,82026,82147,82257,82369,82492,82615,82697,82870,83038,83186,83345,83500,83673,83790,83907,84075,84187,84301,84473,84649,84807,84940,85052,85198,85350,85482,85625,85747,85925,86061,86157,86293,86388,86555,86648,86740,86927,87083,87261,87425,87607,87924,88106,88288,88478,88710,88900,89077,89239,89396,89506,89689,89826,90046,90230,90414,90574,90732,90916,91143,91346,91517,91737,91959,92114,92314,92498,92601,92791,92932,93097,93268,93468,93672,93874,94039,94244,94443,94642,94839,94930,95079,95229,95313,95462,95607,95759,95900,96066,96227,96305,96606,96772,96927,97029,97187,97351,97537,97760,97885,98162,98434,98700,98985,99436,99892,100401,100549,101063,101500,101934,102377,102462,102583,102682,102799,102886,103009,103110,103229,103322,103429,103772,103879,104124,104245,104654,104902,105002,105107,105226,105735,105882,106001,106252,106385,106800,107054,107166,107413,107538,107855,107976,108204,108325,108458,108605,127266,127693,146103,146527,165226,165655,184103,184529,189370,194787,198878,204309,209051,214428,218412,222404,227795,228277,228710,229466,229696,229939,231072,232001,232905,233369,233762,234842,235586,236779,237763,238241,238534,238917,240432,241197,242340,242781,243222,243698,243972,244369,245300,245478,246231,246368,246459,248653,248919,249241,249451,249560,249679,249863,250835,251305,252056,254533,254628,254927,255155,255383,255642,256218,256572,256694,256833,257107,257367,258237,258523,258926,259328,259671,259883,260084,260297,260586,260871,260944,261031,261116,261215,261338,261461,261592,261709,261829,261961,262075,262193,262306,262427,262615,262802,262983,263166,263350,263531,263713,263833,263953,264061,264171,264283,264391,264501,264666,264832,264959,265124,265225,265345,265506,265669,265830,265997,266116,266233,266413,266595,266776,266959,267114,267246,267368,267503,267666,267859,267985,268137,268279,268449,268605,268777,269068,269263,269355,269528,269690,269785,269954,270048,270137,270380,270469,270762,271225,271692,272160,272633,273097,273560,274024,274489,274950,275418,275889,276359,276817,277286,277756,277946,278125,278231,278339,278445,278557,278671,278783,278897,279013,279127,279235,279345,279453,279649,280028,280432,280579,280687,280797,280905,281019,281428,281842,281958,282376,282617,283047,283482,283892,284314,284724,284846,285255,285671,285793,286011,286195,286263,286607,286687,287043,287193,287337,287413,287525,287615,287877,288142,288241,288393,288501,288577,288689,288779,288881,288989,289097,289197,289305,289390,289494,289581,289659,289773,289865,290129,290396,290497,290650,290760,290844,291233,291331,291439,291533,291663,291771,291893,292029,292137,292257,292391,292513,292641,292783,292909,293049,293175,293293,293425,293523,293633,293933,294045,294163,294627,294743,295046,295172,295268,295669,295779,295903,296041,296151,296273,296585,296709,296839,297315,297443,297758,297896,298058,298274,298430,298634,298702,298786,298890,299093,299282,299483,299676,299881,300194,300406,300522,300768,300984,301188,301379,301597,301834,301986,302246,302388,302549,305132,305246,305366,305482,305576,305897,305996,306114,306215,306494,306779,307058,307340,307593,307852,308105,308361,308785,308861,311455,312810,313254,315108,315683,315891,316901,317281,317422,319923,320349,320461,320596,320793,320964,321147,321322,321509,321731,321889,321973,322077,322564,323120,323278,323497,323728,323951,324186,324408,324674,324812,325411,325525,325663,325775,325899,326470,326965,327511,327656,327749,327841,329768,330338,330636,330825,331031,331224,331434,332318,332463,332855,333013,333230,333491,333923,334798,335418,335615,336563,337328,337451,338224,338445,338645,340622,340722,340812,341183,341853,342535,343215,343907,344476,346089,346410,347473,347643,348168,349063,349697,349863,351349,351965,352201,352422,353380,353645,353910,354122,354536,354772,356057,356506,356693,356942,357184,357360,357601,357834,358059,358401,358614,358709,358970,360321,360796,362022,362492,363540,363992,364236,364693,365938,366421,366571,366915,367061,367199,367335,367623,367924,368226,368342,369171,369293,369405,369554,369820,370090,370356,370624,370880,371140,371396,371654,371906,372162,372414,372668,372900,373136,373388,373644,373896,374150,374382,374616,374728,375153,375277,376214,376812,377008,377245,377513,377806,378023,378237,378536,378728,378940,379120,379412,379676,380013,380232,380645,380882,381174,381779,382017,382286,382426,382680,382824,383014,383822,384162,384910,385134,385431,386210,386547,386947,388256,388841,390914,391108,391326,391552,391764,391963,392170,393293,393530,394005,394395,394859,395198,395535,396295,396559,396902,397093,397440,397528,397636,397744,398057,398382,398701,399032,401599,401787,402048,402297,404738,404930,405195,405448,405964,406314,406483,406997,407232,407356,407768,407982,408384,408487,408617,408792,409044,409240,409380,409574,410072,411141,411429,411559,412336,412993,413139,413845,414083,415623,415773,416190,416355,417041,417511,417707,417798,417882,418026,418260,418427,419355,419641,419801,420416,420575,420903,421130,421642,422004,422083,422422,422527,422892,423263,423624,425498,426127,427203,427627,427880,428032,429022,429759,429962,430208,430455,430673,430915,431236,431500,431805,432028,432339,432528,433243,433512,434006,434232,434672,434831,435115,435860,436225,436530,436688,436926,438245,438643,438871,439091,439233,440523,440629,440759,440897,441021,441309,441478,441578,441863,441977,442860,443615,444054,444178,444424,444617,444751,444942,445721,445939,446230,446509,446826,447048,447343,447626,447730,448013,448829,449145,449706,450212,450417,451203,451608,452269,452458,453009,453575,453695,454097,454631,455161,455460,457805,458899,460493,462500,462752,465185,467480,467920,468672,468856,469067,473725,474308,475036,475238,476373,476523,476698,476923,477450,478702,479009,479517,479966,481760,482020,482602,483097,484134,486000,486191,486524,486680,486873,489208,489437,489645,489781,491553,491851,493063,493931,495819,495935,496104,496241,496387,497033,498737,499268,499694,501305,501553,502323,502439,502614,505829,505976,516740,516983,517354,517449,517542,517626,517713,517811,517902,517993,518081,518165,518261,518365,518439,518524,518623,518727,518823,518925,519028,519128,519218,519303,519404,519502,519592,519687,519774,519880,519982,520076,520167,520248,520324,520416,520505,520625,520736,520819,520905,521000,521094,521200,521298,521395,521490,521588,521688,521791,521886,521979,522073,522165,522267,522365,522468,522553,522651,522773,522871,522984,523078,523167,523256,523339,523430,523515,523623,523724,523825,523923,524029,524120,524219,524316,524414,524510,524603,524713,524811,524906,525016,525108,525208,525307,525394,525498,525603,525710,525817,525916,526025,526117,526214,526325,526436,526547,526651,526766,526882,527009,527129,527209,527317,527407,527508,527591,527682,527767,527859,527962,528057,528153,528246,528327,528436,528515,528622,528713,528812,528905,529008,529112,529213,529314,529418,529512,529616,529720,529833,529939,530045,530153,530270,530359,530467,530567,530646,530736,530820,530912,530985,531073,531155,531240,531339,531436,531527,531618,531710,531805,531903,532002,532104,532201,532298,532391,532478,532562,532659,532756,532849,532936,533027,533126,533225,533320,533409,533490,533589,533684,533781,533877,533974,534058,534157,534252,534349,534445,534542,534631,534732,534829,534928,535026,535125,535215,535306,535395,535484,535566,535659,535750,535823,535890,535963,536030,536106,536183,536235,536308,536381,536447,536514,536582,536648,536715" + }, + "to": { + "startLines": "3,9,20,21,22,23,24,25,28,29,30,31,32,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,83,84,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,188,190,191,193,194,195,196,197,198,199,200,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,395,396,397,415,417,418,419,420,421,422,423,424,425,426,427,428,432,433,434,435,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,481,482,493,501,502,525,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,890,894,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1515,1516,1563,1564,1565,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1582,1585,1586,1587,1605,1606,1607,1608,1609,1610,1611,1619,1627,1628,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1685,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1784,1787,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1846,1849,1850,1851,1852,1859,1863,1867,1871,1914,1922,1929,2099,2102,2112,2121,2130,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2214,2215,2219,2220,2226,2230,2231,2232,2233,2243,2244,2245,2249,2250,2256,2260,2330,2333,2334,2338,2339,2342,2343,2344,2345,2586,2592,2830,2836,3077,3083,3321,3327,3390,3472,3524,3606,3668,3750,3814,3866,3948,3955,3961,3972,3976,3980,3993,4768,4784,4791,4797,4811,4824,4844,4861,4870,4875,4882,4902,4915,4932,4938,4944,4951,4955,4961,4974,4977,4987,4988,4989,5037,5041,5045,5049,5050,5051,5054,5068,5075,5089,5131,5140,5145,5149,5153,5158,5165,5171,5172,5175,5179,5184,5196,5200,5205,5210,5215,5218,5221,5224,5228,5371,5372,5373,5374,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461,5465,5469,5473,5477,5481,5485,5489,5490,5491,5492,5493,5494,5495,5496,5500,5504,5505,5509,5510,5513,5516,5519,5522,5526,5529,5532,5536,5540,5544,5548,5551,5554,5555,5556,5559,5563,5566,5569,5572,5575,5578,5581,5652,5655,5656,5659,5662,5663,5666,5667,5668,5672,5673,5678,5686,5694,5702,5710,5718,5726,5734,5742,5750,5759,5768,5777,5785,5794,5803,5806,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5824,5829,5834,5837,5838,5839,5840,5841,5849,5857,5858,5866,5870,5878,5886,5894,5902,5910,5911,5919,5927,5928,5931,5970,5972,5977,5979,5984,5988,6005,6006,6007,6008,6012,6016,6017,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6040,6044,6045,6049,6050,6051,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6080,6081,6082,6088,6089,6093,6095,6096,6101,6102,6103,6104,6105,6106,6110,6111,6112,6118,6119,6123,6125,6129,6133,6137,6153,6154,6155,6156,6159,6162,6165,6168,6171,6176,6180,6181,6186,6190,6194,6198,6202,6207,6211,6216,6220,6224,6258,6259,6260,6261,6262,6266,6267,6268,6269,6273,6277,6281,6285,6289,6293,6297,6301,6307,6308,6342,6356,6361,6387,6394,6397,6408,6413,6416,6448,6454,6455,6458,6461,6464,6467,6470,6473,6477,6480,6481,6482,6490,6498,6501,6506,6511,6516,6521,6525,6529,6530,6538,6539,6540,6541,6542,6550,6555,6560,6561,6562,6563,6588,6594,6599,6602,6606,6609,6613,6623,6626,6631,6634,6638,6739,6747,6761,6774,6778,6793,6804,6807,6818,6823,6827,6862,6863,6864,6871,6878,6885,6892,6899,6910,6937,6942,6962,6965,6972,6985,6994,6997,7017,7027,7031,7035,7048,7052,7056,7060,7066,7070,7087,7095,7099,7103,7107,7110,7114,7118,7122,7129,7133,7134,7138,7164,7174,7199,7208,7228,7238,7242,7252,7277,7287,7290,7294,7295,7296,7297,7301,7305,7309,7310,7322,7323,7324,7327,7330,7333,7336,7339,7342,7345,7348,7351,7354,7357,7360,7363,7366,7369,7372,7375,7378,7381,7384,7387,7388,7393,7394,7406,7414,7418,7423,7428,7432,7435,7439,7443,7446,7449,7452,7456,7461,7466,7469,7476,7480,7484,7492,7497,7502,7503,7507,7510,7513,7525,7530,7540,7543,7547,7561,7565,7570,7586,7593,7619,7622,7625,7628,7631,7634,7637,7655,7660,7667,7674,7683,7690,7695,7706,7710,7717,7720,7725,7726,7727,7728,7732,7736,7740,7744,7777,7780,7784,7788,7819,7822,7826,7830,7839,7845,7848,7857,7861,7862,7869,7873,7880,7881,7882,7885,7890,7895,7896,7900,7908,7927,7931,7932,7944,7954,7955,7967,7972,7996,7999,8005,8008,8017,8025,8029,8032,8035,8038,8042,8045,8062,8066,8069,8084,8087,8095,8100,8107,8112,8113,8118,8119,8125,8131,8137,8169,8180,8197,8204,8208,8211,8223,8232,8236,8241,8245,8249,8253,8257,8261,8265,8269,8274,8277,8289,8294,8303,8306,8313,8314,8318,8327,8333,8337,8338,8342,8363,8369,8373,8377,8378,8396,8397,8398,8399,8400,8405,8408,8409,8415,8416,8428,8440,8447,8448,8453,8458,8459,8463,8477,8482,8488,8494,8500,8505,8511,8517,8518,8523,8538,8543,8552,8561,8564,8578,8583,8594,8598,8607,8616,8617,8624,8781,8798,8808,9350,9381,9427,9484,9492,9616,9725,9745,9766,9772,9780,9886,10055,10078,10084,10128,10132,10192,10247,10300,10338,10344,10352,10365,10421,10432,10444,10456,10494,10541,10547,10559,10565,10571,10621,10626,10631,10637,10853,10865,10907,10930,11021,11026,11059,11062,11066,11093,11131,11149,11167,11220,11228,11352,11356,11364,11477,11481,11755,11818,11895,11896,11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909,11910,11911,11912,11913,11914,11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928,11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944,11945,11946,11947,11948,11949,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959,11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975,11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,11988,11989,11990,11991,11992,11993,11994,11995,11996,11997,11998,11999,12000,12001,12002,12003,12004,12005,12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021,12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037,12038,12039,12040,12041,12042,12043,12044,12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059,12060,12061,12062,12063,12064,12065,12066,12067,12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088,12089,12090,12091,12092,12093,12094,12095,12096,12097,12098,12099", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "207,449,902,957,1013,1073,1134,1199,1354,1404,1454,1507,1565,1664,1733,1781,1852,1924,1996,2069,2136,2185,2239,2276,2327,2387,2434,2490,2539,2597,2653,2704,2764,2813,2869,2925,2975,3034,3081,3135,3191,3245,3299,3353,3402,3460,3516,3563,3617,3671,3719,4282,4336,5169,5280,5342,5398,5458,5511,5572,5651,5732,5804,5883,5963,6039,6117,6186,6262,6339,6410,6483,6559,6637,6706,6782,6859,6923,6994,9416,9512,9565,9669,9736,9789,9841,9891,9949,10014,10062,15556,15623,15689,15747,15816,15874,15943,16013,16086,16160,16228,16295,16365,16431,16504,16564,16640,16700,16760,16835,16903,16969,17037,17097,17156,17213,17279,17341,17398,17466,17539,17609,17671,17732,17800,17862,17918,17977,18039,18101,18168,18225,18286,18347,18408,18469,18525,18581,18637,18693,18751,18809,18867,18925,18982,19039,19096,19153,19212,19271,19329,19412,19495,19568,19622,19691,19747,19828,19909,19980,20315,20368,20426,21167,21281,21327,21387,21441,21511,21581,21646,21712,21777,21845,21914,21982,22112,22165,22224,22282,22380,22430,22482,22528,22578,22634,22728,22786,22844,22906,22969,23031,23090,23150,23215,23281,23346,23408,23470,23532,23594,23656,23718,23784,23851,23917,23980,24044,24107,24175,24236,24298,24360,24423,24487,24550,24614,24692,24751,24817,24897,24958,25052,25110,25543,25881,25945,26884,28858,28932,29003,29069,29143,29212,29283,29356,29427,29495,29568,29644,29714,29792,29860,29926,29987,30056,30120,30186,30254,30320,30383,30451,30522,30587,30660,30723,30804,30868,30934,31004,31074,31144,31214,31962,32019,32077,32136,32196,32255,32314,32373,32432,32491,32550,32609,32668,32727,32786,32846,32907,32969,33030,33091,33152,33213,33274,33335,33396,33457,33518,33579,33647,33716,33786,33855,33924,33993,34062,34131,34200,34269,34338,34407,34476,34536,34597,34659,34720,34781,34842,34903,34964,35025,35086,35147,35208,35269,35331,35394,35458,35521,35584,35647,35710,35773,35836,35899,35962,36025,36088,36149,36211,36274,36336,36398,36460,36522,36584,36646,36708,36770,36832,36894,36951,37038,37118,37208,37303,37395,37487,37577,37660,37753,37840,37937,38028,38129,38216,38319,38408,38507,38599,38699,38783,38877,38965,39063,39147,39247,39333,39429,39517,39598,39689,39785,39878,39971,40062,40147,40241,40330,40428,40521,40623,40711,40815,40906,41006,41099,41200,41285,41380,41469,41568,41653,41754,41841,42610,42676,42752,42821,42900,42973,43041,43119,43195,43266,43347,43420,43503,43578,43663,43736,43817,43898,43972,44056,44126,44206,44284,44356,44438,44508,44586,44664,44742,44813,44894,44959,45025,45078,45154,45220,45307,45383,52719,52954,53549,53603,53682,53760,53833,53898,53961,54027,54098,54169,54239,54301,54370,54436,54496,54563,54630,54686,54737,54790,54842,54896,54967,55030,55089,55151,55210,55283,55350,55420,55480,55543,55618,55690,55786,55857,55913,55984,56041,56098,56164,56228,56299,56356,56409,56472,56524,56582,57819,57888,57954,58013,58096,58155,58212,58279,58349,58423,58485,58554,58624,58678,58731,58785,58844,58890,58947,59014,59070,59135,59209,59293,59366,59431,59493,59549,59623,59706,59795,59859,59938,60012,60074,60170,60235,60294,60350,60406,60466,60573,60620,60680,60741,60805,60866,60926,60984,61027,61076,61128,61179,61231,61280,61329,61394,61460,61520,61581,61637,61696,61771,61828,61912,61969,62044,62119,62170,62238,62288,62350,62410,62467,62527,62576,62644,62750,62852,62921,62992,63092,63163,63273,63362,63418,63519,63629,63735,63812,63924,64051,64163,64290,64360,64474,64605,64702,64770,64888,64991,65109,65170,65244,65311,65416,65538,65612,65679,65789,65888,65961,66078,66146,66252,66354,66434,66505,66601,66668,66742,66816,66902,66990,67069,67147,67248,67319,67384,67496,67602,67670,67783,67896,68014,68092,68164,68300,68436,68521,68661,68737,68875,69013,69155,69237,69299,69395,69462,69579,69700,69797,69879,69966,70053,70184,70315,70450,70561,70675,70777,70873,70977,71044,71116,71226,71332,71405,71496,71598,71701,71796,71903,72008,72130,72252,72378,72437,72495,72619,72743,72871,72989,73107,73229,73310,73367,73428,73487,73547,73605,73666,73724,73774,73823,73890,73949,74008,74057,74132,74203,74272,74335,74403,74469,74537,74602,74668,74745,74823,74929,75035,75131,75260,75349,75476,75542,75611,75677,75775,75871,75967,76065,76174,76269,76358,76420,76480,76545,76602,76683,76737,76794,76891,77001,77088,77178,77230,77322,77415,77517,77573,77632,77681,77773,77822,77876,77930,77984,78038,78092,78147,78257,78367,78477,78587,78697,78807,78917,79027,79133,79239,79345,79451,79546,79641,79736,79831,79937,80043,80149,80255,80350,80445,80540,80635,80743,80851,80959,81067,81164,81261,81358,81455,81563,81671,81779,81887,81985,82081,82177,82275,82340,82428,82486,82550,82611,82673,82733,82795,82863,82921,82984,83047,83114,83189,83262,83328,83380,83433,83485,83542,83626,83721,83806,83887,83967,84044,84123,84200,84274,84348,84419,84499,84571,84646,84711,84772,84832,84907,84981,85058,85131,85201,85273,85343,85416,85480,85550,85598,85667,85719,85804,85887,85945,86011,86078,86144,86225,86300,86356,86409,86470,86528,86578,86627,86676,86725,86787,86839,86884,86965,87016,87070,87123,87177,87228,87277,87343,87394,87455,87516,87578,87628,87669,87746,87805,87864,87923,87984,88040,88096,88163,88224,88289,88344,88409,88478,88546,88624,88693,88753,88824,88898,88963,89035,89105,89172,89256,89325,89392,89462,89525,89592,89660,89743,89822,89912,89989,90057,90124,90202,90259,90316,90384,90450,90506,90566,90625,90679,90729,90779,90827,90889,90940,91013,91093,91173,91237,91304,91375,91433,91494,91560,91619,91686,91746,91806,91869,91937,91998,92065,92143,92213,92262,92319,92388,92449,92537,92625,92713,92801,92888,92975,93062,93149,93207,93281,93351,93407,93478,93543,93605,93680,93753,93843,93909,93975,94036,94100,94162,94220,94291,94374,94433,94504,94570,94635,94696,94755,94826,94892,94957,95040,95116,95191,95272,95332,95401,95471,95540,95595,95651,95707,95768,95826,95882,95937,95999,96056,96150,96219,96320,96371,96441,96504,96560,96618,96672,96758,96842,96912,96981,97051,97166,97287,97354,97421,97496,97563,97622,97676,97730,97784,97837,97889,99394,99531,102313,102362,102412,102503,102551,102607,102665,102727,102782,102840,102911,102975,103034,103096,103162,103367,103512,103556,103601,104579,104630,104677,104722,104773,104824,104875,105259,105704,105770,105949,106012,106084,106141,106196,106254,106309,106368,106424,106493,106562,106631,106701,106764,106827,106890,106953,107018,107083,107148,107213,107276,107340,107404,107468,107534,107600,107668,107736,107802,107869,107943,108006,108063,108123,108188,108255,108320,108377,108438,108496,108600,108711,108820,108924,109002,109067,109134,109200,109270,109317,109369,109419,109546,111864,112014,112145,112329,112507,112745,112934,113103,113201,113316,113401,113480,113640,113705,113794,113951,114108,114261,114415,114474,114640,114765,114890,115060,115170,115291,115412,115522,115634,115757,115880,115962,116135,116303,116451,116610,116765,116938,117055,117172,117340,117452,117566,117738,117914,118072,118205,118317,118463,118615,118747,118890,119012,119190,119326,119422,119558,119653,119820,119913,120005,120192,120348,120526,120690,120872,121189,121371,121553,121743,121975,122165,122342,122504,122661,122771,122954,123091,123311,123495,123679,123839,123997,124181,124408,124611,124782,125002,125224,125379,125579,125763,125866,126056,126197,126362,126533,126733,126937,127139,127304,127509,127708,127907,128104,128195,128344,128494,128578,128727,128872,129024,129165,129331,129492,129570,129871,130037,130192,130347,130505,130669,130855,131078,131716,131993,132265,132531,135359,135810,136266,147403,147551,148065,148502,148936,153276,153361,153482,153581,153698,153785,153908,154009,154128,154221,154328,154671,154778,155023,155144,155553,155801,155901,156006,156125,156634,156781,156900,157151,157284,157699,157953,163168,163415,163540,163857,163978,164206,164327,164460,164607,183268,183695,202105,202529,221228,221657,240105,240531,245372,250789,254880,260311,265053,270430,274414,278406,283797,284279,284712,285468,285698,285941,287074,335244,336148,336612,337005,338085,338829,340022,341006,341484,341777,342160,343675,344440,345583,346024,346465,346941,347215,347612,348543,348721,349474,349611,349702,351896,352162,352484,352694,352803,352922,353106,354078,354548,355299,357776,358189,358488,358716,358944,359203,359779,360133,360255,360394,360668,360928,361798,362084,362487,362889,363232,363444,363645,363858,364147,375034,375107,375194,375279,379948,380071,380194,380325,380442,380562,380694,380808,380926,381039,381160,381348,381535,381716,381899,382083,382264,382446,382566,382686,382794,382904,383016,383124,383234,383399,383565,383692,383857,383958,384078,384239,384402,384563,384730,384849,384966,385146,385328,385509,385692,385847,385979,386101,386236,386399,386592,386718,386870,387012,387182,387338,387510,394273,394468,394560,394733,394895,394990,395159,395253,395342,395585,395674,395967,396430,396897,397365,397838,398302,398765,399229,399694,400155,400623,401094,401564,402022,402491,402961,403151,403330,403436,403544,403650,403762,403876,403988,404102,404218,404332,404440,404550,404658,404854,405233,405637,405784,405892,406002,406110,406224,406633,407047,407163,407581,407822,408252,408687,409097,409519,409929,410051,410460,410876,410998,411216,414036,414104,414448,414528,414884,415034,415762,415838,415950,416040,416302,416567,416666,416818,416926,417002,417114,417204,417306,417414,417522,417622,417730,417815,417919,418006,418084,418198,418290,418554,418821,418922,419075,419185,419269,419658,419756,419864,419958,420088,420196,420318,420454,420562,420682,420816,420938,421066,421208,421334,421474,421600,421718,421850,421948,422058,422358,422470,422588,423052,423168,423471,423597,423693,424094,424204,424328,424466,424576,424698,425010,425134,425264,425740,425868,426183,426321,426483,426699,426855,428062,428130,428214,428318,428521,428710,428911,429104,429309,429622,429834,429950,430196,430412,430616,430807,431025,431262,431414,431674,431816,431977,434560,434674,434794,434910,435004,435325,435424,435542,435643,435922,436207,436486,436768,437021,437280,437533,437789,438213,438289,440883,442238,442682,444536,445111,445319,446329,446709,446850,449351,449777,449889,450024,450221,450392,450575,450750,450937,451159,451317,451401,451505,451992,452548,452706,452925,453156,453379,453614,453836,454102,454240,454839,454953,455091,455203,455327,455898,456393,456939,457084,457177,457269,459196,459766,460064,460253,460459,460652,460862,461746,461891,462283,462441,462658,470714,471146,472021,472641,472838,473786,474551,474674,475447,475668,475868,477845,477945,478035,478406,479076,479758,480438,481130,481699,483312,483633,484696,484866,485391,486286,486920,487086,488572,489188,489424,489645,490603,490868,491133,491345,491759,491995,493280,493729,493916,494165,494407,494583,494824,495057,495282,495624,495837,495932,496193,497544,498019,499245,499715,500763,501215,501459,501916,503161,503644,503794,504138,504284,504422,504558,504846,505147,505449,505565,506394,506516,506628,506777,507043,507313,507579,507847,508103,508363,508619,508877,509129,509385,509637,509891,510123,510359,510611,510867,511119,511373,511605,511839,511951,512376,512500,513437,514035,514231,514468,514736,515029,515246,515460,515759,515951,516163,516343,516635,516899,517236,517455,517868,518105,518397,519002,519240,519509,519649,519903,520047,520237,521045,521385,522133,522357,522654,523433,523770,524170,525479,526064,528137,528331,528549,528775,528987,529186,529393,530516,530753,531228,531618,532082,532421,532758,533518,533782,534125,534316,534663,534751,534859,534967,535280,535605,535924,536255,538822,539010,539271,539520,541961,542153,542418,542671,543187,543537,543706,544220,544455,544579,544991,545205,545607,545710,545840,546015,546267,546463,546603,546797,547295,548364,548652,548782,549559,550216,550362,551068,551306,552846,552996,553413,553578,554264,554734,554930,555021,555105,555249,555483,555650,556578,556864,557024,557639,557798,558126,558353,558865,559227,559306,559645,559750,560115,560486,560847,562721,563350,564426,564850,565103,565255,566245,566982,567185,567431,567678,567896,568138,568459,568723,569028,569251,569562,569751,570466,570735,571229,571455,571895,572054,572338,573083,573448,573753,573911,574149,575468,575866,576094,576314,576456,577746,577852,577982,578120,578244,578532,578701,578801,579086,579200,580083,580838,581277,581401,581647,581840,581974,582165,582944,583162,583453,583732,584049,584271,584566,584849,584953,585236,586052,586368,586929,587435,587640,588426,588831,589492,589681,590232,590798,590918,591320,596926,597456,597755,616167,617261,618855,620862,621114,626179,628474,628914,629666,629850,630061,634719,655147,655875,656077,657212,657362,659949,661762,669380,670832,671139,671647,672096,673890,674150,674732,675227,676264,678130,678321,678654,678810,679003,681338,681567,681775,681911,690726,691024,692236,693104,697031,697147,698371,698508,698654,700482,701620,702151,702577,704188,704436,709315,709431,709606,713565,713712,724476,726850,731094,731189,731282,731366,731453,731551,731642,731733,731821,731905,732001,732105,732179,732264,732363,732467,732563,732665,732768,732868,732958,733043,733144,733242,733332,733427,733514,733620,733722,733816,733907,733988,734064,734156,734245,734365,734476,734559,734645,734740,734834,734940,735038,735135,735230,735328,735428,735531,735626,735719,735813,735905,736007,736105,736208,736293,736391,736513,736611,736724,736818,736907,736996,737079,737170,737255,737363,737464,737565,737663,737769,737860,737959,738056,738154,738250,738343,738453,738551,738646,738756,738848,738948,739047,739134,739238,739343,739450,739557,739656,739765,739857,739954,740065,740176,740287,740391,740506,740622,740749,740869,740949,741057,741147,741248,741331,741422,741507,741599,741702,741797,741893,741986,742067,742176,742255,742362,742453,742552,742645,742748,742852,742953,743054,743158,743252,743356,743460,743573,743679,743785,743893,744010,744099,744207,744307,744386,744476,744560,744652,744725,744813,744895,744980,745079,745176,745267,745358,745450,745545,745643,745742,745844,745941,746038,746131,746218,746302,746399,746496,746589,746676,746767,746866,746965,747060,747149,747230,747329,747424,747521,747617,747714,747798,747897,747992,748089,748185,748282,748371,748472,748569,748668,748766,748865,748955,749046,749135,749224,749306,749399,749490,749563,749630,749703,749770,749846,749923,749975,750048,750121,750187,750254,750322,750388", + "endLines": "3,9,20,21,22,23,24,25,28,29,30,31,32,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,83,84,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,188,190,191,193,194,195,196,197,198,199,200,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,390,395,396,397,415,417,418,419,420,421,422,423,424,425,426,427,431,432,433,434,435,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,481,482,493,501,502,525,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,890,894,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1515,1516,1563,1564,1565,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1582,1585,1586,1587,1605,1606,1607,1608,1609,1610,1611,1619,1627,1628,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1688,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1783,1786,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1848,1849,1850,1851,1852,1862,1866,1870,1874,1921,1928,1936,2101,2111,2120,2129,2138,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2213,2214,2218,2219,2225,2229,2230,2231,2232,2242,2243,2244,2248,2249,2255,2259,2260,2332,2333,2337,2338,2341,2342,2343,2344,2585,2591,2829,2835,3076,3082,3320,3326,3389,3471,3523,3605,3667,3749,3813,3865,3947,3954,3960,3971,3975,3979,3992,4007,4783,4790,4796,4810,4823,4843,4860,4869,4874,4881,4901,4914,4931,4937,4943,4950,4954,4960,4973,4976,4986,4987,4988,5036,5040,5044,5048,5049,5050,5053,5067,5074,5088,5130,5131,5144,5148,5152,5157,5164,5170,5171,5174,5178,5183,5195,5199,5204,5209,5214,5217,5220,5223,5227,5231,5371,5372,5373,5374,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5464,5468,5472,5476,5480,5484,5488,5489,5490,5491,5492,5493,5494,5495,5499,5503,5504,5508,5509,5512,5515,5518,5521,5525,5528,5531,5535,5539,5543,5547,5550,5553,5554,5555,5558,5562,5565,5568,5571,5574,5577,5580,5584,5654,5655,5658,5661,5662,5665,5666,5667,5671,5672,5677,5685,5693,5701,5709,5717,5725,5733,5741,5749,5758,5767,5776,5784,5793,5802,5805,5808,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5823,5828,5833,5836,5837,5838,5839,5840,5848,5856,5857,5865,5869,5877,5885,5893,5901,5909,5910,5918,5926,5927,5930,5933,5971,5976,5978,5983,5987,5991,6005,6006,6007,6011,6015,6016,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6039,6043,6044,6048,6049,6050,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6079,6080,6081,6087,6088,6092,6094,6095,6100,6101,6102,6103,6104,6105,6109,6110,6111,6117,6118,6122,6124,6128,6132,6136,6140,6153,6154,6155,6158,6161,6164,6167,6170,6175,6179,6180,6185,6189,6193,6197,6201,6206,6210,6215,6219,6223,6257,6258,6259,6260,6261,6265,6266,6267,6268,6272,6276,6280,6284,6288,6292,6296,6300,6306,6307,6341,6355,6360,6386,6393,6396,6407,6412,6415,6447,6453,6454,6457,6460,6463,6466,6469,6472,6476,6479,6480,6481,6489,6497,6500,6505,6510,6515,6520,6524,6528,6529,6537,6538,6539,6540,6541,6549,6554,6559,6560,6561,6562,6587,6593,6598,6601,6605,6608,6612,6622,6625,6630,6633,6637,6641,6746,6760,6773,6777,6792,6803,6806,6817,6822,6826,6861,6862,6863,6870,6877,6884,6891,6898,6909,6936,6941,6961,6964,6971,6984,6993,6996,7016,7026,7030,7034,7047,7051,7055,7059,7065,7069,7086,7094,7098,7102,7106,7109,7113,7117,7121,7128,7132,7133,7137,7163,7173,7198,7207,7227,7237,7241,7251,7276,7286,7289,7293,7294,7295,7296,7300,7304,7308,7309,7321,7322,7323,7326,7329,7332,7335,7338,7341,7344,7347,7350,7353,7356,7359,7362,7365,7368,7371,7374,7377,7380,7383,7386,7387,7392,7393,7405,7413,7417,7422,7427,7431,7434,7438,7442,7445,7448,7451,7455,7460,7465,7468,7475,7479,7483,7491,7496,7501,7502,7506,7509,7512,7524,7529,7539,7542,7546,7560,7564,7569,7585,7592,7618,7621,7624,7627,7630,7633,7636,7654,7659,7666,7673,7682,7689,7694,7705,7709,7716,7719,7724,7725,7726,7727,7731,7735,7739,7743,7776,7779,7783,7787,7818,7821,7825,7829,7838,7844,7847,7856,7860,7861,7868,7872,7879,7880,7881,7884,7889,7894,7895,7899,7907,7926,7930,7931,7943,7953,7954,7966,7971,7995,7998,8004,8007,8016,8024,8028,8031,8034,8037,8041,8044,8061,8065,8068,8083,8086,8094,8099,8106,8111,8112,8117,8118,8124,8130,8136,8168,8179,8196,8203,8207,8210,8222,8231,8235,8240,8244,8248,8252,8256,8260,8264,8268,8273,8276,8288,8293,8302,8305,8312,8313,8317,8326,8332,8336,8337,8341,8362,8368,8372,8376,8377,8395,8396,8397,8398,8399,8404,8407,8408,8414,8415,8427,8439,8446,8447,8452,8457,8458,8462,8476,8481,8487,8493,8499,8504,8510,8516,8517,8522,8537,8542,8551,8560,8563,8577,8582,8593,8597,8606,8615,8616,8623,8631,8797,8807,8854,9380,9426,9483,9491,9549,9724,9744,9765,9771,9779,9885,9899,10077,10083,10127,10131,10137,10197,10256,10331,10343,10351,10364,10420,10431,10443,10455,10493,10540,10546,10558,10564,10570,10620,10625,10630,10636,10671,10864,10906,10929,10990,11025,11031,11061,11065,11091,11130,11148,11166,11219,11227,11251,11355,11363,11456,11480,11754,11762,11827,11895,11896,11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909,11910,11911,11912,11913,11914,11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928,11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944,11945,11946,11947,11948,11949,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959,11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975,11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,11988,11989,11990,11991,11992,11993,11994,11995,11996,11997,11998,11999,12000,12001,12002,12003,12004,12005,12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021,12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037,12038,12039,12040,12041,12042,12043,12044,12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059,12060,12061,12062,12063,12064,12065,12066,12067,12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088,12089,12090,12091,12092,12093,12094,12095,12096,12097,12098,12099", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66", + "endOffsets": "258,493,952,1008,1068,1129,1194,1249,1399,1449,1502,1560,1608,1728,1776,1847,1919,1991,2064,2131,2180,2234,2271,2322,2382,2429,2485,2534,2592,2648,2699,2759,2808,2864,2920,2970,3029,3076,3130,3186,3240,3294,3348,3397,3455,3511,3558,3612,3666,3714,3771,4331,4387,5227,5337,5393,5453,5506,5567,5646,5727,5799,5878,5958,6034,6112,6181,6257,6334,6405,6478,6554,6632,6701,6777,6854,6918,6989,7061,9462,9560,9615,9731,9784,9836,9886,9944,10009,10057,10108,15618,15684,15742,15811,15869,15938,16008,16081,16155,16223,16290,16360,16426,16499,16559,16635,16695,16755,16830,16898,16964,17032,17092,17151,17208,17274,17336,17393,17461,17534,17604,17666,17727,17795,17857,17913,17972,18034,18096,18163,18220,18281,18342,18403,18464,18520,18576,18632,18688,18746,18804,18862,18920,18977,19034,19091,19148,19207,19266,19324,19407,19490,19563,19617,19686,19742,19823,19904,19975,20104,20363,20421,20479,21220,21322,21382,21436,21506,21576,21641,21707,21772,21840,21909,21977,22107,22160,22219,22277,22329,22425,22477,22523,22573,22629,22676,22781,22839,22901,22964,23026,23085,23145,23210,23276,23341,23403,23465,23527,23589,23651,23713,23779,23846,23912,23975,24039,24102,24170,24231,24293,24355,24418,24482,24545,24609,24687,24746,24812,24892,24953,25006,25105,25156,25583,25940,25999,26941,28927,28998,29064,29138,29207,29278,29351,29422,29490,29563,29639,29709,29787,29855,29921,29982,30051,30115,30181,30249,30315,30378,30446,30517,30582,30655,30718,30799,30863,30929,30999,31069,31139,31209,31276,32014,32072,32131,32191,32250,32309,32368,32427,32486,32545,32604,32663,32722,32781,32841,32902,32964,33025,33086,33147,33208,33269,33330,33391,33452,33513,33574,33642,33711,33781,33850,33919,33988,34057,34126,34195,34264,34333,34402,34471,34531,34592,34654,34715,34776,34837,34898,34959,35020,35081,35142,35203,35264,35326,35389,35453,35516,35579,35642,35705,35768,35831,35894,35957,36020,36083,36144,36206,36269,36331,36393,36455,36517,36579,36641,36703,36765,36827,36889,36946,37033,37113,37203,37298,37390,37482,37572,37655,37748,37835,37932,38023,38124,38211,38314,38403,38502,38594,38694,38778,38872,38960,39058,39142,39242,39328,39424,39512,39593,39684,39780,39873,39966,40057,40142,40236,40325,40423,40516,40618,40706,40810,40901,41001,41094,41195,41280,41375,41464,41563,41648,41749,41836,41933,42671,42747,42816,42895,42968,43036,43114,43190,43261,43342,43415,43498,43573,43658,43731,43812,43893,43967,44051,44121,44201,44279,44351,44433,44503,44581,44659,44737,44808,44889,44954,45020,45073,45149,45215,45302,45378,45454,52779,53004,53598,53677,53755,53828,53893,53956,54022,54093,54164,54234,54296,54365,54431,54491,54558,54625,54681,54732,54785,54837,54891,54962,55025,55084,55146,55205,55278,55345,55415,55475,55538,55613,55685,55781,55852,55908,55979,56036,56093,56159,56223,56294,56351,56404,56467,56519,56577,56644,57883,57949,58008,58091,58150,58207,58274,58344,58418,58480,58549,58619,58673,58726,58780,58839,58885,58942,59009,59065,59130,59204,59288,59361,59426,59488,59544,59618,59701,59790,59854,59933,60007,60069,60165,60230,60289,60345,60401,60461,60568,60615,60675,60736,60800,60861,60921,60979,61022,61071,61123,61174,61226,61275,61324,61389,61455,61515,61576,61632,61691,61766,61823,61907,61964,62039,62114,62165,62233,62283,62345,62405,62462,62522,62571,62639,62745,62847,62916,62987,63087,63158,63268,63357,63413,63514,63624,63730,63807,63919,64046,64158,64285,64355,64469,64600,64697,64765,64883,64986,65104,65165,65239,65306,65411,65533,65607,65674,65784,65883,65956,66073,66141,66247,66349,66429,66500,66596,66663,66737,66811,66897,66985,67064,67142,67243,67314,67379,67491,67597,67665,67778,67891,68009,68087,68159,68295,68431,68516,68656,68732,68870,69008,69150,69232,69294,69390,69457,69574,69695,69792,69874,69961,70048,70179,70310,70445,70556,70670,70772,70868,70972,71039,71111,71221,71327,71400,71491,71593,71696,71791,71898,72003,72125,72247,72373,72432,72490,72614,72738,72866,72984,73102,73224,73305,73362,73423,73482,73542,73600,73661,73719,73769,73818,73885,73944,74003,74052,74127,74198,74267,74330,74398,74464,74532,74597,74663,74740,74818,74924,75030,75126,75255,75344,75471,75537,75606,75672,75770,75866,75962,76060,76169,76264,76353,76415,76475,76540,76597,76678,76732,76789,76886,76996,77083,77173,77225,77317,77410,77512,77568,77627,77676,77768,77817,77871,77925,77979,78033,78087,78142,78252,78362,78472,78582,78692,78802,78912,79022,79128,79234,79340,79446,79541,79636,79731,79826,79932,80038,80144,80250,80345,80440,80535,80630,80738,80846,80954,81062,81159,81256,81353,81450,81558,81666,81774,81882,81980,82076,82172,82270,82335,82423,82481,82545,82606,82668,82728,82790,82858,82916,82979,83042,83109,83184,83257,83323,83375,83428,83480,83537,83621,83716,83801,83882,83962,84039,84118,84195,84269,84343,84414,84494,84566,84641,84706,84767,84827,84902,84976,85053,85126,85196,85268,85338,85411,85475,85545,85593,85662,85714,85799,85882,85940,86006,86073,86139,86220,86295,86351,86404,86465,86523,86573,86622,86671,86720,86782,86834,86879,86960,87011,87065,87118,87172,87223,87272,87338,87389,87450,87511,87573,87623,87664,87741,87800,87859,87918,87979,88035,88091,88158,88219,88284,88339,88404,88473,88541,88619,88688,88748,88819,88893,88958,89030,89100,89167,89251,89320,89387,89457,89520,89587,89655,89738,89817,89907,89984,90052,90119,90197,90254,90311,90379,90445,90501,90561,90620,90674,90724,90774,90822,90884,90935,91008,91088,91168,91232,91299,91370,91428,91489,91555,91614,91681,91741,91801,91864,91932,91993,92060,92138,92208,92257,92314,92383,92444,92532,92620,92708,92796,92883,92970,93057,93144,93202,93276,93346,93402,93473,93538,93600,93675,93748,93838,93904,93970,94031,94095,94157,94215,94286,94369,94428,94499,94565,94630,94691,94750,94821,94887,94952,95035,95111,95186,95267,95327,95396,95466,95535,95590,95646,95702,95763,95821,95877,95932,95994,96051,96145,96214,96315,96366,96436,96499,96555,96613,96667,96753,96837,96907,96976,97046,97161,97282,97349,97416,97491,97558,97617,97671,97725,97779,97832,97884,97958,99526,99666,102357,102407,102457,102546,102602,102660,102722,102777,102835,102906,102970,103029,103091,103157,103223,103405,103551,103596,103639,104625,104672,104717,104768,104819,104870,104921,105302,105765,105827,106007,106079,106136,106191,106249,106304,106363,106419,106488,106557,106626,106696,106759,106822,106885,106948,107013,107078,107143,107208,107271,107335,107399,107463,107529,107595,107663,107731,107797,107864,107938,108001,108058,108118,108183,108250,108315,108372,108433,108491,108595,108706,108815,108919,108997,109062,109129,109195,109265,109312,109364,109414,109471,109861,112009,112140,112324,112502,112740,112929,113098,113196,113311,113396,113475,113635,113700,113789,113946,114103,114256,114410,114469,114635,114760,114885,115055,115165,115286,115407,115517,115629,115752,115875,115957,116130,116298,116446,116605,116760,116933,117050,117167,117335,117447,117561,117733,117909,118067,118200,118312,118458,118610,118742,118885,119007,119185,119321,119417,119553,119648,119815,119908,120000,120187,120343,120521,120685,120867,121184,121366,121548,121738,121970,122160,122337,122499,122656,122766,122949,123086,123306,123490,123674,123834,123992,124176,124403,124606,124777,124997,125219,125374,125574,125758,125861,126051,126192,126357,126528,126728,126932,127134,127299,127504,127703,127902,128099,128190,128339,128489,128573,128722,128867,129019,129160,129326,129487,129565,129866,130032,130187,130289,130500,130664,130850,131073,131198,131988,132260,132526,132811,135805,136261,136770,147546,148060,148497,148931,149374,153356,153477,153576,153693,153780,153903,154004,154123,154216,154323,154666,154773,155018,155139,155548,155796,155896,156001,156120,156629,156776,156895,157146,157279,157694,157948,158060,163410,163535,163852,163973,164201,164322,164455,164602,183263,183690,202100,202524,221223,221652,240100,240526,245367,250784,254875,260306,265048,270425,274409,278401,283792,284274,284707,285463,285693,285936,287069,287998,336143,336607,337000,338080,338824,340017,341001,341479,341772,342155,343670,344435,345578,346019,346460,346936,347210,347607,348538,348716,349469,349606,349697,351891,352157,352479,352689,352798,352917,353101,354073,354543,355294,357771,357866,358483,358711,358939,359198,359774,360128,360250,360389,360663,360923,361793,362079,362482,362884,363227,363439,363640,363853,364142,364427,375102,375189,375274,375373,380066,380189,380320,380437,380557,380689,380803,380921,381034,381155,381343,381530,381711,381894,382078,382259,382441,382561,382681,382789,382899,383011,383119,383229,383394,383560,383687,383852,383953,384073,384234,384397,384558,384725,384844,384961,385141,385323,385504,385687,385842,385974,386096,386231,386394,386587,386713,386865,387007,387177,387333,387505,387796,394463,394555,394728,394890,394985,395154,395248,395337,395580,395669,395962,396425,396892,397360,397833,398297,398760,399224,399689,400150,400618,401089,401559,402017,402486,402956,403146,403325,403431,403539,403645,403757,403871,403983,404097,404213,404327,404435,404545,404653,404849,405228,405632,405779,405887,405997,406105,406219,406628,407042,407158,407576,407817,408247,408682,409092,409514,409924,410046,410455,410871,410993,411211,411395,414099,414443,414523,414879,415029,415173,415833,415945,416035,416297,416562,416661,416813,416921,416997,417109,417199,417301,417409,417517,417617,417725,417810,417914,418001,418079,418193,418285,418549,418816,418917,419070,419180,419264,419653,419751,419859,419953,420083,420191,420313,420449,420557,420677,420811,420933,421061,421203,421329,421469,421595,421713,421845,421943,422053,422353,422465,422583,423047,423163,423466,423592,423688,424089,424199,424323,424461,424571,424693,425005,425129,425259,425735,425863,426178,426316,426478,426694,426850,427054,428125,428209,428313,428516,428705,428906,429099,429304,429617,429829,429945,430191,430407,430611,430802,431020,431257,431409,431669,431811,431972,434555,434669,434789,434905,434999,435320,435419,435537,435638,435917,436202,436481,436763,437016,437275,437528,437784,438208,438284,440878,442233,442677,444531,445106,445314,446324,446704,446845,449346,449772,449884,450019,450216,450387,450570,450745,450932,451154,451312,451396,451500,451987,452543,452701,452920,453151,453374,453609,453831,454097,454235,454834,454948,455086,455198,455322,455893,456388,456934,457079,457172,457264,459191,459761,460059,460248,460454,460647,460857,461741,461886,462278,462436,462653,462914,471141,472016,472636,472833,473781,474546,474669,475442,475663,475863,477840,477940,478030,478401,479071,479753,480433,481125,481694,483307,483628,484691,484861,485386,486281,486915,487081,488567,489183,489419,489640,490598,490863,491128,491340,491754,491990,493275,493724,493911,494160,494402,494578,494819,495052,495277,495619,495832,495927,496188,497539,498014,499240,499710,500758,501210,501454,501911,503156,503639,503789,504133,504279,504417,504553,504841,505142,505444,505560,506389,506511,506623,506772,507038,507308,507574,507842,508098,508358,508614,508872,509124,509380,509632,509886,510118,510354,510606,510862,511114,511368,511600,511834,511946,512371,512495,513432,514030,514226,514463,514731,515024,515241,515455,515754,515946,516158,516338,516630,516894,517231,517450,517863,518100,518392,518997,519235,519504,519644,519898,520042,520232,521040,521380,522128,522352,522649,523428,523765,524165,525474,526059,528132,528326,528544,528770,528982,529181,529388,530511,530748,531223,531613,532077,532416,532753,533513,533777,534120,534311,534658,534746,534854,534962,535275,535600,535919,536250,538817,539005,539266,539515,541956,542148,542413,542666,543182,543532,543701,544215,544450,544574,544986,545200,545602,545705,545835,546010,546262,546458,546598,546792,547290,548359,548647,548777,549554,550211,550357,551063,551301,552841,552991,553408,553573,554259,554729,554925,555016,555100,555244,555478,555645,556573,556859,557019,557634,557793,558121,558348,558860,559222,559301,559640,559745,560110,560481,560842,562716,563345,564421,564845,565098,565250,566240,566977,567180,567426,567673,567891,568133,568454,568718,569023,569246,569557,569746,570461,570730,571224,571450,571890,572049,572333,573078,573443,573748,573906,574144,575463,575861,576089,576309,576451,577741,577847,577977,578115,578239,578527,578696,578796,579081,579195,580078,580833,581272,581396,581642,581835,581969,582160,582939,583157,583448,583727,584044,584266,584561,584844,584948,585231,586047,586363,586924,587430,587635,588421,588826,589487,589676,590227,590793,590913,591315,591849,597451,597750,600095,617256,618850,620857,621109,623542,628469,628909,629661,629845,630056,634714,635297,655870,656072,657207,657357,657532,660169,662284,670627,671134,671642,672091,673885,674145,674727,675222,676259,678125,678316,678649,678805,678998,681333,681562,681770,681906,683678,691019,692231,693099,694987,697142,697311,698503,698649,699295,701615,702146,702572,704183,704431,705201,709426,709601,712816,713707,724471,724714,727216,731184,731277,731361,731448,731546,731637,731728,731816,731900,731996,732100,732174,732259,732358,732462,732558,732660,732763,732863,732953,733038,733139,733237,733327,733422,733509,733615,733717,733811,733902,733983,734059,734151,734240,734360,734471,734554,734640,734735,734829,734935,735033,735130,735225,735323,735423,735526,735621,735714,735808,735900,736002,736100,736203,736288,736386,736508,736606,736719,736813,736902,736991,737074,737165,737250,737358,737459,737560,737658,737764,737855,737954,738051,738149,738245,738338,738448,738546,738641,738751,738843,738943,739042,739129,739233,739338,739445,739552,739651,739760,739852,739949,740060,740171,740282,740386,740501,740617,740744,740864,740944,741052,741142,741243,741326,741417,741502,741594,741697,741792,741888,741981,742062,742171,742250,742357,742448,742547,742640,742743,742847,742948,743049,743153,743247,743351,743455,743568,743674,743780,743888,744005,744094,744202,744302,744381,744471,744555,744647,744720,744808,744890,744975,745074,745171,745262,745353,745445,745540,745638,745737,745839,745936,746033,746126,746213,746297,746394,746491,746584,746671,746762,746861,746960,747055,747144,747225,747324,747419,747516,747612,747709,747793,747892,747987,748084,748180,748277,748366,748467,748564,748663,748761,748860,748950,749041,749130,749219,749301,749394,749485,749558,749625,749698,749765,749841,749918,749970,750043,750116,750182,750249,750317,750383,750450" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\18f023b2040b9372c02d7a2bae3533d8\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,6,16", + "startColumns": "4,4,4,4", + "startOffsets": "55,116,261,869", + "endLines": "2,5,15,104", + "endColumns": "60,12,24,24", + "endOffsets": "111,256,864,6075" + }, + "to": { + "startLines": "75,8632,9942,9948", + "startColumns": "4,4,4,4", + "startOffsets": "3935,591854,649234,649445", + "endLines": "75,8634,9947,10031", + "endColumns": "60,12,24,24", + "endOffsets": "3991,591994,649440,653956" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\f94025579e5a4c230bbba5aa7dd1079d\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1623", + "startColumns": "4", + "startOffsets": "105464", + "endColumns": "49", + "endOffsets": "105509" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073", + "endLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271" + }, + "to": { + "startLines": "101,189,192,480,523,524,526,527,528,529,530,531,532,535,536,537,538,540,541,542,543,544,545,546,547,587,588,589,590,591,592,593,594,595,596,731,732,733,734,735,736,737,738,739,740,741,742,783,784,785,786,787,788,789,790,794,795,796,797,798,799,800,801,802,803,806,807,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,951,952,956,957,958,959,960,961,962,1507,1508,1509,1510,1511,1512,1513,1514,1552,1553,1554,1555,1559,1580,1581,1589,1618,1625,1626,1629,1630,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1845,1854,1855,1856,1857,1858,1875,1883,1884,1888,1892,1903,1908,1937,1944,1948,1952,1957,1961,1965,1969,1973,1977,1981,1987,1991,1997,2001,2007,2011,2016,2020,2023,2027,2033,2037,2043,2047,2053,2056,2060,2064,2068,2072,2076,2077,2078,2079,2082,2085,2088,2091,2095,2096,2097,2098,2139,2142,2144,2146,2148,2153,2154,2158,2164,2168,2169,2171,2183,2184,2188,2194,2198,2261,2262,2266,2293,2297,2298,2302,4008,4180,4206,4377,4403,4434,4442,4448,4464,4486,4491,4496,4506,4515,4524,4528,4535,4554,4561,4562,4571,4574,4577,4581,4585,4589,4592,4593,4598,4603,4613,4618,4625,4631,4632,4635,4639,4644,4646,4648,4651,4654,4656,4660,4663,4670,4673,4676,4680,4682,4686,4688,4690,4692,4696,4704,4712,4724,4730,4739,4742,4753,4756,4757,4762,4763,5232,5301,5375,5376,5386,5395,5396,5398,5402,5405,5408,5411,5414,5417,5420,5423,5427,5430,5433,5436,5440,5443,5447,5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600,5601,5602,5603,5604,5605,5607,5609,5610,5611,5612,5613,5614,5615,5616,5618,5619,5621,5622,5624,5626,5627,5629,5630,5631,5632,5633,5634,5636,5637,5638,5639,5640,5934,5936,5938,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952,5954,5955,5956,5957,5958,5959,5960,5962,5966,6141,6142,6143,6144,6145,6146,6150,6151,6152,6642,6644,6646,6648,6650,6652,6653,6654,6655,6657,6659,6661,6662,6663,6664,6665,6666,6667,6668,6669,6670,6671,6672,6675,6676,6677,6678,6680,6682,6683,6685,6686,6688,6690,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6703,6705,6706,6707,6708,6710,6711,6712,6713,6714,6716,6718,6720,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,8635,8710,8713,8716,8719,8733,8739,8855,8858,8887,8914,8923,8987,9550,9588,9910,10033,10270,10294,10332,10672,10693,10817,11010,11016,11032,11252,11286,11457,11763,11847,11859,11888", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "5013,9467,9620,25011,26767,26822,26946,27010,27080,27141,27216,27292,27369,27607,27692,27774,27850,27968,28045,28123,28229,28335,28414,28494,28551,31281,31355,31430,31495,31561,31621,31682,31754,31827,31894,41938,41997,42056,42115,42174,42233,42287,42341,42394,42448,42502,42556,45591,45665,45744,45817,45891,45962,46034,46106,46320,46377,46435,46508,46582,46656,46731,46803,46876,46946,47107,47167,47270,47339,47408,47478,47552,47628,47692,47769,47845,47922,47987,48056,48133,48208,48277,48345,48422,48488,48549,48646,48711,48780,48879,48950,49009,49067,49124,49183,49247,49318,49390,49462,49534,49606,49673,49741,49809,49868,49931,49995,50085,50176,50236,50302,50369,50435,50505,50569,50622,50689,50750,50817,50930,50988,51051,51116,51181,51256,51329,51401,51445,51492,51538,51587,51648,51709,51770,51832,51896,51960,52024,52089,52152,52212,52273,52339,52398,52458,52520,52591,52651,56649,56735,56985,57075,57162,57250,57332,57415,57505,98941,98993,99051,99096,99162,99226,99283,99340,101794,101851,101899,101948,102143,103271,103318,103709,105227,105578,105642,105832,105892,109866,109940,110010,110088,110142,110212,110297,110345,110391,110452,110515,110581,110645,110716,110779,110844,110908,110969,111030,111082,111155,111229,111298,111373,111447,111521,111662,130294,131274,131352,131442,131530,131626,132816,133398,133487,133734,134015,134681,134966,136775,137252,137474,137696,137972,138199,138429,138659,138889,139119,139346,139765,139991,140416,140646,141074,141293,141576,141784,141915,142142,142568,142793,143220,143441,143866,143986,144262,144563,144887,145178,145492,145629,145760,145865,146107,146274,146478,146686,146957,147069,147181,147286,149379,149593,149739,149879,149965,150313,150401,150647,151065,151314,151396,151494,152151,152251,152503,152927,153182,158065,158154,158391,160415,160657,160759,161012,288003,298684,300200,310895,312423,314180,314806,315226,316487,317752,318008,318244,318791,319285,319890,320088,320668,322036,322411,322529,323067,323224,323420,323693,323949,324119,324260,324324,324689,325056,325732,325996,326334,326687,326781,326967,327273,327535,327660,327787,328026,328237,328356,328549,328726,329181,329362,329484,329743,329856,330043,330145,330252,330381,330656,331164,331660,332537,332831,333401,333550,334282,334454,334538,334874,334966,364432,369663,375378,375440,376018,376602,376693,376806,377035,377195,377347,377518,377684,377853,378020,378183,378426,378596,378769,378940,379214,379413,379618,387801,387885,387981,388077,388175,388275,388377,388479,388581,388683,388785,388885,388981,389093,389222,389345,389476,389607,389705,389819,389913,390053,390187,390283,390395,390495,390611,390707,390819,390919,391059,391195,391359,391489,391647,391797,391938,392082,392217,392329,392479,392607,392735,392871,393003,393133,393263,393375,411400,411546,411690,411828,411894,411984,412060,412164,412254,412356,412464,412572,412672,412752,412844,412942,413052,413104,413182,413288,413380,413484,413594,413716,413879,427059,427139,427239,427329,427439,427529,427770,427864,427970,462919,463019,463131,463245,463361,463477,463571,463685,463797,463899,464019,464141,464223,464327,464447,464573,464671,464765,464853,464965,465081,465203,465315,465490,465606,465692,465784,465896,466020,466087,466213,466281,466409,466553,466681,466750,466845,466960,467073,467172,467281,467392,467503,467604,467709,467809,467939,468030,468153,468247,468359,468445,468549,468645,468733,468851,468955,469059,469185,469273,469381,469481,469571,469681,469765,469867,469951,470005,470069,470175,470261,470371,470455,591999,594615,594733,594848,594928,595289,595522,600100,600178,601522,602883,603271,606114,623547,624809,635603,654464,668367,669118,670632,683683,684062,688340,696419,696648,697316,705206,706289,712821,724719,729130,729470,730891", + "endLines": "101,189,192,480,523,524,526,527,528,529,530,531,532,535,536,537,538,540,541,542,543,544,545,546,547,587,588,589,590,591,592,593,594,595,596,731,732,733,734,735,736,737,738,739,740,741,742,783,784,785,786,787,788,789,790,794,795,796,797,798,799,800,801,802,803,806,807,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,951,952,956,957,958,959,960,961,962,1507,1508,1509,1510,1511,1512,1513,1514,1552,1553,1554,1555,1559,1580,1581,1589,1618,1625,1626,1629,1630,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1845,1854,1855,1856,1857,1858,1882,1883,1887,1891,1895,1907,1913,1943,1947,1951,1956,1960,1964,1968,1972,1976,1980,1986,1990,1996,2000,2006,2010,2015,2019,2022,2026,2032,2036,2042,2046,2052,2055,2059,2063,2067,2071,2075,2076,2077,2078,2081,2084,2087,2090,2094,2095,2096,2097,2098,2141,2143,2145,2147,2152,2153,2157,2163,2167,2168,2170,2182,2183,2187,2193,2197,2198,2261,2265,2292,2296,2297,2301,2329,4179,4205,4376,4402,4433,4441,4447,4463,4485,4490,4495,4505,4514,4523,4527,4534,4553,4560,4561,4570,4573,4576,4580,4584,4588,4591,4592,4597,4602,4612,4617,4624,4630,4631,4634,4638,4643,4645,4647,4650,4653,4655,4659,4662,4669,4672,4675,4679,4681,4685,4687,4689,4691,4695,4703,4711,4723,4729,4738,4741,4752,4755,4756,4761,4762,4767,5300,5370,5375,5385,5394,5395,5397,5401,5404,5407,5410,5413,5416,5419,5422,5426,5429,5432,5435,5439,5442,5446,5450,5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600,5601,5602,5603,5604,5606,5608,5609,5610,5611,5612,5613,5614,5615,5617,5618,5620,5621,5623,5625,5626,5628,5629,5630,5631,5632,5633,5635,5636,5637,5638,5639,5640,5935,5937,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5953,5954,5955,5956,5957,5958,5959,5961,5965,5969,6141,6142,6143,6144,6145,6149,6150,6151,6152,6643,6645,6647,6649,6651,6652,6653,6654,6656,6658,6660,6661,6662,6663,6664,6665,6666,6667,6668,6669,6670,6671,6674,6675,6676,6677,6679,6681,6682,6684,6685,6687,6689,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6704,6705,6706,6707,6709,6710,6711,6712,6713,6715,6717,6719,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,8709,8712,8715,8718,8732,8738,8748,8857,8886,8913,8922,8986,9349,9553,9615,9937,10050,10293,10299,10337,10692,10816,10836,11015,11019,11037,11263,11351,11476,11817,11858,11884,11894", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "5063,9507,9664,25047,26817,26879,27005,27075,27136,27211,27287,27364,27442,27687,27769,27845,27921,28040,28118,28224,28330,28409,28489,28546,28604,31350,31425,31490,31556,31616,31677,31749,31822,31889,31957,41992,42051,42110,42169,42228,42282,42336,42389,42443,42497,42551,42605,45660,45739,45812,45886,45957,46029,46101,46174,46372,46430,46503,46577,46651,46726,46798,46871,46941,47012,47162,47223,47334,47403,47473,47547,47623,47687,47764,47840,47917,47982,48051,48128,48203,48272,48340,48417,48483,48544,48641,48706,48775,48874,48945,49004,49062,49119,49178,49242,49313,49385,49457,49529,49601,49668,49736,49804,49863,49926,49990,50080,50171,50231,50297,50364,50430,50500,50564,50617,50684,50745,50812,50925,50983,51046,51111,51176,51251,51324,51396,51440,51487,51533,51582,51643,51704,51765,51827,51891,51955,52019,52084,52147,52207,52268,52334,52393,52453,52515,52586,52646,52714,56730,56817,57070,57157,57245,57327,57410,57500,57591,98988,99046,99091,99157,99221,99278,99335,99389,101846,101894,101943,101994,102172,103313,103362,103750,105254,105637,105699,105887,105944,109935,110005,110083,110137,110207,110292,110340,110386,110447,110510,110576,110640,110711,110774,110839,110903,110964,111025,111077,111150,111224,111293,111368,111442,111516,111657,111727,130342,131347,131437,131525,131621,131711,133393,133482,133729,134010,134262,134961,135354,137247,137469,137691,137967,138194,138424,138654,138884,139114,139341,139760,139986,140411,140641,141069,141288,141571,141779,141910,142137,142563,142788,143215,143436,143861,143981,144257,144558,144882,145173,145487,145624,145755,145860,146102,146269,146473,146681,146952,147064,147176,147281,147398,149588,149734,149874,149960,150308,150396,150642,151060,151309,151391,151489,152146,152246,152498,152922,153177,153271,158149,158386,160410,160652,160754,161007,163163,298679,300195,310890,312418,314175,314801,315221,316482,317747,318003,318239,318786,319280,319885,320083,320663,322031,322406,322524,323062,323219,323415,323688,323944,324114,324255,324319,324684,325051,325727,325991,326329,326682,326776,326962,327268,327530,327655,327782,328021,328232,328351,328544,328721,329176,329357,329479,329738,329851,330038,330140,330247,330376,330651,331159,331655,332532,332826,333396,333545,334277,334449,334533,334869,334961,335239,369658,375029,375435,376013,376597,376688,376801,377030,377190,377342,377513,377679,377848,378015,378178,378421,378591,378764,378935,379209,379408,379613,379943,387880,387976,388072,388170,388270,388372,388474,388576,388678,388780,388880,388976,389088,389217,389340,389471,389602,389700,389814,389908,390048,390182,390278,390390,390490,390606,390702,390814,390914,391054,391190,391354,391484,391642,391792,391933,392077,392212,392324,392474,392602,392730,392866,392998,393128,393258,393370,393510,411541,411685,411823,411889,411979,412055,412159,412249,412351,412459,412567,412667,412747,412839,412937,413047,413099,413177,413283,413375,413479,413589,413711,413874,414031,427134,427234,427324,427434,427524,427765,427859,427965,428057,463014,463126,463240,463356,463472,463566,463680,463792,463894,464014,464136,464218,464322,464442,464568,464666,464760,464848,464960,465076,465198,465310,465485,465601,465687,465779,465891,466015,466082,466208,466276,466404,466548,466676,466745,466840,466955,467068,467167,467276,467387,467498,467599,467704,467804,467934,468025,468148,468242,468354,468440,468544,468640,468728,468846,468950,469054,469180,469268,469376,469476,469566,469676,469760,469862,469946,470000,470064,470170,470256,470366,470450,470570,594610,594728,594843,594923,595284,595517,596034,600173,601517,602878,603266,606109,616162,623677,626174,636955,655031,669113,669375,670827,684057,688335,688941,696643,696794,697526,705513,709310,713560,726845,729465,730776,731089" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\a6870320fbf663d6f89d0216db3e539f\\transformed\\constraintlayout-2.0.1\\res\\values\\values.xml", + "from": { + "startLines": "2,3,8,9,17,18,19,20,21,22,23,27,28,29,30,38,46,47,48,53,54,59,64,65,66,71,72,77,78,83,84,85,91,92,93,98,103,104,105,109,110,111,112,115,116,119,122,123,124,125,126,129,132,133,134,135,140,143,146,147,148,153,154,155,158,161,162,165,168,171,174,175,176,179,182,183,188,189,194,197,200,201,202,203,204,205,206,207,208,209,221,222,223,224,225,231,232,233,236,241,242,243,244,253,259,260,264,265,266,267,276,356,280,281,282,283,284,285,286,287,288,289,290,291,296,297,298,299,300,301,302,308,309,315,322,334,335,336,337,338,355", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "55,112,298,359,650,702,750,801,853,914,960,1093,1145,1195,1246,1555,1867,1912,1971,2168,2225,2420,2602,2656,2713,2905,2963,3159,3215,3409,3466,3517,3739,3791,3846,4036,4212,4262,4318,4478,4539,4599,4669,4802,4870,4999,5125,5187,5252,5320,5387,5510,5635,5702,5767,5832,6013,6134,6255,6321,6388,6598,6667,6733,6858,6984,7051,7177,7304,7429,7556,7612,7677,7803,7926,7991,8199,8266,8446,8566,8686,8751,8813,8875,8937,8996,9056,9117,9178,9237,9738,9789,9838,9886,9944,10174,10221,10281,10387,10567,10613,10660,10712,11042,11280,11335,11474,11520,11575,11620,11961,36954,12098,16317,19922,20066,24372,24875,25295,25926,26578,26619,26673,26723,27345,27998,28496,31373,31719,31951,32091,32596,32726,33153,33548,34580,34812,34939,35045,35529,36651", + "endLines": "2,7,8,16,17,18,19,20,21,22,26,27,28,29,37,45,46,47,52,53,58,63,64,65,70,71,76,77,82,83,84,90,91,92,97,102,103,104,108,109,110,111,114,115,118,121,122,123,124,125,128,131,132,133,134,139,142,145,146,147,152,153,154,157,160,161,164,167,170,173,174,175,178,181,182,187,188,193,196,199,200,201,202,203,204,205,206,207,208,220,221,222,223,224,230,231,232,235,240,241,242,243,252,258,259,263,264,265,266,275,279,356,280,281,282,283,284,285,286,287,288,289,290,295,296,297,298,299,300,301,307,308,314,321,333,334,335,336,337,354,355", + "endColumns": "56,11,60,11,51,47,50,51,60,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,55,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,50,48,47,57,11,46,59,11,11,45,46,51,11,11,54,11,45,54,44,11,11,40,4218,3604,143,4305,502,419,630,651,40,53,49,382,652,497,2876,345,231,139,35,129,133,35,35,231,126,105,483,35,302", + "endOffsets": "107,293,354,645,697,745,796,848,909,955,1088,1140,1190,1241,1550,1862,1907,1966,2163,2220,2415,2597,2651,2708,2900,2958,3154,3210,3404,3461,3512,3734,3786,3841,4031,4207,4257,4313,4473,4534,4594,4664,4797,4865,4994,5120,5182,5247,5315,5382,5505,5630,5697,5762,5827,6008,6129,6250,6316,6383,6593,6662,6728,6853,6979,7046,7172,7299,7424,7551,7607,7672,7798,7921,7986,8194,8261,8441,8561,8681,8746,8808,8870,8932,8991,9051,9112,9173,9232,9733,9784,9833,9881,9939,10169,10216,10276,10382,10562,10608,10655,10707,11037,11275,11330,11469,11515,11570,11615,11956,12093,36990,16312,19917,20061,24367,24870,25290,25921,26573,26614,26668,26718,27340,27993,28491,31368,31714,31946,32086,32591,32721,33148,33543,34575,34807,34934,35040,35524,36646,36949" + }, + "to": { + "startLines": "2,4,10,11,19,27,33,72,73,74,76,80,81,82,85,93,103,131,132,137,138,143,148,149,150,155,156,161,162,167,168,169,175,176,177,182,187,201,202,206,207,208,209,212,213,216,219,220,221,222,223,226,229,230,231,232,237,240,243,244,245,250,251,252,255,258,259,262,265,268,271,272,273,276,279,280,285,286,291,294,297,298,299,300,301,302,303,304,305,306,391,392,393,394,399,405,406,407,410,436,443,483,484,494,500,503,507,508,509,510,519,1566,9938,9939,9940,9941,10032,10246,10257,10258,10259,10260,10261,10262,10267,10268,10269,10837,10838,10839,10840,10846,10847,10991,10998,11020,11264,11285,11828,11829,11846", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,263,498,559,850,1306,1613,3776,3828,3889,3996,4129,4181,4231,4392,4701,5124,7066,7125,7322,7379,7574,7756,7810,7867,8059,8117,8313,8369,8563,8620,8671,8893,8945,9000,9190,9366,10113,10169,10329,10390,10450,10520,10653,10721,10850,10976,11038,11103,11171,11238,11361,11486,11553,11618,11683,11864,11985,12106,12172,12239,12449,12518,12584,12709,12835,12902,13028,13155,13280,13407,13463,13528,13654,13777,13842,14050,14117,14297,14417,14537,14602,14664,14726,14788,14847,14907,14968,15029,15088,20109,20160,20209,20257,20544,20774,20821,20881,20987,22334,22681,25161,25213,25588,25826,26004,26143,26189,26244,26289,26630,102462,636960,641179,644784,644928,653961,661342,662289,662920,663572,663613,663667,663717,664339,664992,665490,688946,689292,689524,689664,690169,690299,694992,695387,696799,705518,706183,727221,727705,728827", + "endLines": "2,8,10,18,19,27,33,72,73,74,79,80,81,82,92,100,103,131,136,137,142,147,148,149,154,155,160,161,166,167,168,174,175,176,181,186,187,201,205,206,207,208,211,212,215,218,219,220,221,222,225,228,229,230,231,236,239,242,243,244,249,250,251,254,257,258,261,264,267,270,271,272,275,278,279,284,285,290,293,296,297,298,299,300,301,302,303,304,305,317,391,392,393,394,404,405,406,409,414,436,443,483,492,499,500,506,507,508,509,518,522,1566,9938,9939,9940,9941,10032,10246,10257,10258,10259,10260,10261,10266,10267,10268,10269,10837,10838,10839,10845,10846,10852,10997,11009,11020,11264,11285,11828,11845,11846", + "endColumns": "56,11,60,11,51,47,50,51,60,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,55,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,50,48,47,57,11,46,59,11,11,45,46,51,11,11,54,11,45,54,44,11,11,40,4218,3604,143,4305,502,419,630,651,40,53,49,382,652,497,2876,345,231,139,35,129,133,35,35,231,126,105,483,35,302", + "endOffsets": "202,444,554,845,897,1349,1659,3823,3884,3930,4124,4176,4226,4277,4696,5008,5164,7120,7317,7374,7569,7751,7805,7862,8054,8112,8308,8364,8558,8615,8666,8888,8940,8995,9185,9361,9411,10164,10324,10385,10445,10515,10648,10716,10845,10971,11033,11098,11166,11233,11356,11481,11548,11613,11678,11859,11980,12101,12167,12234,12444,12513,12579,12704,12830,12897,13023,13150,13275,13402,13458,13523,13649,13772,13837,14045,14112,14292,14412,14532,14597,14659,14721,14783,14842,14902,14963,15024,15083,15551,20155,20204,20252,20310,20769,20816,20876,20982,21162,22375,22723,25208,25538,25821,25876,26138,26184,26239,26284,26625,26762,102498,641174,644779,644923,649229,654459,661757,662915,663567,663608,663662,663712,664334,664987,665485,668362,689287,689519,689659,690164,690294,690721,695382,696414,697026,705640,706284,727700,728822,729125" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\81d099f3403dfda2405faee6a54c68f8\\transformed\\transition-1.2.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,341,393,442,503", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "90,137,180,235,282,336,388,437,498,548" + }, + "to": { + "startLines": "1557,1558,1579,1583,1584,1613,1614,1615,1616,1617", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "102056,102096,103228,103410,103465,104961,105015,105067,105116,105177", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "102091,102138,103266,103460,103507,105010,105062,105111,105172,105222" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,110", + "endColumns": "54,61", + "endOffsets": "105,167" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1160,1259,1335,1396,1485,1549,1616,1670,1738,1798,1852,1969,2029,2091,2145,2217,2339,2423,2515,2652,2730,2812,2900,2954,3005,3071,3143,3220,3304,3376,3453,3527,3598,3686,3757,3850,3945,4019,4093,4189,4241,4308,4394,4482,4544,4608,4671,4781,4877,4976,5074,5132,5187", + "endLines": "7,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", + "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78", + "endOffsets": "363,441,519,596,699,791,883,1009,1090,1155,1254,1330,1391,1480,1544,1611,1665,1733,1793,1847,1964,2024,2086,2140,2212,2334,2418,2510,2647,2725,2807,2895,2949,3000,3066,3138,3215,3299,3371,3448,3522,3593,3681,3752,3845,3940,4014,4088,4184,4236,4303,4389,4477,4539,4603,4666,4776,4872,4971,5069,5127,5182,5261" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3112,3190,3268,3345,3448,3540,3632,3758,3839,3904,4003,4079,4140,4229,4293,4360,4414,4482,4542,4596,4713,4773,4835,4889,4961,5083,5167,5259,5396,5474,5556,5644,5698,5749,5815,5887,5964,6048,6120,6197,6271,6342,6430,6501,6594,6689,6763,6837,6933,6985,7052,7138,7226,7288,7352,7415,7525,7621,7720,7818,7876,7931", + "endLines": "7,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", + "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78", + "endOffsets": "413,3185,3263,3340,3443,3535,3627,3753,3834,3899,3998,4074,4135,4224,4288,4355,4409,4477,4537,4591,4708,4768,4830,4884,4956,5078,5162,5254,5391,5469,5551,5639,5693,5744,5810,5882,5959,6043,6115,6192,6266,6337,6425,6496,6589,6684,6758,6832,6928,6980,7047,7133,7221,7283,7347,7410,7520,7616,7715,7813,7871,7926,8005" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8093", + "endColumns": "100", + "endOffsets": "8189" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799", + "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", + "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,8010", + "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", + "endOffsets": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,8088" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-be_values-be.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8285", + "endColumns": "100", + "endOffsets": "8381" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835", + "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", + "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,8203", + "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", + "endOffsets": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,8280" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1186,1279,1356,1419,1535,1598,1667,1726,1797,1856,1910,2031,2092,2155,2209,2282,2404,2492,2575,2727,2813,2900,2991,3048,3099,3165,3237,3314,3398,3473,3550,3632,3708,3797,3879,3970,4066,4140,4221,4316,4370,4436,4523,4609,4671,4735,4798,4908,5015,5118,5227,5288,5343", + "endLines": "7,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", + "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79", + "endOffsets": "377,454,531,613,710,802,899,1031,1114,1181,1274,1351,1414,1530,1593,1662,1721,1792,1851,1905,2026,2087,2150,2204,2277,2399,2487,2570,2722,2808,2895,2986,3043,3094,3160,3232,3309,3393,3468,3545,3627,3703,3792,3874,3965,4061,4135,4216,4311,4365,4431,4518,4604,4666,4730,4793,4903,5010,5113,5222,5283,5338,5418" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3162,3239,3316,3398,3495,3587,3684,3816,3899,3966,4059,4136,4199,4315,4378,4447,4506,4577,4636,4690,4811,4872,4935,4989,5062,5184,5272,5355,5507,5593,5680,5771,5828,5879,5945,6017,6094,6178,6253,6330,6412,6488,6577,6659,6750,6846,6920,7001,7096,7150,7216,7303,7389,7451,7515,7578,7688,7795,7898,8007,8068,8123", + "endLines": "7,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", + "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79", + "endOffsets": "427,3234,3311,3393,3490,3582,3679,3811,3894,3961,4054,4131,4194,4310,4373,4442,4501,4572,4631,4685,4806,4867,4930,4984,5057,5179,5267,5350,5502,5588,5675,5766,5823,5874,5940,6012,6089,6173,6248,6325,6407,6483,6572,6654,6745,6841,6915,6996,7091,7145,7211,7298,7384,7446,7510,7573,7683,7790,7893,8002,8063,8118,8198" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8080", + "endColumns": "100", + "endOffsets": "8176" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835", + "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", + "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,7993", + "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", + "endOffsets": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,8075" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1106,1197,1263,1324,1414,1478,1545,1606,1675,1737,1791,1898,1957,2018,2072,2146,2266,2351,2435,2570,2641,2711,2798,2856,2912,2978,3051,3131,3226,3295,3371,3451,3520,3615,3698,3788,3883,3957,4031,4124,4178,4245,4331,4416,4478,4542,4605,4707,4812,4905,5011,5073,5133", + "endLines": "5,6,7,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", + "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79", + "endOffsets": "266,364,457,540,641,733,837,954,1035,1101,1192,1258,1319,1409,1473,1540,1601,1670,1732,1786,1893,1952,2013,2067,2141,2261,2346,2430,2565,2636,2706,2793,2851,2907,2973,3046,3126,3221,3290,3366,3446,3515,3610,3693,3783,3878,3952,4026,4119,4173,4240,4326,4411,4473,4537,4600,4702,4807,4900,5006,5068,5128,5208" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3051,3149,3242,3325,3426,3518,3622,3739,3820,3886,3977,4043,4104,4194,4258,4325,4386,4455,4517,4571,4678,4737,4798,4852,4926,5046,5131,5215,5350,5421,5491,5578,5636,5692,5758,5831,5911,6006,6075,6151,6231,6300,6395,6478,6568,6663,6737,6811,6904,6958,7025,7111,7196,7258,7322,7385,7487,7592,7685,7791,7853,7913", + "endLines": "5,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", + "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79", + "endOffsets": "316,3144,3237,3320,3421,3513,3617,3734,3815,3881,3972,4038,4099,4189,4253,4320,4381,4450,4512,4566,4673,4732,4793,4847,4921,5041,5126,5210,5345,5416,5486,5573,5631,5687,5753,5826,5906,6001,6070,6146,6226,6295,6390,6473,6563,6658,6732,6806,6899,6953,7020,7106,7191,7253,7317,7380,7482,7587,7680,7786,7848,7908,7988" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8146", + "endColumns": "100", + "endOffsets": "8242" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836", + "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,8059", + "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", + "endOffsets": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,8141" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1133,1226,1294,1357,1460,1520,1586,1642,1713,1773,1827,1939,1996,2057,2111,2187,2312,2399,2482,2621,2703,2786,2874,2928,2984,3050,3124,3202,3291,3367,3443,3518,3590,3680,3753,3845,3941,4013,4089,4185,4238,4305,4392,4479,4541,4605,4668,4773,4877,4973,5080,5138,5198", + "endLines": "6,7,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", + "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "319,396,473,553,661,755,849,981,1062,1128,1221,1289,1352,1455,1515,1581,1637,1708,1768,1822,1934,1991,2052,2106,2182,2307,2394,2477,2616,2698,2781,2869,2923,2979,3045,3119,3197,3286,3362,3438,3513,3585,3675,3748,3840,3936,4008,4084,4180,4233,4300,4387,4474,4536,4600,4663,4768,4872,4968,5075,5133,5193,5273" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3105,3182,3259,3339,3447,3541,3635,3767,3848,3914,4007,4075,4138,4241,4301,4367,4423,4494,4554,4608,4720,4777,4838,4892,4968,5093,5180,5263,5402,5484,5567,5655,5709,5765,5831,5905,5983,6072,6148,6224,6299,6371,6461,6534,6626,6722,6794,6870,6966,7019,7086,7173,7260,7322,7386,7449,7554,7658,7754,7861,7919,7979", + "endLines": "6,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", + "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "369,3177,3254,3334,3442,3536,3630,3762,3843,3909,4002,4070,4133,4236,4296,4362,4418,4489,4549,4603,4715,4772,4833,4887,4963,5088,5175,5258,5397,5479,5562,5650,5704,5760,5826,5900,5978,6067,6143,6219,6294,6366,6456,6529,6621,6717,6789,6865,6961,7014,7081,7168,7255,7317,7381,7444,7549,7653,7749,7856,7914,7974,8054" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795", + "endLines": "2,3,4,5,6,7,9,10,11,12,13,17", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", + "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791", + "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", + "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,8077", + "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", + "endOffsets": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,8154" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8159", + "endColumns": "100", + "endOffsets": "8255" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1071,1174,1249,1312,1404,1475,1540,1607,1679,1751,1805,1926,1985,2049,2103,2180,2312,2397,2478,2627,2714,2797,2889,2945,3003,3069,3141,3218,3309,3389,3468,3543,3622,3712,3785,3879,3976,4050,4123,4222,4277,4345,4433,4522,4584,4648,4711,4820,4925,5028,5137,5197,5259", + "endLines": "5,6,7,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", + "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81", + "endOffsets": "266,344,421,498,592,680,792,918,999,1066,1169,1244,1307,1399,1470,1535,1602,1674,1746,1800,1921,1980,2044,2098,2175,2307,2392,2473,2622,2709,2792,2884,2940,2998,3064,3136,3213,3304,3384,3463,3538,3617,3707,3780,3874,3971,4045,4118,4217,4272,4340,4428,4517,4579,4643,4706,4815,4920,5023,5132,5192,5254,5336" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3085,3162,3239,3333,3421,3533,3659,3740,3807,3910,3985,4048,4140,4211,4276,4343,4415,4487,4541,4662,4721,4785,4839,4916,5048,5133,5214,5363,5450,5533,5625,5681,5739,5805,5877,5954,6045,6125,6204,6279,6358,6448,6521,6615,6712,6786,6859,6958,7013,7081,7169,7258,7320,7384,7447,7556,7661,7764,7873,7933,7995", + "endLines": "5,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", + "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81", + "endOffsets": "316,3080,3157,3234,3328,3416,3528,3654,3735,3802,3905,3980,4043,4135,4206,4271,4338,4410,4482,4536,4657,4716,4780,4834,4911,5043,5128,5209,5358,5445,5528,5620,5676,5734,5800,5872,5949,6040,6120,6199,6274,6353,6443,6516,6610,6707,6781,6854,6953,7008,7076,7164,7253,7315,7379,7442,7551,7656,7759,7868,7928,7990,8072" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-as_values-as.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7944", + "endColumns": "100", + "endOffsets": "8040" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,312,419,510,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,7861", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,7939" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,781,904,983,1048,1137,1202,1261,1347,1411,1475,1538,1608,1672,1726,1831,1889,1951,2005,2077,2194,2281,2364,2504,2581,2662,2753,2807,2858,2924,2994,3071,3158,3229,3306,3375,3444,3535,3607,3696,3785,3859,3931,4017,4067,4133,4213,4297,4359,4423,4486,4586,4683,4775,4874,4932,4987", + "endLines": "5,6,7,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", + "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80", + "endOffsets": "267,349,427,504,590,674,776,899,978,1043,1132,1197,1256,1342,1406,1470,1533,1603,1667,1721,1826,1884,1946,2000,2072,2189,2276,2359,2499,2576,2657,2748,2802,2853,2919,2989,3066,3153,3224,3301,3370,3439,3530,3602,3691,3780,3854,3926,4012,4062,4128,4208,4292,4354,4418,4481,4581,4678,4770,4869,4927,4982,5063" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3065,3147,3225,3302,3388,3472,3574,3697,3776,3841,3930,3995,4054,4140,4204,4268,4331,4401,4465,4519,4624,4682,4744,4798,4870,4987,5074,5157,5297,5374,5455,5546,5600,5651,5717,5787,5864,5951,6022,6099,6168,6237,6328,6400,6489,6578,6652,6724,6810,6860,6926,7006,7090,7152,7216,7279,7379,7476,7568,7667,7725,7780", + "endLines": "5,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", + "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80", + "endOffsets": "317,3142,3220,3297,3383,3467,3569,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4396,4460,4514,4619,4677,4739,4793,4865,4982,5069,5152,5292,5369,5450,5541,5595,5646,5712,5782,5859,5946,6017,6094,6163,6232,6323,6395,6484,6573,6647,6719,6805,6855,6921,7001,7085,7147,7211,7274,7374,7471,7563,7662,7720,7775,7856" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7944", + "endColumns": "100", + "endOffsets": "8040" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1082,1174,1238,1298,1390,1455,1518,1580,1647,1711,1765,1870,1929,1990,2044,2113,2232,2315,2399,2535,2614,2698,2784,2838,2889,2955,3024,3098,3187,3259,3336,3407,3481,3572,3651,3738,3826,3898,3972,4057,4108,4175,4256,4340,4402,4466,4529,4636,4743,4842,4950,5008,5063", + "endLines": "5,6,7,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", + "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77", + "endOffsets": "261,360,452,533,635,715,813,935,1014,1077,1169,1233,1293,1385,1450,1513,1575,1642,1706,1760,1865,1924,1985,2039,2108,2227,2310,2394,2530,2609,2693,2779,2833,2884,2950,3019,3093,3182,3254,3331,3402,3476,3567,3646,3733,3821,3893,3967,4052,4103,4170,4251,4335,4397,4461,4524,4631,4738,4837,4945,5003,5058,5136" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2989,3088,3180,3261,3363,3443,3541,3663,3742,3805,3897,3961,4021,4113,4178,4241,4303,4370,4434,4488,4593,4652,4713,4767,4836,4955,5038,5122,5258,5337,5421,5507,5561,5612,5678,5747,5821,5910,5982,6059,6130,6204,6295,6374,6461,6549,6621,6695,6780,6831,6898,6979,7063,7125,7189,7252,7359,7466,7565,7673,7731,7786", + "endLines": "5,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", + "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77", + "endOffsets": "311,3083,3175,3256,3358,3438,3536,3658,3737,3800,3892,3956,4016,4108,4173,4236,4298,4365,4429,4483,4588,4647,4708,4762,4831,4950,5033,5117,5253,5332,5416,5502,5556,5607,5673,5742,5816,5905,5977,6054,6125,6199,6290,6369,6456,6544,6616,6690,6775,6826,6893,6974,7058,7120,7184,7247,7354,7461,7560,7668,7726,7781,7859" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778", + "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "316,419,522,633,717,819,932,1009,1084,1177,1272,1367,1461,1563,1658,1755,1853,1949,2042,2122,2228,2327,2423,2528,2631,2733,2887,7864", + "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "414,517,628,712,814,927,1004,1079,1172,1267,1362,1456,1558,1653,1750,1848,1944,2037,2117,2223,2322,2418,2523,2626,2728,2882,2984,7939" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1121,1218,1298,1360,1449,1512,1577,1636,1709,1772,1826,1954,2011,2073,2127,2200,2343,2427,2515,2651,2739,2827,2912,2965,3016,3082,3157,3233,3319,3396,3472,3549,3623,3714,3789,3880,3972,4046,4133,4224,4279,4345,4428,4514,4576,4640,4703,4820,4933,5044,5161,5218,5273", + "endLines": "5,6,7,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", + "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85", + "endOffsets": "260,339,418,501,623,733,828,961,1050,1116,1213,1293,1355,1444,1507,1572,1631,1704,1767,1821,1949,2006,2068,2122,2195,2338,2422,2510,2646,2734,2822,2907,2960,3011,3077,3152,3228,3314,3391,3467,3544,3618,3709,3784,3875,3967,4041,4128,4219,4274,4340,4423,4509,4571,4635,4698,4815,4928,5039,5156,5213,5268,5354" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3064,3143,3222,3305,3427,3537,3632,3765,3854,3920,4017,4097,4159,4248,4311,4376,4435,4508,4571,4625,4753,4810,4872,4926,4999,5142,5226,5314,5450,5538,5626,5711,5764,5815,5881,5956,6032,6118,6195,6271,6348,6422,6513,6588,6679,6771,6845,6932,7023,7078,7144,7227,7313,7375,7439,7502,7619,7732,7843,7960,8017,8072", + "endLines": "5,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", + "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85", + "endOffsets": "310,3138,3217,3300,3422,3532,3627,3760,3849,3915,4012,4092,4154,4243,4306,4371,4430,4503,4566,4620,4748,4805,4867,4921,4994,5137,5221,5309,5445,5533,5621,5706,5759,5810,5876,5951,6027,6113,6190,6266,6343,6417,6508,6583,6674,6766,6840,6927,7018,7073,7139,7222,7308,7370,7434,7497,7614,7727,7838,7955,8012,8067,8153" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854", + "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", + "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,8158", + "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", + "endOffsets": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,8237" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8242", + "endColumns": "100", + "endOffsets": "8338" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8292", + "endColumns": "100", + "endOffsets": "8388" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855", + "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,8205", + "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,8287" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1151,1248,1328,1390,1482,1549,1623,1684,1763,1827,1881,1997,2056,2118,2172,2254,2383,2475,2559,2703,2782,2863,2956,3011,3062,3128,3207,3288,3379,3451,3529,3604,3676,3773,3850,3948,4046,4124,4205,4305,4362,4428,4511,4598,4660,4724,4787,4889,4996,5093,5202,5261,5316", + "endLines": "5,6,7,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", + "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88", + "endOffsets": "278,385,493,575,676,773,873,995,1080,1146,1243,1323,1385,1477,1544,1618,1679,1758,1822,1876,1992,2051,2113,2167,2249,2378,2470,2554,2698,2777,2858,2951,3006,3057,3123,3202,3283,3374,3446,3524,3599,3671,3768,3845,3943,4041,4119,4200,4300,4357,4423,4506,4593,4655,4719,4782,4884,4991,5088,5197,5256,5311,5400" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3083,3190,3298,3380,3481,3578,3678,3800,3885,3951,4048,4128,4190,4282,4349,4423,4484,4563,4627,4681,4797,4856,4918,4972,5054,5183,5275,5359,5503,5582,5663,5756,5811,5862,5928,6007,6088,6179,6251,6329,6404,6476,6573,6650,6748,6846,6924,7005,7105,7162,7228,7311,7398,7460,7524,7587,7689,7796,7893,8002,8061,8116", + "endLines": "5,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", + "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88", + "endOffsets": "328,3185,3293,3375,3476,3573,3673,3795,3880,3946,4043,4123,4185,4277,4344,4418,4479,4558,4622,4676,4792,4851,4913,4967,5049,5178,5270,5354,5498,5577,5658,5751,5806,5857,5923,6002,6083,6174,6246,6324,6399,6471,6568,6645,6743,6841,6919,7000,7100,7157,7223,7306,7393,7455,7519,7582,7684,7791,7888,7997,8056,8111,8200" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8097", + "endColumns": "100", + "endOffsets": "8193" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817", + "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", + "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,8014", + "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", + "endOffsets": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,8092" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1147,1246,1322,1387,1477,1541,1607,1661,1730,1790,1844,1961,2021,2083,2137,2209,2339,2426,2518,2657,2726,2804,2892,2946,2997,3063,3135,3212,3295,3367,3444,3517,3588,3676,3748,3840,3936,4010,4084,4180,4232,4299,4386,4473,4535,4599,4662,4768,4864,4962,5060,5118,5173", + "endLines": "7,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", + "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78", + "endOffsets": "373,448,523,601,693,776,868,996,1077,1142,1241,1317,1382,1472,1536,1602,1656,1725,1785,1839,1956,2016,2078,2132,2204,2334,2421,2513,2652,2721,2799,2887,2941,2992,3058,3130,3207,3290,3362,3439,3512,3583,3671,3743,3835,3931,4005,4079,4175,4227,4294,4381,4468,4530,4594,4657,4763,4859,4957,5055,5113,5168,5247" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3140,3215,3290,3368,3460,3543,3635,3763,3844,3909,4008,4084,4149,4239,4303,4369,4423,4492,4552,4606,4723,4783,4845,4899,4971,5101,5188,5280,5419,5488,5566,5654,5708,5759,5825,5897,5974,6057,6129,6206,6279,6350,6438,6510,6602,6698,6772,6846,6942,6994,7061,7148,7235,7297,7361,7424,7530,7626,7724,7822,7880,7935", + "endLines": "7,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", + "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78", + "endOffsets": "423,3210,3285,3363,3455,3538,3630,3758,3839,3904,4003,4079,4144,4234,4298,4364,4418,4487,4547,4601,4718,4778,4840,4894,4966,5096,5183,5275,5414,5483,5561,5649,5703,5754,5820,5892,5969,6052,6124,6201,6274,6345,6433,6505,6597,6693,6767,6841,6937,6989,7056,7143,7230,7292,7356,7419,7525,7621,7719,7817,7875,7930,8009" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,334,411,493,586,673,770,899,983,1046,1136,1205,1265,1356,1419,1483,1542,1609,1671,1726,1849,1907,1968,2023,2095,2232,2313,2395,2525,2599,2673,2759,2810,2864,2930,3001,3078,3159,3232,3306,3376,3450,3536,3610,3699,3791,3865,3938,4027,4078,4145,4228,4312,4374,4438,4501,4595,4702,4795,4900,4955,5013", + "endLines": "5,6,7,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", + "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77", + "endOffsets": "254,329,406,488,581,668,765,894,978,1041,1131,1200,1260,1351,1414,1478,1537,1604,1666,1721,1844,1902,1963,2018,2090,2227,2308,2390,2520,2594,2668,2754,2805,2859,2925,2996,3073,3154,3227,3301,3371,3445,3531,3605,3694,3786,3860,3933,4022,4073,4140,4223,4307,4369,4433,4496,4590,4697,4790,4895,4950,5008,5086" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2999,3074,3151,3233,3326,3413,3510,3639,3723,3786,3876,3945,4005,4096,4159,4223,4282,4349,4411,4466,4589,4647,4708,4763,4835,4972,5053,5135,5265,5339,5413,5499,5550,5604,5670,5741,5818,5899,5972,6046,6116,6190,6276,6350,6439,6531,6605,6678,6767,6818,6885,6968,7052,7114,7178,7241,7335,7442,7535,7640,7695,7753", + "endLines": "5,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", + "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77", + "endOffsets": "304,3069,3146,3228,3321,3408,3505,3634,3718,3781,3871,3940,4000,4091,4154,4218,4277,4344,4406,4461,4584,4642,4703,4758,4830,4967,5048,5130,5260,5334,5408,5494,5545,5599,5665,5736,5813,5894,5967,6041,6111,6185,6271,6345,6434,6526,6600,6673,6762,6813,6880,6963,7047,7109,7173,7236,7330,7437,7530,7635,7690,7748,7826" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795", + "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", + "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,7831", + "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", + "endOffsets": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,7908" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7913", + "endColumns": "100", + "endOffsets": "8009" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1070,1159,1238,1301,1394,1456,1522,1580,1653,1717,1773,1895,1952,2014,2070,2146,2280,2365,2451,2589,2670,2749,2839,2896,2947,3013,3091,3174,3262,3337,3416,3489,3560,3654,3732,3821,3911,3985,4066,4153,4206,4273,4354,4438,4500,4564,4627,4735,4836,4938,5041,5102,5157", + "endLines": "5,6,7,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", + "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80", + "endOffsets": "264,350,432,509,607,701,798,920,1001,1065,1154,1233,1296,1389,1451,1517,1575,1648,1712,1768,1890,1947,2009,2065,2141,2275,2360,2446,2584,2665,2744,2834,2891,2942,3008,3086,3169,3257,3332,3411,3484,3555,3649,3727,3816,3906,3980,4061,4148,4201,4268,4349,4433,4495,4559,4622,4730,4831,4933,5036,5097,5152,5233" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3041,3127,3209,3286,3384,3478,3575,3697,3778,3842,3931,4010,4073,4166,4228,4294,4352,4425,4489,4545,4667,4724,4786,4842,4918,5052,5137,5223,5361,5442,5521,5611,5668,5719,5785,5863,5946,6034,6109,6188,6261,6332,6426,6504,6593,6683,6757,6838,6925,6978,7045,7126,7210,7272,7336,7399,7507,7608,7710,7813,7874,7929", + "endLines": "5,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", + "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80", + "endOffsets": "314,3122,3204,3281,3379,3473,3570,3692,3773,3837,3926,4005,4068,4161,4223,4289,4347,4420,4484,4540,4662,4719,4781,4837,4913,5047,5132,5218,5356,5437,5516,5606,5663,5714,5780,5858,5941,6029,6104,6183,6256,6327,6421,6499,6588,6678,6752,6833,6920,6973,7040,7121,7205,7267,7331,7394,7502,7603,7705,7808,7869,7924,8005" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8093", + "endColumns": "100", + "endOffsets": "8189" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,328,435,520,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827", + "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "218,323,430,515,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,8010", + "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,8088" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "76", + "endOffsets": "127" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-my_values-my.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,325,441,528,637,760,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866", + "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "213,320,436,523,632,755,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,8093", + "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,8174" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1121,1211,1286,1345,1436,1499,1564,1623,1694,1756,1813,1932,1990,2051,2106,2179,2311,2402,2491,2632,2710,2787,2879,2937,2988,3054,3126,3208,3290,3365,3439,3511,3590,3687,3768,3854,3946,4020,4099,4185,4239,4307,4390,4471,4533,4597,4660,4772,4875,4979,5084,5145,5200", + "endLines": "5,6,7,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", + "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81", + "endOffsets": "280,381,480,556,647,731,837,966,1051,1116,1206,1281,1340,1431,1494,1559,1618,1689,1751,1808,1927,1985,2046,2101,2174,2306,2397,2486,2627,2705,2782,2874,2932,2983,3049,3121,3203,3285,3360,3434,3506,3585,3682,3763,3849,3941,4015,4094,4180,4234,4302,4385,4466,4528,4592,4655,4767,4870,4974,5079,5140,5195,5277" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3096,3197,3296,3372,3463,3547,3653,3782,3867,3932,4022,4097,4156,4247,4310,4375,4434,4505,4567,4624,4743,4801,4862,4917,4990,5122,5213,5302,5443,5521,5598,5690,5748,5799,5865,5937,6019,6101,6176,6250,6322,6401,6498,6579,6665,6757,6831,6910,6996,7050,7118,7201,7282,7344,7408,7471,7583,7686,7790,7895,7956,8011", + "endLines": "5,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", + "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81", + "endOffsets": "330,3192,3291,3367,3458,3542,3648,3777,3862,3927,4017,4092,4151,4242,4305,4370,4429,4500,4562,4619,4738,4796,4857,4912,4985,5117,5208,5297,5438,5516,5593,5685,5743,5794,5860,5932,6014,6096,6171,6245,6317,6396,6493,6574,6660,6752,6826,6905,6991,7045,7113,7196,7277,7339,7403,7466,7578,7681,7785,7890,7951,8006,8088" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8179", + "endColumns": "100", + "endOffsets": "8275" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-es_values-es.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836", + "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", + "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,8111", + "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", + "endOffsets": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,8189" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1094,1189,1270,1333,1422,1486,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2325,2414,2496,2637,2718,2798,2888,2944,3000,3066,3145,3227,3315,3389,3466,3536,3615,3699,3783,3875,3975,4049,4130,4232,4285,4352,4445,4534,4596,4660,4723,4836,4929,5033,5127,5187,5247", + "endLines": "5,6,7,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", + "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82", + "endOffsets": "273,354,433,520,621,717,821,943,1024,1089,1184,1265,1328,1417,1481,1550,1613,1687,1751,1807,1925,1983,2045,2101,2181,2320,2409,2491,2632,2713,2793,2883,2939,2995,3061,3140,3222,3310,3384,3461,3531,3610,3694,3778,3870,3970,4044,4125,4227,4280,4347,4440,4529,4591,4655,4718,4831,4924,5028,5122,5182,5242,5325" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3059,3140,3219,3306,3407,3503,3607,3729,3810,3875,3970,4051,4114,4203,4267,4336,4399,4473,4537,4593,4711,4769,4831,4887,4967,5106,5195,5277,5418,5499,5579,5669,5725,5781,5847,5926,6008,6096,6170,6247,6317,6396,6480,6564,6656,6756,6830,6911,7013,7066,7133,7226,7315,7377,7441,7504,7617,7710,7814,7908,7968,8028", + "endLines": "5,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", + "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82", + "endOffsets": "323,3135,3214,3301,3402,3498,3602,3724,3805,3870,3965,4046,4109,4198,4262,4331,4394,4468,4532,4588,4706,4764,4826,4882,4962,5101,5190,5272,5413,5494,5574,5664,5720,5776,5842,5921,6003,6091,6165,6242,6312,6391,6475,6559,6651,6751,6825,6906,7008,7061,7128,7221,7310,7372,7436,7499,7612,7705,7809,7903,7963,8023,8106" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8194", + "endColumns": "100", + "endOffsets": "8290" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829", + "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "424,533,635,743,829,934,1052,1133,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,8075", + "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "528,630,738,824,929,1047,1128,1207,1298,1391,1486,1580,1680,1773,1868,1963,2054,2145,2244,2350,2456,2554,2661,2768,2873,3043,3143,8152" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1179,1270,1336,1399,1487,1549,1616,1674,1745,1804,1858,1972,2032,2095,2149,2222,2341,2427,2510,2649,2734,2821,2909,2966,3017,3083,3155,3231,3321,3394,3471,3552,3626,3716,3795,3886,3982,4056,4137,4232,4286,4352,4439,4525,4587,4651,4714,4821,4913,5011,5103,5164,5219", + "endLines": "7,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", + "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81", + "endOffsets": "369,447,525,613,721,812,908,1024,1107,1174,1265,1331,1394,1482,1544,1611,1669,1740,1799,1853,1967,2027,2090,2144,2217,2336,2422,2505,2644,2729,2816,2904,2961,3012,3078,3150,3226,3316,3389,3466,3547,3621,3711,3790,3881,3977,4051,4132,4227,4281,4347,4434,4520,4582,4646,4709,4816,4908,5006,5098,5159,5214,5296" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3148,3226,3304,3392,3500,3591,3687,3803,3886,3953,4044,4110,4173,4261,4323,4390,4448,4519,4578,4632,4746,4806,4869,4923,4996,5115,5201,5284,5423,5508,5595,5683,5740,5791,5857,5929,6005,6095,6168,6245,6326,6400,6490,6569,6660,6756,6830,6911,7006,7060,7126,7213,7299,7361,7425,7488,7595,7687,7785,7877,7938,7993", + "endLines": "7,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", + "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81", + "endOffsets": "419,3221,3299,3387,3495,3586,3682,3798,3881,3948,4039,4105,4168,4256,4318,4385,4443,4514,4573,4627,4741,4801,4864,4918,4991,5110,5196,5279,5418,5503,5590,5678,5735,5786,5852,5924,6000,6090,6163,6240,6321,6395,6485,6564,6655,6751,6825,6906,7001,7055,7121,7208,7294,7356,7420,7483,7590,7682,7780,7872,7933,7988,8070" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8157", + "endColumns": "100", + "endOffsets": "8253" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798", + "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", + "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,7820", + "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", + "endOffsets": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,7900" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7905", + "endColumns": "100", + "endOffsets": "8001" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1109,1183,1242,1328,1390,1451,1509,1573,1634,1688,1805,1862,1922,1976,2051,2178,2262,2340,2470,2554,2632,2723,2774,2825,2891,2959,3035,3116,3195,3270,3343,3419,3508,3585,3676,3770,3844,3914,4007,4056,4122,4207,4293,4355,4419,4482,4581,4686,4784,4889,4944,4999", + "endLines": "5,6,7,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", + "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77", + "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1104,1178,1237,1323,1385,1446,1504,1568,1629,1683,1800,1857,1917,1971,2046,2173,2257,2335,2465,2549,2627,2718,2769,2820,2886,2954,3030,3111,3190,3265,3338,3414,3503,3580,3671,3765,3839,3909,4002,4051,4117,4202,4288,4350,4414,4477,4576,4681,4779,4884,4939,4994,5072" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3008,3087,3164,3242,3322,3402,3501,3615,3695,3758,3852,3926,3985,4071,4133,4194,4252,4316,4377,4431,4548,4605,4665,4719,4794,4921,5005,5083,5213,5297,5375,5466,5517,5568,5634,5702,5778,5859,5938,6013,6086,6162,6251,6328,6419,6513,6587,6657,6750,6799,6865,6950,7036,7098,7162,7225,7324,7429,7527,7632,7687,7742", + "endLines": "5,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", + "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77", + "endOffsets": "310,3082,3159,3237,3317,3397,3496,3610,3690,3753,3847,3921,3980,4066,4128,4189,4247,4311,4372,4426,4543,4600,4660,4714,4789,4916,5000,5078,5208,5292,5370,5461,5512,5563,5629,5697,5773,5854,5933,6008,6081,6157,6246,6323,6414,6508,6582,6652,6745,6794,6860,6945,7031,7093,7157,7220,7319,7424,7522,7627,7682,7737,7815" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-it_values-it.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1092,1187,1272,1334,1422,1484,1553,1616,1689,1752,1806,1927,1984,2046,2100,2177,2314,2399,2481,2616,2697,2778,2869,2924,2975,3041,3114,3194,3285,3360,3437,3506,3583,3671,3760,3853,3946,4020,4100,4194,4245,4311,4395,4483,4545,4609,4672,4787,4897,5003,5112,5171,5226", + "endLines": "5,6,7,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", + "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79", + "endOffsets": "263,347,428,505,604,699,798,938,1021,1087,1182,1267,1329,1417,1479,1548,1611,1684,1747,1801,1922,1979,2041,2095,2172,2309,2394,2476,2611,2692,2773,2864,2919,2970,3036,3109,3189,3280,3355,3432,3501,3578,3666,3755,3848,3941,4015,4095,4189,4240,4306,4390,4478,4540,4604,4667,4782,4892,4998,5107,5166,5221,5301" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3012,3096,3177,3254,3353,3448,3547,3687,3770,3836,3931,4016,4078,4166,4228,4297,4360,4433,4496,4550,4671,4728,4790,4844,4921,5058,5143,5225,5360,5441,5522,5613,5668,5719,5785,5858,5938,6029,6104,6181,6250,6327,6415,6504,6597,6690,6764,6844,6938,6989,7055,7139,7227,7289,7353,7416,7531,7641,7747,7856,7915,7970", + "endLines": "5,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", + "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79", + "endOffsets": "313,3091,3172,3249,3348,3443,3542,3682,3765,3831,3926,4011,4073,4161,4223,4292,4355,4428,4491,4545,4666,4723,4785,4839,4916,5053,5138,5220,5355,5436,5517,5608,5663,5714,5780,5853,5933,6024,6099,6176,6245,6322,6410,6499,6592,6685,6759,6839,6933,6984,7050,7134,7222,7284,7348,7411,7526,7636,7742,7851,7910,7965,8045" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799", + "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", + "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,8050", + "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", + "endOffsets": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,8127" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8132", + "endColumns": "100", + "endOffsets": "8228" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,340,415,492,591,682,778,890,972,1036,1127,1204,1265,1356,1419,1482,1541,1610,1673,1727,1835,1893,1955,2009,2082,2203,2287,2378,2518,2595,2671,2758,2811,2865,2931,3001,3078,3161,3232,3307,3385,3456,3541,3630,3725,3818,3890,3962,4058,4110,4177,4261,4351,4413,4477,4540,4634,4730,4819,4916,4973,5031", + "endLines": "5,6,7,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", + "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78", + "endOffsets": "260,335,410,487,586,677,773,885,967,1031,1122,1199,1260,1351,1414,1477,1536,1605,1668,1722,1830,1888,1950,2004,2077,2198,2282,2373,2513,2590,2666,2753,2806,2860,2926,2996,3073,3156,3227,3302,3380,3451,3536,3625,3720,3813,3885,3957,4053,4105,4172,4256,4346,4408,4472,4535,4629,4725,4814,4911,4968,5026,5105" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3082,3157,3234,3333,3424,3520,3632,3714,3778,3869,3946,4007,4098,4161,4224,4283,4352,4415,4469,4577,4635,4697,4751,4824,4945,5029,5120,5260,5337,5413,5500,5553,5607,5673,5743,5820,5903,5974,6049,6127,6198,6283,6372,6467,6560,6632,6704,6800,6852,6919,7003,7093,7155,7219,7282,7376,7472,7561,7658,7715,7773", + "endLines": "5,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", + "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78", + "endOffsets": "310,3077,3152,3229,3328,3419,3515,3627,3709,3773,3864,3941,4002,4093,4156,4219,4278,4347,4410,4464,4572,4630,4692,4746,4819,4940,5024,5115,5255,5332,5408,5495,5548,5602,5668,5738,5815,5898,5969,6044,6122,6193,6278,6367,6462,6555,6627,6699,6795,6847,6914,6998,7088,7150,7214,7277,7371,7467,7556,7653,7710,7768,7847" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7932", + "endColumns": "100", + "endOffsets": "8028" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797", + "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", + "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,7852", + "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", + "endOffsets": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,7927" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8109", + "endColumns": "100", + "endOffsets": "8205" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817", + "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", + "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,8027", + "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", + "endOffsets": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,8104" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1133,1227,1297,1358,1445,1508,1572,1631,1705,1767,1821,1938,1996,2057,2111,2185,2307,2391,2487,2619,2697,2775,2864,2925,2980,3046,3115,3192,3279,3351,3427,3509,3582,3667,3746,3836,3928,4002,4087,4177,4229,4294,4379,4464,4526,4590,4653,4770,4864,4964,5059,5124,5183", + "endLines": "5,6,7,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", + "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81", + "endOffsets": "260,343,428,513,628,738,839,980,1064,1128,1222,1292,1353,1440,1503,1567,1626,1700,1762,1816,1933,1991,2052,2106,2180,2302,2386,2482,2614,2692,2770,2859,2920,2975,3041,3110,3187,3274,3346,3422,3504,3577,3662,3741,3831,3923,3997,4082,4172,4224,4289,4374,4459,4521,4585,4648,4765,4859,4959,5054,5119,5178,5260" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3027,3110,3195,3280,3395,3505,3606,3747,3831,3895,3989,4059,4120,4207,4270,4334,4393,4467,4529,4583,4700,4758,4819,4873,4947,5069,5153,5249,5381,5459,5537,5626,5687,5742,5808,5877,5954,6041,6113,6189,6271,6344,6429,6508,6598,6690,6764,6849,6939,6991,7056,7141,7226,7288,7352,7415,7532,7626,7726,7821,7886,7945", + "endLines": "5,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", + "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81", + "endOffsets": "310,3105,3190,3275,3390,3500,3601,3742,3826,3890,3984,4054,4115,4202,4265,4329,4388,4462,4524,4578,4695,4753,4814,4868,4942,5064,5148,5244,5376,5454,5532,5621,5682,5737,5803,5872,5949,6036,6108,6184,6266,6339,6424,6503,6593,6685,6759,6844,6934,6986,7051,7136,7221,7283,7347,7410,7527,7621,7721,7816,7881,7940,8022" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-da_values-da.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757", + "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", + "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,7830", + "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", + "endOffsets": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,7905" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7910", + "endColumns": "100", + "endOffsets": "8006" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1072,1158,1231,1291,1378,1442,1504,1566,1634,1699,1755,1873,1931,1992,2048,2123,2249,2335,2415,2556,2634,2714,2800,2856,2907,2973,3041,3115,3204,3276,3354,3424,3497,3581,3658,3746,3835,3909,3982,4067,4116,4182,4262,4345,4407,4471,4534,4642,4737,4838,4933,4993,5048", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79", + "endOffsets": "267,345,421,499,596,676,776,925,1003,1067,1153,1226,1286,1373,1437,1499,1561,1629,1694,1750,1868,1926,1987,2043,2118,2244,2330,2410,2551,2629,2709,2795,2851,2902,2968,3036,3110,3199,3271,3349,3419,3492,3576,3653,3741,3830,3904,3977,4062,4111,4177,4257,4340,4402,4466,4529,4637,4732,4833,4928,4988,5043,5123" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2974,3052,3128,3206,3303,3383,3483,3632,3710,3774,3860,3933,3993,4080,4144,4206,4268,4336,4401,4457,4575,4633,4694,4750,4825,4951,5037,5117,5258,5336,5416,5502,5558,5609,5675,5743,5817,5906,5978,6056,6126,6199,6283,6360,6448,6537,6611,6684,6769,6818,6884,6964,7047,7109,7173,7236,7344,7439,7540,7635,7695,7750", + "endLines": "5,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", + "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79", + "endOffsets": "317,3047,3123,3201,3298,3378,3478,3627,3705,3769,3855,3928,3988,4075,4139,4201,4263,4331,4396,4452,4570,4628,4689,4745,4820,4946,5032,5112,5253,5331,5411,5497,5553,5604,5670,5738,5812,5901,5973,6051,6121,6194,6278,6355,6443,6532,6606,6679,6764,6813,6879,6959,7042,7104,7168,7231,7339,7434,7535,7630,7690,7745,7825" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,487", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,482,764" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,263,344,420,497,587,667,766,886,969,1033,1132,1207,1266,1376,1438,1507,1565,1637,1698,1753,1856,1913,1973,2028,2109,2229,2312,2400,2535,2618,2698,2792,2845,2896,2962,3038,3120,3206,3283,3358,3437,3514,3610,3687,3779,3876,3950,4035,4132,4184,4251,4339,4426,4488,4552,4615,4713,4810,4904,5002,5059,5114", + "endLines": "5,6,7,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", + "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84", + "endOffsets": "258,339,415,492,582,662,761,881,964,1028,1127,1202,1261,1371,1433,1502,1560,1632,1693,1748,1851,1908,1968,2023,2104,2224,2307,2395,2530,2613,2693,2787,2840,2891,2957,3033,3115,3201,3278,3353,3432,3509,3605,3682,3774,3871,3945,4030,4127,4179,4246,4334,4421,4483,4547,4610,4708,4805,4899,4997,5054,5109,5194" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3067,3148,3224,3301,3391,3471,3570,3690,3773,3837,3936,4011,4070,4180,4242,4311,4369,4441,4502,4557,4660,4717,4777,4832,4913,5033,5116,5204,5339,5422,5502,5596,5649,5700,5766,5842,5924,6010,6087,6162,6241,6318,6414,6491,6583,6680,6754,6839,6936,6988,7055,7143,7230,7292,7356,7419,7517,7614,7708,7806,7863,7918", + "endLines": "5,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", + "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84", + "endOffsets": "308,3143,3219,3296,3386,3466,3565,3685,3768,3832,3931,4006,4065,4175,4237,4306,4364,4436,4497,4552,4655,4712,4772,4827,4908,5028,5111,5199,5334,5417,5497,5591,5644,5695,5761,5837,5919,6005,6082,6157,6236,6313,6409,6486,6578,6675,6749,6834,6931,6983,7050,7138,7225,7287,7351,7414,7512,7609,7703,7801,7858,7913,7998" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859", + "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", + "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,8003", + "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", + "endOffsets": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,8082" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8087", + "endColumns": "100", + "endOffsets": "8183" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989", + "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", + "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,8305", + "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", + "endOffsets": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,8383" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1153,1247,1320,1381,1506,1572,1640,1701,1773,1833,1887,2007,2067,2129,2183,2260,2390,2477,2559,2700,2780,2865,2956,3010,3063,3129,3203,3284,3368,3441,3518,3595,3669,3762,3837,3927,4018,4090,4168,4259,4313,4381,4465,4552,4614,4678,4741,4851,4964,5067,5179,5237,5294", + "endLines": "6,7,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", + "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76", + "endOffsets": "319,406,491,572,677,765,866,1000,1083,1148,1242,1315,1376,1501,1567,1635,1696,1768,1828,1882,2002,2062,2124,2178,2255,2385,2472,2554,2695,2775,2860,2951,3005,3058,3124,3198,3279,3363,3436,3513,3590,3664,3757,3832,3922,4013,4085,4163,4254,4308,4376,4460,4547,4609,4673,4736,4846,4959,5062,5174,5232,5289,5366" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3258,3345,3430,3511,3616,3704,3805,3939,4022,4087,4181,4254,4315,4440,4506,4574,4635,4707,4767,4821,4941,5001,5063,5117,5194,5324,5411,5493,5634,5714,5799,5890,5944,5997,6063,6137,6218,6302,6375,6452,6529,6603,6696,6771,6861,6952,7024,7102,7193,7247,7315,7399,7486,7548,7612,7675,7785,7898,8001,8113,8171,8228", + "endLines": "6,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", + "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76", + "endOffsets": "369,3340,3425,3506,3611,3699,3800,3934,4017,4082,4176,4249,4310,4435,4501,4569,4630,4702,4762,4816,4936,4996,5058,5112,5189,5319,5406,5488,5629,5709,5794,5885,5939,5992,6058,6132,6213,6297,6370,6447,6524,6598,6691,6766,6856,6947,7019,7097,7188,7242,7310,7394,7481,7543,7607,7670,7780,7893,7996,8108,8166,8223,8300" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8388", + "endColumns": "100", + "endOffsets": "8484" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7211", + "endColumns": "100", + "endOffsets": "7307" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,247,310,371,438,507,584,674,781,854,916,994,1053,1111,1189,1250,1307,1363,1422,1480,1534,1620,1676,1734,1788,1853,1946,2020,2098,2218,2281,2344,2421,2471,2522,2588,2652,2721,2796,2857,2928,2995,3055,3135,3198,3281,3366,3440,3505,3581,3629,3693,3769,3847,3909,3973,4036,4116,4191,4267,4343,4397,4452", + "endLines": "5,6,7,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", + "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68", + "endOffsets": "242,305,366,433,502,579,669,776,849,911,989,1048,1106,1184,1245,1302,1358,1417,1475,1529,1615,1671,1729,1783,1848,1941,2015,2093,2213,2276,2339,2416,2466,2517,2583,2647,2716,2791,2852,2923,2990,3050,3130,3193,3276,3361,3435,3500,3576,3624,3688,3764,3842,3904,3968,4031,4111,4186,4262,4338,4392,4447,4516" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2858,2921,2982,3049,3118,3195,3285,3392,3465,3527,3605,3664,3722,3800,3861,3918,3974,4033,4091,4145,4231,4287,4345,4399,4464,4557,4631,4709,4829,4892,4955,5032,5082,5133,5199,5263,5332,5407,5468,5539,5606,5666,5746,5809,5892,5977,6051,6116,6192,6240,6304,6380,6458,6520,6584,6647,6727,6802,6878,6954,7008,7063", + "endLines": "5,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", + "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68", + "endOffsets": "292,2916,2977,3044,3113,3190,3280,3387,3460,3522,3600,3659,3717,3795,3856,3913,3969,4028,4086,4140,4226,4282,4340,4394,4459,4552,4626,4704,4824,4887,4950,5027,5077,5128,5194,5258,5327,5402,5463,5534,5601,5661,5741,5804,5887,5972,6046,6111,6187,6235,6299,6375,6453,6515,6579,6642,6722,6797,6873,6949,7003,7058,7127" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666", + "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,7132", + "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", + "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,7206" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-is_values-is.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7930", + "endColumns": "100", + "endOffsets": "8026" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779", + "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", + "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,7849", + "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", + "endOffsets": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,7925" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,270,344,416,495,577,657,754,869,951,1016,1104,1168,1229,1319,1383,1446,1508,1576,1640,1696,1819,1884,1946,2002,2073,2200,2284,2368,2504,2581,2658,2745,2802,2857,2923,2999,3079,3168,3235,3309,3379,3445,3531,3601,3692,3782,3856,3929,4018,4069,4141,4222,4308,4370,4434,4497,4611,4714,4822,4925,4986,5045", + "endLines": "5,6,7,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", + "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79", + "endOffsets": "265,339,411,490,572,652,749,864,946,1011,1099,1163,1224,1314,1378,1441,1503,1571,1635,1691,1814,1879,1941,1997,2068,2195,2279,2363,2499,2576,2653,2740,2797,2852,2918,2994,3074,3163,3230,3304,3374,3440,3526,3596,3687,3777,3851,3924,4013,4064,4136,4217,4303,4365,4429,4492,4606,4709,4817,4920,4981,5040,5120" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2994,3068,3140,3219,3301,3381,3478,3593,3675,3740,3828,3892,3953,4043,4107,4170,4232,4300,4364,4420,4543,4608,4670,4726,4797,4924,5008,5092,5228,5305,5382,5469,5526,5581,5647,5723,5803,5892,5959,6033,6103,6169,6255,6325,6416,6506,6580,6653,6742,6793,6865,6946,7032,7094,7158,7221,7335,7438,7546,7649,7710,7769", + "endLines": "5,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", + "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79", + "endOffsets": "315,3063,3135,3214,3296,3376,3473,3588,3670,3735,3823,3887,3948,4038,4102,4165,4227,4295,4359,4415,4538,4603,4665,4721,4792,4919,5003,5087,5223,5300,5377,5464,5521,5576,5642,5718,5798,5887,5954,6028,6098,6164,6250,6320,6411,6501,6575,6648,6737,6788,6860,6941,7027,7089,7153,7216,7330,7433,7541,7644,7705,7764,7844" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,249,314,378,447,521,600,683,789,864,926,1007,1069,1126,1213,1273,1331,1389,1448,1505,1559,1654,1710,1767,1821,1887,1991,2066,2143,2264,2329,2394,2473,2523,2574,2640,2704,2774,2851,2919,2990,3057,3127,3207,3284,3364,3446,3518,3583,3655,3703,3767,3842,3919,3981,4045,4108,4192,4271,4351,4431,4485,4540", + "endLines": "5,6,7,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", + "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71", + "endOffsets": "244,309,373,442,516,595,678,784,859,921,1002,1064,1121,1208,1268,1326,1384,1443,1500,1554,1649,1705,1762,1816,1882,1986,2061,2138,2259,2324,2389,2468,2518,2569,2635,2699,2769,2846,2914,2985,3052,3122,3202,3279,3359,3441,3513,3578,3650,3698,3762,3837,3914,3976,4040,4103,4187,4266,4346,4426,4480,4535,4607" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2879,2944,3008,3077,3151,3230,3313,3419,3494,3556,3637,3699,3756,3843,3903,3961,4019,4078,4135,4189,4284,4340,4397,4451,4517,4621,4696,4773,4894,4959,5024,5103,5153,5204,5270,5334,5404,5481,5549,5620,5687,5757,5837,5914,5994,6076,6148,6213,6285,6333,6397,6472,6549,6611,6675,6738,6822,6901,6981,7061,7115,7170", + "endLines": "5,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", + "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71", + "endOffsets": "294,2939,3003,3072,3146,3225,3308,3414,3489,3551,3632,3694,3751,3838,3898,3956,4014,4073,4130,4184,4279,4335,4392,4446,4512,4616,4691,4768,4889,4954,5019,5098,5148,5199,5265,5329,5399,5476,5544,5615,5682,5752,5832,5909,5989,6071,6143,6208,6280,6328,6392,6467,6544,6606,6670,6733,6817,6896,6976,7056,7110,7165,7237" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7321", + "endColumns": "100", + "endOffsets": "7417" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685", + "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", + "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,7242", + "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", + "endOffsets": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,7316" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1238,1329,1398,1465,1565,1628,1693,1754,1822,1884,1942,2056,2116,2177,2234,2307,2430,2511,2591,2739,2820,2901,2990,3043,3097,3163,3241,3321,3405,3477,3551,3624,3694,3785,3856,3946,4041,4115,4198,4291,4340,4409,4495,4580,4642,4706,4769,4878,4970,5067,5160,5217,5275", + "endLines": "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", + "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79", + "endOffsets": "460,538,614,698,790,873,974,1093,1170,1233,1324,1393,1460,1560,1623,1688,1749,1817,1879,1937,2051,2111,2172,2229,2302,2425,2506,2586,2734,2815,2896,2985,3038,3092,3158,3236,3316,3400,3472,3546,3619,3689,3780,3851,3941,4036,4110,4193,4286,4335,4404,4490,4575,4637,4701,4764,4873,4965,5062,5155,5212,5270,5350" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3169,3247,3323,3407,3499,3582,3683,3802,3879,3942,4033,4102,4169,4269,4332,4397,4458,4526,4588,4646,4760,4820,4881,4938,5011,5134,5215,5295,5443,5524,5605,5694,5747,5801,5867,5945,6025,6109,6181,6255,6328,6398,6489,6560,6650,6745,6819,6902,6995,7044,7113,7199,7284,7346,7410,7473,7582,7674,7771,7864,7921,7979", + "endLines": "9,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", + "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79", + "endOffsets": "510,3242,3318,3402,3494,3577,3678,3797,3874,3937,4028,4097,4164,4264,4327,4392,4453,4521,4583,4641,4755,4815,4876,4933,5006,5129,5210,5290,5438,5519,5600,5689,5742,5796,5862,5940,6020,6104,6176,6250,6323,6393,6484,6555,6645,6740,6814,6897,6990,7039,7108,7194,7279,7341,7405,7468,7577,7669,7766,7859,7916,7974,8054" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,424,506,607,721,801,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759", + "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "208,312,419,501,602,716,796,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836" + }, + "to": { + "startLines": "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,99", + "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", + "startOffsets": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,8059", + "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,8136" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "100", + "startColumns": "4", + "startOffsets": "8141", + "endColumns": "100", + "endOffsets": "8237" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1074,1177,1247,1314,1423,1486,1553,1612,1686,1749,1803,1918,1976,2038,2092,2167,2296,2386,2475,2616,2698,2780,2866,2926,2977,3043,3116,3194,3280,3352,3429,3504,3575,3669,3748,3844,3938,4012,4088,4174,4227,4293,4378,4469,4531,4595,4658,4760,4851,4947,5039,5103,5158", + "endLines": "5,6,7,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", + "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82", + "endOffsets": "278,355,435,518,612,699,794,921,1005,1069,1172,1242,1309,1418,1481,1548,1607,1681,1744,1798,1913,1971,2033,2087,2162,2291,2381,2470,2611,2693,2775,2861,2921,2972,3038,3111,3189,3275,3347,3424,3499,3570,3664,3743,3839,3933,4007,4083,4169,4222,4288,4373,4464,4526,4590,4653,4755,4846,4942,5034,5098,5153,5236" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3004,3081,3161,3244,3338,3425,3520,3647,3731,3795,3898,3968,4035,4144,4207,4274,4333,4407,4470,4524,4639,4697,4759,4813,4888,5017,5107,5196,5337,5419,5501,5587,5647,5698,5764,5837,5915,6001,6073,6150,6225,6296,6390,6469,6565,6659,6733,6809,6895,6948,7014,7099,7190,7252,7316,7379,7481,7572,7668,7760,7824,7879", + "endLines": "5,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", + "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82", + "endOffsets": "328,3076,3156,3239,3333,3420,3515,3642,3726,3790,3893,3963,4030,4139,4202,4269,4328,4402,4465,4519,4634,4692,4754,4808,4883,5012,5102,5191,5332,5414,5496,5582,5642,5693,5759,5832,5910,5996,6068,6145,6220,6291,6385,6464,6560,6654,6728,6804,6890,6943,7009,7094,7185,7247,7311,7374,7476,7567,7663,7755,7819,7874,7957" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776", + "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", + "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,7962", + "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", + "endOffsets": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,8041" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8046", + "endColumns": "100", + "endOffsets": "8142" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,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", + "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", + "startOffsets": "55,130,241,330,431,538,645,744,851,954,1042,1166,1268,1370,1486,1588,1702,1830,1946,2068,2204,2324,2458,2578,2690,2816,2933,3057,3187,3309,3447,3581,3697", + "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "125,236,325,426,533,640,739,846,949,1037,1161,1263,1365,1481,1583,1697,1825,1941,2063,2199,2319,2453,2573,2685,2811,2928,3052,3182,3304,3442,3576,3692,3812" + }, + "to": { + "startLines": "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,48,49,50,51,52,53,54,55", + "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", + "startOffsets": "1316,1391,1502,1591,1692,1799,1906,2005,2112,2215,2303,2427,2529,2631,2747,2849,2963,3091,3207,3329,3465,3585,3719,3839,3951,4166,4283,4407,4537,4659,4797,4931,5047", + "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "1386,1497,1586,1687,1794,1901,2000,2107,2210,2298,2422,2524,2626,2742,2844,2958,3086,3202,3324,3460,3580,3714,3834,3946,4072,4278,4402,4532,4654,4792,4926,5042,5162" + } + }, + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values-night\\themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "802" + }, + "to": { + "startLines": "9", + "startColumns": "4", + "startOffsets": "732", + "endLines": "21", + "endColumns": "12", + "endOffsets": "1311" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,687", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,47", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "100,170,254,338,434,536,638,4077", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "165,249,333,429,531,633,727,4161" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-am_values-am.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,261,332,400,475,557,638,727,829,906,970,1055,1117,1175,1260,1323,1385,1443,1509,1571,1626,1722,1779,1838,1894,1961,2066,2146,2227,2356,2429,2500,2582,2633,2684,2750,2816,2889,2970,3038,3111,3182,3249,3334,3401,3488,3576,3650,3718,3803,3854,3918,3998,4080,4142,4206,4269,4364,4453,4538,4629,4684,4739", + "endLines": "5,6,7,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", + "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75", + "endOffsets": "256,327,395,470,552,633,722,824,901,965,1050,1112,1170,1255,1318,1380,1438,1504,1566,1621,1717,1774,1833,1889,1956,2061,2141,2222,2351,2424,2495,2577,2628,2679,2745,2811,2884,2965,3033,3106,3177,3244,3329,3396,3483,3571,3645,3713,3798,3849,3913,3993,4075,4137,4201,4264,4359,4448,4533,4624,4679,4734,4810" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2929,3000,3068,3143,3225,3306,3395,3497,3574,3638,3723,3785,3843,3928,3991,4053,4111,4177,4239,4294,4390,4447,4506,4562,4629,4734,4814,4895,5024,5097,5168,5250,5301,5352,5418,5484,5557,5638,5706,5779,5850,5917,6002,6069,6156,6244,6318,6386,6471,6522,6586,6666,6748,6810,6874,6937,7032,7121,7206,7297,7352,7407", + "endLines": "5,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", + "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75", + "endOffsets": "306,2995,3063,3138,3220,3301,3390,3492,3569,3633,3718,3780,3838,3923,3986,4048,4106,4172,4234,4289,4385,4442,4501,4557,4624,4729,4809,4890,5019,5092,5163,5245,5296,5347,5413,5479,5552,5633,5701,5774,5845,5912,5997,6064,6151,6239,6313,6381,6466,6517,6581,6661,6743,6805,6869,6932,7027,7116,7201,7292,7347,7402,7478" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7563", + "endColumns": "100", + "endOffsets": "7659" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723", + "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", + "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,7483", + "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", + "endOffsets": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,7558" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,364,441,516,593,693,784,877,990,1070,1135,1223,1293,1356,1448,1511,1571,1630,1693,1754,1808,1910,1967,2026,2080,2148,2259,2340,2422,2554,2625,2698,2786,2839,2893,2959,3032,3108,3194,3264,3339,3421,3489,3574,3644,3734,3825,3899,3972,4061,4112,4179,4261,4346,4408,4472,4535,4629,4724,4814,4910,4967,5025", + "endLines": "7,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", + "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74", + "endOffsets": "359,436,511,588,688,779,872,985,1065,1130,1218,1288,1351,1443,1506,1566,1625,1688,1749,1803,1905,1962,2021,2075,2143,2254,2335,2417,2549,2620,2693,2781,2834,2888,2954,3027,3103,3189,3259,3334,3416,3484,3569,3639,3729,3820,3894,3967,4056,4107,4174,4256,4341,4403,4467,4530,4624,4719,4809,4905,4962,5020,5095" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3147,3222,3299,3399,3490,3583,3696,3776,3841,3929,3999,4062,4154,4217,4277,4336,4399,4460,4514,4616,4673,4732,4786,4854,4965,5046,5128,5260,5331,5404,5492,5545,5599,5665,5738,5814,5900,5970,6045,6127,6195,6280,6350,6440,6531,6605,6678,6767,6818,6885,6967,7052,7114,7178,7241,7335,7430,7520,7616,7673,7731", + "endLines": "7,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", + "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74", + "endOffsets": "409,3142,3217,3294,3394,3485,3578,3691,3771,3836,3924,3994,4057,4149,4212,4272,4331,4394,4455,4509,4611,4668,4727,4781,4849,4960,5041,5123,5255,5326,5399,5487,5540,5594,5660,5733,5809,5895,5965,6040,6122,6190,6275,6345,6435,6526,6600,6673,6762,6813,6880,6962,7047,7109,7173,7236,7330,7425,7515,7611,7668,7726,7801" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "7888", + "endColumns": "100", + "endOffsets": "7984" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761", + "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", + "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "414,519,619,727,811,913,1029,1108,1186,1277,1371,1465,1559,1659,1752,1847,1940,2031,2123,2204,2309,2412,2510,2615,2717,2819,2973,7806", + "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", + "endOffsets": "514,614,722,806,908,1024,1103,1181,1272,1366,1460,1554,1654,1747,1842,1935,2026,2118,2199,2304,2407,2505,2610,2712,2814,2968,3065,7883" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691", + "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", + "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,7271", + "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", + "endOffsets": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,7345" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7350", + "endColumns": "100", + "endOffsets": "7446" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,253,320,384,453,534,616,701,805,881,944,1028,1092,1150,1231,1292,1356,1411,1470,1527,1581,1674,1730,1787,1841,1907,2007,2083,2164,2286,2348,2410,2489,2542,2593,2659,2729,2799,2876,2940,3011,3079,3142,3221,3284,3364,3446,3518,3589,3661,3709,3773,3848,3925,3987,4051,4114,4200,4284,4365,4450,4507,4562", + "endLines": "5,6,7,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", + "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72", + "endOffsets": "248,315,379,448,529,611,696,800,876,939,1023,1087,1145,1226,1287,1351,1406,1465,1522,1576,1669,1725,1782,1836,1902,2002,2078,2159,2281,2343,2405,2484,2537,2588,2654,2724,2794,2871,2935,3006,3074,3137,3216,3279,3359,3441,3513,3584,3656,3704,3768,3843,3920,3982,4046,4109,4195,4279,4360,4445,4502,4557,4630" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2889,2956,3020,3089,3170,3252,3337,3441,3517,3580,3664,3728,3786,3867,3928,3992,4047,4106,4163,4217,4310,4366,4423,4477,4543,4643,4719,4800,4922,4984,5046,5125,5178,5229,5295,5365,5435,5512,5576,5647,5715,5778,5857,5920,6000,6082,6154,6225,6297,6345,6409,6484,6561,6623,6687,6750,6836,6920,7001,7086,7143,7198", + "endLines": "5,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", + "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72", + "endOffsets": "298,2951,3015,3084,3165,3247,3332,3436,3512,3575,3659,3723,3781,3862,3923,3987,4042,4101,4158,4212,4305,4361,4418,4472,4538,4638,4714,4795,4917,4979,5041,5120,5173,5224,5290,5360,5430,5507,5571,5642,5710,5773,5852,5915,5995,6077,6149,6220,6292,6340,6404,6479,6556,6618,6682,6745,6831,6915,6996,7081,7138,7193,7266" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-in_values-in.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,348,424,503,593,678,784,900,983,1048,1142,1207,1266,1353,1415,1477,1537,1603,1665,1719,1831,1888,1949,2003,2075,2201,2287,2371,2510,2591,2672,2762,2815,2867,2933,3005,3089,3172,3247,3323,3396,3471,3556,3631,3723,3817,3891,3964,4058,4110,4179,4264,4351,4413,4477,4540,4643,4743,4838,4940,4997,5053", + "endLines": "5,6,7,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", + "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79", + "endOffsets": "264,343,419,498,588,673,779,895,978,1043,1137,1202,1261,1348,1410,1472,1532,1598,1660,1714,1826,1883,1944,1998,2070,2196,2282,2366,2505,2586,2667,2757,2810,2862,2928,3000,3084,3167,3242,3318,3391,3466,3551,3626,3718,3812,3886,3959,4053,4105,4174,4259,4346,4408,4472,4535,4638,4738,4833,4935,4992,5048,5128" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3023,3102,3178,3257,3347,3432,3538,3654,3737,3802,3896,3961,4020,4107,4169,4231,4291,4357,4419,4473,4585,4642,4703,4757,4829,4955,5041,5125,5264,5345,5426,5516,5569,5621,5687,5759,5843,5926,6001,6077,6150,6225,6310,6385,6477,6571,6645,6718,6812,6864,6933,7018,7105,7167,7231,7294,7397,7497,7592,7694,7751,7807", + "endLines": "5,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", + "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79", + "endOffsets": "314,3097,3173,3252,3342,3427,3533,3649,3732,3797,3891,3956,4015,4102,4164,4226,4286,4352,4414,4468,4580,4637,4698,4752,4824,4950,5036,5120,5259,5340,5421,5511,5564,5616,5682,5754,5838,5921,5996,6072,6145,6220,6305,6380,6472,6566,6640,6713,6807,6859,6928,7013,7100,7162,7226,7289,7392,7492,7587,7689,7746,7802,7882" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809", + "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", + "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,434,538,643,730,834,950,1033,1111,1202,1295,1390,1484,1584,1677,1772,1866,1957,2048,2134,2237,2342,2443,2547,2656,2764,2924,7887", + "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", + "endOffsets": "429,533,638,725,829,945,1028,1106,1197,1290,1385,1479,1579,1672,1767,1861,1952,2043,2129,2232,2337,2438,2542,2651,2759,2919,3018,7967" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7972", + "endColumns": "100", + "endOffsets": "8068" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,381,557,796", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,376,552,791,884" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "75", + "endOffsets": "126" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1084,1178,1247,1306,1391,1454,1517,1575,1640,1701,1762,1868,1926,1986,2045,2115,2231,2310,2390,2524,2599,2675,2772,2829,2884,2950,3020,3097,3183,3251,3327,3408,3486,3572,3659,3756,3855,3929,3999,4103,4157,4224,4314,4406,4468,4532,4595,4700,4808,4909,5018,5079,5138", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78", + "endOffsets": "254,332,408,489,596,692,799,931,1014,1079,1173,1242,1301,1386,1449,1512,1570,1635,1696,1757,1863,1921,1981,2040,2110,2226,2305,2385,2519,2594,2670,2767,2824,2879,2945,3015,3092,3178,3246,3322,3403,3481,3567,3654,3751,3850,3924,3994,4098,4152,4219,4309,4401,4463,4527,4590,4695,4803,4904,5013,5074,5133,5212" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2991,3069,3145,3226,3333,3429,3536,3668,3751,3816,3910,3979,4038,4123,4186,4249,4307,4372,4433,4494,4600,4658,4718,4777,4847,4963,5042,5122,5256,5331,5407,5504,5561,5616,5682,5752,5829,5915,5983,6059,6140,6218,6304,6391,6488,6587,6661,6731,6835,6889,6956,7046,7138,7200,7264,7327,7432,7540,7641,7750,7811,7870", + "endLines": "5,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", + "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78", + "endOffsets": "304,3064,3140,3221,3328,3424,3531,3663,3746,3811,3905,3974,4033,4118,4181,4244,4302,4367,4428,4489,4595,4653,4713,4772,4842,4958,5037,5117,5251,5326,5402,5499,5556,5611,5677,5747,5824,5910,5978,6054,6135,6213,6299,6386,6483,6582,6656,6726,6830,6884,6951,7041,7133,7195,7259,7322,7427,7535,7636,7745,7806,7865,7944" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787", + "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", + "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,7949", + "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", + "endOffsets": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,8026" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8031", + "endColumns": "100", + "endOffsets": "8127" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8263", + "endColumns": "100", + "endOffsets": "8359" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845", + "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", + "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,8178", + "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", + "endOffsets": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,8258" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1108,1207,1275,1334,1423,1491,1558,1621,1696,1764,1818,1938,1996,2058,2112,2187,2329,2419,2504,2649,2733,2816,2912,2970,3021,3087,3161,3239,3330,3404,3483,3556,3628,3732,3805,3904,4004,4078,4153,4260,4312,4379,4470,4564,4626,4690,4753,4872,4974,5083,5186,5248,5303", + "endLines": "5,6,7,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", + "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84", + "endOffsets": "275,359,439,525,622,712,817,953,1038,1103,1202,1270,1329,1418,1486,1553,1616,1691,1759,1813,1933,1991,2053,2107,2182,2324,2414,2499,2644,2728,2811,2907,2965,3016,3082,3156,3234,3325,3399,3478,3551,3623,3727,3800,3899,3999,4073,4148,4255,4307,4374,4465,4559,4621,4685,4748,4867,4969,5078,5181,5243,5298,5383" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3154,3234,3320,3417,3507,3612,3748,3833,3898,3997,4065,4124,4213,4281,4348,4411,4486,4554,4608,4728,4786,4848,4902,4977,5119,5209,5294,5439,5523,5606,5702,5760,5811,5877,5951,6029,6120,6194,6273,6346,6418,6522,6595,6694,6794,6868,6943,7050,7102,7169,7260,7354,7416,7480,7543,7662,7764,7873,7976,8038,8093", + "endLines": "5,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", + "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84", + "endOffsets": "325,3149,3229,3315,3412,3502,3607,3743,3828,3893,3992,4060,4119,4208,4276,4343,4406,4481,4549,4603,4723,4781,4843,4897,4972,5114,5204,5289,5434,5518,5601,5697,5755,5806,5872,5946,6024,6115,6189,6268,6341,6413,6517,6590,6689,6789,6863,6938,7045,7097,7164,7255,7349,7411,7475,7538,7657,7759,7868,7971,8033,8088,8173" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8064", + "endColumns": "100", + "endOffsets": "8160" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808", + "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", + "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,7982", + "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", + "endOffsets": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,8059" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1075,1172,1241,1304,1391,1455,1521,1581,1650,1711,1765,1880,1939,1999,2053,2125,2255,2343,2427,2565,2643,2719,2813,2869,2923,2989,3062,3140,3226,3299,3377,3455,3530,3620,3695,3789,3887,3961,4038,4138,4191,4259,4348,4437,4499,4564,4627,4734,4832,4932,5031,5091,5149", + "endLines": "5,6,7,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", + "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79", + "endOffsets": "268,346,420,504,597,691,790,915,1003,1070,1167,1236,1299,1386,1450,1516,1576,1645,1706,1760,1875,1934,1994,2048,2120,2250,2338,2422,2560,2638,2714,2808,2864,2918,2984,3057,3135,3221,3294,3372,3450,3525,3615,3690,3784,3882,3956,4033,4133,4186,4254,4343,4432,4494,4559,4622,4729,4827,4927,5026,5086,5144,5224" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3026,3104,3178,3262,3355,3449,3548,3673,3761,3828,3925,3994,4057,4144,4208,4274,4334,4403,4464,4518,4633,4692,4752,4806,4878,5008,5096,5180,5318,5396,5472,5566,5622,5676,5742,5815,5893,5979,6052,6130,6208,6283,6373,6448,6542,6640,6714,6791,6891,6944,7012,7101,7190,7252,7317,7380,7487,7585,7685,7784,7844,7902", + "endLines": "5,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", + "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79", + "endOffsets": "318,3099,3173,3257,3350,3444,3543,3668,3756,3823,3920,3989,4052,4139,4203,4269,4329,4398,4459,4513,4628,4687,4747,4801,4873,5003,5091,5175,5313,5391,5467,5561,5617,5671,5737,5810,5888,5974,6047,6125,6203,6278,6368,6443,6537,6635,6709,6786,6886,6939,7007,7096,7185,7247,7312,7375,7482,7580,7680,7779,7839,7897,7977" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1073,1164,1234,1298,1401,1464,1529,1589,1657,1720,1775,1903,1960,2022,2077,2152,2292,2379,2462,2595,2677,2762,2849,2903,2958,3024,3097,3173,3262,3335,3411,3486,3556,3644,3719,3811,3903,3977,4051,4143,4196,4263,4346,4433,4495,4559,4622,4736,4843,4945,5056,5114,5173", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84", + "endOffsets": "266,347,427,509,606,695,791,915,1002,1068,1159,1229,1293,1396,1459,1524,1584,1652,1715,1770,1898,1955,2017,2072,2147,2287,2374,2457,2590,2672,2757,2844,2898,2953,3019,3092,3168,3257,3330,3406,3481,3551,3639,3714,3806,3898,3972,4046,4138,4191,4258,4341,4428,4490,4554,4617,4731,4838,4940,5051,5109,5168,5253" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3036,3117,3197,3279,3376,3465,3561,3685,3772,3838,3929,3999,4063,4166,4229,4294,4354,4422,4485,4540,4668,4725,4787,4842,4917,5057,5144,5227,5360,5442,5527,5614,5668,5723,5789,5862,5938,6027,6100,6176,6251,6321,6409,6484,6576,6668,6742,6816,6908,6961,7028,7111,7198,7260,7324,7387,7501,7608,7710,7821,7879,7938", + "endLines": "5,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", + "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84", + "endOffsets": "316,3112,3192,3274,3371,3460,3556,3680,3767,3833,3924,3994,4058,4161,4224,4289,4349,4417,4480,4535,4663,4720,4782,4837,4912,5052,5139,5222,5355,5437,5522,5609,5663,5718,5784,5857,5933,6022,6095,6171,6246,6316,6404,6479,6571,6663,6737,6811,6903,6956,7023,7106,7193,7255,7319,7382,7496,7603,7705,7816,7874,7933,8018" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8108", + "endColumns": "100", + "endOffsets": "8204" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820", + "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", + "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,8023", + "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", + "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,8103" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-land_values-land.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40", + "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", + "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727" + }, + "to": { + "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43", + "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", + "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4", + "startColumns": "4,4,4", + "startOffsets": "55,125,196", + "endColumns": "69,70,67", + "endOffsets": "120,191,259" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847", + "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,8140", + "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,8222" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1110,1207,1290,1356,1458,1523,1598,1654,1733,1793,1847,1969,2028,2090,2144,2226,2361,2453,2537,2681,2760,2841,2934,2989,3040,3106,3186,3267,3370,3443,3521,3594,3666,3759,3831,3923,4015,4089,4173,4265,4322,4388,4471,4558,4620,4684,4747,4849,4947,5044,5145,5204,5259", + "endLines": "5,6,7,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", + "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88", + "endOffsets": "278,358,439,522,631,726,824,954,1039,1105,1202,1285,1351,1453,1518,1593,1649,1728,1788,1842,1964,2023,2085,2139,2221,2356,2448,2532,2676,2755,2836,2929,2984,3035,3101,3181,3262,3365,3438,3516,3589,3661,3754,3826,3918,4010,4084,4168,4260,4317,4383,4466,4553,4615,4679,4742,4844,4942,5039,5140,5199,5254,5343" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3075,3155,3236,3319,3428,3523,3621,3751,3836,3902,3999,4082,4148,4250,4315,4390,4446,4525,4585,4639,4761,4820,4882,4936,5018,5153,5245,5329,5473,5552,5633,5726,5781,5832,5898,5978,6059,6162,6235,6313,6386,6458,6551,6623,6715,6807,6881,6965,7057,7114,7180,7263,7350,7412,7476,7539,7641,7739,7836,7937,7996,8051", + "endLines": "5,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", + "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88", + "endOffsets": "328,3150,3231,3314,3423,3518,3616,3746,3831,3897,3994,4077,4143,4245,4310,4385,4441,4520,4580,4634,4756,4815,4877,4931,5013,5148,5240,5324,5468,5547,5628,5721,5776,5827,5893,5973,6054,6157,6230,6308,6381,6453,6546,6618,6710,6802,6876,6960,7052,7109,7175,7258,7345,7407,7471,7534,7636,7734,7831,7932,7991,8046,8135" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8227", + "endColumns": "100", + "endOffsets": "8323" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1204,1298,1374,1437,1549,1609,1674,1728,1798,1858,1914,2026,2083,2145,2201,2274,2408,2493,2578,2721,2805,2888,2977,3033,3088,3154,3227,3304,3388,3462,3538,3613,3686,3774,3847,3937,4028,4100,4174,4265,4317,4384,4468,4555,4617,4681,4744,4847,4944,5042,5139,5199,5258", + "endLines": "7,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", + "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76", + "endOffsets": "362,451,540,628,726,817,923,1049,1133,1199,1293,1369,1432,1544,1604,1669,1723,1793,1853,1909,2021,2078,2140,2196,2269,2403,2488,2573,2716,2800,2883,2972,3028,3083,3149,3222,3299,3383,3457,3533,3608,3681,3769,3842,3932,4023,4095,4169,4260,4312,4379,4463,4550,4612,4676,4739,4842,4939,5037,5134,5194,5253,5330" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3157,3246,3335,3423,3521,3612,3718,3844,3928,3994,4088,4164,4227,4339,4399,4464,4518,4588,4648,4704,4816,4873,4935,4991,5064,5198,5283,5368,5511,5595,5678,5767,5823,5878,5944,6017,6094,6178,6252,6328,6403,6476,6564,6637,6727,6818,6890,6964,7055,7107,7174,7258,7345,7407,7471,7534,7637,7734,7832,7929,7989,8048", + "endLines": "7,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", + "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76", + "endOffsets": "412,3241,3330,3418,3516,3607,3713,3839,3923,3989,4083,4159,4222,4334,4394,4459,4513,4583,4643,4699,4811,4868,4930,4986,5059,5193,5278,5363,5506,5590,5673,5762,5818,5873,5939,6012,6089,6173,6247,6323,6398,6471,6559,6632,6722,6813,6885,6959,7050,7102,7169,7253,7340,7402,7466,7529,7632,7729,7827,7924,7984,8043,8120" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2565,2745,2845", + "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83", + "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2560,2740,2840,2924" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,8125", + "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83", + "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,8204" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8209", + "endColumns": "100", + "endOffsets": "8305" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801", + "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", + "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,8024", + "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", + "endOffsets": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,8101" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1177,1247,1306,1404,1466,1530,1589,1661,1724,1778,1895,1952,2014,2068,2140,2275,2358,2436,2577,2661,2743,2833,2886,2945,3011,3082,3161,3249,3325,3403,3475,3548,3637,3709,3803,3902,3976,4048,4149,4199,4265,4355,4444,4506,4570,4633,4749,4857,4966,5075,5132,5195", + "endLines": "5,6,7,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", + "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82", + "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1172,1242,1301,1399,1461,1525,1584,1656,1719,1773,1890,1947,2009,2063,2135,2270,2353,2431,2572,2656,2738,2828,2881,2940,3006,3077,3156,3244,3320,3398,3470,3543,3632,3704,3798,3897,3971,4043,4144,4194,4260,4350,4439,4501,4565,4628,4744,4852,4961,5070,5127,5190,5273" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3013,3092,3170,3256,3356,3448,3549,3675,3758,3823,3923,3993,4052,4150,4212,4276,4335,4407,4470,4524,4641,4698,4760,4814,4886,5021,5104,5182,5323,5407,5489,5579,5632,5691,5757,5828,5907,5995,6071,6149,6221,6294,6383,6455,6549,6648,6722,6794,6895,6945,7011,7101,7190,7252,7316,7379,7495,7603,7712,7821,7878,7941", + "endLines": "5,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", + "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82", + "endOffsets": "312,3087,3165,3251,3351,3443,3544,3670,3753,3818,3918,3988,4047,4145,4207,4271,4330,4402,4465,4519,4636,4693,4755,4809,4881,5016,5099,5177,5318,5402,5484,5574,5627,5686,5752,5823,5902,5990,6066,6144,6216,6289,6378,6450,6544,6643,6717,6789,6890,6940,7006,7096,7185,7247,7311,7374,7490,7598,7707,7816,7873,7936,8019" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8106", + "endColumns": "100", + "endOffsets": "8202" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859", + "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", + "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,433,545,658,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,8094", + "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", + "endOffsets": "428,540,653,741,848,974,1052,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2147,2263,2373,2472,2585,2690,2804,2968,3068,8172" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8177", + "endColumns": "100", + "endOffsets": "8273" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,353,436,518,633,728,835,948,1033,1096,1190,1256,1318,1421,1487,1558,1617,1693,1758,1812,1925,1983,2044,2098,2177,2293,2376,2467,2609,2688,2767,2855,2912,2964,3030,3110,3200,3284,3361,3438,3515,3584,3683,3760,3853,3948,4022,4103,4199,4250,4318,4404,4492,4555,4620,4683,4788,4891,4986,5091,5152,5208", + "endLines": "5,6,7,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", + "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81", + "endOffsets": "264,348,431,513,628,723,830,943,1028,1091,1185,1251,1313,1416,1482,1553,1612,1688,1753,1807,1920,1978,2039,2093,2172,2288,2371,2462,2604,2683,2762,2850,2907,2959,3025,3105,3195,3279,3356,3433,3510,3579,3678,3755,3848,3943,4017,4098,4194,4245,4313,4399,4487,4550,4615,4678,4783,4886,4981,5086,5147,5203,5285" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3073,3157,3240,3322,3437,3532,3639,3752,3837,3900,3994,4060,4122,4225,4291,4362,4421,4497,4562,4616,4729,4787,4848,4902,4981,5097,5180,5271,5413,5492,5571,5659,5716,5768,5834,5914,6004,6088,6165,6242,6319,6388,6487,6564,6657,6752,6826,6907,7003,7054,7122,7208,7296,7359,7424,7487,7592,7695,7790,7895,7956,8012", + "endLines": "5,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", + "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81", + "endOffsets": "314,3152,3235,3317,3432,3527,3634,3747,3832,3895,3989,4055,4117,4220,4286,4357,4416,4492,4557,4611,4724,4782,4843,4897,4976,5092,5175,5266,5408,5487,5566,5654,5711,5763,5829,5909,5999,6083,6160,6237,6314,6383,6482,6559,6652,6747,6821,6902,6998,7049,7117,7203,7291,7354,7419,7482,7587,7690,7785,7890,7951,8007,8089" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-az_values-az.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813", + "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", + "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,7876", + "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", + "endOffsets": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,7955" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7960", + "endColumns": "100", + "endOffsets": "8056" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,353,438,518,603,682,778,894,974,1038,1132,1200,1259,1354,1417,1481,1540,1607,1670,1724,1839,1897,1959,2013,2084,2216,2300,2380,2514,2590,2666,2750,2807,2858,2924,2994,3072,3155,3225,3301,3379,3450,3536,3619,3712,3805,3878,3950,4044,4098,4165,4249,4337,4401,4466,4530,4632,4729,4825,4922,4983,5038", + "endLines": "5,6,7,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", + "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79", + "endOffsets": "260,348,433,513,598,677,773,889,969,1033,1127,1195,1254,1349,1412,1476,1535,1602,1665,1719,1834,1892,1954,2008,2079,2211,2295,2375,2509,2585,2661,2745,2802,2853,2919,2989,3067,3150,3220,3296,3374,3445,3531,3614,3707,3800,3873,3945,4039,4093,4160,4244,4332,4396,4461,4525,4627,4724,4820,4917,4978,5033,5113" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3023,3111,3196,3276,3361,3440,3536,3652,3732,3796,3890,3958,4017,4112,4175,4239,4298,4365,4428,4482,4597,4655,4717,4771,4842,4974,5058,5138,5272,5348,5424,5508,5565,5616,5682,5752,5830,5913,5983,6059,6137,6208,6294,6377,6470,6563,6636,6708,6802,6856,6923,7007,7095,7159,7224,7288,7390,7487,7583,7680,7741,7796", + "endLines": "5,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", + "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79", + "endOffsets": "310,3106,3191,3271,3356,3435,3531,3647,3727,3791,3885,3953,4012,4107,4170,4234,4293,4360,4423,4477,4592,4650,4712,4766,4837,4969,5053,5133,5267,5343,5419,5503,5560,5611,5677,5747,5825,5908,5978,6054,6132,6203,6289,6372,6465,6558,6631,6703,6797,6851,6918,7002,7090,7154,7219,7283,7385,7482,7578,7675,7736,7791,7871" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800", + "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", + "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,7912", + "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", + "endOffsets": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,7988" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1071,1164,1229,1288,1375,1437,1499,1559,1625,1687,1741,1849,1906,1967,2022,2093,2213,2304,2390,2538,2624,2710,2798,2851,2902,2968,3039,3117,3200,3273,3349,3422,3493,3585,3658,3748,3841,3915,3986,4077,4129,4197,4281,4366,4428,4492,4555,4659,4765,4861,4969,5026,5081", + "endLines": "5,6,7,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", + "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85", + "endOffsets": "274,354,433,520,612,699,802,918,1001,1066,1159,1224,1283,1370,1432,1494,1554,1620,1682,1736,1844,1901,1962,2017,2088,2208,2299,2385,2533,2619,2705,2793,2846,2897,2963,3034,3112,3195,3268,3344,3417,3488,3580,3653,3743,3836,3910,3981,4072,4124,4192,4276,4361,4423,4487,4550,4654,4760,4856,4964,5021,5076,5162" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3024,3104,3183,3270,3362,3449,3552,3668,3751,3816,3909,3974,4033,4120,4182,4244,4304,4370,4432,4486,4594,4651,4712,4767,4838,4958,5049,5135,5283,5369,5455,5543,5596,5647,5713,5784,5862,5945,6018,6094,6167,6238,6330,6403,6493,6586,6660,6731,6822,6874,6942,7026,7111,7173,7237,7300,7404,7510,7606,7714,7771,7826", + "endLines": "5,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", + "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85", + "endOffsets": "324,3099,3178,3265,3357,3444,3547,3663,3746,3811,3904,3969,4028,4115,4177,4239,4299,4365,4427,4481,4589,4646,4707,4762,4833,4953,5044,5130,5278,5364,5450,5538,5591,5642,5708,5779,5857,5940,6013,6089,6162,6233,6325,6398,6488,6581,6655,6726,6817,6869,6937,7021,7106,7168,7232,7295,7399,7505,7601,7709,7766,7821,7907" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7993", + "endColumns": "100", + "endOffsets": "8089" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", + "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-th_values-th.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,285,358,430,513,598,684,783,896,976,1046,1136,1206,1266,1353,1419,1484,1545,1609,1670,1724,1825,1886,1946,2000,2070,2181,2268,2349,2492,2571,2653,2745,2799,2852,2918,2988,3066,3152,3224,3302,3371,3440,3522,3610,3703,3797,3871,3940,4035,4087,4155,4240,4328,4390,4454,4517,4617,4710,4807,4900,4958,5015", + "endLines": "5,6,7,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", + "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76", + "endOffsets": "280,353,425,508,593,679,778,891,971,1041,1131,1201,1261,1348,1414,1479,1540,1604,1665,1719,1820,1881,1941,1995,2065,2176,2263,2344,2487,2566,2648,2740,2794,2847,2913,2983,3061,3147,3219,3297,3366,3435,3517,3605,3698,3792,3866,3935,4030,4082,4150,4235,4323,4385,4449,4512,4612,4705,4802,4895,4953,5010,5087" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2964,3037,3109,3192,3277,3363,3462,3575,3655,3725,3815,3885,3945,4032,4098,4163,4224,4288,4349,4403,4504,4565,4625,4679,4749,4860,4947,5028,5171,5250,5332,5424,5478,5531,5597,5667,5745,5831,5903,5981,6050,6119,6201,6289,6382,6476,6550,6619,6714,6766,6834,6919,7007,7069,7133,7196,7296,7389,7486,7579,7637,7694", + "endLines": "5,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", + "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76", + "endOffsets": "330,3032,3104,3187,3272,3358,3457,3570,3650,3720,3810,3880,3940,4027,4093,4158,4219,4283,4344,4398,4499,4560,4620,4674,4744,4855,4942,5023,5166,5245,5327,5419,5473,5526,5592,5662,5740,5826,5898,5976,6045,6114,6196,6284,6377,6471,6545,6614,6709,6761,6829,6914,7002,7064,7128,7191,7291,7384,7481,7574,7632,7689,7766" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7853", + "endColumns": "100", + "endOffsets": "7949" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734", + "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", + "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,7771", + "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", + "endOffsets": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,7848" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7991", + "endColumns": "100", + "endOffsets": "8087" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796", + "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", + "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,7909", + "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", + "endOffsets": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,7986" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,351,427,506,600,688,780,892,974,1038,1133,1203,1266,1373,1438,1505,1566,1633,1695,1749,1863,1922,1983,2037,2112,2238,2326,2415,2557,2629,2702,2791,2848,2904,2970,3041,3118,3204,3276,3352,3433,3503,3590,3662,3753,3846,3920,3995,4087,4139,4205,4289,4375,4437,4501,4564,4668,4768,4862,4963,5024,5084", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83", + "endOffsets": "268,346,422,501,595,683,775,887,969,1033,1128,1198,1261,1368,1433,1500,1561,1628,1690,1744,1858,1917,1978,2032,2107,2233,2321,2410,2552,2624,2697,2786,2843,2899,2965,3036,3113,3199,3271,3347,3428,3498,3585,3657,3748,3841,3915,3990,4082,4134,4200,4284,4370,4432,4496,4559,4663,4763,4857,4958,5019,5079,5163" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3014,3092,3168,3247,3341,3429,3521,3633,3715,3779,3874,3944,4007,4114,4179,4246,4307,4374,4436,4490,4604,4663,4724,4778,4853,4979,5067,5156,5298,5370,5443,5532,5589,5645,5711,5782,5859,5945,6017,6093,6174,6244,6331,6403,6494,6587,6661,6736,6828,6880,6946,7030,7116,7178,7242,7305,7409,7509,7603,7704,7765,7825", + "endLines": "5,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", + "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83", + "endOffsets": "318,3087,3163,3242,3336,3424,3516,3628,3710,3774,3869,3939,4002,4109,4174,4241,4302,4369,4431,4485,4599,4658,4719,4773,4848,4974,5062,5151,5293,5365,5438,5527,5584,5640,5706,5777,5854,5940,6012,6088,6169,6239,6326,6398,6489,6582,6656,6731,6823,6875,6941,7025,7111,7173,7237,7300,7404,7504,7598,7699,7760,7820,7904" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816", + "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", + "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,8073", + "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", + "endOffsets": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,8153" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1129,1225,1293,1356,1464,1524,1590,1646,1717,1777,1831,1957,2014,2076,2130,2205,2339,2424,2505,2642,2726,2812,2903,2959,3014,3080,3154,3232,3320,3392,3469,3549,3623,3716,3789,3881,3977,4051,4127,4223,4275,4342,4429,4516,4578,4642,4705,4811,4912,5009,5113,5173,5232", + "endLines": "6,7,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", + "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79", + "endOffsets": "315,393,471,556,653,746,842,972,1056,1124,1220,1288,1351,1459,1519,1585,1641,1712,1772,1826,1952,2009,2071,2125,2200,2334,2419,2500,2637,2721,2807,2898,2954,3009,3075,3149,3227,3315,3387,3464,3544,3618,3711,3784,3876,3972,4046,4122,4218,4270,4337,4424,4511,4573,4637,4700,4806,4907,5004,5108,5168,5227,5307" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3081,3159,3237,3322,3419,3512,3608,3738,3822,3890,3986,4054,4117,4225,4285,4351,4407,4478,4538,4592,4718,4775,4837,4891,4966,5100,5185,5266,5403,5487,5573,5664,5720,5775,5841,5915,5993,6081,6153,6230,6310,6384,6477,6550,6642,6738,6812,6888,6984,7036,7103,7190,7277,7339,7403,7466,7572,7673,7770,7874,7934,7993", + "endLines": "6,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", + "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79", + "endOffsets": "365,3154,3232,3317,3414,3507,3603,3733,3817,3885,3981,4049,4112,4220,4280,4346,4402,4473,4533,4587,4713,4770,4832,4886,4961,5095,5180,5261,5398,5482,5568,5659,5715,5770,5836,5910,5988,6076,6148,6225,6305,6379,6472,6545,6637,6733,6807,6883,6979,7031,7098,7185,7272,7334,7398,7461,7567,7668,7765,7869,7929,7988,8068" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8158", + "endColumns": "100", + "endOffsets": "8254" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7811", + "endColumns": "100", + "endOffsets": "7907" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737", + "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", + "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,7731", + "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", + "endOffsets": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,7806" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,261,338,411,498,586,666,765,884,966,1030,1122,1190,1250,1337,1401,1463,1527,1595,1660,1714,1823,1881,1943,1997,2072,2192,2274,2354,2488,2566,2646,2734,2788,2839,2905,2973,3047,3137,3208,3286,3356,3426,3515,3593,3681,3771,3843,3915,3999,4050,4116,4197,4280,4342,4406,4469,4569,4667,4760,4858,4916,4971", + "endLines": "5,6,7,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", + "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77", + "endOffsets": "256,333,406,493,581,661,760,879,961,1025,1117,1185,1245,1332,1396,1458,1522,1590,1655,1709,1818,1876,1938,1992,2067,2187,2269,2349,2483,2561,2641,2729,2783,2834,2900,2968,3042,3132,3203,3281,3351,3421,3510,3588,3676,3766,3838,3910,3994,4045,4111,4192,4275,4337,4401,4464,4564,4662,4755,4853,4911,4966,5044" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2943,3020,3093,3180,3268,3348,3447,3566,3648,3712,3804,3872,3932,4019,4083,4145,4209,4277,4342,4396,4505,4563,4625,4679,4754,4874,4956,5036,5170,5248,5328,5416,5470,5521,5587,5655,5729,5819,5890,5968,6038,6108,6197,6275,6363,6453,6525,6597,6681,6732,6798,6879,6962,7024,7088,7151,7251,7349,7442,7540,7598,7653", + "endLines": "5,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", + "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77", + "endOffsets": "306,3015,3088,3175,3263,3343,3442,3561,3643,3707,3799,3867,3927,4014,4078,4140,4204,4272,4337,4391,4500,4558,4620,4674,4749,4869,4951,5031,5165,5243,5323,5411,5465,5516,5582,5650,5724,5814,5885,5963,6033,6103,6192,6270,6358,6448,6520,6592,6676,6727,6793,6874,6957,7019,7083,7146,7246,7344,7437,7535,7593,7648,7726" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662", + "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", + "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,7142", + "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", + "endOffsets": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,7216" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7221", + "endColumns": "100", + "endOffsets": "7317" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,247,311,373,443,513,590,681,787,860,922,999,1058,1117,1195,1256,1313,1369,1428,1486,1540,1625,1681,1739,1793,1858,1950,2024,2100,2222,2284,2346,2425,2475,2526,2592,2656,2725,2803,2864,2935,3002,3062,3141,3208,3291,3376,3450,3515,3591,3639,3703,3779,3857,3919,3983,4046,4126,4202,4280,4357,4411,4466", + "endLines": "5,6,7,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", + "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68", + "endOffsets": "242,306,368,438,508,585,676,782,855,917,994,1053,1112,1190,1251,1308,1364,1423,1481,1535,1620,1676,1734,1788,1853,1945,2019,2095,2217,2279,2341,2420,2470,2521,2587,2651,2720,2798,2859,2930,2997,3057,3136,3203,3286,3371,3445,3510,3586,3634,3698,3774,3852,3914,3978,4041,4121,4197,4275,4352,4406,4461,4530" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2854,2918,2980,3050,3120,3197,3288,3394,3467,3529,3606,3665,3724,3802,3863,3920,3976,4035,4093,4147,4232,4288,4346,4400,4465,4557,4631,4707,4829,4891,4953,5032,5082,5133,5199,5263,5332,5410,5471,5542,5609,5669,5748,5815,5898,5983,6057,6122,6198,6246,6310,6386,6464,6526,6590,6653,6733,6809,6887,6964,7018,7073", + "endLines": "5,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", + "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68", + "endOffsets": "292,2913,2975,3045,3115,3192,3283,3389,3462,3524,3601,3660,3719,3797,3858,3915,3971,4030,4088,4142,4227,4283,4341,4395,4460,4552,4626,4702,4824,4886,4948,5027,5077,5128,5194,5258,5327,5405,5466,5537,5604,5664,5743,5810,5893,5978,6052,6117,6193,6241,6305,6381,6459,6521,6585,6648,6728,6804,6882,6959,7013,7068,7137" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797", + "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", + "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,7924", + "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", + "endOffsets": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,8000" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8005", + "endColumns": "100", + "endOffsets": "8101" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,344,421,500,587,672,770,889,974,1039,1137,1218,1277,1370,1432,1495,1553,1624,1686,1740,1861,1918,1979,2033,2104,2237,2321,2404,2537,2619,2697,2787,2841,2892,2958,3029,3107,3193,3268,3346,3426,3509,3597,3676,3766,3859,3933,4003,4094,4148,4215,4299,4384,4446,4510,4573,4677,4783,4880,4985,5043,5098", + "endLines": "5,6,7,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", + "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83", + "endOffsets": "260,339,416,495,582,667,765,884,969,1034,1132,1213,1272,1365,1427,1490,1548,1619,1681,1735,1856,1913,1974,2028,2099,2232,2316,2399,2532,2614,2692,2782,2836,2887,2953,3024,3102,3188,3263,3341,3421,3504,3592,3671,3761,3854,3928,3998,4089,4143,4210,4294,4379,4441,4505,4568,4672,4778,4875,4980,5038,5093,5177" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3086,3163,3242,3329,3414,3512,3631,3716,3781,3879,3960,4019,4112,4174,4237,4295,4366,4428,4482,4603,4660,4721,4775,4846,4979,5063,5146,5279,5361,5439,5529,5583,5634,5700,5771,5849,5935,6010,6088,6168,6251,6339,6418,6508,6601,6675,6745,6836,6890,6957,7041,7126,7188,7252,7315,7419,7525,7622,7727,7785,7840", + "endLines": "5,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", + "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83", + "endOffsets": "310,3081,3158,3237,3324,3409,3507,3626,3711,3776,3874,3955,4014,4107,4169,4232,4290,4361,4423,4477,4598,4655,4716,4770,4841,4974,5058,5141,5274,5356,5434,5524,5578,5629,5695,5766,5844,5930,6005,6083,6163,6246,6334,6413,6503,6596,6670,6740,6831,6885,6952,7036,7121,7183,7247,7310,7414,7520,7617,7722,7780,7835,7919" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8130", + "endColumns": "100", + "endOffsets": "8226" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817", + "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", + "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,8047", + "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", + "endOffsets": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,8125" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1162,1243,1307,1368,1479,1543,1611,1665,1734,1796,1850,1961,2022,2084,2138,2210,2339,2428,2510,2659,2741,2824,2911,2965,3016,3082,3153,3229,3318,3395,3473,3551,3627,3717,3790,3885,3982,4054,4128,4228,4280,4346,4434,4524,4586,4650,4713,4820,4909,5008,5096,5154,5209", + "endLines": "7,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", + "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75", + "endOffsets": "381,456,531,610,714,809,894,1011,1093,1157,1238,1302,1363,1474,1538,1606,1660,1729,1791,1845,1956,2017,2079,2133,2205,2334,2423,2505,2654,2736,2819,2906,2960,3011,3077,3148,3224,3313,3390,3468,3546,3622,3712,3785,3880,3977,4049,4123,4223,4275,4341,4429,4519,4581,4645,4708,4815,4904,5003,5091,5149,5204,5280" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3148,3223,3298,3377,3481,3576,3661,3778,3860,3924,4005,4069,4130,4241,4305,4373,4427,4496,4558,4612,4723,4784,4846,4900,4972,5101,5190,5272,5421,5503,5586,5673,5727,5778,5844,5915,5991,6080,6157,6235,6313,6389,6479,6552,6647,6744,6816,6890,6990,7042,7108,7196,7286,7348,7412,7475,7582,7671,7770,7858,7916,7971", + "endLines": "7,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", + "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75", + "endOffsets": "431,3218,3293,3372,3476,3571,3656,3773,3855,3919,4000,4064,4125,4236,4300,4368,4422,4491,4553,4607,4718,4779,4841,4895,4967,5096,5185,5267,5416,5498,5581,5668,5722,5773,5839,5910,5986,6075,6152,6230,6308,6384,6474,6547,6642,6739,6811,6885,6985,7037,7103,7191,7281,7343,7407,7470,7577,7666,7765,7853,7911,7966,8042" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,337,415,493,591,680,780,899,982,1047,1140,1210,1269,1359,1423,1492,1550,1619,1679,1743,1855,1914,1973,2028,2103,2226,2306,2390,2523,2605,2686,2773,2831,2887,2953,3028,3108,3193,3260,3335,3412,3476,3570,3640,3729,3822,3896,3971,4061,4117,4184,4268,4352,4414,4478,4541,4641,4748,4842,4951,5013,5073", + "endLines": "5,6,7,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", + "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79", + "endOffsets": "254,332,410,488,586,675,775,894,977,1042,1135,1205,1264,1354,1418,1487,1545,1614,1674,1738,1850,1909,1968,2023,2098,2221,2301,2385,2518,2600,2681,2768,2826,2882,2948,3023,3103,3188,3255,3330,3407,3471,3565,3635,3724,3817,3891,3966,4056,4112,4179,4263,4347,4409,4473,4536,4636,4743,4837,4946,5008,5068,5148" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3036,3114,3192,3270,3368,3457,3557,3676,3759,3824,3917,3987,4046,4136,4200,4269,4327,4396,4456,4520,4632,4691,4750,4805,4880,5003,5083,5167,5300,5382,5463,5550,5608,5664,5730,5805,5885,5970,6037,6112,6189,6253,6347,6417,6506,6599,6673,6748,6838,6894,6961,7045,7129,7191,7255,7318,7418,7525,7619,7728,7790,7850", + "endLines": "5,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", + "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79", + "endOffsets": "304,3109,3187,3265,3363,3452,3552,3671,3754,3819,3912,3982,4041,4131,4195,4264,4322,4391,4451,4515,4627,4686,4745,4800,4875,4998,5078,5162,5295,5377,5458,5545,5603,5659,5725,5800,5880,5965,6032,6107,6184,6248,6342,6412,6501,6594,6668,6743,6833,6889,6956,7040,7124,7186,7250,7313,7413,7520,7614,7723,7785,7845,7925" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832", + "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", + "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,7930", + "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", + "endOffsets": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,8011" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8016", + "endColumns": "100", + "endOffsets": "8112" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,10", + "startColumns": "4,4,4,4", + "startOffsets": "55,177,311,752", + "endLines": "2,3,9,15", + "endColumns": "121,133,10,10", + "endOffsets": "172,306,747,1190" + }, + "to": { + "startLines": "11,12,13,19", + "startColumns": "4,4,4,4", + "startOffsets": "752,874,1008,1449", + "endLines": "11,12,18,24", + "endColumns": "121,133,10,10", + "endOffsets": "869,1003,1444,1887" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-el_values-el.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1083,1183,1265,1328,1419,1482,1547,1609,1678,1740,1794,1932,1989,2050,2104,2177,2330,2415,2499,2638,2719,2804,2894,2949,3000,3066,3144,3229,3314,3386,3466,3546,3617,3709,3781,3878,3975,4049,4123,4225,4281,4353,4441,4533,4595,4659,4722,4838,4946,5055,5163,5222,5277", + "endLines": "5,6,7,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", + "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90", + "endOffsets": "265,353,439,524,620,707,809,926,1012,1078,1178,1260,1323,1414,1477,1542,1604,1673,1735,1789,1927,1984,2045,2099,2172,2325,2410,2494,2633,2714,2799,2889,2944,2995,3061,3139,3224,3309,3381,3461,3541,3612,3704,3776,3873,3970,4044,4118,4220,4276,4348,4436,4528,4590,4654,4717,4833,4941,5050,5158,5217,5272,5363" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3101,3189,3275,3360,3456,3543,3645,3762,3848,3914,4014,4096,4159,4250,4313,4378,4440,4509,4571,4625,4763,4820,4881,4935,5008,5161,5246,5330,5469,5550,5635,5725,5780,5831,5897,5975,6060,6145,6217,6297,6377,6448,6540,6612,6709,6806,6880,6954,7056,7112,7184,7272,7364,7426,7490,7553,7669,7777,7886,7994,8053,8108", + "endLines": "5,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", + "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90", + "endOffsets": "315,3184,3270,3355,3451,3538,3640,3757,3843,3909,4009,4091,4154,4245,4308,4373,4435,4504,4566,4620,4758,4815,4876,4930,5003,5156,5241,5325,5464,5545,5630,5720,5775,5826,5892,5970,6055,6140,6212,6292,6372,6443,6535,6607,6704,6801,6875,6949,7051,7107,7179,7267,7359,7421,7485,7548,7664,7772,7881,7989,8048,8103,8194" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886", + "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", + "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,8199", + "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", + "endOffsets": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,8280" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8285", + "endColumns": "100", + "endOffsets": "8381" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8163", + "endColumns": "100", + "endOffsets": "8259" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850", + "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", + "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,8080", + "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", + "endOffsets": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,8158" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1137,1236,1304,1365,1453,1516,1582,1646,1717,1780,1834,1943,2002,2065,2119,2193,2318,2408,2488,2633,2716,2798,2889,2941,2994,3060,3131,3211,3297,3375,3453,3526,3601,3688,3775,3866,3959,4031,4107,4199,4250,4316,4400,4486,4548,4612,4675,4782,4887,4983,5089,5145,5202", + "endLines": "5,6,7,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", + "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82", + "endOffsets": "270,377,482,562,669,769,867,982,1065,1132,1231,1299,1360,1448,1511,1577,1641,1712,1775,1829,1938,1997,2060,2114,2188,2313,2403,2483,2628,2711,2793,2884,2936,2989,3055,3126,3206,3292,3370,3448,3521,3596,3683,3770,3861,3954,4026,4102,4194,4245,4311,4395,4481,4543,4607,4670,4777,4882,4978,5084,5140,5197,5280" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3177,3282,3362,3469,3569,3667,3782,3865,3932,4031,4099,4160,4248,4311,4377,4441,4512,4575,4629,4738,4797,4860,4914,4988,5113,5203,5283,5428,5511,5593,5684,5736,5789,5855,5926,6006,6092,6170,6248,6321,6396,6483,6570,6661,6754,6826,6902,6994,7045,7111,7195,7281,7343,7407,7470,7577,7682,7778,7884,7940,7997", + "endLines": "5,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", + "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82", + "endOffsets": "320,3172,3277,3357,3464,3564,3662,3777,3860,3927,4026,4094,4155,4243,4306,4372,4436,4507,4570,4624,4733,4792,4855,4909,4983,5108,5198,5278,5423,5506,5588,5679,5731,5784,5850,5921,6001,6087,6165,6243,6316,6391,6478,6565,6656,6749,6821,6897,6989,7040,7106,7190,7276,7338,7402,7465,7572,7677,7773,7879,7935,7992,8075" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851", + "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", + "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "371,492,596,709,793,897,1018,1103,1183,1274,1367,1462,1556,1656,1749,1844,1938,2029,2121,2204,2316,2424,2524,2638,2744,2850,3014,8148", + "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", + "endOffsets": "487,591,704,788,892,1013,1098,1178,1269,1362,1457,1551,1651,1744,1839,1933,2024,2116,2199,2311,2419,2519,2633,2739,2845,3009,3112,8227" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8232", + "endColumns": "100", + "endOffsets": "8328" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1146,1241,1315,1375,1459,1521,1587,1645,1718,1781,1837,1956,2013,2074,2130,2204,2349,2435,2519,2652,2734,2817,2907,2962,3013,3079,3152,3230,3318,3389,3466,3540,3612,3703,3777,3872,3970,4044,4124,4225,4278,4344,4433,4523,4585,4649,4712,4824,4937,5047,5159,5218,5273", + "endLines": "6,7,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", + "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78", + "endOffsets": "316,408,496,583,679,769,870,991,1075,1141,1236,1310,1370,1454,1516,1582,1640,1713,1776,1832,1951,2008,2069,2125,2199,2344,2430,2514,2647,2729,2812,2902,2957,3008,3074,3147,3225,3313,3384,3461,3535,3607,3698,3772,3867,3965,4039,4119,4220,4273,4339,4428,4518,4580,4644,4707,4819,4932,5042,5154,5213,5268,5347" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3117,3209,3297,3384,3480,3570,3671,3792,3876,3942,4037,4111,4171,4255,4317,4383,4441,4514,4577,4633,4752,4809,4870,4926,5000,5145,5231,5315,5448,5530,5613,5703,5758,5809,5875,5948,6026,6114,6185,6262,6336,6408,6499,6573,6668,6766,6840,6920,7021,7074,7140,7229,7319,7381,7445,7508,7620,7733,7843,7955,8014,8069", + "endLines": "6,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", + "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78", + "endOffsets": "366,3204,3292,3379,3475,3565,3666,3787,3871,3937,4032,4106,4166,4250,4312,4378,4436,4509,4572,4628,4747,4804,4865,4921,4995,5140,5226,5310,5443,5525,5608,5698,5753,5804,5870,5943,6021,6109,6180,6257,6331,6403,6494,6568,6663,6761,6835,6915,7016,7069,7135,7224,7314,7376,7440,7503,7615,7728,7838,7950,8009,8064,8143" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v31_values-v31.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v31\\values-v31.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,224,270,317", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6357,6468,6576,6684,6790,6893,7006,7113,7230,7333,7452,7557,7672,7780,7896,7996,8106,8210,8324,8424,8540,8642,8754,8858,8970,9079,9188,9295,9400,9514,9623,9741,9845,9965,10072,10188,10297,10414,10515,10626,10731,10846,10947,11064,11167,11280,11371,11464,11559,11652,11745,11838,11931,12024,12117,12210,12303,12396,12489,12596,12705,12816,12925,13034,13143,13252,13361,13470,13579,13688,13797,13906,13997,14090,14185,14278,14371,14464,14557,14650,14743,14836,14929,15022,15115,15210,15307,15406,15503,15600,15697,15794,15891,15988,16085,16182,16279,16376,16469,16564,16661,16756,16851,16946,17041,17136,17231,17326,17421,17516,17611,21390,25192,29051", + "endLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,223,269,316,363", + "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,102,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,100,116,102,112,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10", + "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6352,6463,6571,6679,6785,6888,7001,7108,7225,7328,7447,7552,7667,7775,7891,7991,8101,8205,8319,8419,8535,8637,8749,8853,8965,9074,9183,9290,9395,9509,9618,9736,9840,9960,10067,10183,10292,10409,10510,10621,10726,10841,10942,11059,11162,11275,11366,11459,11554,11647,11740,11833,11926,12019,12112,12205,12298,12391,12484,12591,12700,12811,12920,13029,13138,13247,13356,13465,13574,13683,13792,13901,13992,14085,14180,14273,14366,14459,14552,14645,14738,14831,14924,15017,15110,15205,15302,15401,15498,15595,15692,15789,15886,15983,16080,16177,16274,16371,16464,16559,16656,16751,16846,16941,17036,17131,17226,17321,17416,17511,17606,21385,25187,29046,32928" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-de_values-de.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1089,1183,1253,1312,1420,1486,1555,1613,1685,1749,1803,1931,1991,2053,2107,2185,2322,2414,2498,2643,2727,2813,2903,2960,3011,3077,3151,3233,3326,3400,3478,3550,3624,3716,3798,3887,3976,4050,4128,4214,4269,4336,4416,4500,4562,4626,4689,4796,4900,4999,5105,5166,5221", + "endLines": "5,6,7,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", + "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81", + "endOffsets": "278,369,458,542,632,714,815,937,1018,1084,1178,1248,1307,1415,1481,1550,1608,1680,1744,1798,1926,1986,2048,2102,2180,2317,2409,2493,2638,2722,2808,2898,2955,3006,3072,3146,3228,3321,3395,3473,3545,3619,3711,3793,3882,3971,4045,4123,4209,4264,4331,4411,4495,4557,4621,4684,4791,4895,4994,5100,5161,5216,5298" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3060,3151,3240,3324,3414,3496,3597,3719,3800,3866,3960,4030,4089,4197,4263,4332,4390,4462,4526,4580,4708,4768,4830,4884,4962,5099,5191,5275,5420,5504,5590,5680,5737,5788,5854,5928,6010,6103,6177,6255,6327,6401,6493,6575,6664,6753,6827,6905,6991,7046,7113,7193,7277,7339,7403,7466,7573,7677,7776,7882,7943,7998", + "endLines": "5,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", + "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81", + "endOffsets": "328,3146,3235,3319,3409,3491,3592,3714,3795,3861,3955,4025,4084,4192,4258,4327,4385,4457,4521,4575,4703,4763,4825,4879,4957,5094,5186,5270,5415,5499,5585,5675,5732,5783,5849,5923,6005,6098,6172,6250,6322,6396,6488,6570,6659,6748,6822,6900,6986,7041,7108,7188,7272,7334,7398,7461,7568,7672,7771,7877,7938,7993,8075" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832", + "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", + "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,8080", + "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", + "endOffsets": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,8157" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8162", + "endColumns": "100", + "endOffsets": "8258" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8159", + "endColumns": "100", + "endOffsets": "8255" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1066,1158,1237,1297,1387,1451,1522,1585,1660,1724,1778,1905,1963,2025,2079,2158,2299,2386,2468,2607,2690,2774,2861,2917,2968,3034,3108,3188,3275,3348,3425,3494,3568,3656,3733,3826,3922,3996,4076,4173,4225,4291,4378,4466,4528,4592,4655,4767,4876,4983,5093,5153,5208", + "endLines": "5,6,7,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", + "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76", + "endOffsets": "268,349,427,511,606,695,796,916,997,1061,1153,1232,1292,1382,1446,1517,1580,1655,1719,1773,1900,1958,2020,2074,2153,2294,2381,2463,2602,2685,2769,2856,2912,2963,3029,3103,3183,3270,3343,3420,3489,3563,3651,3728,3821,3917,3991,4071,4168,4220,4286,4373,4461,4523,4587,4650,4762,4871,4978,5088,5148,5203,5280" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3061,3142,3220,3304,3399,3488,3589,3709,3790,3854,3946,4025,4085,4175,4239,4310,4373,4448,4512,4566,4693,4751,4813,4867,4946,5087,5174,5256,5395,5478,5562,5649,5705,5756,5822,5896,5976,6063,6136,6213,6282,6356,6444,6521,6614,6710,6784,6864,6961,7013,7079,7166,7254,7316,7380,7443,7555,7664,7771,7881,7941,7996", + "endLines": "5,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", + "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76", + "endOffsets": "318,3137,3215,3299,3394,3483,3584,3704,3785,3849,3941,4020,4080,4170,4234,4305,4368,4443,4507,4561,4688,4746,4808,4862,4941,5082,5169,5251,5390,5473,5557,5644,5700,5751,5817,5891,5971,6058,6131,6208,6277,6351,6439,6516,6609,6705,6779,6859,6956,7008,7074,7161,7249,7311,7375,7438,7550,7659,7766,7876,7936,7991,8068" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,8073", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,8154" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,263,340,419,500,599,688,796,908,991,1055,1147,1216,1275,1360,1423,1485,1543,1607,1668,1722,1836,1894,1954,2008,2078,2205,2286,2365,2500,2576,2653,2737,2792,2847,2913,2982,3059,3145,3213,3289,3359,3424,3519,3592,3686,3779,3853,3922,4016,4072,4139,4223,4311,4373,4437,4500,4597,4692,4783,4879,4938,4997", + "endLines": "5,6,7,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", + "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76", + "endOffsets": "258,335,414,495,594,683,791,903,986,1050,1142,1211,1270,1355,1418,1480,1538,1602,1663,1717,1831,1889,1949,2003,2073,2200,2281,2360,2495,2571,2648,2732,2787,2842,2908,2977,3054,3140,3208,3284,3354,3419,3514,3587,3681,3774,3848,3917,4011,4067,4134,4218,4306,4368,4432,4495,4592,4687,4778,4874,4933,4992,5069" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2975,3052,3131,3212,3311,3400,3508,3620,3703,3767,3859,3928,3987,4072,4135,4197,4255,4319,4380,4434,4548,4606,4666,4720,4790,4917,4998,5077,5212,5288,5365,5449,5504,5559,5625,5694,5771,5857,5925,6001,6071,6136,6231,6304,6398,6491,6565,6634,6728,6784,6851,6935,7023,7085,7149,7212,7309,7404,7495,7591,7650,7709", + "endLines": "5,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", + "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76", + "endOffsets": "308,3047,3126,3207,3306,3395,3503,3615,3698,3762,3854,3923,3982,4067,4130,4192,4250,4314,4375,4429,4543,4601,4661,4715,4785,4912,4993,5072,5207,5283,5360,5444,5499,5554,5620,5689,5766,5852,5920,5996,6066,6131,6226,6299,6393,6486,6560,6629,6723,6779,6846,6930,7018,7080,7144,7207,7304,7399,7490,7586,7645,7704,7781" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767", + "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", + "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,7786", + "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", + "endOffsets": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,7861" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7866", + "endColumns": "100", + "endOffsets": "7962" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836", + "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", + "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,8092", + "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", + "endOffsets": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,8173" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8178", + "endColumns": "100", + "endOffsets": "8274" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1079,1171,1250,1315,1405,1469,1537,1599,1672,1736,1790,1916,1974,2036,2090,2166,2309,2396,2478,2617,2699,2781,2868,2924,2975,3041,3116,3196,3283,3356,3433,3506,3580,3673,3750,3843,3941,4015,4096,4195,4248,4314,4403,4491,4553,4617,4680,4796,4899,5006,5110,5170,5225", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85", + "endOffsets": "268,349,429,511,610,706,809,929,1010,1074,1166,1245,1310,1400,1464,1532,1594,1667,1731,1785,1911,1969,2031,2085,2161,2304,2391,2473,2612,2694,2776,2863,2919,2970,3036,3111,3191,3278,3351,3428,3501,3575,3668,3745,3838,3936,4010,4091,4190,4243,4309,4398,4486,4548,4612,4675,4791,4894,5001,5105,5165,5220,5306" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3054,3135,3215,3297,3396,3492,3595,3715,3796,3860,3952,4031,4096,4186,4250,4318,4380,4453,4517,4571,4697,4755,4817,4871,4947,5090,5177,5259,5398,5480,5562,5649,5705,5756,5822,5897,5977,6064,6137,6214,6287,6361,6454,6531,6624,6722,6796,6877,6976,7029,7095,7184,7272,7334,7398,7461,7577,7680,7787,7891,7951,8006", + "endLines": "5,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", + "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85", + "endOffsets": "318,3130,3210,3292,3391,3487,3590,3710,3791,3855,3947,4026,4091,4181,4245,4313,4375,4448,4512,4566,4692,4750,4812,4866,4942,5085,5172,5254,5393,5475,5557,5644,5700,5751,5817,5892,5972,6059,6132,6209,6282,6356,6449,6526,6619,6717,6791,6872,6971,7024,7090,7179,7267,7329,7393,7456,7572,7675,7782,7886,7946,8001,8087" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2247,2360,2470,2587,2754,2865", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", + "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2242,2355,2465,2582,2749,2860,2940" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2454,2567,2677,2794,2961,8107", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", + "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2449,2562,2672,2789,2956,3067,8182" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8187", + "endColumns": "100", + "endOffsets": "8283" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1070,1166,1232,1293,1398,1462,1534,1592,1666,1728,1782,1895,1955,2016,2075,2153,2277,2358,2443,2579,2660,2743,2826,2888,2942,3008,3085,3164,3252,3321,3397,3478,3546,3637,3715,3808,3905,3979,4058,4156,4216,4282,4370,4458,4520,4588,4651,4756,4874,4969,5089,5155,5213", + "endLines": "5,6,7,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", + "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83", + "endOffsets": "257,346,434,516,611,700,802,912,999,1065,1161,1227,1288,1393,1457,1529,1587,1661,1723,1777,1890,1950,2011,2070,2148,2272,2353,2438,2574,2655,2738,2821,2883,2937,3003,3080,3159,3247,3316,3392,3473,3541,3632,3710,3803,3900,3974,4053,4151,4211,4277,4365,4453,4515,4583,4646,4751,4869,4964,5084,5150,5208,5292" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3072,3161,3249,3331,3426,3515,3617,3727,3814,3880,3976,4042,4103,4208,4272,4344,4402,4476,4538,4592,4705,4765,4826,4885,4963,5087,5168,5253,5389,5470,5553,5636,5698,5752,5818,5895,5974,6062,6131,6207,6288,6356,6447,6525,6618,6715,6789,6868,6966,7026,7092,7180,7268,7330,7398,7461,7566,7684,7779,7899,7965,8023", + "endLines": "5,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", + "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83", + "endOffsets": "307,3156,3244,3326,3421,3510,3612,3722,3809,3875,3971,4037,4098,4203,4267,4339,4397,4471,4533,4587,4700,4760,4821,4880,4958,5082,5163,5248,5384,5465,5548,5631,5693,5747,5813,5890,5969,6057,6126,6202,6283,6351,6442,6520,6613,6710,6784,6863,6961,7021,7087,7175,7263,7325,7393,7456,7561,7679,7774,7894,7960,8018,8102" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854", + "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", + "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,8210", + "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", + "endOffsets": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,8288" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1087,1186,1252,1312,1414,1476,1552,1610,1688,1753,1807,1924,1988,2052,2106,2186,2320,2406,2495,2631,2716,2804,2899,2957,3009,3075,3154,3236,3327,3403,3480,3557,3628,3735,3815,3912,4012,4086,4167,4272,4330,4397,4488,4580,4642,4706,4769,4872,4988,5093,5209,5271,5327", + "endLines": "5,6,7,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", + "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83", + "endOffsets": "266,346,429,516,622,721,815,925,1017,1082,1181,1247,1307,1409,1471,1547,1605,1683,1748,1802,1919,1983,2047,2101,2181,2315,2401,2490,2626,2711,2799,2894,2952,3004,3070,3149,3231,3322,3398,3475,3552,3623,3730,3810,3907,4007,4081,4162,4267,4325,4392,4483,4575,4637,4701,4764,4867,4983,5088,5204,5266,5322,5406" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3150,3233,3320,3426,3525,3619,3729,3821,3886,3985,4051,4111,4213,4275,4351,4409,4487,4552,4606,4723,4787,4851,4905,4985,5119,5205,5294,5430,5515,5603,5698,5756,5808,5874,5953,6035,6126,6202,6279,6356,6427,6534,6614,6711,6811,6885,6966,7071,7129,7196,7287,7379,7441,7505,7568,7671,7787,7892,8008,8070,8126", + "endLines": "5,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", + "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83", + "endOffsets": "316,3145,3228,3315,3421,3520,3614,3724,3816,3881,3980,4046,4106,4208,4270,4346,4404,4482,4547,4601,4718,4782,4846,4900,4980,5114,5200,5289,5425,5510,5598,5693,5751,5803,5869,5948,6030,6121,6197,6274,6351,6422,6529,6609,6706,6806,6880,6961,7066,7124,7191,7282,7374,7436,7500,7563,7666,7782,7887,8003,8065,8121,8205" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8293", + "endColumns": "100", + "endOffsets": "8389" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,344,431,514,607,691,791,907,989,1052,1143,1208,1267,1355,1417,1479,1539,1606,1669,1723,1837,1894,1955,2009,2079,2198,2279,2364,2499,2576,2653,2739,2795,2847,2913,2983,3061,3148,3218,3294,3365,3434,3530,3604,3702,3798,3872,3942,4044,4099,4166,4253,4346,4409,4473,4536,4636,4739,4833,4937,4997,5053", + "endLines": "5,6,7,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", + "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77", + "endOffsets": "254,339,426,509,602,686,786,902,984,1047,1138,1203,1262,1350,1412,1474,1534,1601,1664,1718,1832,1889,1950,2004,2074,2193,2274,2359,2494,2571,2648,2734,2790,2842,2908,2978,3056,3143,3213,3289,3360,3429,3525,3599,3697,3793,3867,3937,4039,4094,4161,4248,4341,4404,4468,4531,4631,4734,4828,4932,4992,5048,5126" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2999,3084,3171,3254,3347,3431,3531,3647,3729,3792,3883,3948,4007,4095,4157,4219,4279,4346,4409,4463,4577,4634,4695,4749,4819,4938,5019,5104,5239,5316,5393,5479,5535,5587,5653,5723,5801,5888,5958,6034,6105,6174,6270,6344,6442,6538,6612,6682,6784,6839,6906,6993,7086,7149,7213,7276,7376,7479,7573,7677,7737,7793", + "endLines": "5,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", + "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77", + "endOffsets": "304,3079,3166,3249,3342,3426,3526,3642,3724,3787,3878,3943,4002,4090,4152,4214,4274,4341,4404,4458,4572,4629,4690,4744,4814,4933,5014,5099,5234,5311,5388,5474,5530,5582,5648,5718,5796,5883,5953,6029,6100,6169,6265,6339,6437,6533,6607,6677,6779,6834,6901,6988,7081,7144,7208,7271,7371,7474,7568,7672,7732,7788,7866" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,322,429,519,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,7871", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,7946" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7951", + "endColumns": "100", + "endOffsets": "8047" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,777,892,971,1036,1126,1193,1252,1342,1406,1470,1533,1602,1666,1720,1832,1890,1952,2006,2078,2200,2287,2368,2508,2585,2666,2757,2811,2862,2928,2998,3075,3162,3233,3310,3379,3448,3539,3611,3700,3789,3863,3935,4021,4071,4137,4217,4301,4363,4427,4490,4590,4687,4779,4878,4936,4991", + "endLines": "5,6,7,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", + "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77", + "endOffsets": "267,349,427,504,590,674,772,887,966,1031,1121,1188,1247,1337,1401,1465,1528,1597,1661,1715,1827,1885,1947,2001,2073,2195,2282,2363,2503,2580,2661,2752,2806,2857,2923,2993,3070,3157,3228,3305,3374,3443,3534,3606,3695,3784,3858,3930,4016,4066,4132,4212,4296,4358,4422,4485,4585,4682,4774,4873,4931,4986,5064" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2979,3061,3139,3216,3302,3386,3484,3599,3678,3743,3833,3900,3959,4049,4113,4177,4240,4309,4373,4427,4539,4597,4659,4713,4785,4907,4994,5075,5215,5292,5373,5464,5518,5569,5635,5705,5782,5869,5940,6017,6086,6155,6246,6318,6407,6496,6570,6642,6728,6778,6844,6924,7008,7070,7134,7197,7297,7394,7486,7585,7643,7698", + "endLines": "5,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", + "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77", + "endOffsets": "317,3056,3134,3211,3297,3381,3479,3594,3673,3738,3828,3895,3954,4044,4108,4172,4235,4304,4368,4422,4534,4592,4654,4708,4780,4902,4989,5070,5210,5287,5368,5459,5513,5564,5630,5700,5777,5864,5935,6012,6081,6150,6241,6313,6402,6491,6565,6637,6723,6773,6839,6919,7003,7065,7129,7192,7292,7389,7481,7580,7638,7693,7771" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,7776", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,7854" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7859", + "endColumns": "100", + "endOffsets": "7955" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1225,1975,2094,2221,2443,2667,2782,2889,3002", + "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49", + "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", + "endOffsets": "185,320,395,482,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\bf77ad590024d0e14c0f8c0505794694\\transformed\\cardview-1.0.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "200" + }, + "to": { + "startLines": "50", + "startColumns": "4", + "startOffsets": "3232", + "endLines": "52", + "endColumns": "12", + "endOffsets": "3377" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,5,8,13,17,20,23,26,31,34,38", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,481,801,1038,1245,1452,1655,1987,2189,2454", + "endLines": "4,7,12,16,19,22,25,30,33,37,41", + "endColumns": "10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,476,796,1033,1240,1447,1650,1982,2184,2449,2722" + }, + "to": { + "startLines": "53,56,59,64,68,71,74,77,82,85,89", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3808,4128,4365,4572,4779,4982,5314,5516,5781", + "endLines": "55,58,63,67,70,73,76,81,84,88,92", + "endColumns": "10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3803,4123,4360,4567,4774,4977,5309,5511,5776,6049" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-km_values-km.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793", + "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", + "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,7921", + "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", + "endOffsets": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,8000" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,347,423,503,582,661,761,873,953,1018,1112,1182,1244,1331,1394,1459,1518,1583,1644,1701,1820,1878,1939,1996,2067,2197,2283,2361,2499,2574,2645,2742,2797,2853,2919,2999,3089,3175,3254,3331,3401,3476,3564,3634,3734,3833,3907,3983,4090,4144,4217,4308,4404,4466,4530,4593,4692,4790,4882,4982,5040,5100", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82", + "endOffsets": "264,342,418,498,577,656,756,868,948,1013,1107,1177,1239,1326,1389,1454,1513,1578,1639,1696,1815,1873,1934,1991,2062,2192,2278,2356,2494,2569,2640,2737,2792,2848,2914,2994,3084,3170,3249,3326,3396,3471,3559,3629,3729,3828,3902,3978,4085,4139,4212,4303,4399,4461,4525,4588,4687,4785,4877,4977,5035,5095,5178" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3085,3161,3241,3320,3399,3499,3611,3691,3756,3850,3920,3982,4069,4132,4197,4256,4321,4382,4439,4558,4616,4677,4734,4805,4935,5021,5099,5237,5312,5383,5480,5535,5591,5657,5737,5827,5913,5992,6069,6139,6214,6302,6372,6472,6571,6645,6721,6828,6882,6955,7046,7142,7204,7268,7331,7430,7528,7620,7720,7778,7838", + "endLines": "5,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", + "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82", + "endOffsets": "314,3080,3156,3236,3315,3394,3494,3606,3686,3751,3845,3915,3977,4064,4127,4192,4251,4316,4377,4434,4553,4611,4672,4729,4800,4930,5016,5094,5232,5307,5378,5475,5530,5586,5652,5732,5822,5908,5987,6064,6134,6209,6297,6367,6467,6566,6640,6716,6823,6877,6950,7041,7137,7199,7263,7326,7425,7523,7615,7715,7773,7833,7916" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8005", + "endColumns": "100", + "endOffsets": "8101" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833", + "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,8042", + "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", + "endOffsets": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,8124" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8129", + "endColumns": "100", + "endOffsets": "8225" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1125,1217,1285,1348,1451,1511,1577,1633,1704,1764,1818,1930,1987,2048,2102,2178,2303,2389,2472,2610,2691,2774,2862,2916,2972,3038,3112,3190,3279,3354,3430,3505,3576,3666,3739,3831,3927,3999,4075,4171,4224,4291,4378,4465,4527,4591,4654,4759,4863,4959,5066,5124,5184", + "endLines": "6,7,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", + "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "316,392,468,548,655,748,842,973,1054,1120,1212,1280,1343,1446,1506,1572,1628,1699,1759,1813,1925,1982,2043,2097,2173,2298,2384,2467,2605,2686,2769,2857,2911,2967,3033,3107,3185,3274,3349,3425,3500,3571,3661,3734,3826,3922,3994,4070,4166,4219,4286,4373,4460,4522,4586,4649,4754,4858,4954,5061,5119,5179,5259" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3099,3175,3251,3331,3438,3531,3625,3756,3837,3903,3995,4063,4126,4229,4289,4355,4411,4482,4542,4596,4708,4765,4826,4880,4956,5081,5167,5250,5388,5469,5552,5640,5694,5750,5816,5890,5968,6057,6132,6208,6283,6354,6444,6517,6609,6705,6777,6853,6949,7002,7069,7156,7243,7305,7369,7432,7537,7641,7737,7844,7902,7962", + "endLines": "6,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", + "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "366,3170,3246,3326,3433,3526,3620,3751,3832,3898,3990,4058,4121,4224,4284,4350,4406,4477,4537,4591,4703,4760,4821,4875,4951,5076,5162,5245,5383,5464,5547,5635,5689,5745,5811,5885,5963,6052,6127,6203,6278,6349,6439,6512,6604,6700,6772,6848,6944,6997,7064,7151,7238,7300,7364,7427,7532,7636,7732,7839,7897,7957,8037" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671", + "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,7152", + "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", + "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,7226" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,247,311,373,440,510,587,681,788,861,923,1001,1061,1121,1199,1260,1318,1374,1434,1492,1546,1631,1687,1745,1799,1864,1956,2030,2107,2227,2290,2353,2430,2480,2531,2597,2660,2728,2806,2867,2938,3005,3067,3146,3211,3294,3379,3453,3517,3593,3641,3705,3781,3859,3921,3985,4048,4128,4205,4281,4358,4412,4467", + "endLines": "5,6,7,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", + "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68", + "endOffsets": "242,306,368,435,505,582,676,783,856,918,996,1056,1116,1194,1255,1313,1369,1429,1487,1541,1626,1682,1740,1794,1859,1951,2025,2102,2222,2285,2348,2425,2475,2526,2592,2655,2723,2801,2862,2933,3000,3062,3141,3206,3289,3374,3448,3512,3588,3636,3700,3776,3854,3916,3980,4043,4123,4200,4276,4353,4407,4462,4531" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2863,2927,2989,3056,3126,3203,3297,3404,3477,3539,3617,3677,3737,3815,3876,3934,3990,4050,4108,4162,4247,4303,4361,4415,4480,4572,4646,4723,4843,4906,4969,5046,5096,5147,5213,5276,5344,5422,5483,5554,5621,5683,5762,5827,5910,5995,6069,6133,6209,6257,6321,6397,6475,6537,6601,6664,6744,6821,6897,6974,7028,7083", + "endLines": "5,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", + "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68", + "endOffsets": "292,2922,2984,3051,3121,3198,3292,3399,3472,3534,3612,3672,3732,3810,3871,3929,3985,4045,4103,4157,4242,4298,4356,4410,4475,4567,4641,4718,4838,4901,4964,5041,5091,5142,5208,5271,5339,5417,5478,5549,5616,5678,5757,5822,5905,5990,6064,6128,6204,6252,6316,6392,6470,6532,6596,6659,6739,6816,6892,6969,7023,7078,7147" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7231", + "endColumns": "100", + "endOffsets": "7327" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-small-v4_values-small-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-small-v4\\values-small-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,128,198,270", + "endColumns": "72,69,71,69", + "endOffsets": "123,193,265,335" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8247", + "endColumns": "100", + "endOffsets": "8343" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830", + "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", + "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,8165", + "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", + "endOffsets": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,8242" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1096,1193,1273,1338,1433,1497,1569,1631,1707,1770,1827,1948,2006,2067,2124,2204,2341,2428,2512,2651,2729,2808,2897,2954,3010,3076,3154,3235,3323,3401,3478,3552,3631,3721,3813,3905,4006,4080,4162,4263,4313,4379,4471,4558,4620,4684,4747,4870,4973,5077,5183,5244,5304", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85", + "endOffsets": "269,350,430,518,621,713,814,942,1026,1091,1188,1268,1333,1428,1492,1564,1626,1702,1765,1822,1943,2001,2062,2119,2199,2336,2423,2507,2646,2724,2803,2892,2949,3005,3071,3149,3230,3318,3396,3473,3547,3626,3716,3808,3900,4001,4075,4157,4258,4308,4374,4466,4553,4615,4679,4742,4865,4968,5072,5178,5239,5299,5385" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3049,3130,3210,3298,3401,3493,3594,3722,3806,3871,3968,4048,4113,4208,4272,4344,4406,4482,4545,4602,4723,4781,4842,4899,4979,5116,5203,5287,5426,5504,5583,5672,5729,5785,5851,5929,6010,6098,6176,6253,6327,6406,6496,6588,6680,6781,6855,6937,7038,7088,7154,7246,7333,7395,7459,7522,7645,7748,7852,7958,8019,8079", + "endLines": "5,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", + "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85", + "endOffsets": "319,3125,3205,3293,3396,3488,3589,3717,3801,3866,3963,4043,4108,4203,4267,4339,4401,4477,4540,4597,4718,4776,4837,4894,4974,5111,5198,5282,5421,5499,5578,5667,5724,5780,5846,5924,6005,6093,6171,6248,6322,6401,6491,6583,6675,6776,6850,6932,7033,7083,7149,7241,7328,7390,7454,7517,7640,7743,7847,7953,8014,8074,8160" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,237,304,368,484,610,736,864,1036", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,232,299,363,479,605,731,859,1031,1383" + }, + "to": { + "startLines": "2,17,18,19,343,344,345,346,548,551", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1408,1472,1539,25186,25302,25428,25554,37550,37722", + "endLines": "2,17,18,19,343,344,345,346,550,555", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1467,1534,1598,25297,25423,25549,25677,37717,38069" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248", + "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", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337" + }, + "to": { + "startLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,42,44,45,46,47,48,50,52,54,56,58,60,61,66,68,70,71,72,74,76,77,78,79,84,96,139,142,185,200,212,214,216,218,221,225,228,229,230,233,234,235,236,237,238,241,242,244,246,248,250,254,256,257,258,259,261,265,267,269,270,271,272,273,274,305,306,307,317,318,319,331", + "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", + "startOffsets": "1603,1694,1797,1900,2005,2112,2221,2330,2439,2548,2657,2764,2867,2986,3141,3296,3401,3522,3623,3770,3911,4014,4133,4240,4343,4498,4669,4818,4983,5140,5291,5410,5761,5910,6059,6171,6318,6471,6618,6693,6782,6869,7394,8486,11244,11429,14199,15332,16184,16307,16430,16543,16726,16981,17182,17271,17382,17615,17716,17811,17934,18063,18180,18357,18456,18591,18734,18869,18988,19189,19308,19401,19512,19568,19675,19870,19981,20114,20209,20300,20391,20484,20601,23034,23105,23188,23811,23868,23926,24550", + "endLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,41,43,44,45,46,47,49,51,53,55,57,59,60,65,67,69,70,71,73,75,76,77,78,79,84,138,141,184,187,202,213,215,217,220,224,227,228,229,232,233,234,235,236,237,240,241,243,245,247,249,253,255,256,257,258,260,264,266,268,269,270,271,272,273,275,305,306,316,317,318,330,342", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", + "endOffsets": "1689,1792,1895,2000,2107,2216,2325,2434,2543,2652,2759,2862,2981,3136,3291,3396,3517,3618,3765,3906,4009,4128,4235,4338,4493,4664,4813,4978,5135,5286,5405,5756,5905,6054,6166,6313,6466,6613,6688,6777,6864,6965,7492,11239,11424,14194,14391,15526,16302,16425,16538,16721,16976,17177,17266,17377,17610,17711,17806,17929,18058,18175,18352,18451,18586,18729,18864,18983,19184,19303,19396,19507,19563,19670,19865,19976,20109,20204,20295,20386,20479,20596,20735,23100,23183,23806,23863,23921,24545,25181" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,25,28,31,34,37,40,43,46,49,52,55,56,59,64,75,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221,231,237,243,249,255,259,263,264,265,266,270,273,276,279,282,283,286,289,293,297", + "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", + "startOffsets": "55,153,249,345,443,511,590,678,766,854,942,1029,1116,1203,1290,1383,1490,1595,1714,1839,1960,2173,2432,2703,2921,3153,3389,3639,3852,4061,4292,4493,4609,4779,5100,6129,6586,7137,7692,8248,8809,9361,9912,10464,11017,11566,12119,12675,13230,13776,14330,14885,15177,15471,15771,16071,16400,16741,16879,17023,17179,17572,17790,18012,18238,18454,18564,18734,18924,19165,19424", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,51,54,55,58,63,74,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,236,242,248,254,258,262,263,264,265,269,272,275,278,281,282,285,288,292,296,299", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "148,244,340,438,506,585,673,761,849,937,1024,1111,1198,1285,1378,1485,1590,1709,1834,1955,2168,2427,2698,2916,3148,3384,3634,3847,4056,4287,4488,4604,4774,5095,6124,6581,7132,7687,8243,8804,9356,9907,10459,11012,11561,12114,12670,13225,13771,14325,14880,15172,15466,15766,16066,16395,16736,16874,17018,17174,17567,17785,18007,18233,18449,18559,18729,18919,19160,19419,19596" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,87,90,93,188,191,194,197,203,206,209,276,279,280,283,288,299,347,357,367,377,387,397,407,417,427,437,447,457,467,477,487,497,503,509,515,521,525,529,530,531,532,536,539,542,545,556,557,560,563,567,571", + "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", + "startOffsets": "173,271,367,463,561,629,708,796,884,972,1060,1147,1234,1321,6970,7063,7170,7275,7497,7622,7743,7956,8215,14396,14614,14846,15082,15531,15744,15953,20740,20941,21057,21227,21548,22577,25682,26233,26788,27344,27905,28457,29008,29560,30113,30662,31215,31771,32326,32872,33426,33981,34273,34567,34867,35167,35496,35837,35975,36119,36275,36668,36886,37108,37334,38074,38184,38354,38544,38785,39044", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,95,190,193,196,199,205,208,211,278,279,282,287,298,304,356,366,376,386,396,406,416,426,436,446,456,466,476,486,496,502,508,514,520,524,528,529,530,531,535,538,541,544,547,556,559,562,566,570,573", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "266,362,458,556,624,703,791,879,967,1055,1142,1229,1316,1403,7058,7165,7270,7389,7617,7738,7951,8210,8481,14609,14841,15077,15327,15739,15948,16179,20936,21052,21222,21543,22572,23029,26228,26783,27339,27900,28452,29003,29555,30108,30657,31210,31766,32321,32867,33421,33976,34268,34562,34862,35162,35491,35832,35970,36114,36270,36663,36881,37103,37329,37545,38179,38349,38539,38780,39039,39216" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-af_values-af.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7927", + "endColumns": "100", + "endOffsets": "8023" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,274,355,435,513,608,696,796,910,991,1055,1143,1209,1272,1358,1420,1481,1539,1605,1668,1723,1841,1898,1960,2015,2084,2203,2291,2374,2513,2596,2677,2764,2822,2873,2939,3008,3084,3170,3244,3323,3396,3467,3554,3625,3714,3804,3876,3951,4038,4089,4156,4237,4321,4383,4447,4510,4614,4723,4819,4930,4992,5047", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76", + "endOffsets": "269,350,430,508,603,691,791,905,986,1050,1138,1204,1267,1353,1415,1476,1534,1600,1663,1718,1836,1893,1955,2010,2079,2198,2286,2369,2508,2591,2672,2759,2817,2868,2934,3003,3079,3165,3239,3318,3391,3462,3549,3620,3709,3799,3871,3946,4033,4084,4151,4232,4316,4378,4442,4505,4609,4718,4814,4925,4987,5042,5119" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2996,3077,3157,3235,3330,3418,3518,3632,3713,3777,3865,3931,3994,4080,4142,4203,4261,4327,4390,4445,4563,4620,4682,4737,4806,4925,5013,5096,5235,5318,5399,5486,5544,5595,5661,5730,5806,5892,5966,6045,6118,6189,6276,6347,6436,6526,6598,6673,6760,6811,6878,6959,7043,7105,7169,7232,7336,7445,7541,7652,7714,7769", + "endLines": "5,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", + "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76", + "endOffsets": "319,3072,3152,3230,3325,3413,3513,3627,3708,3772,3860,3926,3989,4075,4137,4198,4256,4322,4385,4440,4558,4615,4677,4732,4801,4920,5008,5091,5230,5313,5394,5481,5539,5590,5656,5725,5801,5887,5961,6040,6113,6184,6271,6342,6431,6521,6593,6668,6755,6806,6873,6954,7038,7100,7164,7227,7331,7440,7536,7647,7709,7764,7841" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777", + "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", + "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,7846", + "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", + "endOffsets": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,7922" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-watch-v20\\values-watch-v20.xml", + "from": { + "startLines": "2,5,8", + "startColumns": "4,4,4", + "startOffsets": "55,214,385", + "endLines": "4,7,10", + "endColumns": "12,12,12", + "endOffsets": "209,380,553" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-b+es+419_values-b+es+419.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-b+es+419\\values-b+es+419.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243", + "endLines": "5,6,7,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", + "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788", + "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", + "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,7915", + "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", + "endOffsets": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,7991" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1066,1157,1224,1283,1373,1436,1501,1565,1634,1696,1750,1865,1923,1984,2038,2111,2238,2324,2408,2541,2616,2692,2778,2832,2884,2950,3023,3103,3188,3259,3335,3414,3483,3579,3657,3752,3848,3922,3997,4096,4147,4214,4301,4391,4453,4517,4580,4682,4787,4884,4990,5048,5104", + "endLines": "5,6,7,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", + "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77", + "endOffsets": "263,337,409,491,597,695,794,914,998,1061,1152,1219,1278,1368,1431,1496,1560,1629,1691,1745,1860,1918,1979,2033,2106,2233,2319,2403,2536,2611,2687,2773,2827,2879,2945,3018,3098,3183,3254,3330,3409,3478,3574,3652,3747,3843,3917,3992,4091,4142,4209,4296,4386,4448,4512,4575,4677,4782,4879,4985,5043,5099,5177" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3001,3075,3147,3229,3335,3433,3532,3652,3736,3799,3890,3957,4016,4106,4169,4234,4298,4367,4429,4483,4598,4656,4717,4771,4844,4971,5057,5141,5274,5349,5425,5511,5565,5617,5683,5756,5836,5921,5992,6068,6147,6216,6312,6390,6485,6581,6655,6730,6829,6880,6947,7034,7124,7186,7250,7313,7415,7520,7617,7723,7781,7837", + "endLines": "5,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", + "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77", + "endOffsets": "313,3070,3142,3224,3330,3428,3527,3647,3731,3794,3885,3952,4011,4101,4164,4229,4293,4362,4424,4478,4593,4651,4712,4766,4839,4966,5052,5136,5269,5344,5420,5506,5560,5612,5678,5751,5831,5916,5987,6063,6142,6211,6307,6385,6480,6576,6650,6725,6824,6875,6942,7029,7119,7181,7245,7308,7410,7515,7612,7718,7776,7832,7910" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7996", + "endColumns": "100", + "endOffsets": "8092" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822", + "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", + "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,8147", + "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", + "endOffsets": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,8224" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8229", + "endColumns": "100", + "endOffsets": "8325" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1202,1301,1378,1441,1559,1620,1685,1742,1812,1873,1927,2043,2100,2162,2216,2290,2418,2506,2592,2729,2813,2898,2989,3043,3094,3160,3232,3310,3406,3486,3562,3639,3716,3805,3878,3968,4063,4137,4218,4311,4366,4432,4518,4603,4665,4729,4792,4890,4990,5085,5187,5245,5300", + "endLines": "7,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", + "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79", + "endOffsets": "376,454,532,616,714,805,902,1039,1131,1197,1296,1373,1436,1554,1615,1680,1737,1807,1868,1922,2038,2095,2157,2211,2285,2413,2501,2587,2724,2808,2893,2984,3038,3089,3155,3227,3305,3401,3481,3557,3634,3711,3800,3873,3963,4058,4132,4213,4306,4361,4427,4513,4598,4660,4724,4787,4885,4985,5080,5182,5240,5295,5375" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3148,3226,3304,3388,3486,3577,3674,3811,3903,3969,4068,4145,4208,4326,4387,4452,4509,4579,4640,4694,4810,4867,4929,4983,5057,5185,5273,5359,5496,5580,5665,5756,5810,5861,5927,5999,6077,6173,6253,6329,6406,6483,6572,6645,6735,6830,6904,6985,7078,7133,7199,7285,7370,7432,7496,7559,7657,7757,7852,7954,8012,8067", + "endLines": "7,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", + "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79", + "endOffsets": "426,3221,3299,3383,3481,3572,3669,3806,3898,3964,4063,4140,4203,4321,4382,4447,4504,4574,4635,4689,4805,4862,4924,4978,5052,5180,5268,5354,5491,5575,5660,5751,5805,5856,5922,5994,6072,6168,6248,6324,6401,6478,6567,6640,6730,6825,6899,6980,7073,7128,7194,7280,7365,7427,7491,7554,7652,7752,7847,7949,8007,8062,8142" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8327", + "endColumns": "100", + "endOffsets": "8423" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874", + "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", + "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,8243", + "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", + "endOffsets": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,8322" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1163,1262,1340,1405,1515,1578,1650,1709,1783,1844,1898,2022,2083,2145,2199,2277,2411,2499,2583,2724,2803,2887,2984,3040,3094,3160,3235,3314,3402,3478,3556,3629,3706,3793,3874,3964,4056,4128,4209,4301,4356,4422,4507,4594,4656,4720,4783,4894,5009,5110,5224,5284,5342", + "endLines": "7,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", + "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81", + "endOffsets": "370,449,527,610,704,794,890,1008,1092,1158,1257,1335,1400,1510,1573,1645,1704,1778,1839,1893,2017,2078,2140,2194,2272,2406,2494,2578,2719,2798,2882,2979,3035,3089,3155,3230,3309,3397,3473,3551,3624,3701,3788,3869,3959,4051,4123,4204,4296,4351,4417,4502,4589,4651,4715,4778,4889,5004,5105,5219,5279,5337,5419" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3194,3273,3351,3434,3528,3618,3714,3832,3916,3982,4081,4159,4224,4334,4397,4469,4528,4602,4663,4717,4841,4902,4964,5018,5096,5230,5318,5402,5543,5622,5706,5803,5859,5913,5979,6054,6133,6221,6297,6375,6448,6525,6612,6693,6783,6875,6947,7028,7120,7175,7241,7326,7413,7475,7539,7602,7713,7828,7929,8043,8103,8161", + "endLines": "7,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", + "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81", + "endOffsets": "420,3268,3346,3429,3523,3613,3709,3827,3911,3977,4076,4154,4219,4329,4392,4464,4523,4597,4658,4712,4836,4897,4959,5013,5091,5225,5313,5397,5538,5617,5701,5798,5854,5908,5974,6049,6128,6216,6292,6370,6443,6520,6607,6688,6778,6870,6942,7023,7115,7170,7236,7321,7408,7470,7534,7597,7708,7823,7924,8038,8098,8156,8238" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1115,1211,1290,1353,1448,1512,1581,1644,1718,1782,1838,1959,2017,2079,2135,2212,2351,2439,2519,2659,2739,2819,2909,2965,3021,3087,3166,3247,3335,3414,3491,3573,3662,3746,3838,3931,4032,4106,4198,4300,4352,4418,4510,4598,4660,4724,4787,4898,5000,5106,5209,5269,5329", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84", + "endOffsets": "270,351,431,516,618,714,819,952,1032,1110,1206,1285,1348,1443,1507,1576,1639,1713,1777,1833,1954,2012,2074,2130,2207,2346,2434,2514,2654,2734,2814,2904,2960,3016,3082,3161,3242,3330,3409,3486,3568,3657,3741,3833,3926,4027,4101,4193,4295,4347,4413,4505,4593,4655,4719,4782,4893,4995,5101,5204,5264,5324,5409" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3075,3156,3236,3321,3423,3519,3624,3757,3837,3915,4011,4090,4153,4248,4312,4381,4444,4518,4582,4638,4759,4817,4879,4935,5012,5151,5239,5319,5459,5539,5619,5709,5765,5821,5887,5966,6047,6135,6214,6291,6373,6462,6546,6638,6731,6832,6906,6998,7100,7152,7218,7310,7398,7460,7524,7587,7698,7800,7906,8009,8069,8129", + "endLines": "5,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", + "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84", + "endOffsets": "320,3151,3231,3316,3418,3514,3619,3752,3832,3910,4006,4085,4148,4243,4307,4376,4439,4513,4577,4633,4754,4812,4874,4930,5007,5146,5234,5314,5454,5534,5614,5704,5760,5816,5882,5961,6042,6130,6209,6286,6368,6457,6541,6633,6726,6827,6901,6993,7095,7147,7213,7305,7393,7455,7519,7582,7693,7795,7901,8004,8064,8124,8209" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,313,421,506,607,735,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855", + "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "204,308,416,501,602,730,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,8214", + "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,8292" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8297", + "endColumns": "100", + "endOffsets": "8393" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,343,414,495,581,664,779,898,981,1047,1136,1205,1264,1359,1425,1490,1548,1613,1674,1734,1840,1901,1961,2019,2090,2209,2295,2377,2520,2595,2671,2761,2816,2871,2937,3006,3080,3159,3232,3309,3378,3448,3533,3608,3701,3794,3868,3937,4031,4083,4150,4234,4318,4380,4444,4507,4606,4698,4793,4885,4944,5003", + "endLines": "5,6,7,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", + "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78", + "endOffsets": "264,338,409,490,576,659,774,893,976,1042,1131,1200,1259,1354,1420,1485,1543,1608,1669,1729,1835,1896,1956,2014,2085,2204,2290,2372,2515,2590,2666,2756,2811,2866,2932,3001,3075,3154,3227,3304,3373,3443,3528,3603,3696,3789,3863,3932,4026,4078,4145,4229,4313,4375,4439,4502,4601,4693,4788,4880,4939,4998,5077" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2986,3060,3131,3212,3298,3381,3496,3615,3698,3764,3853,3922,3981,4076,4142,4207,4265,4330,4391,4451,4557,4618,4678,4736,4807,4926,5012,5094,5237,5312,5388,5478,5533,5588,5654,5723,5797,5876,5949,6026,6095,6165,6250,6325,6418,6511,6585,6654,6748,6800,6867,6951,7035,7097,7161,7224,7323,7415,7510,7602,7661,7720", + "endLines": "5,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", + "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78", + "endOffsets": "314,3055,3126,3207,3293,3376,3491,3610,3693,3759,3848,3917,3976,4071,4137,4202,4260,4325,4386,4446,4552,4613,4673,4731,4802,4921,5007,5089,5232,5307,5383,5473,5528,5583,5649,5718,5792,5871,5944,6021,6090,6160,6245,6320,6413,6506,6580,6649,6743,6795,6862,6946,7030,7092,7156,7219,7318,7410,7505,7597,7656,7715,7794" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772", + "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", + "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,7799", + "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", + "endOffsets": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,7876" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7881", + "endColumns": "100", + "endOffsets": "7977" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-or_values-or.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,224,334,441,527,631,751,830,911,1002,1095,1198,1293,1393,1486,1581,1677,1768,1858,1947,2057,2161,2267,2378,2482,2600,2763,2869", + "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89", + "endOffsets": "219,329,436,522,626,746,825,906,997,1090,1193,1288,1388,1481,1576,1672,1763,1853,1942,2052,2156,2262,2373,2477,2595,2758,2864,2954" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,441,551,658,744,848,968,1047,1128,1219,1312,1415,1510,1610,1703,1798,1894,1985,2075,2164,2274,2378,2484,2595,2699,2817,2980,7877", + "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89", + "endOffsets": "436,546,653,739,843,963,1042,1123,1214,1307,1410,1505,1605,1698,1793,1889,1980,2070,2159,2269,2373,2479,2590,2694,2812,2975,3081,7962" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7967", + "endColumns": "100", + "endOffsets": "8063" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,773,878,957,1022,1111,1176,1235,1321,1385,1449,1512,1585,1649,1703,1815,1873,1935,1989,2061,2183,2270,2356,2496,2573,2654,2745,2799,2850,2916,2986,3063,3150,3221,3298,3367,3436,3527,3599,3688,3777,3851,3923,4009,4059,4125,4205,4289,4351,4415,4478,4578,4675,4767,4866,4924,4979", + "endLines": "5,6,7,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", + "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83", + "endOffsets": "267,349,427,504,590,674,768,873,952,1017,1106,1171,1230,1316,1380,1444,1507,1580,1644,1698,1810,1868,1930,1984,2056,2178,2265,2351,2491,2568,2649,2740,2794,2845,2911,2981,3058,3145,3216,3293,3362,3431,3522,3594,3683,3772,3846,3918,4004,4054,4120,4200,4284,4346,4410,4473,4573,4670,4762,4861,4919,4974,5058" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3086,3168,3246,3323,3409,3493,3587,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4399,4463,4517,4629,4687,4749,4803,4875,4997,5084,5170,5310,5387,5468,5559,5613,5664,5730,5800,5877,5964,6035,6112,6181,6250,6341,6413,6502,6591,6665,6737,6823,6873,6939,7019,7103,7165,7229,7292,7392,7489,7581,7680,7738,7793", + "endLines": "5,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", + "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83", + "endOffsets": "317,3163,3241,3318,3404,3488,3582,3687,3766,3831,3920,3985,4044,4130,4194,4258,4321,4394,4458,4512,4624,4682,4744,4798,4870,4992,5079,5165,5305,5382,5463,5554,5608,5659,5725,5795,5872,5959,6030,6107,6176,6245,6336,6408,6497,6586,6660,6732,6818,6868,6934,7014,7098,7160,7224,7287,7387,7484,7576,7675,7733,7788,7872" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-watch-v21\\values-watch-v21.xml", + "from": { + "startLines": "2,6,10", + "startColumns": "4,4,4", + "startOffsets": "55,271,499", + "endLines": "5,9,13", + "endColumns": "12,12,12", + "endOffsets": "266,494,724" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-si_values-si.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,345,422,500,591,676,778,893,976,1040,1129,1196,1256,1350,1414,1477,1533,1603,1670,1725,1844,1901,1965,2019,2092,2214,2297,2382,2514,2592,2672,2758,2818,2870,2936,3006,3079,3161,3233,3310,3382,3452,3545,3618,3708,3801,3875,3947,4038,4092,4158,4242,4327,4389,4453,4516,4621,4721,4816,4916,4980,5036", + "endLines": "5,6,7,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", + "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79", + "endOffsets": "264,340,417,495,586,671,773,888,971,1035,1124,1191,1251,1345,1409,1472,1528,1598,1665,1720,1839,1896,1960,2014,2087,2209,2292,2377,2509,2587,2667,2753,2813,2865,2931,3001,3074,3156,3228,3305,3377,3447,3540,3613,3703,3796,3870,3942,4033,4087,4153,4237,4322,4384,4448,4511,4616,4716,4811,4911,4975,5031,5111" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3035,3111,3188,3266,3357,3442,3544,3659,3742,3806,3895,3962,4022,4116,4180,4243,4299,4369,4436,4491,4610,4667,4731,4785,4858,4980,5063,5148,5280,5358,5438,5524,5584,5636,5702,5772,5845,5927,5999,6076,6148,6218,6311,6384,6474,6567,6641,6713,6804,6858,6924,7008,7093,7155,7219,7282,7387,7487,7582,7682,7746,7802", + "endLines": "5,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", + "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79", + "endOffsets": "314,3106,3183,3261,3352,3437,3539,3654,3737,3801,3890,3957,4017,4111,4175,4238,4294,4364,4431,4486,4605,4662,4726,4780,4853,4975,5058,5143,5275,5353,5433,5519,5579,5631,5697,5767,5840,5922,5994,6071,6143,6213,6306,6379,6469,6562,6636,6708,6799,6853,6919,7003,7088,7150,7214,7277,7382,7482,7577,7677,7741,7797,7877" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7964", + "endColumns": "100", + "endOffsets": "8060" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821", + "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", + "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,7882", + "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", + "endOffsets": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,7959" + } + } + ] + }, + { + "outputFile": "com.example.jmastermind.app-merged_res-29:/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7946", + "endColumns": "100", + "endOffsets": "8042" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,268,344,418,501,590,672,768,876,960,1025,1118,1193,1258,1346,1411,1477,1535,1606,1672,1726,1836,1896,1960,2014,2087,2203,2287,2368,2501,2586,2671,2761,2813,2864,2930,3007,3089,3173,3247,3326,3403,3475,3564,3640,3731,3826,3900,3973,4067,4121,4193,4279,4365,4427,4491,4554,4655,4757,4852,4955,5011,5066", + "endLines": "5,6,7,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", + "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78", + "endOffsets": "263,339,413,496,585,667,763,871,955,1020,1113,1188,1253,1341,1406,1472,1530,1601,1667,1721,1831,1891,1955,2009,2082,2198,2282,2363,2496,2581,2666,2756,2808,2859,2925,3002,3084,3168,3242,3321,3398,3470,3559,3635,3726,3821,3895,3968,4062,4116,4188,4274,4360,4422,4486,4549,4650,4752,4847,4950,5006,5061,5140" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2988,3064,3138,3221,3310,3392,3488,3596,3680,3745,3838,3913,3978,4066,4131,4197,4255,4326,4392,4446,4556,4616,4680,4734,4807,4923,5007,5088,5221,5306,5391,5481,5533,5584,5650,5727,5809,5893,5967,6046,6123,6195,6284,6360,6451,6546,6620,6693,6787,6841,6913,6999,7085,7147,7211,7274,7375,7477,7572,7675,7731,7786", + "endLines": "5,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", + "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78", + "endOffsets": "313,3059,3133,3216,3305,3387,3483,3591,3675,3740,3833,3908,3973,4061,4126,4192,4250,4321,4387,4441,4551,4611,4675,4729,4802,4918,5002,5083,5216,5301,5386,5476,5528,5579,5645,5722,5804,5888,5962,6041,6118,6190,6279,6355,6446,6541,6615,6688,6782,6836,6908,6994,7080,7142,7206,7269,7370,7472,7567,7670,7726,7781,7860" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775", + "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", + "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,7865", + "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", + "endOffsets": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,7941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json new file mode 100644 index 0000000..d68f371 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-af/values-af.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7927", + "endColumns": "100", + "endOffsets": "8023" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,274,355,435,513,608,696,796,910,991,1055,1143,1209,1272,1358,1420,1481,1539,1605,1668,1723,1841,1898,1960,2015,2084,2203,2291,2374,2513,2596,2677,2764,2822,2873,2939,3008,3084,3170,3244,3323,3396,3467,3554,3625,3714,3804,3876,3951,4038,4089,4156,4237,4321,4383,4447,4510,4614,4723,4819,4930,4992,5047", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76", + "endOffsets": "269,350,430,508,603,691,791,905,986,1050,1138,1204,1267,1353,1415,1476,1534,1600,1663,1718,1836,1893,1955,2010,2079,2198,2286,2369,2508,2591,2672,2759,2817,2868,2934,3003,3079,3165,3239,3318,3391,3462,3549,3620,3709,3799,3871,3946,4033,4084,4151,4232,4316,4378,4442,4505,4609,4718,4814,4925,4987,5042,5119" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2996,3077,3157,3235,3330,3418,3518,3632,3713,3777,3865,3931,3994,4080,4142,4203,4261,4327,4390,4445,4563,4620,4682,4737,4806,4925,5013,5096,5235,5318,5399,5486,5544,5595,5661,5730,5806,5892,5966,6045,6118,6189,6276,6347,6436,6526,6598,6673,6760,6811,6878,6959,7043,7105,7169,7232,7336,7445,7541,7652,7714,7769", + "endLines": "5,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", + "endColumns": "12,80,79,77,94,87,99,113,80,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,82,138,82,80,86,57,50,65,68,75,85,73,78,72,70,86,70,88,89,71,74,86,50,66,80,83,61,63,62,103,108,95,110,61,54,76", + "endOffsets": "319,3072,3152,3230,3325,3413,3513,3627,3708,3772,3860,3926,3989,4075,4137,4198,4256,4322,4385,4440,4558,4615,4677,4732,4801,4920,5008,5091,5230,5313,5394,5481,5539,5590,5656,5725,5801,5887,5961,6040,6113,6184,6271,6342,6431,6521,6593,6668,6755,6806,6873,6954,7038,7100,7164,7227,7331,7440,7536,7647,7709,7764,7841" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777", + "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", + "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,7846", + "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", + "endOffsets": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,7922" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json new file mode 100644 index 0000000..2db28ee --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-am/values-am.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,261,332,400,475,557,638,727,829,906,970,1055,1117,1175,1260,1323,1385,1443,1509,1571,1626,1722,1779,1838,1894,1961,2066,2146,2227,2356,2429,2500,2582,2633,2684,2750,2816,2889,2970,3038,3111,3182,3249,3334,3401,3488,3576,3650,3718,3803,3854,3918,3998,4080,4142,4206,4269,4364,4453,4538,4629,4684,4739", + "endLines": "5,6,7,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", + "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75", + "endOffsets": "256,327,395,470,552,633,722,824,901,965,1050,1112,1170,1255,1318,1380,1438,1504,1566,1621,1717,1774,1833,1889,1956,2061,2141,2222,2351,2424,2495,2577,2628,2679,2745,2811,2884,2965,3033,3106,3177,3244,3329,3396,3483,3571,3645,3713,3798,3849,3913,3993,4075,4137,4201,4264,4359,4448,4533,4624,4679,4734,4810" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2929,3000,3068,3143,3225,3306,3395,3497,3574,3638,3723,3785,3843,3928,3991,4053,4111,4177,4239,4294,4390,4447,4506,4562,4629,4734,4814,4895,5024,5097,5168,5250,5301,5352,5418,5484,5557,5638,5706,5779,5850,5917,6002,6069,6156,6244,6318,6386,6471,6522,6586,6666,6748,6810,6874,6937,7032,7121,7206,7297,7352,7407", + "endLines": "5,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", + "endColumns": "12,70,67,74,81,80,88,101,76,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,128,72,70,81,50,50,65,65,72,80,67,72,70,66,84,66,86,87,73,67,84,50,63,79,81,61,63,62,94,88,84,90,54,54,75", + "endOffsets": "306,2995,3063,3138,3220,3301,3390,3492,3569,3633,3718,3780,3838,3923,3986,4048,4106,4172,4234,4289,4385,4442,4501,4557,4624,4729,4809,4890,5019,5092,5163,5245,5296,5347,5413,5479,5552,5633,5701,5774,5845,5912,5997,6064,6151,6239,6313,6381,6466,6517,6581,6661,6743,6805,6869,6932,7027,7116,7201,7292,7347,7402,7478" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7563", + "endColumns": "100", + "endOffsets": "7659" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723", + "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", + "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,7483", + "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", + "endOffsets": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,7558" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json new file mode 100644 index 0000000..97649f4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ar/values-ar.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1238,1329,1398,1465,1565,1628,1693,1754,1822,1884,1942,2056,2116,2177,2234,2307,2430,2511,2591,2739,2820,2901,2990,3043,3097,3163,3241,3321,3405,3477,3551,3624,3694,3785,3856,3946,4041,4115,4198,4291,4340,4409,4495,4580,4642,4706,4769,4878,4970,5067,5160,5217,5275", + "endLines": "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", + "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79", + "endOffsets": "460,538,614,698,790,873,974,1093,1170,1233,1324,1393,1460,1560,1623,1688,1749,1817,1879,1937,2051,2111,2172,2229,2302,2425,2506,2586,2734,2815,2896,2985,3038,3092,3158,3236,3316,3400,3472,3546,3619,3689,3780,3851,3941,4036,4110,4193,4286,4335,4404,4490,4575,4637,4701,4764,4873,4965,5062,5155,5212,5270,5350" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3169,3247,3323,3407,3499,3582,3683,3802,3879,3942,4033,4102,4169,4269,4332,4397,4458,4526,4588,4646,4760,4820,4881,4938,5011,5134,5215,5295,5443,5524,5605,5694,5747,5801,5867,5945,6025,6109,6181,6255,6328,6398,6489,6560,6650,6745,6819,6902,6995,7044,7113,7199,7284,7346,7410,7473,7582,7674,7771,7864,7921,7979", + "endLines": "9,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", + "endColumns": "12,77,75,83,91,82,100,118,76,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,79,147,80,80,88,52,53,65,77,79,83,71,73,72,69,90,70,89,94,73,82,92,48,68,85,84,61,63,62,108,91,96,92,56,57,79", + "endOffsets": "510,3242,3318,3402,3494,3577,3678,3797,3874,3937,4028,4097,4164,4264,4327,4392,4453,4521,4583,4641,4755,4815,4876,4933,5006,5129,5210,5290,5438,5519,5600,5689,5742,5796,5862,5940,6020,6104,6176,6250,6323,6393,6484,6555,6645,6740,6814,6897,6990,7039,7108,7194,7279,7341,7405,7468,7577,7669,7766,7859,7916,7974,8054" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,424,506,607,721,801,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759", + "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "208,312,419,501,602,716,796,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836" + }, + "to": { + "startLines": "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,99", + "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", + "startOffsets": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,8059", + "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,8136" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "100", + "startColumns": "4", + "startOffsets": "8141", + "endColumns": "100", + "endOffsets": "8237" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json new file mode 100644 index 0000000..ec39161 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-as/values-as.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7944", + "endColumns": "100", + "endOffsets": "8040" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,312,419,510,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,7861", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,7939" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,781,904,983,1048,1137,1202,1261,1347,1411,1475,1538,1608,1672,1726,1831,1889,1951,2005,2077,2194,2281,2364,2504,2581,2662,2753,2807,2858,2924,2994,3071,3158,3229,3306,3375,3444,3535,3607,3696,3785,3859,3931,4017,4067,4133,4213,4297,4359,4423,4486,4586,4683,4775,4874,4932,4987", + "endLines": "5,6,7,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", + "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80", + "endOffsets": "267,349,427,504,590,674,776,899,978,1043,1132,1197,1256,1342,1406,1470,1533,1603,1667,1721,1826,1884,1946,2000,2072,2189,2276,2359,2499,2576,2657,2748,2802,2853,2919,2989,3066,3153,3224,3301,3370,3439,3530,3602,3691,3780,3854,3926,4012,4062,4128,4208,4292,4354,4418,4481,4581,4678,4770,4869,4927,4982,5063" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3065,3147,3225,3302,3388,3472,3574,3697,3776,3841,3930,3995,4054,4140,4204,4268,4331,4401,4465,4519,4624,4682,4744,4798,4870,4987,5074,5157,5297,5374,5455,5546,5600,5651,5717,5787,5864,5951,6022,6099,6168,6237,6328,6400,6489,6578,6652,6724,6810,6860,6926,7006,7090,7152,7216,7279,7379,7476,7568,7667,7725,7780", + "endLines": "5,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", + "endColumns": "12,81,77,76,85,83,101,122,78,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,82,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,80", + "endOffsets": "317,3142,3220,3297,3383,3467,3569,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4396,4460,4514,4619,4677,4739,4793,4865,4982,5069,5152,5292,5369,5450,5541,5595,5646,5712,5782,5859,5946,6017,6094,6163,6232,6323,6395,6484,6573,6647,6719,6805,6855,6921,7001,7085,7147,7211,7274,7374,7471,7563,7662,7720,7775,7856" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json new file mode 100644 index 0000000..29d9ae6 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-az/values-az.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813", + "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", + "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,7876", + "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", + "endOffsets": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,7955" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7960", + "endColumns": "100", + "endOffsets": "8056" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,353,438,518,603,682,778,894,974,1038,1132,1200,1259,1354,1417,1481,1540,1607,1670,1724,1839,1897,1959,2013,2084,2216,2300,2380,2514,2590,2666,2750,2807,2858,2924,2994,3072,3155,3225,3301,3379,3450,3536,3619,3712,3805,3878,3950,4044,4098,4165,4249,4337,4401,4466,4530,4632,4729,4825,4922,4983,5038", + "endLines": "5,6,7,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", + "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79", + "endOffsets": "260,348,433,513,598,677,773,889,969,1033,1127,1195,1254,1349,1412,1476,1535,1602,1665,1719,1834,1892,1954,2008,2079,2211,2295,2375,2509,2585,2661,2745,2802,2853,2919,2989,3067,3150,3220,3296,3374,3445,3531,3614,3707,3800,3873,3945,4039,4093,4160,4244,4332,4396,4461,4525,4627,4724,4820,4917,4978,5033,5113" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3023,3111,3196,3276,3361,3440,3536,3652,3732,3796,3890,3958,4017,4112,4175,4239,4298,4365,4428,4482,4597,4655,4717,4771,4842,4974,5058,5138,5272,5348,5424,5508,5565,5616,5682,5752,5830,5913,5983,6059,6137,6208,6294,6377,6470,6563,6636,6708,6802,6856,6923,7007,7095,7159,7224,7288,7390,7487,7583,7680,7741,7796", + "endLines": "5,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", + "endColumns": "12,87,84,79,84,78,95,115,79,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,79,133,75,75,83,56,50,65,69,77,82,69,75,77,70,85,82,92,92,72,71,93,53,66,83,87,63,64,63,101,96,95,96,60,54,79", + "endOffsets": "310,3106,3191,3271,3356,3435,3531,3647,3727,3791,3885,3953,4012,4107,4170,4234,4293,4360,4423,4477,4592,4650,4712,4766,4837,4969,5053,5133,5267,5343,5419,5503,5560,5611,5677,5747,5825,5908,5978,6054,6132,6203,6289,6372,6465,6558,6631,6703,6797,6851,6918,7002,7090,7154,7219,7283,7385,7482,7578,7675,7736,7791,7871" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json new file mode 100644 index 0000000..b50445a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-b+es+419/values-b+es+419.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-b+es+419\\values-b+es+419.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243", + "endLines": "5,6,7,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", + "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..23633ce --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-b+sr+Latn/values-b+sr+Latn.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8146", + "endColumns": "100", + "endOffsets": "8242" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836", + "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,8059", + "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", + "endOffsets": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,8141" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1133,1226,1294,1357,1460,1520,1586,1642,1713,1773,1827,1939,1996,2057,2111,2187,2312,2399,2482,2621,2703,2786,2874,2928,2984,3050,3124,3202,3291,3367,3443,3518,3590,3680,3753,3845,3941,4013,4089,4185,4238,4305,4392,4479,4541,4605,4668,4773,4877,4973,5080,5138,5198", + "endLines": "6,7,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", + "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "319,396,473,553,661,755,849,981,1062,1128,1221,1289,1352,1455,1515,1581,1637,1708,1768,1822,1934,1991,2052,2106,2182,2307,2394,2477,2616,2698,2781,2869,2923,2979,3045,3119,3197,3286,3362,3438,3513,3585,3675,3748,3840,3936,4008,4084,4180,4233,4300,4387,4474,4536,4600,4663,4768,4872,4968,5075,5133,5193,5273" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3105,3182,3259,3339,3447,3541,3635,3767,3848,3914,4007,4075,4138,4241,4301,4367,4423,4494,4554,4608,4720,4777,4838,4892,4968,5093,5180,5263,5402,5484,5567,5655,5709,5765,5831,5905,5983,6072,6148,6224,6299,6371,6461,6534,6626,6722,6794,6870,6966,7019,7086,7173,7260,7322,7386,7449,7554,7658,7754,7861,7919,7979", + "endLines": "6,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", + "endColumns": "12,76,76,79,107,93,93,131,80,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,82,138,81,82,87,53,55,65,73,77,88,75,75,74,71,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "369,3177,3254,3334,3442,3536,3630,3762,3843,3909,4002,4070,4133,4236,4296,4362,4418,4489,4549,4603,4715,4772,4833,4887,4963,5088,5175,5258,5397,5479,5562,5650,5704,5760,5826,5900,5978,6067,6143,6219,6294,6366,6456,6529,6621,6717,6789,6865,6961,7014,7081,7168,7255,7317,7381,7444,7549,7653,7749,7856,7914,7974,8054" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json new file mode 100644 index 0000000..cd53f6b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-be/values-be.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8285", + "endColumns": "100", + "endOffsets": "8381" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835", + "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", + "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,8203", + "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", + "endOffsets": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,8280" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1186,1279,1356,1419,1535,1598,1667,1726,1797,1856,1910,2031,2092,2155,2209,2282,2404,2492,2575,2727,2813,2900,2991,3048,3099,3165,3237,3314,3398,3473,3550,3632,3708,3797,3879,3970,4066,4140,4221,4316,4370,4436,4523,4609,4671,4735,4798,4908,5015,5118,5227,5288,5343", + "endLines": "7,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", + "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79", + "endOffsets": "377,454,531,613,710,802,899,1031,1114,1181,1274,1351,1414,1530,1593,1662,1721,1792,1851,1905,2026,2087,2150,2204,2277,2399,2487,2570,2722,2808,2895,2986,3043,3094,3160,3232,3309,3393,3468,3545,3627,3703,3792,3874,3965,4061,4135,4216,4311,4365,4431,4518,4604,4666,4730,4793,4903,5010,5113,5222,5283,5338,5418" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3162,3239,3316,3398,3495,3587,3684,3816,3899,3966,4059,4136,4199,4315,4378,4447,4506,4577,4636,4690,4811,4872,4935,4989,5062,5184,5272,5355,5507,5593,5680,5771,5828,5879,5945,6017,6094,6178,6253,6330,6412,6488,6577,6659,6750,6846,6920,7001,7096,7150,7216,7303,7389,7451,7515,7578,7688,7795,7898,8007,8068,8123", + "endLines": "7,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", + "endColumns": "12,76,76,81,96,91,96,131,82,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,82,151,85,86,90,56,50,65,71,76,83,74,76,81,75,88,81,90,95,73,80,94,53,65,86,85,61,63,62,109,106,102,108,60,54,79", + "endOffsets": "427,3234,3311,3393,3490,3582,3679,3811,3894,3961,4054,4131,4194,4310,4373,4442,4501,4572,4631,4685,4806,4867,4930,4984,5057,5179,5267,5350,5502,5588,5675,5766,5823,5874,5940,6012,6089,6173,6248,6325,6407,6483,6572,6654,6745,6841,6915,6996,7091,7145,7211,7298,7384,7446,7510,7573,7683,7790,7893,8002,8063,8118,8198" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json new file mode 100644 index 0000000..1360362 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-bg/values-bg.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1121,1218,1298,1360,1449,1512,1577,1636,1709,1772,1826,1954,2011,2073,2127,2200,2343,2427,2515,2651,2739,2827,2912,2965,3016,3082,3157,3233,3319,3396,3472,3549,3623,3714,3789,3880,3972,4046,4133,4224,4279,4345,4428,4514,4576,4640,4703,4820,4933,5044,5161,5218,5273", + "endLines": "5,6,7,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", + "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85", + "endOffsets": "260,339,418,501,623,733,828,961,1050,1116,1213,1293,1355,1444,1507,1572,1631,1704,1767,1821,1949,2006,2068,2122,2195,2338,2422,2510,2646,2734,2822,2907,2960,3011,3077,3152,3228,3314,3391,3467,3544,3618,3709,3784,3875,3967,4041,4128,4219,4274,4340,4423,4509,4571,4635,4698,4815,4928,5039,5156,5213,5268,5354" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3064,3143,3222,3305,3427,3537,3632,3765,3854,3920,4017,4097,4159,4248,4311,4376,4435,4508,4571,4625,4753,4810,4872,4926,4999,5142,5226,5314,5450,5538,5626,5711,5764,5815,5881,5956,6032,6118,6195,6271,6348,6422,6513,6588,6679,6771,6845,6932,7023,7078,7144,7227,7313,7375,7439,7502,7619,7732,7843,7960,8017,8072", + "endLines": "5,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", + "endColumns": "12,78,78,82,121,109,94,132,88,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,87,135,87,87,84,52,50,65,74,75,85,76,75,76,73,90,74,90,91,73,86,90,54,65,82,85,61,63,62,116,112,110,116,56,54,85", + "endOffsets": "310,3138,3217,3300,3422,3532,3627,3760,3849,3915,4012,4092,4154,4243,4306,4371,4430,4503,4566,4620,4748,4805,4867,4921,4994,5137,5221,5309,5445,5533,5621,5706,5759,5810,5876,5951,6027,6113,6190,6266,6343,6417,6508,6583,6674,6766,6840,6927,7018,7073,7139,7222,7308,7370,7434,7497,7614,7727,7838,7955,8012,8067,8153" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854", + "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", + "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,8158", + "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", + "endOffsets": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,8237" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8242", + "endColumns": "100", + "endOffsets": "8338" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json new file mode 100644 index 0000000..0d00adc --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-bn/values-bn.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8080", + "endColumns": "100", + "endOffsets": "8176" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835", + "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", + "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,7993", + "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", + "endOffsets": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,8075" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1106,1197,1263,1324,1414,1478,1545,1606,1675,1737,1791,1898,1957,2018,2072,2146,2266,2351,2435,2570,2641,2711,2798,2856,2912,2978,3051,3131,3226,3295,3371,3451,3520,3615,3698,3788,3883,3957,4031,4124,4178,4245,4331,4416,4478,4542,4605,4707,4812,4905,5011,5073,5133", + "endLines": "5,6,7,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", + "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79", + "endOffsets": "266,364,457,540,641,733,837,954,1035,1101,1192,1258,1319,1409,1473,1540,1601,1670,1732,1786,1893,1952,2013,2067,2141,2261,2346,2430,2565,2636,2706,2793,2851,2907,2973,3046,3126,3221,3290,3366,3446,3515,3610,3693,3783,3878,3952,4026,4119,4173,4240,4326,4411,4473,4537,4600,4702,4807,4900,5006,5068,5128,5208" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3051,3149,3242,3325,3426,3518,3622,3739,3820,3886,3977,4043,4104,4194,4258,4325,4386,4455,4517,4571,4678,4737,4798,4852,4926,5046,5131,5215,5350,5421,5491,5578,5636,5692,5758,5831,5911,6006,6075,6151,6231,6300,6395,6478,6568,6663,6737,6811,6904,6958,7025,7111,7196,7258,7322,7385,7487,7592,7685,7791,7853,7913", + "endLines": "5,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", + "endColumns": "12,97,92,82,100,91,103,116,80,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,83,134,70,69,86,57,55,65,72,79,94,68,75,79,68,94,82,89,94,73,73,92,53,66,85,84,61,63,62,101,104,92,105,61,59,79", + "endOffsets": "316,3144,3237,3320,3421,3513,3617,3734,3815,3881,3972,4038,4099,4189,4253,4320,4381,4450,4512,4566,4673,4732,4793,4847,4921,5041,5126,5210,5345,5416,5486,5573,5631,5687,5753,5826,5906,6001,6070,6146,6226,6295,6390,6473,6563,6658,6732,6806,6899,6953,7020,7106,7191,7253,7317,7380,7482,7587,7680,7786,7848,7908,7988" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json new file mode 100644 index 0000000..7edefe8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-bs/values-bs.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", + "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2515,2620,2734,2837,3006,8080", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", + "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2510,2615,2729,2832,3001,3097,8162" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8167", + "endColumns": "100", + "endOffsets": "8263" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1133,1225,1302,1365,1473,1533,1599,1655,1726,1786,1840,1959,2016,2078,2132,2207,2331,2419,2502,2647,2732,2818,2906,2960,3014,3080,3154,3232,3319,3391,3468,3541,3611,3704,3776,3868,3964,4038,4114,4210,4263,4330,4417,4504,4566,4630,4693,4801,4903,5004,5109,5167,5225", + "endLines": "6,7,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", + "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79", + "endOffsets": "322,401,481,563,665,759,855,981,1062,1128,1220,1297,1360,1468,1528,1594,1650,1721,1781,1835,1954,2011,2073,2127,2202,2326,2414,2497,2642,2727,2813,2901,2955,3009,3075,3149,3227,3314,3386,3463,3536,3606,3699,3771,3863,3959,4033,4109,4205,4258,4325,4412,4499,4561,4625,4688,4796,4898,4999,5104,5162,5220,5300" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3102,3181,3261,3343,3445,3539,3635,3761,3842,3908,4000,4077,4140,4248,4308,4374,4430,4501,4561,4615,4734,4791,4853,4907,4982,5106,5194,5277,5422,5507,5593,5681,5735,5789,5855,5929,6007,6094,6166,6243,6316,6386,6479,6551,6643,6739,6813,6889,6985,7038,7105,7192,7279,7341,7405,7468,7576,7678,7779,7884,7942,8000", + "endLines": "6,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", + "endColumns": "12,78,79,81,101,93,95,125,80,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,82,144,84,85,87,53,53,65,73,77,86,71,76,72,69,92,71,91,95,73,75,95,52,66,86,86,61,63,62,107,101,100,104,57,57,79", + "endOffsets": "372,3176,3256,3338,3440,3534,3630,3756,3837,3903,3995,4072,4135,4243,4303,4369,4425,4496,4556,4610,4729,4786,4848,4902,4977,5101,5189,5272,5417,5502,5588,5676,5730,5784,5850,5924,6002,6089,6161,6238,6311,6381,6474,6546,6638,6734,6808,6884,6980,7033,7100,7187,7274,7336,7400,7463,7571,7673,7774,7879,7937,7995,8075" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json new file mode 100644 index 0000000..327df09 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ca/values-ca.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8247", + "endColumns": "100", + "endOffsets": "8343" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830", + "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", + "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,8165", + "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", + "endOffsets": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,8242" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1096,1193,1273,1338,1433,1497,1569,1631,1707,1770,1827,1948,2006,2067,2124,2204,2341,2428,2512,2651,2729,2808,2897,2954,3010,3076,3154,3235,3323,3401,3478,3552,3631,3721,3813,3905,4006,4080,4162,4263,4313,4379,4471,4558,4620,4684,4747,4870,4973,5077,5183,5244,5304", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85", + "endOffsets": "269,350,430,518,621,713,814,942,1026,1091,1188,1268,1333,1428,1492,1564,1626,1702,1765,1822,1943,2001,2062,2119,2199,2336,2423,2507,2646,2724,2803,2892,2949,3005,3071,3149,3230,3318,3396,3473,3547,3626,3716,3808,3900,4001,4075,4157,4258,4308,4374,4466,4553,4615,4679,4742,4865,4968,5072,5178,5239,5299,5385" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3049,3130,3210,3298,3401,3493,3594,3722,3806,3871,3968,4048,4113,4208,4272,4344,4406,4482,4545,4602,4723,4781,4842,4899,4979,5116,5203,5287,5426,5504,5583,5672,5729,5785,5851,5929,6010,6098,6176,6253,6327,6406,6496,6588,6680,6781,6855,6937,7038,7088,7154,7246,7333,7395,7459,7522,7645,7748,7852,7958,8019,8079", + "endLines": "5,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", + "endColumns": "12,80,79,87,102,91,100,127,83,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,83,138,77,78,88,56,55,65,77,80,87,77,76,73,78,89,91,91,100,73,81,100,49,65,91,86,61,63,62,122,102,103,105,60,59,85", + "endOffsets": "319,3125,3205,3293,3396,3488,3589,3717,3801,3866,3963,4043,4108,4203,4267,4339,4401,4477,4540,4597,4718,4776,4837,4894,4974,5111,5198,5282,5421,5499,5578,5667,5724,5780,5846,5924,6005,6093,6171,6248,6322,6401,6491,6583,6675,6776,6850,6932,7033,7083,7149,7241,7328,7390,7454,7517,7640,7743,7847,7953,8014,8074,8160" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json new file mode 100644 index 0000000..55caa87 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-cs/values-cs.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1160,1259,1335,1396,1485,1549,1616,1670,1738,1798,1852,1969,2029,2091,2145,2217,2339,2423,2515,2652,2730,2812,2900,2954,3005,3071,3143,3220,3304,3376,3453,3527,3598,3686,3757,3850,3945,4019,4093,4189,4241,4308,4394,4482,4544,4608,4671,4781,4877,4976,5074,5132,5187", + "endLines": "7,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", + "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78", + "endOffsets": "363,441,519,596,699,791,883,1009,1090,1155,1254,1330,1391,1480,1544,1611,1665,1733,1793,1847,1964,2024,2086,2140,2212,2334,2418,2510,2647,2725,2807,2895,2949,3000,3066,3138,3215,3299,3371,3448,3522,3593,3681,3752,3845,3940,4014,4088,4184,4236,4303,4389,4477,4539,4603,4666,4776,4872,4971,5069,5127,5182,5261" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3112,3190,3268,3345,3448,3540,3632,3758,3839,3904,4003,4079,4140,4229,4293,4360,4414,4482,4542,4596,4713,4773,4835,4889,4961,5083,5167,5259,5396,5474,5556,5644,5698,5749,5815,5887,5964,6048,6120,6197,6271,6342,6430,6501,6594,6689,6763,6837,6933,6985,7052,7138,7226,7288,7352,7415,7525,7621,7720,7818,7876,7931", + "endLines": "7,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", + "endColumns": "12,77,77,76,102,91,91,125,80,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,91,136,77,81,87,53,50,65,71,76,83,71,76,73,70,87,70,92,94,73,73,95,51,66,85,87,61,63,62,109,95,98,97,57,54,78", + "endOffsets": "413,3185,3263,3340,3443,3535,3627,3753,3834,3899,3998,4074,4135,4224,4288,4355,4409,4477,4537,4591,4708,4768,4830,4884,4956,5078,5162,5254,5391,5469,5551,5639,5693,5744,5810,5882,5959,6043,6115,6192,6266,6337,6425,6496,6589,6684,6758,6832,6928,6980,7047,7133,7221,7283,7347,7410,7520,7616,7715,7813,7871,7926,8005" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8093", + "endColumns": "100", + "endOffsets": "8189" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799", + "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", + "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,8010", + "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", + "endOffsets": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,8088" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json new file mode 100644 index 0000000..79d9975 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-da/values-da.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757", + "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", + "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,7830", + "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", + "endOffsets": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,7905" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7910", + "endColumns": "100", + "endOffsets": "8006" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1072,1158,1231,1291,1378,1442,1504,1566,1634,1699,1755,1873,1931,1992,2048,2123,2249,2335,2415,2556,2634,2714,2800,2856,2907,2973,3041,3115,3204,3276,3354,3424,3497,3581,3658,3746,3835,3909,3982,4067,4116,4182,4262,4345,4407,4471,4534,4642,4737,4838,4933,4993,5048", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79", + "endOffsets": "267,345,421,499,596,676,776,925,1003,1067,1153,1226,1286,1373,1437,1499,1561,1629,1694,1750,1868,1926,1987,2043,2118,2244,2330,2410,2551,2629,2709,2795,2851,2902,2968,3036,3110,3199,3271,3349,3419,3492,3576,3653,3741,3830,3904,3977,4062,4111,4177,4257,4340,4402,4466,4529,4637,4732,4833,4928,4988,5043,5123" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2974,3052,3128,3206,3303,3383,3483,3632,3710,3774,3860,3933,3993,4080,4144,4206,4268,4336,4401,4457,4575,4633,4694,4750,4825,4951,5037,5117,5258,5336,5416,5502,5558,5609,5675,5743,5817,5906,5978,6056,6126,6199,6283,6360,6448,6537,6611,6684,6769,6818,6884,6964,7047,7109,7173,7236,7344,7439,7540,7635,7695,7750", + "endLines": "5,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", + "endColumns": "12,77,75,77,96,79,99,148,77,63,85,72,59,86,63,61,61,67,64,55,117,57,60,55,74,125,85,79,140,77,79,85,55,50,65,67,73,88,71,77,69,72,83,76,87,88,73,72,84,48,65,79,82,61,63,62,107,94,100,94,59,54,79", + "endOffsets": "317,3047,3123,3201,3298,3378,3478,3627,3705,3769,3855,3928,3988,4075,4139,4201,4263,4331,4396,4452,4570,4628,4689,4745,4820,4946,5032,5112,5253,5331,5411,5497,5553,5604,5670,5738,5812,5901,5973,6051,6121,6194,6278,6355,6443,6532,6606,6679,6764,6813,6879,6959,7042,7104,7168,7231,7339,7434,7535,7630,7690,7745,7825" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json new file mode 100644 index 0000000..330d694 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-de/values-de.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1089,1183,1253,1312,1420,1486,1555,1613,1685,1749,1803,1931,1991,2053,2107,2185,2322,2414,2498,2643,2727,2813,2903,2960,3011,3077,3151,3233,3326,3400,3478,3550,3624,3716,3798,3887,3976,4050,4128,4214,4269,4336,4416,4500,4562,4626,4689,4796,4900,4999,5105,5166,5221", + "endLines": "5,6,7,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", + "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81", + "endOffsets": "278,369,458,542,632,714,815,937,1018,1084,1178,1248,1307,1415,1481,1550,1608,1680,1744,1798,1926,1986,2048,2102,2180,2317,2409,2493,2638,2722,2808,2898,2955,3006,3072,3146,3228,3321,3395,3473,3545,3619,3711,3793,3882,3971,4045,4123,4209,4264,4331,4411,4495,4557,4621,4684,4791,4895,4994,5100,5161,5216,5298" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3060,3151,3240,3324,3414,3496,3597,3719,3800,3866,3960,4030,4089,4197,4263,4332,4390,4462,4526,4580,4708,4768,4830,4884,4962,5099,5191,5275,5420,5504,5590,5680,5737,5788,5854,5928,6010,6103,6177,6255,6327,6401,6493,6575,6664,6753,6827,6905,6991,7046,7113,7193,7277,7339,7403,7466,7573,7677,7776,7882,7943,7998", + "endLines": "5,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", + "endColumns": "12,90,88,83,89,81,100,121,80,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,83,144,83,85,89,56,50,65,73,81,92,73,77,71,73,91,81,88,88,73,77,85,54,66,79,83,61,63,62,106,103,98,105,60,54,81", + "endOffsets": "328,3146,3235,3319,3409,3491,3592,3714,3795,3861,3955,4025,4084,4192,4258,4327,4385,4457,4521,4575,4703,4763,4825,4879,4957,5094,5186,5270,5415,5499,5585,5675,5732,5783,5849,5923,6005,6098,6172,6250,6322,6396,6488,6570,6659,6748,6822,6900,6986,7041,7108,7188,7272,7334,7398,7461,7568,7672,7771,7877,7938,7993,8075" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832", + "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", + "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,8080", + "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", + "endOffsets": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,8157" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8162", + "endColumns": "100", + "endOffsets": "8258" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json new file mode 100644 index 0000000..c24e177 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-el/values-el.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1083,1183,1265,1328,1419,1482,1547,1609,1678,1740,1794,1932,1989,2050,2104,2177,2330,2415,2499,2638,2719,2804,2894,2949,3000,3066,3144,3229,3314,3386,3466,3546,3617,3709,3781,3878,3975,4049,4123,4225,4281,4353,4441,4533,4595,4659,4722,4838,4946,5055,5163,5222,5277", + "endLines": "5,6,7,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", + "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90", + "endOffsets": "265,353,439,524,620,707,809,926,1012,1078,1178,1260,1323,1414,1477,1542,1604,1673,1735,1789,1927,1984,2045,2099,2172,2325,2410,2494,2633,2714,2799,2889,2944,2995,3061,3139,3224,3309,3381,3461,3541,3612,3704,3776,3873,3970,4044,4118,4220,4276,4348,4436,4528,4590,4654,4717,4833,4941,5050,5158,5217,5272,5363" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3101,3189,3275,3360,3456,3543,3645,3762,3848,3914,4014,4096,4159,4250,4313,4378,4440,4509,4571,4625,4763,4820,4881,4935,5008,5161,5246,5330,5469,5550,5635,5725,5780,5831,5897,5975,6060,6145,6217,6297,6377,6448,6540,6612,6709,6806,6880,6954,7056,7112,7184,7272,7364,7426,7490,7553,7669,7777,7886,7994,8053,8108", + "endLines": "5,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", + "endColumns": "12,87,85,84,95,86,101,116,85,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,83,138,80,84,89,54,50,65,77,84,84,71,79,79,70,91,71,96,96,73,73,101,55,71,87,91,61,63,62,115,107,108,107,58,54,90", + "endOffsets": "315,3184,3270,3355,3451,3538,3640,3757,3843,3909,4009,4091,4154,4245,4308,4373,4435,4504,4566,4620,4758,4815,4876,4930,5003,5156,5241,5325,5464,5545,5630,5720,5775,5826,5892,5970,6055,6140,6212,6292,6372,6443,6535,6607,6704,6801,6875,6949,7051,7107,7179,7267,7359,7421,7485,7548,7664,7772,7881,7989,8048,8103,8194" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886", + "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", + "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,8199", + "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", + "endOffsets": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,8280" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8285", + "endColumns": "100", + "endOffsets": "8381" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..49737ea --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json new file mode 100644 index 0000000..bd08e5e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-en-rCA/values-en-rCA.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..5d0731b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,777,892,971,1036,1126,1193,1252,1342,1406,1470,1533,1602,1666,1720,1832,1890,1952,2006,2078,2200,2287,2368,2508,2585,2666,2757,2811,2862,2928,2998,3075,3162,3233,3310,3379,3448,3539,3611,3700,3789,3863,3935,4021,4071,4137,4217,4301,4363,4427,4490,4590,4687,4779,4878,4936,4991", + "endLines": "5,6,7,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", + "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77", + "endOffsets": "267,349,427,504,590,674,772,887,966,1031,1121,1188,1247,1337,1401,1465,1528,1597,1661,1715,1827,1885,1947,2001,2073,2195,2282,2363,2503,2580,2661,2752,2806,2857,2923,2993,3070,3157,3228,3305,3374,3443,3534,3606,3695,3784,3858,3930,4016,4066,4132,4212,4296,4358,4422,4485,4585,4682,4774,4873,4931,4986,5064" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2979,3061,3139,3216,3302,3386,3484,3599,3678,3743,3833,3900,3959,4049,4113,4177,4240,4309,4373,4427,4539,4597,4659,4713,4785,4907,4994,5075,5215,5292,5373,5464,5518,5569,5635,5705,5782,5869,5940,6017,6086,6155,6246,6318,6407,6496,6570,6642,6728,6778,6844,6924,7008,7070,7134,7197,7297,7394,7486,7585,7643,7698", + "endLines": "5,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", + "endColumns": "12,81,77,76,85,83,97,114,78,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,80,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,77", + "endOffsets": "317,3056,3134,3211,3297,3381,3479,3594,3673,3738,3828,3895,3954,4044,4108,4172,4235,4304,4368,4422,4534,4592,4654,4708,4780,4902,4989,5070,5210,5287,5368,5459,5513,5564,5630,5700,5777,5864,5935,6012,6081,6150,6241,6313,6402,6491,6565,6637,6723,6773,6839,6919,7003,7065,7129,7192,7292,7389,7481,7580,7638,7693,7771" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,7776", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,7854" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7859", + "endColumns": "100", + "endOffsets": "7955" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..421b32e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json new file mode 100644 index 0000000..ce9949e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-en-rXC/values-en-rXC.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "203", + "endOffsets": "254" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5714", + "endColumns": "203", + "endOffsets": "5913" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528", + "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185", + "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..7c04cb0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8175", + "endColumns": "100", + "endOffsets": "8271" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1103,1198,1268,1331,1424,1488,1560,1623,1697,1761,1817,1935,1993,2055,2111,2191,2325,2414,2495,2636,2717,2797,2887,2943,2999,3065,3141,3223,3311,3384,3461,3531,3608,3697,3771,3865,3967,4039,4120,4224,4277,4344,4437,4526,4588,4652,4715,4826,4923,5025,5123,5183,5243", + "endLines": "5,6,7,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", + "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1098,1193,1263,1326,1419,1483,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2320,2409,2490,2631,2712,2792,2882,2938,2994,3060,3136,3218,3306,3379,3456,3526,3603,3692,3766,3860,3962,4034,4115,4219,4272,4339,4432,4521,4583,4647,4710,4821,4918,5020,5118,5178,5238,5321" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3044,3126,3206,3292,3397,3493,3595,3723,3804,3869,3964,4034,4097,4190,4254,4326,4389,4463,4527,4583,4701,4759,4821,4877,4957,5091,5180,5261,5402,5483,5563,5653,5709,5765,5831,5907,5989,6077,6150,6227,6297,6374,6463,6537,6631,6733,6805,6886,6990,7043,7110,7203,7292,7354,7418,7481,7592,7689,7791,7889,7949,8009", + "endLines": "5,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", + "endColumns": "12,81,79,85,104,95,101,127,80,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,80,140,80,79,89,55,55,65,75,81,87,72,76,69,76,88,73,93,101,71,80,103,52,66,92,88,61,63,62,110,96,101,97,59,59,82", + "endOffsets": "323,3121,3201,3287,3392,3488,3590,3718,3799,3864,3959,4029,4092,4185,4249,4321,4384,4458,4522,4578,4696,4754,4816,4872,4952,5086,5175,5256,5397,5478,5558,5648,5704,5760,5826,5902,5984,6072,6145,6222,6292,6369,6458,6532,6626,6728,6800,6881,6985,7038,7105,7198,7287,7349,7413,7476,7587,7684,7786,7884,7944,8004,8087" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821", + "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", + "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,8092", + "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", + "endOffsets": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,8170" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json new file mode 100644 index 0000000..26d5044 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-es/values-es.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836", + "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", + "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,8111", + "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", + "endOffsets": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,8189" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1094,1189,1270,1333,1422,1486,1555,1618,1692,1756,1812,1930,1988,2050,2106,2186,2325,2414,2496,2637,2718,2798,2888,2944,3000,3066,3145,3227,3315,3389,3466,3536,3615,3699,3783,3875,3975,4049,4130,4232,4285,4352,4445,4534,4596,4660,4723,4836,4929,5033,5127,5187,5247", + "endLines": "5,6,7,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", + "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82", + "endOffsets": "273,354,433,520,621,717,821,943,1024,1089,1184,1265,1328,1417,1481,1550,1613,1687,1751,1807,1925,1983,2045,2101,2181,2320,2409,2491,2632,2713,2793,2883,2939,2995,3061,3140,3222,3310,3384,3461,3531,3610,3694,3778,3870,3970,4044,4125,4227,4280,4347,4440,4529,4591,4655,4718,4831,4924,5028,5122,5182,5242,5325" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3059,3140,3219,3306,3407,3503,3607,3729,3810,3875,3970,4051,4114,4203,4267,4336,4399,4473,4537,4593,4711,4769,4831,4887,4967,5106,5195,5277,5418,5499,5579,5669,5725,5781,5847,5926,6008,6096,6170,6247,6317,6396,6480,6564,6656,6756,6830,6911,7013,7066,7133,7226,7315,7377,7441,7504,7617,7710,7814,7908,7968,8028", + "endLines": "5,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", + "endColumns": "12,80,78,86,100,95,103,121,80,64,94,80,62,88,63,68,62,73,63,55,117,57,61,55,79,138,88,81,140,80,79,89,55,55,65,78,81,87,73,76,69,78,83,83,91,99,73,80,101,52,66,92,88,61,63,62,112,92,103,93,59,59,82", + "endOffsets": "323,3135,3214,3301,3402,3498,3602,3724,3805,3870,3965,4046,4109,4198,4262,4331,4394,4468,4532,4588,4706,4764,4826,4882,4962,5101,5190,5272,5413,5494,5574,5664,5720,5776,5842,5921,6003,6091,6165,6242,6312,6391,6475,6559,6651,6751,6825,6906,7008,7061,7128,7221,7310,7372,7436,7499,7612,7705,7809,7903,7963,8023,8106" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8194", + "endColumns": "100", + "endOffsets": "8290" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json new file mode 100644 index 0000000..0256438 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-et/values-et.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827", + "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", + "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,7940", + "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", + "endOffsets": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,8018" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8023", + "endColumns": "100", + "endOffsets": "8119" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,266,346,425,510,602,689,788,905,987,1051,1136,1204,1268,1355,1419,1483,1542,1614,1678,1732,1851,1911,1972,2026,2099,2232,2316,2409,2547,2627,2706,2794,2849,2900,2966,3039,3118,3204,3277,3352,3426,3498,3586,3663,3754,3846,3918,3992,4083,4137,4206,4289,4375,4437,4501,4564,4667,4771,4868,4973,5032,5087", + "endLines": "5,6,7,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", + "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80", + "endOffsets": "261,341,420,505,597,684,783,900,982,1046,1131,1199,1263,1350,1414,1478,1537,1609,1673,1727,1846,1906,1967,2021,2094,2227,2311,2404,2542,2622,2701,2789,2844,2895,2961,3034,3113,3199,3272,3347,3421,3493,3581,3658,3749,3841,3913,3987,4078,4132,4201,4284,4370,4432,4496,4559,4662,4766,4863,4968,5027,5082,5163" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3038,3118,3197,3282,3374,3461,3560,3677,3759,3823,3908,3976,4040,4127,4191,4255,4314,4386,4450,4504,4623,4683,4744,4798,4871,5004,5088,5181,5319,5399,5478,5566,5621,5672,5738,5811,5890,5976,6049,6124,6198,6270,6358,6435,6526,6618,6690,6764,6855,6909,6978,7061,7147,7209,7273,7336,7439,7543,7640,7745,7804,7859", + "endLines": "5,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", + "endColumns": "12,79,78,84,91,86,98,116,81,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,92,137,79,78,87,54,50,65,72,78,85,72,74,73,71,87,76,90,91,71,73,90,53,68,82,85,61,63,62,102,103,96,104,58,54,80", + "endOffsets": "311,3113,3192,3277,3369,3456,3555,3672,3754,3818,3903,3971,4035,4122,4186,4250,4309,4381,4445,4499,4618,4678,4739,4793,4866,4999,5083,5176,5314,5394,5473,5561,5616,5667,5733,5806,5885,5971,6044,6119,6193,6265,6353,6430,6521,6613,6685,6759,6850,6904,6973,7056,7142,7204,7268,7331,7434,7538,7635,7740,7799,7854,7935" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json new file mode 100644 index 0000000..ce7b959 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-eu/values-eu.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8163", + "endColumns": "100", + "endOffsets": "8259" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850", + "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", + "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,8080", + "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", + "endOffsets": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,8158" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1137,1236,1304,1365,1453,1516,1582,1646,1717,1780,1834,1943,2002,2065,2119,2193,2318,2408,2488,2633,2716,2798,2889,2941,2994,3060,3131,3211,3297,3375,3453,3526,3601,3688,3775,3866,3959,4031,4107,4199,4250,4316,4400,4486,4548,4612,4675,4782,4887,4983,5089,5145,5202", + "endLines": "5,6,7,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", + "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82", + "endOffsets": "270,377,482,562,669,769,867,982,1065,1132,1231,1299,1360,1448,1511,1577,1641,1712,1775,1829,1938,1997,2060,2114,2188,2313,2403,2483,2628,2711,2793,2884,2936,2989,3055,3126,3206,3292,3370,3448,3521,3596,3683,3770,3861,3954,4026,4102,4194,4245,4311,4395,4481,4543,4607,4670,4777,4882,4978,5084,5140,5197,5280" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3177,3282,3362,3469,3569,3667,3782,3865,3932,4031,4099,4160,4248,4311,4377,4441,4512,4575,4629,4738,4797,4860,4914,4988,5113,5203,5283,5428,5511,5593,5684,5736,5789,5855,5926,6006,6092,6170,6248,6321,6396,6483,6570,6661,6754,6826,6902,6994,7045,7111,7195,7281,7343,7407,7470,7577,7682,7778,7884,7940,7997", + "endLines": "5,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", + "endColumns": "12,106,104,79,106,99,97,114,82,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,79,144,82,81,90,51,52,65,70,79,85,77,77,72,74,86,86,90,92,71,75,91,50,65,83,85,61,63,62,106,104,95,105,55,56,82", + "endOffsets": "320,3172,3277,3357,3464,3564,3662,3777,3860,3927,4026,4094,4155,4243,4306,4372,4436,4507,4570,4624,4733,4792,4855,4909,4983,5108,5198,5278,5423,5506,5588,5679,5731,5784,5850,5921,6001,6087,6165,6243,6316,6391,6478,6565,6656,6749,6821,6897,6989,7040,7106,7190,7276,7338,7402,7465,7572,7677,7773,7879,7935,7992,8075" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json new file mode 100644 index 0000000..0d8f635 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-fa/values-fa.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,334,411,493,586,673,770,899,983,1046,1136,1205,1265,1356,1419,1483,1542,1609,1671,1726,1849,1907,1968,2023,2095,2232,2313,2395,2525,2599,2673,2759,2810,2864,2930,3001,3078,3159,3232,3306,3376,3450,3536,3610,3699,3791,3865,3938,4027,4078,4145,4228,4312,4374,4438,4501,4595,4702,4795,4900,4955,5013", + "endLines": "5,6,7,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", + "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77", + "endOffsets": "254,329,406,488,581,668,765,894,978,1041,1131,1200,1260,1351,1414,1478,1537,1604,1666,1721,1844,1902,1963,2018,2090,2227,2308,2390,2520,2594,2668,2754,2805,2859,2925,2996,3073,3154,3227,3301,3371,3445,3531,3605,3694,3786,3860,3933,4022,4073,4140,4223,4307,4369,4433,4496,4590,4697,4790,4895,4950,5008,5086" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2999,3074,3151,3233,3326,3413,3510,3639,3723,3786,3876,3945,4005,4096,4159,4223,4282,4349,4411,4466,4589,4647,4708,4763,4835,4972,5053,5135,5265,5339,5413,5499,5550,5604,5670,5741,5818,5899,5972,6046,6116,6190,6276,6350,6439,6531,6605,6678,6767,6818,6885,6968,7052,7114,7178,7241,7335,7442,7535,7640,7695,7753", + "endLines": "5,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", + "endColumns": "12,74,76,81,92,86,96,128,83,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,81,129,73,73,85,50,53,65,70,76,80,72,73,69,73,85,73,88,91,73,72,88,50,66,82,83,61,63,62,93,106,92,104,54,57,77", + "endOffsets": "304,3069,3146,3228,3321,3408,3505,3634,3718,3781,3871,3940,4000,4091,4154,4218,4277,4344,4406,4461,4584,4642,4703,4758,4830,4967,5048,5130,5260,5334,5408,5494,5545,5599,5665,5736,5813,5894,5967,6041,6111,6185,6271,6345,6434,6526,6600,6673,6762,6813,6880,6963,7047,7109,7173,7236,7330,7437,7530,7635,7690,7748,7826" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795", + "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", + "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,7831", + "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", + "endOffsets": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,7908" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7913", + "endColumns": "100", + "endOffsets": "8009" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json new file mode 100644 index 0000000..c8da0a8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-fi/values-fi.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7946", + "endColumns": "100", + "endOffsets": "8042" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,268,344,418,501,590,672,768,876,960,1025,1118,1193,1258,1346,1411,1477,1535,1606,1672,1726,1836,1896,1960,2014,2087,2203,2287,2368,2501,2586,2671,2761,2813,2864,2930,3007,3089,3173,3247,3326,3403,3475,3564,3640,3731,3826,3900,3973,4067,4121,4193,4279,4365,4427,4491,4554,4655,4757,4852,4955,5011,5066", + "endLines": "5,6,7,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", + "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78", + "endOffsets": "263,339,413,496,585,667,763,871,955,1020,1113,1188,1253,1341,1406,1472,1530,1601,1667,1721,1831,1891,1955,2009,2082,2198,2282,2363,2496,2581,2666,2756,2808,2859,2925,3002,3084,3168,3242,3321,3398,3470,3559,3635,3726,3821,3895,3968,4062,4116,4188,4274,4360,4422,4486,4549,4650,4752,4847,4950,5006,5061,5140" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2988,3064,3138,3221,3310,3392,3488,3596,3680,3745,3838,3913,3978,4066,4131,4197,4255,4326,4392,4446,4556,4616,4680,4734,4807,4923,5007,5088,5221,5306,5391,5481,5533,5584,5650,5727,5809,5893,5967,6046,6123,6195,6284,6360,6451,6546,6620,6693,6787,6841,6913,6999,7085,7147,7211,7274,7375,7477,7572,7675,7731,7786", + "endLines": "5,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", + "endColumns": "12,75,73,82,88,81,95,107,83,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,80,132,84,84,89,51,50,65,76,81,83,73,78,76,71,88,75,90,94,73,72,93,53,71,85,85,61,63,62,100,101,94,102,55,54,78", + "endOffsets": "313,3059,3133,3216,3305,3387,3483,3591,3675,3740,3833,3908,3973,4061,4126,4192,4250,4321,4387,4441,4551,4611,4675,4729,4802,4918,5002,5083,5216,5301,5386,5476,5528,5579,5645,5722,5804,5888,5962,6041,6118,6190,6279,6355,6446,6541,6615,6688,6782,6836,6908,6994,7080,7142,7206,7269,7370,7472,7567,7670,7726,7781,7860" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775", + "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", + "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,7865", + "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", + "endOffsets": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,7941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..34e3d6d --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8292", + "endColumns": "100", + "endOffsets": "8388" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855", + "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,8205", + "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,8287" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1151,1248,1328,1390,1482,1549,1623,1684,1763,1827,1881,1997,2056,2118,2172,2254,2383,2475,2559,2703,2782,2863,2956,3011,3062,3128,3207,3288,3379,3451,3529,3604,3676,3773,3850,3948,4046,4124,4205,4305,4362,4428,4511,4598,4660,4724,4787,4889,4996,5093,5202,5261,5316", + "endLines": "5,6,7,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", + "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88", + "endOffsets": "278,385,493,575,676,773,873,995,1080,1146,1243,1323,1385,1477,1544,1618,1679,1758,1822,1876,1992,2051,2113,2167,2249,2378,2470,2554,2698,2777,2858,2951,3006,3057,3123,3202,3283,3374,3446,3524,3599,3671,3768,3845,3943,4041,4119,4200,4300,4357,4423,4506,4593,4655,4719,4782,4884,4991,5088,5197,5256,5311,5400" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3083,3190,3298,3380,3481,3578,3678,3800,3885,3951,4048,4128,4190,4282,4349,4423,4484,4563,4627,4681,4797,4856,4918,4972,5054,5183,5275,5359,5503,5582,5663,5756,5811,5862,5928,6007,6088,6179,6251,6329,6404,6476,6573,6650,6748,6846,6924,7005,7105,7162,7228,7311,7398,7460,7524,7587,7689,7796,7893,8002,8061,8116", + "endLines": "5,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", + "endColumns": "12,106,107,81,100,96,99,121,84,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,83,143,78,80,92,54,50,65,78,80,90,71,77,74,71,96,76,97,97,77,80,99,56,65,82,86,61,63,62,101,106,96,108,58,54,88", + "endOffsets": "328,3185,3293,3375,3476,3573,3673,3795,3880,3946,4043,4123,4185,4277,4344,4418,4479,4558,4622,4676,4792,4851,4913,4967,5049,5178,5270,5354,5498,5577,5658,5751,5806,5857,5923,6002,6083,6174,6246,6324,6399,6471,6568,6645,6743,6841,6919,7000,7100,7157,7223,7306,7393,7455,7519,7582,7684,7791,7888,7997,8056,8111,8200" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json new file mode 100644 index 0000000..ddac96e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-fr/values-fr.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847", + "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,8140", + "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,8222" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1110,1207,1290,1356,1458,1523,1598,1654,1733,1793,1847,1969,2028,2090,2144,2226,2361,2453,2537,2681,2760,2841,2934,2989,3040,3106,3186,3267,3370,3443,3521,3594,3666,3759,3831,3923,4015,4089,4173,4265,4322,4388,4471,4558,4620,4684,4747,4849,4947,5044,5145,5204,5259", + "endLines": "5,6,7,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", + "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88", + "endOffsets": "278,358,439,522,631,726,824,954,1039,1105,1202,1285,1351,1453,1518,1593,1649,1728,1788,1842,1964,2023,2085,2139,2221,2356,2448,2532,2676,2755,2836,2929,2984,3035,3101,3181,3262,3365,3438,3516,3589,3661,3754,3826,3918,4010,4084,4168,4260,4317,4383,4466,4553,4615,4679,4742,4844,4942,5039,5140,5199,5254,5343" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3075,3155,3236,3319,3428,3523,3621,3751,3836,3902,3999,4082,4148,4250,4315,4390,4446,4525,4585,4639,4761,4820,4882,4936,5018,5153,5245,5329,5473,5552,5633,5726,5781,5832,5898,5978,6059,6162,6235,6313,6386,6458,6551,6623,6715,6807,6881,6965,7057,7114,7180,7263,7350,7412,7476,7539,7641,7739,7836,7937,7996,8051", + "endLines": "5,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", + "endColumns": "12,79,80,82,108,94,97,129,84,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,83,143,78,80,92,54,50,65,79,80,102,72,77,72,71,92,71,91,91,73,83,91,56,65,82,86,61,63,62,101,97,96,100,58,54,88", + "endOffsets": "328,3150,3231,3314,3423,3518,3616,3746,3831,3897,3994,4077,4143,4245,4310,4385,4441,4520,4580,4634,4756,4815,4877,4931,5013,5148,5240,5324,5468,5547,5628,5721,5776,5827,5893,5973,6054,6157,6230,6308,6381,6453,6546,6618,6710,6802,6876,6960,7052,7109,7175,7258,7345,7407,7471,7534,7636,7734,7831,7932,7991,8046,8135" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8227", + "endColumns": "100", + "endOffsets": "8323" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json new file mode 100644 index 0000000..b80f478 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-gl/values-gl.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1115,1211,1290,1353,1448,1512,1581,1644,1718,1782,1838,1959,2017,2079,2135,2212,2351,2439,2519,2659,2739,2819,2909,2965,3021,3087,3166,3247,3335,3414,3491,3573,3662,3746,3838,3931,4032,4106,4198,4300,4352,4418,4510,4598,4660,4724,4787,4898,5000,5106,5209,5269,5329", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84", + "endOffsets": "270,351,431,516,618,714,819,952,1032,1110,1206,1285,1348,1443,1507,1576,1639,1713,1777,1833,1954,2012,2074,2130,2207,2346,2434,2514,2654,2734,2814,2904,2960,3016,3082,3161,3242,3330,3409,3486,3568,3657,3741,3833,3926,4027,4101,4193,4295,4347,4413,4505,4593,4655,4719,4782,4893,4995,5101,5204,5264,5324,5409" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3075,3156,3236,3321,3423,3519,3624,3757,3837,3915,4011,4090,4153,4248,4312,4381,4444,4518,4582,4638,4759,4817,4879,4935,5012,5151,5239,5319,5459,5539,5619,5709,5765,5821,5887,5966,6047,6135,6214,6291,6373,6462,6546,6638,6731,6832,6906,6998,7100,7152,7218,7310,7398,7460,7524,7587,7698,7800,7906,8009,8069,8129", + "endLines": "5,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", + "endColumns": "12,80,79,84,101,95,104,132,79,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,79,139,79,79,89,55,55,65,78,80,87,78,76,81,88,83,91,92,100,73,91,101,51,65,91,87,61,63,62,110,101,105,102,59,59,84", + "endOffsets": "320,3151,3231,3316,3418,3514,3619,3752,3832,3910,4006,4085,4148,4243,4307,4376,4439,4513,4577,4633,4754,4812,4874,4930,5007,5146,5234,5314,5454,5534,5614,5704,5760,5816,5882,5961,6042,6130,6209,6286,6368,6457,6541,6633,6726,6827,6901,6993,7095,7147,7213,7305,7393,7455,7519,7582,7693,7795,7901,8004,8064,8124,8209" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,313,421,506,607,735,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855", + "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "204,308,416,501,602,730,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,8214", + "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,8292" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8297", + "endColumns": "100", + "endOffsets": "8393" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json new file mode 100644 index 0000000..036d6fa --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-gu/values-gu.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788", + "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", + "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,7915", + "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", + "endOffsets": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,7991" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1066,1157,1224,1283,1373,1436,1501,1565,1634,1696,1750,1865,1923,1984,2038,2111,2238,2324,2408,2541,2616,2692,2778,2832,2884,2950,3023,3103,3188,3259,3335,3414,3483,3579,3657,3752,3848,3922,3997,4096,4147,4214,4301,4391,4453,4517,4580,4682,4787,4884,4990,5048,5104", + "endLines": "5,6,7,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", + "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77", + "endOffsets": "263,337,409,491,597,695,794,914,998,1061,1152,1219,1278,1368,1431,1496,1560,1629,1691,1745,1860,1918,1979,2033,2106,2233,2319,2403,2536,2611,2687,2773,2827,2879,2945,3018,3098,3183,3254,3330,3409,3478,3574,3652,3747,3843,3917,3992,4091,4142,4209,4296,4386,4448,4512,4575,4677,4782,4879,4985,5043,5099,5177" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3001,3075,3147,3229,3335,3433,3532,3652,3736,3799,3890,3957,4016,4106,4169,4234,4298,4367,4429,4483,4598,4656,4717,4771,4844,4971,5057,5141,5274,5349,5425,5511,5565,5617,5683,5756,5836,5921,5992,6068,6147,6216,6312,6390,6485,6581,6655,6730,6829,6880,6947,7034,7124,7186,7250,7313,7415,7520,7617,7723,7781,7837", + "endLines": "5,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", + "endColumns": "12,73,71,81,105,97,98,119,83,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,83,132,74,75,85,53,51,65,72,79,84,70,75,78,68,95,77,94,95,73,74,98,50,66,86,89,61,63,62,101,104,96,105,57,55,77", + "endOffsets": "313,3070,3142,3224,3330,3428,3527,3647,3731,3794,3885,3952,4011,4101,4164,4229,4293,4362,4424,4478,4593,4651,4712,4766,4839,4966,5052,5136,5269,5344,5420,5506,5560,5612,5678,5751,5831,5916,5987,6063,6142,6211,6307,6385,6480,6576,6650,6725,6824,6875,6942,7029,7119,7181,7245,7308,7410,7515,7612,7718,7776,7832,7910" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7996", + "endColumns": "100", + "endOffsets": "8092" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json new file mode 100644 index 0000000..0b98f5e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-h320dp-port-v13/values-h320dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "75", + "endOffsets": "126" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json new file mode 100644 index 0000000..b1cd701 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-h360dp-land-v13/values-h360dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json new file mode 100644 index 0000000..67cba0f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-h480dp-land-v13/values-h480dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json new file mode 100644 index 0000000..00a06e8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-h550dp-port-v13/values-h550dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "76", + "endOffsets": "127" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..fcb896c --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..2393ced --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json new file mode 100644 index 0000000..fec3d7a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-hi/values-hi.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1084,1178,1247,1306,1391,1454,1517,1575,1640,1701,1762,1868,1926,1986,2045,2115,2231,2310,2390,2524,2599,2675,2772,2829,2884,2950,3020,3097,3183,3251,3327,3408,3486,3572,3659,3756,3855,3929,3999,4103,4157,4224,4314,4406,4468,4532,4595,4700,4808,4909,5018,5079,5138", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78", + "endOffsets": "254,332,408,489,596,692,799,931,1014,1079,1173,1242,1301,1386,1449,1512,1570,1635,1696,1757,1863,1921,1981,2040,2110,2226,2305,2385,2519,2594,2670,2767,2824,2879,2945,3015,3092,3178,3246,3322,3403,3481,3567,3654,3751,3850,3924,3994,4098,4152,4219,4309,4401,4463,4527,4590,4695,4803,4904,5013,5074,5133,5212" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2991,3069,3145,3226,3333,3429,3536,3668,3751,3816,3910,3979,4038,4123,4186,4249,4307,4372,4433,4494,4600,4658,4718,4777,4847,4963,5042,5122,5256,5331,5407,5504,5561,5616,5682,5752,5829,5915,5983,6059,6140,6218,6304,6391,6488,6587,6661,6731,6835,6889,6956,7046,7138,7200,7264,7327,7432,7540,7641,7750,7811,7870", + "endLines": "5,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", + "endColumns": "12,77,75,80,106,95,106,131,82,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,79,133,74,75,96,56,54,65,69,76,85,67,75,80,77,85,86,96,98,73,69,103,53,66,89,91,61,63,62,104,107,100,108,60,58,78", + "endOffsets": "304,3064,3140,3221,3328,3424,3531,3663,3746,3811,3905,3974,4033,4118,4181,4244,4302,4367,4428,4489,4595,4653,4713,4772,4842,4958,5037,5117,5251,5326,5402,5499,5556,5611,5677,5747,5824,5910,5978,6054,6135,6213,6299,6386,6483,6582,6656,6726,6830,6884,6951,7041,7133,7195,7259,7322,7427,7535,7636,7745,7806,7865,7944" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787", + "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", + "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,7949", + "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", + "endOffsets": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,8026" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8031", + "endColumns": "100", + "endOffsets": "8127" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json new file mode 100644 index 0000000..110a6c0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-hr/values-hr.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816", + "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", + "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,8073", + "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", + "endOffsets": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,8153" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1129,1225,1293,1356,1464,1524,1590,1646,1717,1777,1831,1957,2014,2076,2130,2205,2339,2424,2505,2642,2726,2812,2903,2959,3014,3080,3154,3232,3320,3392,3469,3549,3623,3716,3789,3881,3977,4051,4127,4223,4275,4342,4429,4516,4578,4642,4705,4811,4912,5009,5113,5173,5232", + "endLines": "6,7,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", + "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79", + "endOffsets": "315,393,471,556,653,746,842,972,1056,1124,1220,1288,1351,1459,1519,1585,1641,1712,1772,1826,1952,2009,2071,2125,2200,2334,2419,2500,2637,2721,2807,2898,2954,3009,3075,3149,3227,3315,3387,3464,3544,3618,3711,3784,3876,3972,4046,4122,4218,4270,4337,4424,4511,4573,4637,4700,4806,4907,5004,5108,5168,5227,5307" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3081,3159,3237,3322,3419,3512,3608,3738,3822,3890,3986,4054,4117,4225,4285,4351,4407,4478,4538,4592,4718,4775,4837,4891,4966,5100,5185,5266,5403,5487,5573,5664,5720,5775,5841,5915,5993,6081,6153,6230,6310,6384,6477,6550,6642,6738,6812,6888,6984,7036,7103,7190,7277,7339,7403,7466,7572,7673,7770,7874,7934,7993", + "endLines": "6,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", + "endColumns": "12,77,77,84,96,92,95,129,83,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,80,136,83,85,90,55,54,65,73,77,87,71,76,79,73,92,72,91,95,73,75,95,51,66,86,86,61,63,62,105,100,96,103,59,58,79", + "endOffsets": "365,3154,3232,3317,3414,3507,3603,3733,3817,3885,3981,4049,4112,4220,4280,4346,4402,4473,4533,4587,4713,4770,4832,4886,4961,5095,5180,5261,5398,5482,5568,5659,5715,5770,5836,5910,5988,6076,6148,6225,6305,6379,6472,6545,6637,6733,6807,6883,6979,7031,7098,7185,7272,7334,7398,7461,7567,7668,7765,7869,7929,7988,8068" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8158", + "endColumns": "100", + "endOffsets": "8254" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json new file mode 100644 index 0000000..14ea78e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-hu/values-hu.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,263,344,420,497,587,667,766,886,969,1033,1132,1207,1266,1376,1438,1507,1565,1637,1698,1753,1856,1913,1973,2028,2109,2229,2312,2400,2535,2618,2698,2792,2845,2896,2962,3038,3120,3206,3283,3358,3437,3514,3610,3687,3779,3876,3950,4035,4132,4184,4251,4339,4426,4488,4552,4615,4713,4810,4904,5002,5059,5114", + "endLines": "5,6,7,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", + "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84", + "endOffsets": "258,339,415,492,582,662,761,881,964,1028,1127,1202,1261,1371,1433,1502,1560,1632,1693,1748,1851,1908,1968,2023,2104,2224,2307,2395,2530,2613,2693,2787,2840,2891,2957,3033,3115,3201,3278,3353,3432,3509,3605,3682,3774,3871,3945,4030,4127,4179,4246,4334,4421,4483,4547,4610,4708,4805,4899,4997,5054,5109,5194" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3067,3148,3224,3301,3391,3471,3570,3690,3773,3837,3936,4011,4070,4180,4242,4311,4369,4441,4502,4557,4660,4717,4777,4832,4913,5033,5116,5204,5339,5422,5502,5596,5649,5700,5766,5842,5924,6010,6087,6162,6241,6318,6414,6491,6583,6680,6754,6839,6936,6988,7055,7143,7230,7292,7356,7419,7517,7614,7708,7806,7863,7918", + "endLines": "5,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", + "endColumns": "12,80,75,76,89,79,98,119,82,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,87,134,82,79,93,52,50,65,75,81,85,76,74,78,76,95,76,91,96,73,84,96,51,66,87,86,61,63,62,97,96,93,97,56,54,84", + "endOffsets": "308,3143,3219,3296,3386,3466,3565,3685,3768,3832,3931,4006,4065,4175,4237,4306,4364,4436,4497,4552,4655,4712,4772,4827,4908,5028,5111,5199,5334,5417,5497,5591,5644,5695,5761,5837,5919,6005,6082,6157,6236,6313,6409,6486,6578,6675,6749,6834,6931,6983,7050,7138,7225,7287,7351,7414,7512,7609,7703,7801,7858,7913,7998" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859", + "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", + "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,8003", + "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", + "endOffsets": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,8082" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8087", + "endColumns": "100", + "endOffsets": "8183" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json new file mode 100644 index 0000000..62a2fd7 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-hy/values-hy.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,341,417,497,589,677,772,902,983,1047,1144,1229,1291,1378,1440,1504,1565,1632,1693,1747,1869,1926,1986,2040,2121,2256,2340,2425,2561,2636,2711,2806,2862,2915,2981,3055,3135,3221,3292,3368,3444,3521,3609,3689,3785,3881,3955,4033,4133,4184,4253,4340,4431,4493,4557,4620,4725,4826,4926,5031,5091,5148", + "endLines": "5,6,7,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", + "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84", + "endOffsets": "260,336,412,492,584,672,767,897,978,1042,1139,1224,1286,1373,1435,1499,1560,1627,1688,1742,1864,1921,1981,2035,2116,2251,2335,2420,2556,2631,2706,2801,2857,2910,2976,3050,3130,3216,3287,3363,3439,3516,3604,3684,3780,3876,3950,4028,4128,4179,4248,4335,4426,4488,4552,4615,4720,4821,4921,5026,5086,5143,5228" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3024,3100,3176,3256,3348,3436,3531,3661,3742,3806,3903,3988,4050,4137,4199,4263,4324,4391,4452,4506,4628,4685,4745,4799,4880,5015,5099,5184,5320,5395,5470,5565,5621,5674,5740,5814,5894,5980,6051,6127,6203,6280,6368,6448,6544,6640,6714,6792,6892,6943,7012,7099,7190,7252,7316,7379,7484,7585,7685,7790,7850,7907", + "endLines": "5,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", + "endColumns": "12,75,75,79,91,87,94,129,80,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,84,135,74,74,94,55,52,65,73,79,85,70,75,75,76,87,79,95,95,73,77,99,50,68,86,90,61,63,62,104,100,99,104,59,56,84", + "endOffsets": "310,3095,3171,3251,3343,3431,3526,3656,3737,3801,3898,3983,4045,4132,4194,4258,4319,4386,4447,4501,4623,4680,4740,4794,4875,5010,5094,5179,5315,5390,5465,5560,5616,5669,5735,5809,5889,5975,6046,6122,6198,6275,6363,6443,6539,6635,6709,6787,6887,6938,7007,7094,7185,7247,7311,7374,7479,7580,7680,7785,7845,7902,7987" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814", + "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", + "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,7992", + "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", + "endOffsets": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,8070" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8075", + "endColumns": "100", + "endOffsets": "8171" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json new file mode 100644 index 0000000..56f4e69 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-in/values-in.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,348,424,503,593,678,784,900,983,1048,1142,1207,1266,1353,1415,1477,1537,1603,1665,1719,1831,1888,1949,2003,2075,2201,2287,2371,2510,2591,2672,2762,2815,2867,2933,3005,3089,3172,3247,3323,3396,3471,3556,3631,3723,3817,3891,3964,4058,4110,4179,4264,4351,4413,4477,4540,4643,4743,4838,4940,4997,5053", + "endLines": "5,6,7,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", + "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79", + "endOffsets": "264,343,419,498,588,673,779,895,978,1043,1137,1202,1261,1348,1410,1472,1532,1598,1660,1714,1826,1883,1944,1998,2070,2196,2282,2366,2505,2586,2667,2757,2810,2862,2928,3000,3084,3167,3242,3318,3391,3466,3551,3626,3718,3812,3886,3959,4053,4105,4174,4259,4346,4408,4472,4535,4638,4738,4833,4935,4992,5048,5128" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3023,3102,3178,3257,3347,3432,3538,3654,3737,3802,3896,3961,4020,4107,4169,4231,4291,4357,4419,4473,4585,4642,4703,4757,4829,4955,5041,5125,5264,5345,5426,5516,5569,5621,5687,5759,5843,5926,6001,6077,6150,6225,6310,6385,6477,6571,6645,6718,6812,6864,6933,7018,7105,7167,7231,7294,7397,7497,7592,7694,7751,7807", + "endLines": "5,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", + "endColumns": "12,78,75,78,89,84,105,115,82,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,83,138,80,80,89,52,51,65,71,83,82,74,75,72,74,84,74,91,93,73,72,93,51,68,84,86,61,63,62,102,99,94,101,56,55,79", + "endOffsets": "314,3097,3173,3252,3342,3427,3533,3649,3732,3797,3891,3956,4015,4102,4164,4226,4286,4352,4414,4468,4580,4637,4698,4752,4824,4950,5036,5120,5259,5340,5421,5511,5564,5616,5682,5754,5838,5921,5996,6072,6145,6220,6305,6380,6472,6566,6640,6713,6807,6859,6928,7013,7100,7162,7226,7289,7392,7492,7587,7689,7746,7802,7882" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809", + "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", + "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,434,538,643,730,834,950,1033,1111,1202,1295,1390,1484,1584,1677,1772,1866,1957,2048,2134,2237,2342,2443,2547,2656,2764,2924,7887", + "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", + "endOffsets": "429,533,638,725,829,945,1028,1106,1197,1290,1385,1479,1579,1672,1767,1861,1952,2043,2129,2232,2337,2438,2542,2651,2759,2919,3018,7967" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7972", + "endColumns": "100", + "endOffsets": "8068" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json new file mode 100644 index 0000000..7c1e734 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-is/values-is.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7930", + "endColumns": "100", + "endOffsets": "8026" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779", + "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", + "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,7849", + "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", + "endOffsets": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,7925" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,270,344,416,495,577,657,754,869,951,1016,1104,1168,1229,1319,1383,1446,1508,1576,1640,1696,1819,1884,1946,2002,2073,2200,2284,2368,2504,2581,2658,2745,2802,2857,2923,2999,3079,3168,3235,3309,3379,3445,3531,3601,3692,3782,3856,3929,4018,4069,4141,4222,4308,4370,4434,4497,4611,4714,4822,4925,4986,5045", + "endLines": "5,6,7,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", + "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79", + "endOffsets": "265,339,411,490,572,652,749,864,946,1011,1099,1163,1224,1314,1378,1441,1503,1571,1635,1691,1814,1879,1941,1997,2068,2195,2279,2363,2499,2576,2653,2740,2797,2852,2918,2994,3074,3163,3230,3304,3374,3440,3526,3596,3687,3777,3851,3924,4013,4064,4136,4217,4303,4365,4429,4492,4606,4709,4817,4920,4981,5040,5120" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2994,3068,3140,3219,3301,3381,3478,3593,3675,3740,3828,3892,3953,4043,4107,4170,4232,4300,4364,4420,4543,4608,4670,4726,4797,4924,5008,5092,5228,5305,5382,5469,5526,5581,5647,5723,5803,5892,5959,6033,6103,6169,6255,6325,6416,6506,6580,6653,6742,6793,6865,6946,7032,7094,7158,7221,7335,7438,7546,7649,7710,7769", + "endLines": "5,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", + "endColumns": "12,73,71,78,81,79,96,114,81,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,83,135,76,76,86,56,54,65,75,79,88,66,73,69,65,85,69,90,89,73,72,88,50,71,80,85,61,63,62,113,102,107,102,60,58,79", + "endOffsets": "315,3063,3135,3214,3296,3376,3473,3588,3670,3735,3823,3887,3948,4038,4102,4165,4227,4295,4359,4415,4538,4603,4665,4721,4792,4919,5003,5087,5223,5300,5377,5464,5521,5576,5642,5718,5798,5887,5954,6028,6098,6164,6250,6320,6411,6501,6575,6648,6737,6788,6860,6941,7027,7089,7153,7216,7330,7433,7541,7644,7705,7764,7844" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json new file mode 100644 index 0000000..a768496 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-it/values-it.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1092,1187,1272,1334,1422,1484,1553,1616,1689,1752,1806,1927,1984,2046,2100,2177,2314,2399,2481,2616,2697,2778,2869,2924,2975,3041,3114,3194,3285,3360,3437,3506,3583,3671,3760,3853,3946,4020,4100,4194,4245,4311,4395,4483,4545,4609,4672,4787,4897,5003,5112,5171,5226", + "endLines": "5,6,7,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", + "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79", + "endOffsets": "263,347,428,505,604,699,798,938,1021,1087,1182,1267,1329,1417,1479,1548,1611,1684,1747,1801,1922,1979,2041,2095,2172,2309,2394,2476,2611,2692,2773,2864,2919,2970,3036,3109,3189,3280,3355,3432,3501,3578,3666,3755,3848,3941,4015,4095,4189,4240,4306,4390,4478,4540,4604,4667,4782,4892,4998,5107,5166,5221,5301" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3012,3096,3177,3254,3353,3448,3547,3687,3770,3836,3931,4016,4078,4166,4228,4297,4360,4433,4496,4550,4671,4728,4790,4844,4921,5058,5143,5225,5360,5441,5522,5613,5668,5719,5785,5858,5938,6029,6104,6181,6250,6327,6415,6504,6597,6690,6764,6844,6938,6989,7055,7139,7227,7289,7353,7416,7531,7641,7747,7856,7915,7970", + "endLines": "5,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", + "endColumns": "12,83,80,76,98,94,98,139,82,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,81,134,80,80,90,54,50,65,72,79,90,74,76,68,76,87,88,92,92,73,79,93,50,65,83,87,61,63,62,114,109,105,108,58,54,79", + "endOffsets": "313,3091,3172,3249,3348,3443,3542,3682,3765,3831,3926,4011,4073,4161,4223,4292,4355,4428,4491,4545,4666,4723,4785,4839,4916,5053,5138,5220,5355,5436,5517,5608,5663,5714,5780,5853,5933,6024,6099,6176,6245,6322,6410,6499,6592,6685,6759,6839,6933,6984,7050,7134,7222,7284,7348,7411,7526,7636,7742,7851,7910,7965,8045" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799", + "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", + "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,8050", + "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", + "endOffsets": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,8127" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8132", + "endColumns": "100", + "endOffsets": "8228" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json new file mode 100644 index 0000000..8ef9123 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-iw/values-iw.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,364,441,516,593,693,784,877,990,1070,1135,1223,1293,1356,1448,1511,1571,1630,1693,1754,1808,1910,1967,2026,2080,2148,2259,2340,2422,2554,2625,2698,2786,2839,2893,2959,3032,3108,3194,3264,3339,3421,3489,3574,3644,3734,3825,3899,3972,4061,4112,4179,4261,4346,4408,4472,4535,4629,4724,4814,4910,4967,5025", + "endLines": "7,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", + "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74", + "endOffsets": "359,436,511,588,688,779,872,985,1065,1130,1218,1288,1351,1443,1506,1566,1625,1688,1749,1803,1905,1962,2021,2075,2143,2254,2335,2417,2549,2620,2693,2781,2834,2888,2954,3027,3103,3189,3259,3334,3416,3484,3569,3639,3729,3820,3894,3967,4056,4107,4174,4256,4341,4403,4467,4530,4624,4719,4809,4905,4962,5020,5095" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3147,3222,3299,3399,3490,3583,3696,3776,3841,3929,3999,4062,4154,4217,4277,4336,4399,4460,4514,4616,4673,4732,4786,4854,4965,5046,5128,5260,5331,5404,5492,5545,5599,5665,5738,5814,5900,5970,6045,6127,6195,6280,6350,6440,6531,6605,6678,6767,6818,6885,6967,7052,7114,7178,7241,7335,7430,7520,7616,7673,7731", + "endLines": "7,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", + "endColumns": "12,76,74,76,99,90,92,112,79,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,81,131,70,72,87,52,53,65,72,75,85,69,74,81,67,84,69,89,90,73,72,88,50,66,81,84,61,63,62,93,94,89,95,56,57,74", + "endOffsets": "409,3142,3217,3294,3394,3485,3578,3691,3771,3836,3924,3994,4057,4149,4212,4272,4331,4394,4455,4509,4611,4668,4727,4781,4849,4960,5041,5123,5255,5326,5399,5487,5540,5594,5660,5733,5809,5895,5965,6040,6122,6190,6275,6345,6435,6526,6600,6673,6762,6813,6880,6962,7047,7109,7173,7236,7330,7425,7515,7611,7668,7726,7801" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "7888", + "endColumns": "100", + "endOffsets": "7984" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761", + "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", + "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "414,519,619,727,811,913,1029,1108,1186,1277,1371,1465,1559,1659,1752,1847,1940,2031,2123,2204,2309,2412,2510,2615,2717,2819,2973,7806", + "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", + "endOffsets": "514,614,722,806,908,1024,1103,1181,1272,1366,1460,1554,1654,1747,1842,1935,2026,2118,2199,2304,2407,2505,2610,2712,2814,2968,3065,7883" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json new file mode 100644 index 0000000..7dbffbe --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ja/values-ja.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691", + "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", + "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,7271", + "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", + "endOffsets": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,7345" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7350", + "endColumns": "100", + "endOffsets": "7446" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,253,320,384,453,534,616,701,805,881,944,1028,1092,1150,1231,1292,1356,1411,1470,1527,1581,1674,1730,1787,1841,1907,2007,2083,2164,2286,2348,2410,2489,2542,2593,2659,2729,2799,2876,2940,3011,3079,3142,3221,3284,3364,3446,3518,3589,3661,3709,3773,3848,3925,3987,4051,4114,4200,4284,4365,4450,4507,4562", + "endLines": "5,6,7,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", + "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72", + "endOffsets": "248,315,379,448,529,611,696,800,876,939,1023,1087,1145,1226,1287,1351,1406,1465,1522,1576,1669,1725,1782,1836,1902,2002,2078,2159,2281,2343,2405,2484,2537,2588,2654,2724,2794,2871,2935,3006,3074,3137,3216,3279,3359,3441,3513,3584,3656,3704,3768,3843,3920,3982,4046,4109,4195,4279,4360,4445,4502,4557,4630" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2889,2956,3020,3089,3170,3252,3337,3441,3517,3580,3664,3728,3786,3867,3928,3992,4047,4106,4163,4217,4310,4366,4423,4477,4543,4643,4719,4800,4922,4984,5046,5125,5178,5229,5295,5365,5435,5512,5576,5647,5715,5778,5857,5920,6000,6082,6154,6225,6297,6345,6409,6484,6561,6623,6687,6750,6836,6920,7001,7086,7143,7198", + "endLines": "5,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", + "endColumns": "12,66,63,68,80,81,84,103,75,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,80,121,61,61,78,52,50,65,69,69,76,63,70,67,62,78,62,79,81,71,70,71,47,63,74,76,61,63,62,85,83,80,84,56,54,72", + "endOffsets": "298,2951,3015,3084,3165,3247,3332,3436,3512,3575,3659,3723,3781,3862,3923,3987,4042,4101,4158,4212,4305,4361,4418,4472,4538,4638,4714,4795,4917,4979,5041,5120,5173,5224,5290,5360,5430,5507,5571,5642,5710,5773,5852,5915,5995,6077,6149,6220,6292,6340,6404,6479,6556,6618,6682,6745,6831,6915,6996,7081,7138,7193,7266" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json new file mode 100644 index 0000000..055c1d6 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ka/values-ka.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8064", + "endColumns": "100", + "endOffsets": "8160" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808", + "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", + "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,7982", + "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", + "endOffsets": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,8059" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1075,1172,1241,1304,1391,1455,1521,1581,1650,1711,1765,1880,1939,1999,2053,2125,2255,2343,2427,2565,2643,2719,2813,2869,2923,2989,3062,3140,3226,3299,3377,3455,3530,3620,3695,3789,3887,3961,4038,4138,4191,4259,4348,4437,4499,4564,4627,4734,4832,4932,5031,5091,5149", + "endLines": "5,6,7,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", + "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79", + "endOffsets": "268,346,420,504,597,691,790,915,1003,1070,1167,1236,1299,1386,1450,1516,1576,1645,1706,1760,1875,1934,1994,2048,2120,2250,2338,2422,2560,2638,2714,2808,2864,2918,2984,3057,3135,3221,3294,3372,3450,3525,3615,3690,3784,3882,3956,4033,4133,4186,4254,4343,4432,4494,4559,4622,4729,4827,4927,5026,5086,5144,5224" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3026,3104,3178,3262,3355,3449,3548,3673,3761,3828,3925,3994,4057,4144,4208,4274,4334,4403,4464,4518,4633,4692,4752,4806,4878,5008,5096,5180,5318,5396,5472,5566,5622,5676,5742,5815,5893,5979,6052,6130,6208,6283,6373,6448,6542,6640,6714,6791,6891,6944,7012,7101,7190,7252,7317,7380,7487,7585,7685,7784,7844,7902", + "endLines": "5,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", + "endColumns": "12,77,73,83,92,93,98,124,87,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,83,137,77,75,93,55,53,65,72,77,85,72,77,77,74,89,74,93,97,73,76,99,52,67,88,88,61,64,62,106,97,99,98,59,57,79", + "endOffsets": "318,3099,3173,3257,3350,3444,3543,3668,3756,3823,3920,3989,4052,4139,4203,4269,4329,4398,4459,4513,4628,4687,4747,4801,4873,5003,5091,5175,5313,5391,5467,5561,5617,5671,5737,5810,5888,5974,6047,6125,6203,6278,6368,6443,6537,6635,6709,6786,6886,6939,7007,7096,7185,7247,7312,7375,7482,7580,7680,7779,7839,7897,7977" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json new file mode 100644 index 0000000..f1e1036 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-kk/values-kk.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7991", + "endColumns": "100", + "endOffsets": "8087" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796", + "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", + "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,7909", + "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", + "endOffsets": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,7986" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,351,427,506,600,688,780,892,974,1038,1133,1203,1266,1373,1438,1505,1566,1633,1695,1749,1863,1922,1983,2037,2112,2238,2326,2415,2557,2629,2702,2791,2848,2904,2970,3041,3118,3204,3276,3352,3433,3503,3590,3662,3753,3846,3920,3995,4087,4139,4205,4289,4375,4437,4501,4564,4668,4768,4862,4963,5024,5084", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83", + "endOffsets": "268,346,422,501,595,683,775,887,969,1033,1128,1198,1261,1368,1433,1500,1561,1628,1690,1744,1858,1917,1978,2032,2107,2233,2321,2410,2552,2624,2697,2786,2843,2899,2965,3036,3113,3199,3271,3347,3428,3498,3585,3657,3748,3841,3915,3990,4082,4134,4200,4284,4370,4432,4496,4559,4663,4763,4857,4958,5019,5079,5163" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3014,3092,3168,3247,3341,3429,3521,3633,3715,3779,3874,3944,4007,4114,4179,4246,4307,4374,4436,4490,4604,4663,4724,4778,4853,4979,5067,5156,5298,5370,5443,5532,5589,5645,5711,5782,5859,5945,6017,6093,6174,6244,6331,6403,6494,6587,6661,6736,6828,6880,6946,7030,7116,7178,7242,7305,7409,7509,7603,7704,7765,7825", + "endLines": "5,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", + "endColumns": "12,77,75,78,93,87,91,111,81,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,88,141,71,72,88,56,55,65,70,76,85,71,75,80,69,86,71,90,92,73,74,91,51,65,83,85,61,63,62,103,99,93,100,60,59,83", + "endOffsets": "318,3087,3163,3242,3336,3424,3516,3628,3710,3774,3869,3939,4002,4109,4174,4241,4302,4369,4431,4485,4599,4658,4719,4773,4848,4974,5062,5151,5293,5365,5438,5527,5584,5640,5706,5777,5854,5940,6012,6088,6169,6239,6326,6398,6489,6582,6656,6731,6823,6875,6941,7025,7111,7173,7237,7300,7404,7504,7598,7699,7760,7820,7904" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json new file mode 100644 index 0000000..0b3b279 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-km/values-km.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793", + "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", + "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,7921", + "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", + "endOffsets": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,8000" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,347,423,503,582,661,761,873,953,1018,1112,1182,1244,1331,1394,1459,1518,1583,1644,1701,1820,1878,1939,1996,2067,2197,2283,2361,2499,2574,2645,2742,2797,2853,2919,2999,3089,3175,3254,3331,3401,3476,3564,3634,3734,3833,3907,3983,4090,4144,4217,4308,4404,4466,4530,4593,4692,4790,4882,4982,5040,5100", + "endLines": "5,6,7,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", + "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82", + "endOffsets": "264,342,418,498,577,656,756,868,948,1013,1107,1177,1239,1326,1389,1454,1513,1578,1639,1696,1815,1873,1934,1991,2062,2192,2278,2356,2494,2569,2640,2737,2792,2848,2914,2994,3084,3170,3249,3326,3396,3471,3559,3629,3729,3828,3902,3978,4085,4139,4212,4303,4399,4461,4525,4588,4687,4785,4877,4977,5035,5095,5178" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3085,3161,3241,3320,3399,3499,3611,3691,3756,3850,3920,3982,4069,4132,4197,4256,4321,4382,4439,4558,4616,4677,4734,4805,4935,5021,5099,5237,5312,5383,5480,5535,5591,5657,5737,5827,5913,5992,6069,6139,6214,6302,6372,6472,6571,6645,6721,6828,6882,6955,7046,7142,7204,7268,7331,7430,7528,7620,7720,7778,7838", + "endLines": "5,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", + "endColumns": "12,77,75,79,78,78,99,111,79,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,77,137,74,70,96,54,55,65,79,89,85,78,76,69,74,87,69,99,98,73,75,106,53,72,90,95,61,63,62,98,97,91,99,57,59,82", + "endOffsets": "314,3080,3156,3236,3315,3394,3494,3606,3686,3751,3845,3915,3977,4064,4127,4192,4251,4316,4377,4434,4553,4611,4672,4729,4800,4930,5016,5094,5232,5307,5378,5475,5530,5586,5652,5732,5822,5908,5987,6064,6134,6209,6297,6367,6467,6566,6640,6716,6823,6877,6950,7041,7137,7199,7263,7326,7425,7523,7615,7715,7773,7833,7916" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8005", + "endColumns": "100", + "endOffsets": "8101" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json new file mode 100644 index 0000000..90f4ab2 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-kn/values-kn.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859", + "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", + "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,433,545,658,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,8094", + "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", + "endOffsets": "428,540,653,741,848,974,1052,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2147,2263,2373,2472,2585,2690,2804,2968,3068,8172" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8177", + "endColumns": "100", + "endOffsets": "8273" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,353,436,518,633,728,835,948,1033,1096,1190,1256,1318,1421,1487,1558,1617,1693,1758,1812,1925,1983,2044,2098,2177,2293,2376,2467,2609,2688,2767,2855,2912,2964,3030,3110,3200,3284,3361,3438,3515,3584,3683,3760,3853,3948,4022,4103,4199,4250,4318,4404,4492,4555,4620,4683,4788,4891,4986,5091,5152,5208", + "endLines": "5,6,7,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", + "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81", + "endOffsets": "264,348,431,513,628,723,830,943,1028,1091,1185,1251,1313,1416,1482,1553,1612,1688,1753,1807,1920,1978,2039,2093,2172,2288,2371,2462,2604,2683,2762,2850,2907,2959,3025,3105,3195,3279,3356,3433,3510,3579,3678,3755,3848,3943,4017,4098,4194,4245,4313,4399,4487,4550,4615,4678,4783,4886,4981,5086,5147,5203,5285" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3073,3157,3240,3322,3437,3532,3639,3752,3837,3900,3994,4060,4122,4225,4291,4362,4421,4497,4562,4616,4729,4787,4848,4902,4981,5097,5180,5271,5413,5492,5571,5659,5716,5768,5834,5914,6004,6088,6165,6242,6319,6388,6487,6564,6657,6752,6826,6907,7003,7054,7122,7208,7296,7359,7424,7487,7592,7695,7790,7895,7956,8012", + "endLines": "5,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", + "endColumns": "12,83,82,81,114,94,106,112,84,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,82,90,141,78,78,87,56,51,65,79,89,83,76,76,76,68,98,76,92,94,73,80,95,50,67,85,87,62,64,62,104,102,94,104,60,55,81", + "endOffsets": "314,3152,3235,3317,3432,3527,3634,3747,3832,3895,3989,4055,4117,4220,4286,4357,4416,4492,4557,4611,4724,4782,4843,4897,4976,5092,5175,5266,5408,5487,5566,5654,5711,5763,5829,5909,5999,6083,6160,6237,6314,6383,6482,6559,6652,6747,6821,6902,6998,7049,7117,7203,7291,7354,7419,7482,7587,7690,7785,7890,7951,8007,8089" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json new file mode 100644 index 0000000..3ef89b5 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ko/values-ko.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,249,314,378,447,521,600,683,789,864,926,1007,1069,1126,1213,1273,1331,1389,1448,1505,1559,1654,1710,1767,1821,1887,1991,2066,2143,2264,2329,2394,2473,2523,2574,2640,2704,2774,2851,2919,2990,3057,3127,3207,3284,3364,3446,3518,3583,3655,3703,3767,3842,3919,3981,4045,4108,4192,4271,4351,4431,4485,4540", + "endLines": "5,6,7,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", + "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71", + "endOffsets": "244,309,373,442,516,595,678,784,859,921,1002,1064,1121,1208,1268,1326,1384,1443,1500,1554,1649,1705,1762,1816,1882,1986,2061,2138,2259,2324,2389,2468,2518,2569,2635,2699,2769,2846,2914,2985,3052,3122,3202,3279,3359,3441,3513,3578,3650,3698,3762,3837,3914,3976,4040,4103,4187,4266,4346,4426,4480,4535,4607" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2879,2944,3008,3077,3151,3230,3313,3419,3494,3556,3637,3699,3756,3843,3903,3961,4019,4078,4135,4189,4284,4340,4397,4451,4517,4621,4696,4773,4894,4959,5024,5103,5153,5204,5270,5334,5404,5481,5549,5620,5687,5757,5837,5914,5994,6076,6148,6213,6285,6333,6397,6472,6549,6611,6675,6738,6822,6901,6981,7061,7115,7170", + "endLines": "5,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", + "endColumns": "12,64,63,68,73,78,82,105,74,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,76,120,64,64,78,49,50,65,63,69,76,67,70,66,69,79,76,79,81,71,64,71,47,63,74,76,61,63,62,83,78,79,79,53,54,71", + "endOffsets": "294,2939,3003,3072,3146,3225,3308,3414,3489,3551,3632,3694,3751,3838,3898,3956,4014,4073,4130,4184,4279,4335,4392,4446,4512,4616,4691,4768,4889,4954,5019,5098,5148,5199,5265,5329,5399,5476,5544,5615,5682,5752,5832,5909,5989,6071,6143,6208,6280,6328,6392,6467,6544,6606,6670,6733,6817,6896,6976,7056,7110,7165,7237" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7321", + "endColumns": "100", + "endOffsets": "7417" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685", + "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", + "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,7242", + "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", + "endOffsets": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,7316" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json new file mode 100644 index 0000000..f9c8050 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ky/values-ky.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8109", + "endColumns": "100", + "endOffsets": "8205" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817", + "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", + "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,8027", + "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", + "endOffsets": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,8104" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1133,1227,1297,1358,1445,1508,1572,1631,1705,1767,1821,1938,1996,2057,2111,2185,2307,2391,2487,2619,2697,2775,2864,2925,2980,3046,3115,3192,3279,3351,3427,3509,3582,3667,3746,3836,3928,4002,4087,4177,4229,4294,4379,4464,4526,4590,4653,4770,4864,4964,5059,5124,5183", + "endLines": "5,6,7,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", + "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81", + "endOffsets": "260,343,428,513,628,738,839,980,1064,1128,1222,1292,1353,1440,1503,1567,1626,1700,1762,1816,1933,1991,2052,2106,2180,2302,2386,2482,2614,2692,2770,2859,2920,2975,3041,3110,3187,3274,3346,3422,3504,3577,3662,3741,3831,3923,3997,4082,4172,4224,4289,4374,4459,4521,4585,4648,4765,4859,4959,5054,5119,5178,5260" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3027,3110,3195,3280,3395,3505,3606,3747,3831,3895,3989,4059,4120,4207,4270,4334,4393,4467,4529,4583,4700,4758,4819,4873,4947,5069,5153,5249,5381,5459,5537,5626,5687,5742,5808,5877,5954,6041,6113,6189,6271,6344,6429,6508,6598,6690,6764,6849,6939,6991,7056,7141,7226,7288,7352,7415,7532,7626,7726,7821,7886,7945", + "endLines": "5,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", + "endColumns": "12,82,84,84,114,109,100,140,83,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,95,131,77,77,88,60,54,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,84,84,61,63,62,116,93,99,94,64,58,81", + "endOffsets": "310,3105,3190,3275,3390,3500,3601,3742,3826,3890,3984,4054,4115,4202,4265,4329,4388,4462,4524,4578,4695,4753,4814,4868,4942,5064,5148,5244,5376,5454,5532,5621,5682,5737,5803,5872,5949,6036,6108,6184,6266,6339,6424,6503,6593,6685,6759,6844,6934,6986,7051,7136,7221,7283,7347,7410,7527,7621,7721,7816,7881,7940,8022" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json new file mode 100644 index 0000000..a1cb4f4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-land/values-land.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40", + "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", + "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727" + }, + "to": { + "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43", + "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", + "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4", + "startColumns": "4,4,4", + "startOffsets": "55,125,196", + "endColumns": "69,70,67", + "endOffsets": "120,191,259" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json new file mode 100644 index 0000000..27c544a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,10", + "startColumns": "4,4,4,4", + "startOffsets": "55,177,311,752", + "endLines": "2,3,9,15", + "endColumns": "121,133,10,10", + "endOffsets": "172,306,747,1190" + }, + "to": { + "startLines": "11,12,13,19", + "startColumns": "4,4,4,4", + "startOffsets": "752,874,1008,1449", + "endLines": "11,12,18,24", + "endColumns": "121,133,10,10", + "endOffsets": "869,1003,1444,1887" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..b16e27c --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ldltr-v21/values-ldltr-v21.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json new file mode 100644 index 0000000..f2b539c --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ldrtl-v17/values-ldrtl-v17.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,191", + "endColumns": "135,140", + "endOffsets": "186,327" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json new file mode 100644 index 0000000..15ec62a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-lo/values-lo.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,343,414,495,581,664,779,898,981,1047,1136,1205,1264,1359,1425,1490,1548,1613,1674,1734,1840,1901,1961,2019,2090,2209,2295,2377,2520,2595,2671,2761,2816,2871,2937,3006,3080,3159,3232,3309,3378,3448,3533,3608,3701,3794,3868,3937,4031,4083,4150,4234,4318,4380,4444,4507,4606,4698,4793,4885,4944,5003", + "endLines": "5,6,7,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", + "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78", + "endOffsets": "264,338,409,490,576,659,774,893,976,1042,1131,1200,1259,1354,1420,1485,1543,1608,1669,1729,1835,1896,1956,2014,2085,2204,2290,2372,2515,2590,2666,2756,2811,2866,2932,3001,3075,3154,3227,3304,3373,3443,3528,3603,3696,3789,3863,3932,4026,4078,4145,4229,4313,4375,4439,4502,4601,4693,4788,4880,4939,4998,5077" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2986,3060,3131,3212,3298,3381,3496,3615,3698,3764,3853,3922,3981,4076,4142,4207,4265,4330,4391,4451,4557,4618,4678,4736,4807,4926,5012,5094,5237,5312,5388,5478,5533,5588,5654,5723,5797,5876,5949,6026,6095,6165,6250,6325,6418,6511,6585,6654,6748,6800,6867,6951,7035,7097,7161,7224,7323,7415,7510,7602,7661,7720", + "endLines": "5,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", + "endColumns": "12,73,70,80,85,82,114,118,82,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,81,142,74,75,89,54,54,65,68,73,78,72,76,68,69,84,74,92,92,73,68,93,51,66,83,83,61,63,62,98,91,94,91,58,58,78", + "endOffsets": "314,3055,3126,3207,3293,3376,3491,3610,3693,3759,3848,3917,3976,4071,4137,4202,4260,4325,4386,4446,4552,4613,4673,4731,4802,4921,5007,5089,5232,5307,5383,5473,5528,5583,5649,5718,5792,5871,5944,6021,6090,6160,6245,6320,6413,6506,6580,6649,6743,6795,6862,6946,7030,7092,7156,7219,7318,7410,7505,7597,7656,7715,7794" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772", + "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", + "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,7799", + "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", + "endOffsets": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,7876" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7881", + "endColumns": "100", + "endOffsets": "7977" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json new file mode 100644 index 0000000..6e1c383 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-lt/values-lt.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8327", + "endColumns": "100", + "endOffsets": "8423" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874", + "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", + "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,8243", + "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", + "endOffsets": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,8322" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1163,1262,1340,1405,1515,1578,1650,1709,1783,1844,1898,2022,2083,2145,2199,2277,2411,2499,2583,2724,2803,2887,2984,3040,3094,3160,3235,3314,3402,3478,3556,3629,3706,3793,3874,3964,4056,4128,4209,4301,4356,4422,4507,4594,4656,4720,4783,4894,5009,5110,5224,5284,5342", + "endLines": "7,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", + "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81", + "endOffsets": "370,449,527,610,704,794,890,1008,1092,1158,1257,1335,1400,1510,1573,1645,1704,1778,1839,1893,2017,2078,2140,2194,2272,2406,2494,2578,2719,2798,2882,2979,3035,3089,3155,3230,3309,3397,3473,3551,3624,3701,3788,3869,3959,4051,4123,4204,4296,4351,4417,4502,4589,4651,4715,4778,4889,5004,5105,5219,5279,5337,5419" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3194,3273,3351,3434,3528,3618,3714,3832,3916,3982,4081,4159,4224,4334,4397,4469,4528,4602,4663,4717,4841,4902,4964,5018,5096,5230,5318,5402,5543,5622,5706,5803,5859,5913,5979,6054,6133,6221,6297,6375,6448,6525,6612,6693,6783,6875,6947,7028,7120,7175,7241,7326,7413,7475,7539,7602,7713,7828,7929,8043,8103,8161", + "endLines": "7,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", + "endColumns": "12,78,77,82,93,89,95,117,83,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,83,140,78,83,96,55,53,65,74,78,87,75,77,72,76,86,80,89,91,71,80,91,54,65,84,86,61,63,62,110,114,100,113,59,57,81", + "endOffsets": "420,3268,3346,3429,3523,3613,3709,3827,3911,3977,4076,4154,4219,4329,4392,4464,4523,4597,4658,4712,4836,4897,4959,5013,5091,5225,5313,5397,5538,5617,5701,5798,5854,5908,5974,6049,6128,6216,6292,6370,6443,6520,6607,6688,6778,6870,6942,7023,7115,7170,7236,7321,7408,7470,7534,7597,7708,7823,7924,8038,8098,8156,8238" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json new file mode 100644 index 0000000..085bab0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-lv/values-lv.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989", + "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", + "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,8305", + "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", + "endOffsets": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,8383" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1153,1247,1320,1381,1506,1572,1640,1701,1773,1833,1887,2007,2067,2129,2183,2260,2390,2477,2559,2700,2780,2865,2956,3010,3063,3129,3203,3284,3368,3441,3518,3595,3669,3762,3837,3927,4018,4090,4168,4259,4313,4381,4465,4552,4614,4678,4741,4851,4964,5067,5179,5237,5294", + "endLines": "6,7,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", + "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76", + "endOffsets": "319,406,491,572,677,765,866,1000,1083,1148,1242,1315,1376,1501,1567,1635,1696,1768,1828,1882,2002,2062,2124,2178,2255,2385,2472,2554,2695,2775,2860,2951,3005,3058,3124,3198,3279,3363,3436,3513,3590,3664,3757,3832,3922,4013,4085,4163,4254,4308,4376,4460,4547,4609,4673,4736,4846,4959,5062,5174,5232,5289,5366" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3258,3345,3430,3511,3616,3704,3805,3939,4022,4087,4181,4254,4315,4440,4506,4574,4635,4707,4767,4821,4941,5001,5063,5117,5194,5324,5411,5493,5634,5714,5799,5890,5944,5997,6063,6137,6218,6302,6375,6452,6529,6603,6696,6771,6861,6952,7024,7102,7193,7247,7315,7399,7486,7548,7612,7675,7785,7898,8001,8113,8171,8228", + "endLines": "6,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", + "endColumns": "12,86,84,80,104,87,100,133,82,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,81,140,79,84,90,53,52,65,73,80,83,72,76,76,73,92,74,89,90,71,77,90,53,67,83,86,61,63,62,109,112,102,111,57,56,76", + "endOffsets": "369,3340,3425,3506,3611,3699,3800,3934,4017,4082,4176,4249,4310,4435,4501,4569,4630,4702,4762,4816,4936,4996,5058,5112,5189,5319,5406,5488,5629,5709,5794,5885,5939,5992,6058,6132,6213,6297,6370,6447,6524,6598,6691,6766,6856,6947,7019,7097,7188,7242,7310,7394,7481,7543,7607,7670,7780,7893,7996,8108,8166,8223,8300" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8388", + "endColumns": "100", + "endOffsets": "8484" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json new file mode 100644 index 0000000..08bfca0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-mk/values-mk.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1073,1164,1234,1298,1401,1464,1529,1589,1657,1720,1775,1903,1960,2022,2077,2152,2292,2379,2462,2595,2677,2762,2849,2903,2958,3024,3097,3173,3262,3335,3411,3486,3556,3644,3719,3811,3903,3977,4051,4143,4196,4263,4346,4433,4495,4559,4622,4736,4843,4945,5056,5114,5173", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84", + "endOffsets": "266,347,427,509,606,695,791,915,1002,1068,1159,1229,1293,1396,1459,1524,1584,1652,1715,1770,1898,1955,2017,2072,2147,2287,2374,2457,2590,2672,2757,2844,2898,2953,3019,3092,3168,3257,3330,3406,3481,3551,3639,3714,3806,3898,3972,4046,4138,4191,4258,4341,4428,4490,4554,4617,4731,4838,4940,5051,5109,5168,5253" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3036,3117,3197,3279,3376,3465,3561,3685,3772,3838,3929,3999,4063,4166,4229,4294,4354,4422,4485,4540,4668,4725,4787,4842,4917,5057,5144,5227,5360,5442,5527,5614,5668,5723,5789,5862,5938,6027,6100,6176,6251,6321,6409,6484,6576,6668,6742,6816,6908,6961,7028,7111,7198,7260,7324,7387,7501,7608,7710,7821,7879,7938", + "endLines": "5,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", + "endColumns": "12,80,79,81,96,88,95,123,86,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,82,132,81,84,86,53,54,65,72,75,88,72,75,74,69,87,74,91,91,73,73,91,52,66,82,86,61,63,62,113,106,101,110,57,58,84", + "endOffsets": "316,3112,3192,3274,3371,3460,3556,3680,3767,3833,3924,3994,4058,4161,4224,4289,4349,4417,4480,4535,4663,4720,4782,4837,4912,5052,5139,5222,5355,5437,5522,5609,5663,5718,5784,5857,5933,6022,6095,6171,6246,6316,6404,6479,6571,6663,6737,6811,6903,6956,7023,7106,7193,7255,7319,7382,7496,7603,7705,7816,7874,7933,8018" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8108", + "endColumns": "100", + "endOffsets": "8204" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820", + "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", + "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,8023", + "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", + "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,8103" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json new file mode 100644 index 0000000..a72bda4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ml/values-ml.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854", + "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", + "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,8210", + "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", + "endOffsets": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,8288" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1087,1186,1252,1312,1414,1476,1552,1610,1688,1753,1807,1924,1988,2052,2106,2186,2320,2406,2495,2631,2716,2804,2899,2957,3009,3075,3154,3236,3327,3403,3480,3557,3628,3735,3815,3912,4012,4086,4167,4272,4330,4397,4488,4580,4642,4706,4769,4872,4988,5093,5209,5271,5327", + "endLines": "5,6,7,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", + "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83", + "endOffsets": "266,346,429,516,622,721,815,925,1017,1082,1181,1247,1307,1409,1471,1547,1605,1683,1748,1802,1919,1983,2047,2101,2181,2315,2401,2490,2626,2711,2799,2894,2952,3004,3070,3149,3231,3322,3398,3475,3552,3623,3730,3810,3907,4007,4081,4162,4267,4325,4392,4483,4575,4637,4701,4764,4867,4983,5088,5204,5266,5322,5406" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3150,3233,3320,3426,3525,3619,3729,3821,3886,3985,4051,4111,4213,4275,4351,4409,4487,4552,4606,4723,4787,4851,4905,4985,5119,5205,5294,5430,5515,5603,5698,5756,5808,5874,5953,6035,6126,6202,6279,6356,6427,6534,6614,6711,6811,6885,6966,7071,7129,7196,7287,7379,7441,7505,7568,7671,7787,7892,8008,8070,8126", + "endLines": "5,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", + "endColumns": "12,79,82,86,105,98,93,109,91,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,88,135,84,87,94,57,51,65,78,81,90,75,76,76,70,106,79,96,99,73,80,104,57,66,90,91,61,63,62,102,115,104,115,61,55,83", + "endOffsets": "316,3145,3228,3315,3421,3520,3614,3724,3816,3881,3980,4046,4106,4208,4270,4346,4404,4482,4547,4601,4718,4782,4846,4900,4980,5114,5200,5289,5425,5510,5598,5693,5751,5803,5869,5948,6030,6121,6197,6274,6351,6422,6529,6609,6706,6806,6880,6961,7066,7124,7191,7282,7374,7436,7500,7563,7666,7782,7887,8003,8065,8121,8205" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8293", + "endColumns": "100", + "endOffsets": "8389" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json new file mode 100644 index 0000000..f6e5579 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-mn/values-mn.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797", + "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", + "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,7924", + "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", + "endOffsets": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,8000" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8005", + "endColumns": "100", + "endOffsets": "8101" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,344,421,500,587,672,770,889,974,1039,1137,1218,1277,1370,1432,1495,1553,1624,1686,1740,1861,1918,1979,2033,2104,2237,2321,2404,2537,2619,2697,2787,2841,2892,2958,3029,3107,3193,3268,3346,3426,3509,3597,3676,3766,3859,3933,4003,4094,4148,4215,4299,4384,4446,4510,4573,4677,4783,4880,4985,5043,5098", + "endLines": "5,6,7,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", + "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83", + "endOffsets": "260,339,416,495,582,667,765,884,969,1034,1132,1213,1272,1365,1427,1490,1548,1619,1681,1735,1856,1913,1974,2028,2099,2232,2316,2399,2532,2614,2692,2782,2836,2887,2953,3024,3102,3188,3263,3341,3421,3504,3592,3671,3761,3854,3928,3998,4089,4143,4210,4294,4379,4441,4505,4568,4672,4778,4875,4980,5038,5093,5177" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3086,3163,3242,3329,3414,3512,3631,3716,3781,3879,3960,4019,4112,4174,4237,4295,4366,4428,4482,4603,4660,4721,4775,4846,4979,5063,5146,5279,5361,5439,5529,5583,5634,5700,5771,5849,5935,6010,6088,6168,6251,6339,6418,6508,6601,6675,6745,6836,6890,6957,7041,7126,7188,7252,7315,7419,7525,7622,7727,7785,7840", + "endLines": "5,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", + "endColumns": "12,78,76,78,86,84,97,118,84,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,82,132,81,77,89,53,50,65,70,77,85,74,77,79,82,87,78,89,92,73,69,90,53,66,83,84,61,63,62,103,105,96,104,57,54,83", + "endOffsets": "310,3081,3158,3237,3324,3409,3507,3626,3711,3776,3874,3955,4014,4107,4169,4232,4290,4361,4423,4477,4598,4655,4716,4770,4841,4974,5058,5141,5274,5356,5434,5524,5578,5629,5695,5766,5844,5930,6005,6083,6163,6246,6334,6413,6503,6596,6670,6740,6831,6885,6952,7036,7121,7183,7247,7310,7414,7520,7617,7722,7780,7835,7919" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json new file mode 100644 index 0000000..c2e5636 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-mr/values-mr.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,344,431,514,607,691,791,907,989,1052,1143,1208,1267,1355,1417,1479,1539,1606,1669,1723,1837,1894,1955,2009,2079,2198,2279,2364,2499,2576,2653,2739,2795,2847,2913,2983,3061,3148,3218,3294,3365,3434,3530,3604,3702,3798,3872,3942,4044,4099,4166,4253,4346,4409,4473,4536,4636,4739,4833,4937,4997,5053", + "endLines": "5,6,7,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", + "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77", + "endOffsets": "254,339,426,509,602,686,786,902,984,1047,1138,1203,1262,1350,1412,1474,1534,1601,1664,1718,1832,1889,1950,2004,2074,2193,2274,2359,2494,2571,2648,2734,2790,2842,2908,2978,3056,3143,3213,3289,3360,3429,3525,3599,3697,3793,3867,3937,4039,4094,4161,4248,4341,4404,4468,4531,4631,4734,4828,4932,4992,5048,5126" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2999,3084,3171,3254,3347,3431,3531,3647,3729,3792,3883,3948,4007,4095,4157,4219,4279,4346,4409,4463,4577,4634,4695,4749,4819,4938,5019,5104,5239,5316,5393,5479,5535,5587,5653,5723,5801,5888,5958,6034,6105,6174,6270,6344,6442,6538,6612,6682,6784,6839,6906,6993,7086,7149,7213,7276,7376,7479,7573,7677,7737,7793", + "endLines": "5,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", + "endColumns": "12,84,86,82,92,83,99,115,81,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,84,134,76,76,85,55,51,65,69,77,86,69,75,70,68,95,73,97,95,73,69,101,54,66,86,92,62,63,62,99,102,93,103,59,55,77", + "endOffsets": "304,3079,3166,3249,3342,3426,3526,3642,3724,3787,3878,3943,4002,4090,4152,4214,4274,4341,4404,4458,4572,4629,4690,4744,4814,4933,5014,5099,5234,5311,5388,5474,5530,5582,5648,5718,5796,5883,5953,6029,6100,6169,6265,6339,6437,6533,6607,6677,6779,6834,6901,6988,7081,7144,7208,7271,7371,7474,7568,7672,7732,7788,7866" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,322,429,519,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,7871", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,7946" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7951", + "endColumns": "100", + "endOffsets": "8047" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json new file mode 100644 index 0000000..ee4fbf3 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ms/values-ms.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800", + "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", + "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,7912", + "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", + "endOffsets": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,7988" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1071,1164,1229,1288,1375,1437,1499,1559,1625,1687,1741,1849,1906,1967,2022,2093,2213,2304,2390,2538,2624,2710,2798,2851,2902,2968,3039,3117,3200,3273,3349,3422,3493,3585,3658,3748,3841,3915,3986,4077,4129,4197,4281,4366,4428,4492,4555,4659,4765,4861,4969,5026,5081", + "endLines": "5,6,7,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", + "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85", + "endOffsets": "274,354,433,520,612,699,802,918,1001,1066,1159,1224,1283,1370,1432,1494,1554,1620,1682,1736,1844,1901,1962,2017,2088,2208,2299,2385,2533,2619,2705,2793,2846,2897,2963,3034,3112,3195,3268,3344,3417,3488,3580,3653,3743,3836,3910,3981,4072,4124,4192,4276,4361,4423,4487,4550,4654,4760,4856,4964,5021,5076,5162" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3024,3104,3183,3270,3362,3449,3552,3668,3751,3816,3909,3974,4033,4120,4182,4244,4304,4370,4432,4486,4594,4651,4712,4767,4838,4958,5049,5135,5283,5369,5455,5543,5596,5647,5713,5784,5862,5945,6018,6094,6167,6238,6330,6403,6493,6586,6660,6731,6822,6874,6942,7026,7111,7173,7237,7300,7404,7510,7606,7714,7771,7826", + "endLines": "5,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", + "endColumns": "12,79,78,86,91,86,102,115,82,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,85,147,85,85,87,52,50,65,70,77,82,72,75,72,70,91,72,89,92,73,70,90,51,67,83,84,61,63,62,103,105,95,107,56,54,85", + "endOffsets": "324,3099,3178,3265,3357,3444,3547,3663,3746,3811,3904,3969,4028,4115,4177,4239,4299,4365,4427,4481,4589,4646,4707,4762,4833,4953,5044,5130,5278,5364,5450,5538,5591,5642,5708,5779,5857,5940,6013,6089,6162,6233,6325,6398,6488,6581,6655,6726,6817,6869,6937,7021,7106,7168,7232,7295,7399,7505,7601,7709,7766,7821,7907" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7993", + "endColumns": "100", + "endOffsets": "8089" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json new file mode 100644 index 0000000..656cbfc --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-my/values-my.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,325,441,528,637,760,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866", + "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "213,320,436,523,632,755,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,8093", + "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,8174" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1121,1211,1286,1345,1436,1499,1564,1623,1694,1756,1813,1932,1990,2051,2106,2179,2311,2402,2491,2632,2710,2787,2879,2937,2988,3054,3126,3208,3290,3365,3439,3511,3590,3687,3768,3854,3946,4020,4099,4185,4239,4307,4390,4471,4533,4597,4660,4772,4875,4979,5084,5145,5200", + "endLines": "5,6,7,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", + "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81", + "endOffsets": "280,381,480,556,647,731,837,966,1051,1116,1206,1281,1340,1431,1494,1559,1618,1689,1751,1808,1927,1985,2046,2101,2174,2306,2397,2486,2627,2705,2782,2874,2932,2983,3049,3121,3203,3285,3360,3434,3506,3585,3682,3763,3849,3941,4015,4094,4180,4234,4302,4385,4466,4528,4592,4655,4767,4870,4974,5079,5140,5195,5277" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3096,3197,3296,3372,3463,3547,3653,3782,3867,3932,4022,4097,4156,4247,4310,4375,4434,4505,4567,4624,4743,4801,4862,4917,4990,5122,5213,5302,5443,5521,5598,5690,5748,5799,5865,5937,6019,6101,6176,6250,6322,6401,6498,6579,6665,6757,6831,6910,6996,7050,7118,7201,7282,7344,7408,7471,7583,7686,7790,7895,7956,8011", + "endLines": "5,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", + "endColumns": "12,100,98,75,90,83,105,128,84,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,88,140,77,76,91,57,50,65,71,81,81,74,73,71,78,96,80,85,91,73,78,85,53,67,82,80,61,63,62,111,102,103,104,60,54,81", + "endOffsets": "330,3192,3291,3367,3458,3542,3648,3777,3862,3927,4017,4092,4151,4242,4305,4370,4429,4500,4562,4619,4738,4796,4857,4912,4985,5117,5208,5297,5438,5516,5593,5685,5743,5794,5860,5932,6014,6096,6171,6245,6317,6396,6493,6574,6660,6752,6826,6905,6991,7045,7113,7196,7277,7339,7403,7466,7578,7681,7785,7890,7951,8006,8088" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8179", + "endColumns": "100", + "endOffsets": "8275" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json new file mode 100644 index 0000000..617d3f0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-nb/values-nb.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7811", + "endColumns": "100", + "endOffsets": "7907" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737", + "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", + "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,7731", + "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", + "endOffsets": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,7806" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,261,338,411,498,586,666,765,884,966,1030,1122,1190,1250,1337,1401,1463,1527,1595,1660,1714,1823,1881,1943,1997,2072,2192,2274,2354,2488,2566,2646,2734,2788,2839,2905,2973,3047,3137,3208,3286,3356,3426,3515,3593,3681,3771,3843,3915,3999,4050,4116,4197,4280,4342,4406,4469,4569,4667,4760,4858,4916,4971", + "endLines": "5,6,7,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", + "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77", + "endOffsets": "256,333,406,493,581,661,760,879,961,1025,1117,1185,1245,1332,1396,1458,1522,1590,1655,1709,1818,1876,1938,1992,2067,2187,2269,2349,2483,2561,2641,2729,2783,2834,2900,2968,3042,3132,3203,3281,3351,3421,3510,3588,3676,3766,3838,3910,3994,4045,4111,4192,4275,4337,4401,4464,4564,4662,4755,4853,4911,4966,5044" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2943,3020,3093,3180,3268,3348,3447,3566,3648,3712,3804,3872,3932,4019,4083,4145,4209,4277,4342,4396,4505,4563,4625,4679,4754,4874,4956,5036,5170,5248,5328,5416,5470,5521,5587,5655,5729,5819,5890,5968,6038,6108,6197,6275,6363,6453,6525,6597,6681,6732,6798,6879,6962,7024,7088,7151,7251,7349,7442,7540,7598,7653", + "endLines": "5,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", + "endColumns": "12,76,72,86,87,79,98,118,81,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,79,133,77,79,87,53,50,65,67,73,89,70,77,69,69,88,77,87,89,71,71,83,50,65,80,82,61,63,62,99,97,92,97,57,54,77", + "endOffsets": "306,3015,3088,3175,3263,3343,3442,3561,3643,3707,3799,3867,3927,4014,4078,4140,4204,4272,4337,4391,4500,4558,4620,4674,4749,4869,4951,5031,5165,5243,5323,5411,5465,5516,5582,5650,5724,5814,5885,5963,6033,6103,6192,6270,6358,6448,6520,6592,6676,6727,6793,6874,6957,7019,7083,7146,7246,7344,7437,7535,7593,7648,7726" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json new file mode 100644 index 0000000..b1fcfbb --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ne/values-ne.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2247,2360,2470,2587,2754,2865", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", + "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2242,2355,2465,2582,2749,2860,2940" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2454,2567,2677,2794,2961,8107", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", + "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2449,2562,2672,2789,2956,3067,8182" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8187", + "endColumns": "100", + "endOffsets": "8283" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1070,1166,1232,1293,1398,1462,1534,1592,1666,1728,1782,1895,1955,2016,2075,2153,2277,2358,2443,2579,2660,2743,2826,2888,2942,3008,3085,3164,3252,3321,3397,3478,3546,3637,3715,3808,3905,3979,4058,4156,4216,4282,4370,4458,4520,4588,4651,4756,4874,4969,5089,5155,5213", + "endLines": "5,6,7,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", + "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83", + "endOffsets": "257,346,434,516,611,700,802,912,999,1065,1161,1227,1288,1393,1457,1529,1587,1661,1723,1777,1890,1950,2011,2070,2148,2272,2353,2438,2574,2655,2738,2821,2883,2937,3003,3080,3159,3247,3316,3392,3473,3541,3632,3710,3803,3900,3974,4053,4151,4211,4277,4365,4453,4515,4583,4646,4751,4869,4964,5084,5150,5208,5292" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3072,3161,3249,3331,3426,3515,3617,3727,3814,3880,3976,4042,4103,4208,4272,4344,4402,4476,4538,4592,4705,4765,4826,4885,4963,5087,5168,5253,5389,5470,5553,5636,5698,5752,5818,5895,5974,6062,6131,6207,6288,6356,6447,6525,6618,6715,6789,6868,6966,7026,7092,7180,7268,7330,7398,7461,7566,7684,7779,7899,7965,8023", + "endLines": "5,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", + "endColumns": "12,88,87,81,94,88,101,109,86,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,84,135,80,82,82,61,53,65,76,78,87,68,75,80,67,90,77,92,96,73,78,97,59,65,87,87,61,67,62,104,117,94,119,65,57,83", + "endOffsets": "307,3156,3244,3326,3421,3510,3612,3722,3809,3875,3971,4037,4098,4203,4267,4339,4397,4471,4533,4587,4700,4760,4821,4880,4958,5082,5163,5248,5384,5465,5548,5631,5693,5747,5813,5890,5969,6057,6126,6202,6283,6351,6442,6520,6613,6710,6784,6863,6961,7021,7087,7175,7263,7325,7393,7456,7561,7679,7774,7894,7960,8018,8102" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json new file mode 100644 index 0000000..22e1f92 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-night-v8/values-night-v8.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,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", + "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", + "startOffsets": "55,130,241,330,431,538,645,744,851,954,1042,1166,1268,1370,1486,1588,1702,1830,1946,2068,2204,2324,2458,2578,2690,2816,2933,3057,3187,3309,3447,3581,3697", + "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "125,236,325,426,533,640,739,846,949,1037,1161,1263,1365,1481,1583,1697,1825,1941,2063,2199,2319,2453,2573,2685,2811,2928,3052,3182,3304,3442,3576,3692,3812" + }, + "to": { + "startLines": "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,48,49,50,51,52,53,54,55", + "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", + "startOffsets": "1316,1391,1502,1591,1692,1799,1906,2005,2112,2215,2303,2427,2529,2631,2747,2849,2963,3091,3207,3329,3465,3585,3719,3839,3951,4166,4283,4407,4537,4659,4797,4931,5047", + "endColumns": "74,110,88,100,106,106,98,106,102,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "1386,1497,1586,1687,1794,1901,2000,2107,2210,2298,2422,2524,2626,2742,2844,2958,3086,3202,3324,3460,3580,3714,3834,3946,4072,4278,4402,4532,4654,4792,4926,5042,5162" + } + }, + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values-night\\themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "802" + }, + "to": { + "startLines": "9", + "startColumns": "4", + "startOffsets": "732", + "endLines": "21", + "endColumns": "12", + "endOffsets": "1311" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,687", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,47", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "100,170,254,338,434,536,638,4077", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "165,249,333,429,531,633,727,4161" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json new file mode 100644 index 0000000..a3d19f9 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-nl/values-nl.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1070,1159,1238,1301,1394,1456,1522,1580,1653,1717,1773,1895,1952,2014,2070,2146,2280,2365,2451,2589,2670,2749,2839,2896,2947,3013,3091,3174,3262,3337,3416,3489,3560,3654,3732,3821,3911,3985,4066,4153,4206,4273,4354,4438,4500,4564,4627,4735,4836,4938,5041,5102,5157", + "endLines": "5,6,7,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", + "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80", + "endOffsets": "264,350,432,509,607,701,798,920,1001,1065,1154,1233,1296,1389,1451,1517,1575,1648,1712,1768,1890,1947,2009,2065,2141,2275,2360,2446,2584,2665,2744,2834,2891,2942,3008,3086,3169,3257,3332,3411,3484,3555,3649,3727,3816,3906,3980,4061,4148,4201,4268,4349,4433,4495,4559,4622,4730,4831,4933,5036,5097,5152,5233" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3041,3127,3209,3286,3384,3478,3575,3697,3778,3842,3931,4010,4073,4166,4228,4294,4352,4425,4489,4545,4667,4724,4786,4842,4918,5052,5137,5223,5361,5442,5521,5611,5668,5719,5785,5863,5946,6034,6109,6188,6261,6332,6426,6504,6593,6683,6757,6838,6925,6978,7045,7126,7210,7272,7336,7399,7507,7608,7710,7813,7874,7929", + "endLines": "5,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", + "endColumns": "12,85,81,76,97,93,96,121,80,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,85,137,80,78,89,56,50,65,77,82,87,74,78,72,70,93,77,88,89,73,80,86,52,66,80,83,61,63,62,107,100,101,102,60,54,80", + "endOffsets": "314,3122,3204,3281,3379,3473,3570,3692,3773,3837,3926,4005,4068,4161,4223,4289,4347,4420,4484,4540,4662,4719,4781,4837,4913,5047,5132,5218,5356,5437,5516,5606,5663,5714,5780,5858,5941,6029,6104,6183,6256,6327,6421,6499,6588,6678,6752,6833,6920,6973,7040,7121,7205,7267,7331,7394,7502,7603,7705,7808,7869,7924,8005" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8093", + "endColumns": "100", + "endOffsets": "8189" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,328,435,520,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827", + "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "218,323,430,515,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,8010", + "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,8088" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json new file mode 100644 index 0000000..18439df --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-or/values-or.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,224,334,441,527,631,751,830,911,1002,1095,1198,1293,1393,1486,1581,1677,1768,1858,1947,2057,2161,2267,2378,2482,2600,2763,2869", + "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89", + "endOffsets": "219,329,436,522,626,746,825,906,997,1090,1193,1288,1388,1481,1576,1672,1763,1853,1942,2052,2156,2262,2373,2477,2595,2758,2864,2954" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,441,551,658,744,848,968,1047,1128,1219,1312,1415,1510,1610,1703,1798,1894,1985,2075,2164,2274,2378,2484,2595,2699,2817,2980,7877", + "endColumns": "118,109,106,85,103,119,78,80,90,92,102,94,99,92,94,95,90,89,88,109,103,105,110,103,117,162,105,89", + "endOffsets": "436,546,653,739,843,963,1042,1123,1214,1307,1410,1505,1605,1698,1793,1889,1980,2070,2159,2269,2373,2479,2590,2694,2812,2975,3081,7962" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7967", + "endColumns": "100", + "endOffsets": "8063" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,773,878,957,1022,1111,1176,1235,1321,1385,1449,1512,1585,1649,1703,1815,1873,1935,1989,2061,2183,2270,2356,2496,2573,2654,2745,2799,2850,2916,2986,3063,3150,3221,3298,3367,3436,3527,3599,3688,3777,3851,3923,4009,4059,4125,4205,4289,4351,4415,4478,4578,4675,4767,4866,4924,4979", + "endLines": "5,6,7,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", + "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83", + "endOffsets": "267,349,427,504,590,674,768,873,952,1017,1106,1171,1230,1316,1380,1444,1507,1580,1644,1698,1810,1868,1930,1984,2056,2178,2265,2351,2491,2568,2649,2740,2794,2845,2911,2981,3058,3145,3216,3293,3362,3431,3522,3594,3683,3772,3846,3918,4004,4054,4120,4200,4284,4346,4410,4473,4573,4670,4762,4861,4919,4974,5058" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3086,3168,3246,3323,3409,3493,3587,3692,3771,3836,3925,3990,4049,4135,4199,4263,4326,4399,4463,4517,4629,4687,4749,4803,4875,4997,5084,5170,5310,5387,5468,5559,5613,5664,5730,5800,5877,5964,6035,6112,6181,6250,6341,6413,6502,6591,6665,6737,6823,6873,6939,7019,7103,7165,7229,7292,7392,7489,7581,7680,7738,7793", + "endLines": "5,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", + "endColumns": "12,81,77,76,85,83,93,104,78,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,85,139,76,80,90,53,50,65,69,76,86,70,76,68,68,90,71,88,88,73,71,85,49,65,79,83,61,63,62,99,96,91,98,57,54,83", + "endOffsets": "317,3163,3241,3318,3404,3488,3582,3687,3766,3831,3920,3985,4044,4130,4194,4258,4321,4394,4458,4512,4624,4682,4744,4798,4870,4992,5079,5165,5305,5382,5463,5554,5608,5659,5725,5795,5872,5959,6030,6107,6176,6245,6336,6408,6497,6586,6660,6732,6818,6868,6934,7014,7098,7160,7224,7287,7387,7484,7576,7675,7733,7788,7872" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json new file mode 100644 index 0000000..bd19b5a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-pa/values-pa.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,263,340,419,500,599,688,796,908,991,1055,1147,1216,1275,1360,1423,1485,1543,1607,1668,1722,1836,1894,1954,2008,2078,2205,2286,2365,2500,2576,2653,2737,2792,2847,2913,2982,3059,3145,3213,3289,3359,3424,3519,3592,3686,3779,3853,3922,4016,4072,4139,4223,4311,4373,4437,4500,4597,4692,4783,4879,4938,4997", + "endLines": "5,6,7,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", + "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76", + "endOffsets": "258,335,414,495,594,683,791,903,986,1050,1142,1211,1270,1355,1418,1480,1538,1602,1663,1717,1831,1889,1949,2003,2073,2200,2281,2360,2495,2571,2648,2732,2787,2842,2908,2977,3054,3140,3208,3284,3354,3419,3514,3587,3681,3774,3848,3917,4011,4067,4134,4218,4306,4368,4432,4495,4592,4687,4778,4874,4933,4992,5069" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2975,3052,3131,3212,3311,3400,3508,3620,3703,3767,3859,3928,3987,4072,4135,4197,4255,4319,4380,4434,4548,4606,4666,4720,4790,4917,4998,5077,5212,5288,5365,5449,5504,5559,5625,5694,5771,5857,5925,6001,6071,6136,6231,6304,6398,6491,6565,6634,6728,6784,6851,6935,7023,7085,7149,7212,7309,7404,7495,7591,7650,7709", + "endLines": "5,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", + "endColumns": "12,76,78,80,98,88,107,111,82,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,78,134,75,76,83,54,54,65,68,76,85,67,75,69,64,94,72,93,92,73,68,93,55,66,83,87,61,63,62,96,94,90,95,58,58,76", + "endOffsets": "308,3047,3126,3207,3306,3395,3503,3615,3698,3762,3854,3923,3982,4067,4130,4192,4250,4314,4375,4429,4543,4601,4661,4715,4785,4912,4993,5072,5207,5283,5360,5444,5499,5554,5620,5689,5766,5852,5920,5996,6066,6131,6226,6299,6393,6486,6560,6629,6723,6779,6846,6930,7018,7080,7144,7207,7304,7399,7490,7586,7645,7704,7781" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767", + "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", + "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,7786", + "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", + "endOffsets": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,7861" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7866", + "endColumns": "100", + "endOffsets": "7962" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json new file mode 100644 index 0000000..864cd04 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-pl/values-pl.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8130", + "endColumns": "100", + "endOffsets": "8226" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817", + "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", + "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,8047", + "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", + "endOffsets": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,8125" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1162,1243,1307,1368,1479,1543,1611,1665,1734,1796,1850,1961,2022,2084,2138,2210,2339,2428,2510,2659,2741,2824,2911,2965,3016,3082,3153,3229,3318,3395,3473,3551,3627,3717,3790,3885,3982,4054,4128,4228,4280,4346,4434,4524,4586,4650,4713,4820,4909,5008,5096,5154,5209", + "endLines": "7,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", + "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75", + "endOffsets": "381,456,531,610,714,809,894,1011,1093,1157,1238,1302,1363,1474,1538,1606,1660,1729,1791,1845,1956,2017,2079,2133,2205,2334,2423,2505,2654,2736,2819,2906,2960,3011,3077,3148,3224,3313,3390,3468,3546,3622,3712,3785,3880,3977,4049,4123,4223,4275,4341,4429,4519,4581,4645,4708,4815,4904,5003,5091,5149,5204,5280" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3148,3223,3298,3377,3481,3576,3661,3778,3860,3924,4005,4069,4130,4241,4305,4373,4427,4496,4558,4612,4723,4784,4846,4900,4972,5101,5190,5272,5421,5503,5586,5673,5727,5778,5844,5915,5991,6080,6157,6235,6313,6389,6479,6552,6647,6744,6816,6890,6990,7042,7108,7196,7286,7348,7412,7475,7582,7671,7770,7858,7916,7971", + "endLines": "7,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", + "endColumns": "12,74,74,78,103,94,84,116,81,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,81,148,81,82,86,53,50,65,70,75,88,76,77,77,75,89,72,94,96,71,73,99,51,65,87,89,61,63,62,106,88,98,87,57,54,75", + "endOffsets": "431,3218,3293,3372,3476,3571,3656,3773,3855,3919,4000,4064,4125,4236,4300,4368,4422,4491,4553,4607,4718,4779,4841,4895,4967,5096,5185,5267,5416,5498,5581,5668,5722,5773,5839,5910,5986,6075,6152,6230,6308,6384,6474,6547,6642,6739,6811,6885,6985,7037,7103,7191,7281,7343,7407,7470,7577,7666,7765,7853,7911,7966,8042" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json new file mode 100644 index 0000000..61f36d4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-port/values-port.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..241b0ef --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-pt-rBR/values-pt-rBR.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8159", + "endColumns": "100", + "endOffsets": "8255" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1066,1158,1237,1297,1387,1451,1522,1585,1660,1724,1778,1905,1963,2025,2079,2158,2299,2386,2468,2607,2690,2774,2861,2917,2968,3034,3108,3188,3275,3348,3425,3494,3568,3656,3733,3826,3922,3996,4076,4173,4225,4291,4378,4466,4528,4592,4655,4767,4876,4983,5093,5153,5208", + "endLines": "5,6,7,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", + "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76", + "endOffsets": "268,349,427,511,606,695,796,916,997,1061,1153,1232,1292,1382,1446,1517,1580,1655,1719,1773,1900,1958,2020,2074,2153,2294,2381,2463,2602,2685,2769,2856,2912,2963,3029,3103,3183,3270,3343,3420,3489,3563,3651,3728,3821,3917,3991,4071,4168,4220,4286,4373,4461,4523,4587,4650,4762,4871,4978,5088,5148,5203,5280" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3061,3142,3220,3304,3399,3488,3589,3709,3790,3854,3946,4025,4085,4175,4239,4310,4373,4448,4512,4566,4693,4751,4813,4867,4946,5087,5174,5256,5395,5478,5562,5649,5705,5756,5822,5896,5976,6063,6136,6213,6282,6356,6444,6521,6614,6710,6784,6864,6961,7013,7079,7166,7254,7316,7380,7443,7555,7664,7771,7881,7941,7996", + "endLines": "5,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", + "endColumns": "12,80,77,83,94,88,100,119,80,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,81,138,82,83,86,55,50,65,73,79,86,72,76,68,73,87,76,92,95,73,79,96,51,65,86,87,61,63,62,111,108,106,109,59,54,76", + "endOffsets": "318,3137,3215,3299,3394,3483,3584,3704,3785,3849,3941,4020,4080,4170,4234,4305,4368,4443,4507,4561,4688,4746,4808,4862,4941,5082,5169,5251,5390,5473,5557,5644,5700,5751,5817,5891,5971,6058,6131,6208,6277,6351,6439,6516,6609,6705,6779,6859,6956,7008,7074,7161,7249,7311,7375,7438,7550,7659,7766,7876,7936,7991,8068" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,8073", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,8154" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..ff7b3d0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836", + "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", + "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,8092", + "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", + "endOffsets": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,8173" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8178", + "endColumns": "100", + "endOffsets": "8274" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1079,1171,1250,1315,1405,1469,1537,1599,1672,1736,1790,1916,1974,2036,2090,2166,2309,2396,2478,2617,2699,2781,2868,2924,2975,3041,3116,3196,3283,3356,3433,3506,3580,3673,3750,3843,3941,4015,4096,4195,4248,4314,4403,4491,4553,4617,4680,4796,4899,5006,5110,5170,5225", + "endLines": "5,6,7,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", + "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85", + "endOffsets": "268,349,429,511,610,706,809,929,1010,1074,1166,1245,1310,1400,1464,1532,1594,1667,1731,1785,1911,1969,2031,2085,2161,2304,2391,2473,2612,2694,2776,2863,2919,2970,3036,3111,3191,3278,3351,3428,3501,3575,3668,3745,3838,3936,4010,4091,4190,4243,4309,4398,4486,4548,4612,4675,4791,4894,5001,5105,5165,5220,5306" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3054,3135,3215,3297,3396,3492,3595,3715,3796,3860,3952,4031,4096,4186,4250,4318,4380,4453,4517,4571,4697,4755,4817,4871,4947,5090,5177,5259,5398,5480,5562,5649,5705,5756,5822,5897,5977,6064,6137,6214,6287,6361,6454,6531,6624,6722,6796,6877,6976,7029,7095,7184,7272,7334,7398,7461,7577,7680,7787,7891,7951,8006", + "endLines": "5,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", + "endColumns": "12,80,79,81,98,95,102,119,80,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,81,138,81,81,86,55,50,65,74,79,86,72,76,72,73,92,76,92,97,73,80,98,52,65,88,87,61,63,62,115,102,106,103,59,54,85", + "endOffsets": "318,3130,3210,3292,3391,3487,3590,3710,3791,3855,3947,4026,4091,4181,4245,4313,4375,4448,4512,4566,4692,4750,4812,4866,4942,5085,5172,5254,5393,5475,5557,5644,5700,5751,5817,5892,5972,6059,6132,6209,6282,6356,6449,6526,6619,6717,6791,6872,6971,7024,7090,7179,7267,7329,7393,7456,7572,7675,7782,7886,7946,8001,8087" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json new file mode 100644 index 0000000..78adeb0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-pt/values-pt.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json new file mode 100644 index 0000000..7e282b0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ro/values-ro.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851", + "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", + "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "371,492,596,709,793,897,1018,1103,1183,1274,1367,1462,1556,1656,1749,1844,1938,2029,2121,2204,2316,2424,2524,2638,2744,2850,3014,8148", + "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", + "endOffsets": "487,591,704,788,892,1013,1098,1178,1269,1362,1457,1551,1651,1744,1839,1933,2024,2116,2199,2311,2419,2519,2633,2739,2845,3009,3112,8227" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8232", + "endColumns": "100", + "endOffsets": "8328" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1146,1241,1315,1375,1459,1521,1587,1645,1718,1781,1837,1956,2013,2074,2130,2204,2349,2435,2519,2652,2734,2817,2907,2962,3013,3079,3152,3230,3318,3389,3466,3540,3612,3703,3777,3872,3970,4044,4124,4225,4278,4344,4433,4523,4585,4649,4712,4824,4937,5047,5159,5218,5273", + "endLines": "6,7,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", + "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78", + "endOffsets": "316,408,496,583,679,769,870,991,1075,1141,1236,1310,1370,1454,1516,1582,1640,1713,1776,1832,1951,2008,2069,2125,2199,2344,2430,2514,2647,2729,2812,2902,2957,3008,3074,3147,3225,3313,3384,3461,3535,3607,3698,3772,3867,3965,4039,4119,4220,4273,4339,4428,4518,4580,4644,4707,4819,4932,5042,5154,5213,5268,5347" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3117,3209,3297,3384,3480,3570,3671,3792,3876,3942,4037,4111,4171,4255,4317,4383,4441,4514,4577,4633,4752,4809,4870,4926,5000,5145,5231,5315,5448,5530,5613,5703,5758,5809,5875,5948,6026,6114,6185,6262,6336,6408,6499,6573,6668,6766,6840,6920,7021,7074,7140,7229,7319,7381,7445,7508,7620,7733,7843,7955,8014,8069", + "endLines": "6,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", + "endColumns": "12,91,87,86,95,89,100,120,83,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,83,132,81,82,89,54,50,65,72,77,87,70,76,73,71,90,73,94,97,73,79,100,52,65,88,89,61,63,62,111,112,109,111,58,54,78", + "endOffsets": "366,3204,3292,3379,3475,3565,3666,3787,3871,3937,4032,4106,4166,4250,4312,4378,4436,4509,4572,4628,4747,4804,4865,4921,4995,5140,5226,5310,5443,5525,5608,5698,5753,5804,5870,5943,6021,6109,6180,6257,6331,6403,6494,6568,6663,6761,6835,6915,7016,7069,7135,7224,7314,7376,7440,7503,7615,7728,7838,7950,8009,8064,8143" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json new file mode 100644 index 0000000..6e846a2 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ru/values-ru.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822", + "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", + "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,8147", + "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", + "endOffsets": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,8224" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8229", + "endColumns": "100", + "endOffsets": "8325" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1202,1301,1378,1441,1559,1620,1685,1742,1812,1873,1927,2043,2100,2162,2216,2290,2418,2506,2592,2729,2813,2898,2989,3043,3094,3160,3232,3310,3406,3486,3562,3639,3716,3805,3878,3968,4063,4137,4218,4311,4366,4432,4518,4603,4665,4729,4792,4890,4990,5085,5187,5245,5300", + "endLines": "7,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", + "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79", + "endOffsets": "376,454,532,616,714,805,902,1039,1131,1197,1296,1373,1436,1554,1615,1680,1737,1807,1868,1922,2038,2095,2157,2211,2285,2413,2501,2587,2724,2808,2893,2984,3038,3089,3155,3227,3305,3401,3481,3557,3634,3711,3800,3873,3963,4058,4132,4213,4306,4361,4427,4513,4598,4660,4724,4787,4885,4985,5080,5182,5240,5295,5375" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3148,3226,3304,3388,3486,3577,3674,3811,3903,3969,4068,4145,4208,4326,4387,4452,4509,4579,4640,4694,4810,4867,4929,4983,5057,5185,5273,5359,5496,5580,5665,5756,5810,5861,5927,5999,6077,6173,6253,6329,6406,6483,6572,6645,6735,6830,6904,6985,7078,7133,7199,7285,7370,7432,7496,7559,7657,7757,7852,7954,8012,8067", + "endLines": "7,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", + "endColumns": "12,77,77,83,97,90,96,136,91,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,85,136,83,84,90,53,50,65,71,77,95,79,75,76,76,88,72,89,94,73,80,92,54,65,85,84,61,63,62,97,99,94,101,57,54,79", + "endOffsets": "426,3221,3299,3383,3481,3572,3669,3806,3898,3964,4063,4140,4203,4321,4382,4447,4504,4574,4635,4689,4805,4862,4924,4978,5052,5180,5268,5354,5491,5575,5660,5751,5805,5856,5922,5994,6072,6168,6248,6324,6401,6478,6567,6640,6730,6825,6899,6980,7073,7128,7194,7280,7365,7427,7491,7554,7652,7752,7847,7949,8007,8062,8142" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json new file mode 100644 index 0000000..ccface6 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-si/values-si.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,269,345,422,500,591,676,778,893,976,1040,1129,1196,1256,1350,1414,1477,1533,1603,1670,1725,1844,1901,1965,2019,2092,2214,2297,2382,2514,2592,2672,2758,2818,2870,2936,3006,3079,3161,3233,3310,3382,3452,3545,3618,3708,3801,3875,3947,4038,4092,4158,4242,4327,4389,4453,4516,4621,4721,4816,4916,4980,5036", + "endLines": "5,6,7,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", + "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79", + "endOffsets": "264,340,417,495,586,671,773,888,971,1035,1124,1191,1251,1345,1409,1472,1528,1598,1665,1720,1839,1896,1960,2014,2087,2209,2292,2377,2509,2587,2667,2753,2813,2865,2931,3001,3074,3156,3228,3305,3377,3447,3540,3613,3703,3796,3870,3942,4033,4087,4153,4237,4322,4384,4448,4511,4616,4716,4811,4911,4975,5031,5111" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3035,3111,3188,3266,3357,3442,3544,3659,3742,3806,3895,3962,4022,4116,4180,4243,4299,4369,4436,4491,4610,4667,4731,4785,4858,4980,5063,5148,5280,5358,5438,5524,5584,5636,5702,5772,5845,5927,5999,6076,6148,6218,6311,6384,6474,6567,6641,6713,6804,6858,6924,7008,7093,7155,7219,7282,7387,7487,7582,7682,7746,7802", + "endLines": "5,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", + "endColumns": "12,75,76,77,90,84,101,114,82,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,84,131,77,79,85,59,51,65,69,72,81,71,76,71,69,92,72,89,92,73,71,90,53,65,83,84,61,63,62,104,99,94,99,63,55,79", + "endOffsets": "314,3106,3183,3261,3352,3437,3539,3654,3737,3801,3890,3957,4017,4111,4175,4238,4294,4364,4431,4486,4605,4662,4726,4780,4853,4975,5058,5143,5275,5353,5433,5519,5579,5631,5697,5767,5840,5922,5994,6071,6143,6213,6306,6379,6469,6562,6636,6708,6799,6853,6919,7003,7088,7150,7214,7277,7382,7482,7577,7677,7741,7797,7877" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7964", + "endColumns": "100", + "endOffsets": "8060" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821", + "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", + "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,7882", + "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", + "endOffsets": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,7959" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json new file mode 100644 index 0000000..acb48e4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-sk/values-sk.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8097", + "endColumns": "100", + "endOffsets": "8193" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817", + "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", + "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,8014", + "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", + "endOffsets": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,8092" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1147,1246,1322,1387,1477,1541,1607,1661,1730,1790,1844,1961,2021,2083,2137,2209,2339,2426,2518,2657,2726,2804,2892,2946,2997,3063,3135,3212,3295,3367,3444,3517,3588,3676,3748,3840,3936,4010,4084,4180,4232,4299,4386,4473,4535,4599,4662,4768,4864,4962,5060,5118,5173", + "endLines": "7,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", + "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78", + "endOffsets": "373,448,523,601,693,776,868,996,1077,1142,1241,1317,1382,1472,1536,1602,1656,1725,1785,1839,1956,2016,2078,2132,2204,2334,2421,2513,2652,2721,2799,2887,2941,2992,3058,3130,3207,3290,3362,3439,3512,3583,3671,3743,3835,3931,4005,4079,4175,4227,4294,4381,4468,4530,4594,4657,4763,4859,4957,5055,5113,5168,5247" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3140,3215,3290,3368,3460,3543,3635,3763,3844,3909,4008,4084,4149,4239,4303,4369,4423,4492,4552,4606,4723,4783,4845,4899,4971,5101,5188,5280,5419,5488,5566,5654,5708,5759,5825,5897,5974,6057,6129,6206,6279,6350,6438,6510,6602,6698,6772,6846,6942,6994,7061,7148,7235,7297,7361,7424,7530,7626,7724,7822,7880,7935", + "endLines": "7,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", + "endColumns": "12,74,74,77,91,82,91,127,80,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,91,138,68,77,87,53,50,65,71,76,82,71,76,72,70,87,71,91,95,73,73,95,51,66,86,86,61,63,62,105,95,97,97,57,54,78", + "endOffsets": "423,3210,3285,3363,3455,3538,3630,3758,3839,3904,4003,4079,4144,4234,4298,4364,4418,4487,4547,4601,4718,4778,4840,4894,4966,5096,5183,5275,5414,5483,5561,5649,5703,5754,5820,5892,5969,6052,6124,6201,6274,6345,6433,6505,6597,6693,6767,6841,6937,6989,7056,7143,7230,7292,7356,7419,7525,7621,7719,7817,7875,7930,8009" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json new file mode 100644 index 0000000..3c88d6d --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-sl/values-sl.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1204,1298,1374,1437,1549,1609,1674,1728,1798,1858,1914,2026,2083,2145,2201,2274,2408,2493,2578,2721,2805,2888,2977,3033,3088,3154,3227,3304,3388,3462,3538,3613,3686,3774,3847,3937,4028,4100,4174,4265,4317,4384,4468,4555,4617,4681,4744,4847,4944,5042,5139,5199,5258", + "endLines": "7,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", + "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76", + "endOffsets": "362,451,540,628,726,817,923,1049,1133,1199,1293,1369,1432,1544,1604,1669,1723,1793,1853,1909,2021,2078,2140,2196,2269,2403,2488,2573,2716,2800,2883,2972,3028,3083,3149,3222,3299,3383,3457,3533,3608,3681,3769,3842,3932,4023,4095,4169,4260,4312,4379,4463,4550,4612,4676,4739,4842,4939,5037,5134,5194,5253,5330" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3157,3246,3335,3423,3521,3612,3718,3844,3928,3994,4088,4164,4227,4339,4399,4464,4518,4588,4648,4704,4816,4873,4935,4991,5064,5198,5283,5368,5511,5595,5678,5767,5823,5878,5944,6017,6094,6178,6252,6328,6403,6476,6564,6637,6727,6818,6890,6964,7055,7107,7174,7258,7345,7407,7471,7534,7637,7734,7832,7929,7989,8048", + "endLines": "7,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", + "endColumns": "12,88,88,87,97,90,105,125,83,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,84,142,83,82,88,55,54,65,72,76,83,73,75,74,72,87,72,89,90,71,73,90,51,66,83,86,61,63,62,102,96,97,96,59,58,76", + "endOffsets": "412,3241,3330,3418,3516,3607,3713,3839,3923,3989,4083,4159,4222,4334,4394,4459,4513,4583,4643,4699,4811,4868,4930,4986,5059,5193,5278,5363,5506,5590,5673,5762,5818,5873,5939,6012,6089,6173,6247,6323,6398,6471,6559,6632,6722,6813,6885,6959,7050,7102,7169,7253,7340,7402,7466,7529,7632,7729,7827,7924,7984,8043,8120" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2565,2745,2845", + "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83", + "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2560,2740,2840,2924" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,8125", + "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,104,179,99,83", + "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,8204" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8209", + "endColumns": "100", + "endOffsets": "8305" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json new file mode 100644 index 0000000..30a7c91 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-small-v4/values-small-v4.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-small-v4\\values-small-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,128,198,270", + "endColumns": "72,69,71,69", + "endOffsets": "123,193,265,335" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json new file mode 100644 index 0000000..727ac08 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-sq/values-sq.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801", + "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", + "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,8024", + "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", + "endOffsets": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,8101" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1177,1247,1306,1404,1466,1530,1589,1661,1724,1778,1895,1952,2014,2068,2140,2275,2358,2436,2577,2661,2743,2833,2886,2945,3011,3082,3161,3249,3325,3403,3475,3548,3637,3709,3803,3902,3976,4048,4149,4199,4265,4355,4444,4506,4570,4633,4749,4857,4966,5075,5132,5195", + "endLines": "5,6,7,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", + "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82", + "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1172,1242,1301,1399,1461,1525,1584,1656,1719,1773,1890,1947,2009,2063,2135,2270,2353,2431,2572,2656,2738,2828,2881,2940,3006,3077,3156,3244,3320,3398,3470,3543,3632,3704,3798,3897,3971,4043,4144,4194,4260,4350,4439,4501,4565,4628,4744,4852,4961,5070,5127,5190,5273" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3013,3092,3170,3256,3356,3448,3549,3675,3758,3823,3923,3993,4052,4150,4212,4276,4335,4407,4470,4524,4641,4698,4760,4814,4886,5021,5104,5182,5323,5407,5489,5579,5632,5691,5757,5828,5907,5995,6071,6149,6221,6294,6383,6455,6549,6648,6722,6794,6895,6945,7011,7101,7190,7252,7316,7379,7495,7603,7712,7821,7878,7941", + "endLines": "5,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", + "endColumns": "12,78,77,85,99,91,100,125,82,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,77,140,83,81,89,52,58,65,70,78,87,75,77,71,72,88,71,93,98,73,71,100,49,65,89,88,61,63,62,115,107,108,108,56,62,82", + "endOffsets": "312,3087,3165,3251,3351,3443,3544,3670,3753,3818,3918,3988,4047,4145,4207,4271,4330,4402,4465,4519,4636,4693,4755,4809,4881,5016,5099,5177,5318,5402,5484,5574,5627,5686,5752,5823,5902,5990,6066,6144,6216,6289,6378,6450,6544,6643,6717,6789,6890,6940,7006,7096,7185,7247,7311,7374,7490,7598,7707,7816,7873,7936,8019" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8106", + "endColumns": "100", + "endOffsets": "8202" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json new file mode 100644 index 0000000..6aa0e63 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-sr/values-sr.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833", + "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915" + }, + "to": { + "startLines": "7,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,96", + "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", + "startOffsets": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,8042", + "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", + "endOffsets": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,8124" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "97", + "startColumns": "4", + "startOffsets": "8129", + "endColumns": "100", + "endOffsets": "8225" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,7,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", + "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", + "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1125,1217,1285,1348,1451,1511,1577,1633,1704,1764,1818,1930,1987,2048,2102,2178,2303,2389,2472,2610,2691,2774,2862,2916,2972,3038,3112,3190,3279,3354,3430,3505,3576,3666,3739,3831,3927,3999,4075,4171,4224,4291,4378,4465,4527,4591,4654,4759,4863,4959,5066,5124,5184", + "endLines": "6,7,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", + "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "316,392,468,548,655,748,842,973,1054,1120,1212,1280,1343,1446,1506,1572,1628,1699,1759,1813,1925,1982,2043,2097,2173,2298,2384,2467,2605,2686,2769,2857,2911,2967,3033,3107,3185,3274,3349,3425,3500,3571,3661,3734,3826,3922,3994,4070,4166,4219,4286,4373,4460,4522,4586,4649,4754,4858,4954,5061,5119,5179,5259" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3099,3175,3251,3331,3438,3531,3625,3756,3837,3903,3995,4063,4126,4229,4289,4355,4411,4482,4542,4596,4708,4765,4826,4880,4956,5081,5167,5250,5388,5469,5552,5640,5694,5750,5816,5890,5968,6057,6132,6208,6283,6354,6444,6517,6609,6705,6777,6853,6949,7002,7069,7156,7243,7305,7369,7432,7537,7641,7737,7844,7902,7962", + "endLines": "6,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", + "endColumns": "12,75,75,79,106,92,93,130,80,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,82,137,80,82,87,53,55,65,73,77,88,74,75,74,70,89,72,91,95,71,75,95,52,66,86,86,61,63,62,104,103,95,106,57,59,79", + "endOffsets": "366,3170,3246,3326,3433,3526,3620,3751,3832,3898,3990,4058,4121,4224,4284,4350,4406,4477,4537,4591,4703,4760,4821,4875,4951,5076,5162,5245,5383,5464,5547,5635,5689,5745,5811,5885,5963,6052,6127,6203,6278,6349,6439,6512,6604,6700,6772,6848,6944,6997,7064,7151,7238,7300,7364,7427,7532,7636,7732,7839,7897,7957,8037" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json new file mode 100644 index 0000000..125576f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-sv/values-sv.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7944", + "endColumns": "100", + "endOffsets": "8040" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1082,1174,1238,1298,1390,1455,1518,1580,1647,1711,1765,1870,1929,1990,2044,2113,2232,2315,2399,2535,2614,2698,2784,2838,2889,2955,3024,3098,3187,3259,3336,3407,3481,3572,3651,3738,3826,3898,3972,4057,4108,4175,4256,4340,4402,4466,4529,4636,4743,4842,4950,5008,5063", + "endLines": "5,6,7,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", + "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77", + "endOffsets": "261,360,452,533,635,715,813,935,1014,1077,1169,1233,1293,1385,1450,1513,1575,1642,1706,1760,1865,1924,1985,2039,2108,2227,2310,2394,2530,2609,2693,2779,2833,2884,2950,3019,3093,3182,3254,3331,3402,3476,3567,3646,3733,3821,3893,3967,4052,4103,4170,4251,4335,4397,4461,4524,4631,4738,4837,4945,5003,5058,5136" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2989,3088,3180,3261,3363,3443,3541,3663,3742,3805,3897,3961,4021,4113,4178,4241,4303,4370,4434,4488,4593,4652,4713,4767,4836,4955,5038,5122,5258,5337,5421,5507,5561,5612,5678,5747,5821,5910,5982,6059,6130,6204,6295,6374,6461,6549,6621,6695,6780,6831,6898,6979,7063,7125,7189,7252,7359,7466,7565,7673,7731,7786", + "endLines": "5,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", + "endColumns": "12,98,91,80,101,79,97,121,78,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,83,135,78,83,85,53,50,65,68,73,88,71,76,70,73,90,78,86,87,71,73,84,50,66,80,83,61,63,62,106,106,98,107,57,54,77", + "endOffsets": "311,3083,3175,3256,3358,3438,3536,3658,3737,3800,3892,3956,4016,4108,4173,4236,4298,4365,4429,4483,4588,4647,4708,4762,4831,4950,5033,5117,5253,5332,5416,5502,5556,5607,5673,5742,5816,5905,5977,6054,6125,6199,6290,6369,6456,6544,6616,6690,6775,6826,6893,6974,7058,7120,7184,7247,7354,7461,7560,7668,7726,7781,7859" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778", + "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "316,419,522,633,717,819,932,1009,1084,1177,1272,1367,1461,1563,1658,1755,1853,1949,2042,2122,2228,2327,2423,2528,2631,2733,2887,7864", + "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "414,517,628,712,814,927,1004,1079,1172,1267,1362,1456,1558,1653,1750,1848,1944,2037,2117,2223,2322,2418,2523,2626,2728,2882,2984,7939" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json new file mode 100644 index 0000000..df1470d --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-sw/values-sw.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8099", + "endColumns": "100", + "endOffsets": "8195" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801", + "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", + "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,8016", + "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", + "endOffsets": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,8094" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,335,409,482,579,668,767,896,979,1047,1139,1212,1275,1361,1423,1486,1551,1619,1682,1736,1868,1925,1987,2041,2115,2253,2334,2414,2546,2631,2718,2806,2860,2913,2979,3051,3133,3223,3295,3370,3441,3514,3611,3685,3780,3877,3951,4036,4136,4189,4257,4345,4435,4497,4561,4624,4741,4851,4962,5074,5132,5189", + "endLines": "5,6,7,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", + "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80", + "endOffsets": "254,330,404,477,574,663,762,891,974,1042,1134,1207,1270,1356,1418,1481,1546,1614,1677,1731,1863,1920,1982,2036,2110,2248,2329,2409,2541,2626,2713,2801,2855,2908,2974,3046,3128,3218,3290,3365,3436,3509,3606,3680,3775,3872,3946,4031,4131,4184,4252,4340,4430,4492,4556,4619,4736,4846,4957,5069,5127,5184,5265" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3005,3081,3155,3228,3325,3414,3513,3642,3725,3793,3885,3958,4021,4107,4169,4232,4297,4365,4428,4482,4614,4671,4733,4787,4861,4999,5080,5160,5292,5377,5464,5552,5606,5659,5725,5797,5879,5969,6041,6116,6187,6260,6357,6431,6526,6623,6697,6782,6882,6935,7003,7091,7181,7243,7307,7370,7487,7597,7708,7820,7878,7935", + "endLines": "5,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", + "endColumns": "12,75,73,72,96,88,98,128,82,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,131,84,86,87,53,52,65,71,81,89,71,74,70,72,96,73,94,96,73,84,99,52,67,87,89,61,63,62,116,109,110,111,57,56,80", + "endOffsets": "304,3076,3150,3223,3320,3409,3508,3637,3720,3788,3880,3953,4016,4102,4164,4227,4292,4360,4423,4477,4609,4666,4728,4782,4856,4994,5075,5155,5287,5372,5459,5547,5601,5654,5720,5792,5874,5964,6036,6111,6182,6255,6352,6426,6521,6618,6692,6777,6877,6930,6998,7086,7176,7238,7302,7365,7482,7592,7703,7815,7873,7930,8011" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..248dc29 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795", + "endLines": "2,3,4,5,6,7,9,10,11,12,13,17", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", + "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json new file mode 100644 index 0000000..1cd3911 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ta/values-ta.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8281", + "endColumns": "100", + "endOffsets": "8377" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1102,1210,1278,1339,1447,1514,1600,1658,1742,1809,1863,1986,2048,2111,2165,2253,2381,2467,2549,2681,2761,2842,2931,2988,3040,3106,3191,3279,3371,3440,3517,3597,3665,3764,3847,3939,4033,4107,4193,4287,4337,4403,4488,4575,4638,4703,4766,4874,4977,5075,5180,5241,5297", + "endLines": "5,6,7,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", + "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85", + "endOffsets": "267,355,441,525,628,722,831,949,1033,1097,1205,1273,1334,1442,1509,1595,1653,1737,1804,1858,1981,2043,2106,2160,2248,2376,2462,2544,2676,2756,2837,2926,2983,3035,3101,3186,3274,3366,3435,3512,3592,3660,3759,3842,3934,4028,4102,4188,4282,4332,4398,4483,4570,4633,4698,4761,4869,4972,5070,5175,5236,5292,5378" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3088,3176,3262,3346,3449,3543,3652,3770,3854,3918,4026,4094,4155,4263,4330,4416,4474,4558,4625,4679,4802,4864,4927,4981,5069,5197,5283,5365,5497,5577,5658,5747,5804,5856,5922,6007,6095,6187,6256,6333,6413,6481,6580,6663,6755,6849,6923,7009,7103,7153,7219,7304,7391,7454,7519,7582,7690,7793,7891,7996,8057,8113", + "endLines": "5,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", + "endColumns": "12,87,85,83,102,93,108,117,83,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,81,131,79,80,88,56,51,65,84,87,91,68,76,79,67,98,82,91,93,73,85,93,49,65,84,86,62,64,62,107,102,97,104,60,55,85", + "endOffsets": "317,3171,3257,3341,3444,3538,3647,3765,3849,3913,4021,4089,4150,4258,4325,4411,4469,4553,4620,4674,4797,4859,4922,4976,5064,5192,5278,5360,5492,5572,5653,5742,5799,5851,5917,6002,6090,6182,6251,6328,6408,6476,6575,6658,6750,6844,6918,7004,7098,7148,7214,7299,7386,7449,7514,7577,7685,7788,7886,7991,8052,8108,8194" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871", + "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", + "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,8199", + "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", + "endOffsets": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,8276" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json new file mode 100644 index 0000000..d4ff0c4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-te/values-te.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1103,1197,1264,1326,1419,1483,1551,1614,1688,1753,1807,1928,1985,2047,2101,2180,2308,2396,2488,2633,2713,2795,2883,2941,2993,3059,3134,3212,3302,3375,3451,3532,3601,3706,3783,3874,3967,4041,4118,4210,4265,4331,4415,4501,4564,4629,4693,4803,4915,5014,5133,5197,5253", + "endLines": "5,6,7,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", + "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82", + "endOffsets": "271,360,450,536,634,721,825,941,1032,1098,1192,1259,1321,1414,1478,1546,1609,1683,1748,1802,1923,1980,2042,2096,2175,2303,2391,2483,2628,2708,2790,2878,2936,2988,3054,3129,3207,3297,3370,3446,3527,3596,3701,3778,3869,3962,4036,4113,4205,4260,4326,4410,4496,4559,4624,4688,4798,4910,5009,5128,5192,5248,5331" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3080,3169,3259,3345,3443,3530,3634,3750,3841,3907,4001,4068,4130,4223,4287,4355,4418,4492,4557,4611,4732,4789,4851,4905,4984,5112,5200,5292,5437,5517,5599,5687,5745,5797,5863,5938,6016,6106,6179,6255,6336,6405,6510,6587,6678,6771,6845,6922,7014,7069,7135,7219,7305,7368,7433,7497,7607,7719,7818,7937,8001,8057", + "endLines": "5,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", + "endColumns": "12,88,89,85,97,86,103,115,90,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,91,144,79,81,87,57,51,65,74,77,89,72,75,80,68,104,76,90,92,73,76,91,54,65,83,85,62,64,63,109,111,98,118,63,55,82", + "endOffsets": "321,3164,3254,3340,3438,3525,3629,3745,3836,3902,3996,4063,4125,4218,4282,4350,4413,4487,4552,4606,4727,4784,4846,4900,4979,5107,5195,5287,5432,5512,5594,5682,5740,5792,5858,5933,6011,6101,6174,6250,6331,6400,6505,6582,6673,6766,6840,6917,7009,7064,7130,7214,7300,7363,7428,7492,7602,7714,7813,7932,7996,8052,8135" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,222,334,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,8140", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,8218" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8223", + "endColumns": "100", + "endOffsets": "8319" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json new file mode 100644 index 0000000..418b817 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-th/values-th.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,285,358,430,513,598,684,783,896,976,1046,1136,1206,1266,1353,1419,1484,1545,1609,1670,1724,1825,1886,1946,2000,2070,2181,2268,2349,2492,2571,2653,2745,2799,2852,2918,2988,3066,3152,3224,3302,3371,3440,3522,3610,3703,3797,3871,3940,4035,4087,4155,4240,4328,4390,4454,4517,4617,4710,4807,4900,4958,5015", + "endLines": "5,6,7,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", + "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76", + "endOffsets": "280,353,425,508,593,679,778,891,971,1041,1131,1201,1261,1348,1414,1479,1540,1604,1665,1719,1820,1881,1941,1995,2065,2176,2263,2344,2487,2566,2648,2740,2794,2847,2913,2983,3061,3147,3219,3297,3366,3435,3517,3605,3698,3792,3866,3935,4030,4082,4150,4235,4323,4385,4449,4512,4612,4705,4802,4895,4953,5010,5087" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2964,3037,3109,3192,3277,3363,3462,3575,3655,3725,3815,3885,3945,4032,4098,4163,4224,4288,4349,4403,4504,4565,4625,4679,4749,4860,4947,5028,5171,5250,5332,5424,5478,5531,5597,5667,5745,5831,5903,5981,6050,6119,6201,6289,6382,6476,6550,6619,6714,6766,6834,6919,7007,7069,7133,7196,7296,7389,7486,7579,7637,7694", + "endLines": "5,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", + "endColumns": "12,72,71,82,84,85,98,112,79,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,80,142,78,81,91,53,52,65,69,77,85,71,77,68,68,81,87,92,93,73,68,94,51,67,84,87,61,63,62,99,92,96,92,57,56,76", + "endOffsets": "330,3032,3104,3187,3272,3358,3457,3570,3650,3720,3810,3880,3940,4027,4093,4158,4219,4283,4344,4398,4499,4560,4620,4674,4744,4855,4942,5023,5166,5245,5327,5419,5473,5526,5592,5662,5740,5826,5898,5976,6045,6114,6196,6284,6377,6471,6545,6614,6709,6761,6829,6914,7002,7064,7128,7191,7291,7384,7481,7574,7632,7689,7766" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7853", + "endColumns": "100", + "endOffsets": "7949" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734", + "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", + "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,7771", + "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", + "endOffsets": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,7848" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json new file mode 100644 index 0000000..7e9eb92 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-tl/values-tl.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8263", + "endColumns": "100", + "endOffsets": "8359" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845", + "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", + "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,8178", + "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", + "endOffsets": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,8258" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1108,1207,1275,1334,1423,1491,1558,1621,1696,1764,1818,1938,1996,2058,2112,2187,2329,2419,2504,2649,2733,2816,2912,2970,3021,3087,3161,3239,3330,3404,3483,3556,3628,3732,3805,3904,4004,4078,4153,4260,4312,4379,4470,4564,4626,4690,4753,4872,4974,5083,5186,5248,5303", + "endLines": "5,6,7,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", + "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84", + "endOffsets": "275,359,439,525,622,712,817,953,1038,1103,1202,1270,1329,1418,1486,1553,1616,1691,1759,1813,1933,1991,2053,2107,2182,2324,2414,2499,2644,2728,2811,2907,2965,3016,3082,3156,3234,3325,3399,3478,3551,3623,3727,3800,3899,3999,4073,4148,4255,4307,4374,4465,4559,4621,4685,4748,4867,4969,5078,5181,5243,5298,5383" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3070,3154,3234,3320,3417,3507,3612,3748,3833,3898,3997,4065,4124,4213,4281,4348,4411,4486,4554,4608,4728,4786,4848,4902,4977,5119,5209,5294,5439,5523,5606,5702,5760,5811,5877,5951,6029,6120,6194,6273,6346,6418,6522,6595,6694,6794,6868,6943,7050,7102,7169,7260,7354,7416,7480,7543,7662,7764,7873,7976,8038,8093", + "endLines": "5,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", + "endColumns": "12,83,79,85,96,89,104,135,84,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,84,144,83,82,95,57,50,65,73,77,90,73,78,72,71,103,72,98,99,73,74,106,51,66,90,93,61,63,62,118,101,108,102,61,54,84", + "endOffsets": "325,3149,3229,3315,3412,3502,3607,3743,3828,3893,3992,4060,4119,4208,4276,4343,4406,4481,4549,4603,4723,4781,4843,4897,4972,5114,5204,5289,5434,5518,5601,5697,5755,5806,5872,5946,6024,6115,6189,6268,6341,6413,6517,6590,6689,6789,6863,6938,7045,7097,7164,7255,7349,7411,7475,7538,7657,7759,7868,7971,8033,8088,8173" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json new file mode 100644 index 0000000..915e978 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-tr/values-tr.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,340,415,492,591,682,778,890,972,1036,1127,1204,1265,1356,1419,1482,1541,1610,1673,1727,1835,1893,1955,2009,2082,2203,2287,2378,2518,2595,2671,2758,2811,2865,2931,3001,3078,3161,3232,3307,3385,3456,3541,3630,3725,3818,3890,3962,4058,4110,4177,4261,4351,4413,4477,4540,4634,4730,4819,4916,4973,5031", + "endLines": "5,6,7,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", + "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78", + "endOffsets": "260,335,410,487,586,677,773,885,967,1031,1122,1199,1260,1351,1414,1477,1536,1605,1668,1722,1830,1888,1950,2004,2077,2198,2282,2373,2513,2590,2666,2753,2806,2860,2926,2996,3073,3156,3227,3302,3380,3451,3536,3625,3720,3813,3885,3957,4053,4105,4172,4256,4346,4408,4472,4535,4629,4725,4814,4911,4968,5026,5105" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3082,3157,3234,3333,3424,3520,3632,3714,3778,3869,3946,4007,4098,4161,4224,4283,4352,4415,4469,4577,4635,4697,4751,4824,4945,5029,5120,5260,5337,5413,5500,5553,5607,5673,5743,5820,5903,5974,6049,6127,6198,6283,6372,6467,6560,6632,6704,6800,6852,6919,7003,7093,7155,7219,7282,7376,7472,7561,7658,7715,7773", + "endLines": "5,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", + "endColumns": "12,74,74,76,98,90,95,111,81,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,90,139,76,75,86,52,53,65,69,76,82,70,74,77,70,84,88,94,92,71,71,95,51,66,83,89,61,63,62,93,95,88,96,56,57,78", + "endOffsets": "310,3077,3152,3229,3328,3419,3515,3627,3709,3773,3864,3941,4002,4093,4156,4219,4278,4347,4410,4464,4572,4630,4692,4746,4819,4940,5024,5115,5255,5332,5408,5495,5548,5602,5668,5738,5815,5898,5969,6044,6122,6193,6278,6367,6462,6555,6627,6699,6795,6847,6914,6998,7088,7150,7214,7277,7371,7467,7556,7653,7710,7768,7847" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7932", + "endColumns": "100", + "endOffsets": "8028" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797", + "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", + "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,7852", + "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", + "endOffsets": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,7927" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json new file mode 100644 index 0000000..73603ee --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-uk/values-uk.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829", + "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906" + }, + "to": { + "startLines": "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,97", + "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", + "startOffsets": "424,533,635,743,829,934,1052,1133,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,8075", + "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "528,630,738,824,929,1047,1128,1207,1298,1391,1486,1580,1680,1773,1868,1963,2054,2145,2244,2350,2456,2554,2661,2768,2873,3043,3143,8152" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1179,1270,1336,1399,1487,1549,1616,1674,1745,1804,1858,1972,2032,2095,2149,2222,2341,2427,2510,2649,2734,2821,2909,2966,3017,3083,3155,3231,3321,3394,3471,3552,3626,3716,3795,3886,3982,4056,4137,4232,4286,4352,4439,4525,4587,4651,4714,4821,4913,5011,5103,5164,5219", + "endLines": "7,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", + "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81", + "endOffsets": "369,447,525,613,721,812,908,1024,1107,1174,1265,1331,1394,1482,1544,1611,1669,1740,1799,1853,1967,2027,2090,2144,2217,2336,2422,2505,2644,2729,2816,2904,2961,3012,3078,3150,3226,3316,3389,3466,3547,3621,3711,3790,3881,3977,4051,4132,4227,4281,4347,4434,4520,4582,4646,4709,4816,4908,5006,5098,5159,5214,5296" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3148,3226,3304,3392,3500,3591,3687,3803,3886,3953,4044,4110,4173,4261,4323,4390,4448,4519,4578,4632,4746,4806,4869,4923,4996,5115,5201,5284,5423,5508,5595,5683,5740,5791,5857,5929,6005,6095,6168,6245,6326,6400,6490,6569,6660,6756,6830,6911,7006,7060,7126,7213,7299,7361,7425,7488,7595,7687,7785,7877,7938,7993", + "endLines": "7,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", + "endColumns": "12,77,77,87,107,90,95,115,82,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,82,138,84,86,87,56,50,65,71,75,89,72,76,80,73,89,78,90,95,73,80,94,53,65,86,85,61,63,62,106,91,97,91,60,54,81", + "endOffsets": "419,3221,3299,3387,3495,3586,3682,3798,3881,3948,4039,4105,4168,4256,4318,4385,4443,4514,4573,4627,4741,4801,4864,4918,4991,5110,5196,5279,5418,5503,5590,5678,5735,5786,5852,5924,6000,6090,6163,6240,6321,6395,6485,6564,6655,6751,6825,6906,7001,7055,7121,7208,7294,7356,7420,7483,7590,7682,7780,7872,7933,7988,8070" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "98", + "startColumns": "4", + "startOffsets": "8157", + "endColumns": "100", + "endOffsets": "8253" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json new file mode 100644 index 0000000..083b60e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-ur/values-ur.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,259,337,415,493,591,680,780,899,982,1047,1140,1210,1269,1359,1423,1492,1550,1619,1679,1743,1855,1914,1973,2028,2103,2226,2306,2390,2523,2605,2686,2773,2831,2887,2953,3028,3108,3193,3260,3335,3412,3476,3570,3640,3729,3822,3896,3971,4061,4117,4184,4268,4352,4414,4478,4541,4641,4748,4842,4951,5013,5073", + "endLines": "5,6,7,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", + "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79", + "endOffsets": "254,332,410,488,586,675,775,894,977,1042,1135,1205,1264,1354,1418,1487,1545,1614,1674,1738,1850,1909,1968,2023,2098,2221,2301,2385,2518,2600,2681,2768,2826,2882,2948,3023,3103,3188,3255,3330,3407,3471,3565,3635,3724,3817,3891,3966,4056,4112,4179,4263,4347,4409,4473,4536,4636,4743,4837,4946,5008,5068,5148" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3036,3114,3192,3270,3368,3457,3557,3676,3759,3824,3917,3987,4046,4136,4200,4269,4327,4396,4456,4520,4632,4691,4750,4805,4880,5003,5083,5167,5300,5382,5463,5550,5608,5664,5730,5805,5885,5970,6037,6112,6189,6253,6347,6417,6506,6599,6673,6748,6838,6894,6961,7045,7129,7191,7255,7318,7418,7525,7619,7728,7790,7850", + "endLines": "5,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", + "endColumns": "12,77,77,77,97,88,99,118,82,64,92,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,83,132,81,80,86,57,55,65,74,79,84,66,74,76,63,93,69,88,92,73,74,89,55,66,83,83,61,63,62,99,106,93,108,61,59,79", + "endOffsets": "304,3109,3187,3265,3363,3452,3552,3671,3754,3819,3912,3982,4041,4131,4195,4264,4322,4391,4451,4515,4627,4686,4745,4800,4875,4998,5078,5162,5295,5377,5458,5545,5603,5659,5725,5800,5880,5965,6032,6107,6184,6248,6342,6412,6501,6594,6668,6743,6833,6889,6956,7040,7124,7186,7250,7313,7413,7520,7614,7723,7785,7845,7925" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832", + "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", + "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,7930", + "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", + "endOffsets": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,8011" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8016", + "endColumns": "100", + "endOffsets": "8112" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json new file mode 100644 index 0000000..7022198 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-uz/values-uz.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1074,1177,1247,1314,1423,1486,1553,1612,1686,1749,1803,1918,1976,2038,2092,2167,2296,2386,2475,2616,2698,2780,2866,2926,2977,3043,3116,3194,3280,3352,3429,3504,3575,3669,3748,3844,3938,4012,4088,4174,4227,4293,4378,4469,4531,4595,4658,4760,4851,4947,5039,5103,5158", + "endLines": "5,6,7,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", + "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82", + "endOffsets": "278,355,435,518,612,699,794,921,1005,1069,1172,1242,1309,1418,1481,1548,1607,1681,1744,1798,1913,1971,2033,2087,2162,2291,2381,2470,2611,2693,2775,2861,2921,2972,3038,3111,3189,3275,3347,3424,3499,3570,3664,3743,3839,3933,4007,4083,4169,4222,4288,4373,4464,4526,4590,4653,4755,4846,4942,5034,5098,5153,5236" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3004,3081,3161,3244,3338,3425,3520,3647,3731,3795,3898,3968,4035,4144,4207,4274,4333,4407,4470,4524,4639,4697,4759,4813,4888,5017,5107,5196,5337,5419,5501,5587,5647,5698,5764,5837,5915,6001,6073,6150,6225,6296,6390,6469,6565,6659,6733,6809,6895,6948,7014,7099,7190,7252,7316,7379,7481,7572,7668,7760,7824,7879", + "endLines": "5,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", + "endColumns": "12,76,79,82,93,86,94,126,83,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,88,140,81,81,85,59,50,65,72,77,85,71,76,74,70,93,78,95,93,73,75,85,52,65,84,90,61,63,62,101,90,95,91,63,54,82", + "endOffsets": "328,3076,3156,3239,3333,3420,3515,3642,3726,3790,3893,3963,4030,4139,4202,4269,4328,4402,4465,4519,4634,4692,4754,4808,4883,5012,5102,5191,5332,5414,5496,5582,5642,5693,5759,5832,5910,5996,6068,6145,6220,6291,6385,6464,6560,6654,6728,6804,6890,6943,7009,7094,7185,7247,7311,7374,7476,7567,7663,7755,7819,7874,7957" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776", + "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", + "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,7962", + "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", + "endOffsets": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,8041" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8046", + "endColumns": "100", + "endOffsets": "8142" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json new file mode 100644 index 0000000..1f389b2 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v16/values-v16.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json new file mode 100644 index 0000000..fea4441 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v17/values-v17.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", + "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json new file mode 100644 index 0000000..94284d0 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v18/values-v18.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json new file mode 100644 index 0000000..5687d1b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json @@ -0,0 +1,66 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v21/values-v21.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,237,304,368,484,610,736,864,1036", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,232,299,363,479,605,731,859,1031,1383" + }, + "to": { + "startLines": "2,17,18,19,343,344,345,346,548,551", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1408,1472,1539,25186,25302,25428,25554,37550,37722", + "endLines": "2,17,18,19,343,344,345,346,550,555", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1467,1534,1598,25297,25423,25549,25677,37717,38069" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248", + "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", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337" + }, + "to": { + "startLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,42,44,45,46,47,48,50,52,54,56,58,60,61,66,68,70,71,72,74,76,77,78,79,84,96,139,142,185,200,212,214,216,218,221,225,228,229,230,233,234,235,236,237,238,241,242,244,246,248,250,254,256,257,258,259,261,265,267,269,270,271,272,273,274,305,306,307,317,318,319,331", + "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", + "startOffsets": "1603,1694,1797,1900,2005,2112,2221,2330,2439,2548,2657,2764,2867,2986,3141,3296,3401,3522,3623,3770,3911,4014,4133,4240,4343,4498,4669,4818,4983,5140,5291,5410,5761,5910,6059,6171,6318,6471,6618,6693,6782,6869,7394,8486,11244,11429,14199,15332,16184,16307,16430,16543,16726,16981,17182,17271,17382,17615,17716,17811,17934,18063,18180,18357,18456,18591,18734,18869,18988,19189,19308,19401,19512,19568,19675,19870,19981,20114,20209,20300,20391,20484,20601,23034,23105,23188,23811,23868,23926,24550", + "endLines": "20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,41,43,44,45,46,47,49,51,53,55,57,59,60,65,67,69,70,71,73,75,76,77,78,79,84,138,141,184,187,202,213,215,217,220,224,227,228,229,232,233,234,235,236,237,240,241,243,245,247,249,253,255,256,257,258,260,264,266,268,269,270,271,272,273,275,305,306,316,317,318,330,342", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", + "endOffsets": "1689,1792,1895,2000,2107,2216,2325,2434,2543,2652,2759,2862,2981,3136,3291,3396,3517,3618,3765,3906,4009,4128,4235,4338,4493,4664,4813,4978,5135,5286,5405,5756,5905,6054,6166,6313,6466,6613,6688,6777,6864,6965,7492,11239,11424,14194,14391,15526,16302,16425,16538,16721,16976,17177,17266,17377,17610,17711,17806,17929,18058,18175,18352,18451,18586,18729,18864,18983,19184,19303,19396,19507,19563,19670,19865,19976,20109,20204,20295,20386,20479,20596,20735,23100,23183,23806,23863,23921,24545,25181" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,25,28,31,34,37,40,43,46,49,52,55,56,59,64,75,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221,231,237,243,249,255,259,263,264,265,266,270,273,276,279,282,283,286,289,293,297", + "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", + "startOffsets": "55,153,249,345,443,511,590,678,766,854,942,1029,1116,1203,1290,1383,1490,1595,1714,1839,1960,2173,2432,2703,2921,3153,3389,3639,3852,4061,4292,4493,4609,4779,5100,6129,6586,7137,7692,8248,8809,9361,9912,10464,11017,11566,12119,12675,13230,13776,14330,14885,15177,15471,15771,16071,16400,16741,16879,17023,17179,17572,17790,18012,18238,18454,18564,18734,18924,19165,19424", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,51,54,55,58,63,74,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,236,242,248,254,258,262,263,264,265,269,272,275,278,281,282,285,288,292,296,299", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "148,244,340,438,506,585,673,761,849,937,1024,1111,1198,1285,1378,1485,1590,1709,1834,1955,2168,2427,2698,2916,3148,3384,3634,3847,4056,4287,4488,4604,4774,5095,6124,6581,7132,7687,8243,8804,9356,9907,10459,11012,11561,12114,12670,13225,13771,14325,14880,15172,15466,15766,16066,16395,16736,16874,17018,17174,17567,17785,18007,18233,18449,18559,18729,18919,19160,19419,19596" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,87,90,93,188,191,194,197,203,206,209,276,279,280,283,288,299,347,357,367,377,387,397,407,417,427,437,447,457,467,477,487,497,503,509,515,521,525,529,530,531,532,536,539,542,545,556,557,560,563,567,571", + "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", + "startOffsets": "173,271,367,463,561,629,708,796,884,972,1060,1147,1234,1321,6970,7063,7170,7275,7497,7622,7743,7956,8215,14396,14614,14846,15082,15531,15744,15953,20740,20941,21057,21227,21548,22577,25682,26233,26788,27344,27905,28457,29008,29560,30113,30662,31215,31771,32326,32872,33426,33981,34273,34567,34867,35167,35496,35837,35975,36119,36275,36668,36886,37108,37334,38074,38184,38354,38544,38785,39044", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,95,190,193,196,199,205,208,211,278,279,282,287,298,304,356,366,376,386,396,406,416,426,436,446,456,466,476,486,496,502,508,514,520,524,528,529,530,531,535,538,541,544,547,556,559,562,566,570,573", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "266,362,458,556,624,703,791,879,967,1055,1142,1229,1316,1403,7058,7165,7270,7389,7617,7738,7951,8210,8481,14609,14841,15077,15327,15739,15948,16179,20936,21052,21222,21543,22572,23029,26228,26783,27339,27900,28452,29003,29555,30108,30657,31210,31766,32321,32867,33421,33976,34268,34562,34862,35162,35491,35832,35970,36114,36270,36663,36881,37103,37329,37545,38179,38349,38539,38780,39039,39216" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json new file mode 100644 index 0000000..b27ce93 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v22/values-v22.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,487", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,482,764" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json new file mode 100644 index 0000000..65e39fc --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json @@ -0,0 +1,58 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v23/values-v23.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1225,1975,2094,2221,2443,2667,2782,2889,3002", + "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49", + "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", + "endOffsets": "185,320,395,482,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\bf77ad590024d0e14c0f8c0505794694\\transformed\\cardview-1.0.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "200" + }, + "to": { + "startLines": "50", + "startColumns": "4", + "startOffsets": "3232", + "endLines": "52", + "endColumns": "12", + "endOffsets": "3377" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,5,8,13,17,20,23,26,31,34,38", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,481,801,1038,1245,1452,1655,1987,2189,2454", + "endLines": "4,7,12,16,19,22,25,30,33,37,41", + "endColumns": "10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,476,796,1033,1240,1447,1650,1982,2184,2449,2722" + }, + "to": { + "startLines": "53,56,59,64,68,71,74,77,82,85,89", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3808,4128,4365,4572,4779,4982,5314,5516,5781", + "endLines": "55,58,63,67,70,73,76,81,84,88,92", + "endColumns": "10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3803,4123,4360,4567,4774,4977,5309,5511,5776,6049" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json new file mode 100644 index 0000000..6dde48f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v24/values-v24.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,9,12,15", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,140,239,326,427,626,839,1040", + "endLines": "2,3,4,5,8,11,14,17", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "135,234,321,422,621,834,1035,1250" + }, + "to": { + "startLines": "4,5,6,7,8,11,14,17", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "347,432,531,618,719,918,1131,1332", + "endLines": "4,5,6,7,10,13,16,19", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "427,526,613,714,913,1126,1327,1542" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,212", + "endColumns": "156,134", + "endOffsets": "207,342" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json new file mode 100644 index 0000000..7e4924f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v25/values-v25.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json new file mode 100644 index 0000000..1c584f6 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v26/values-v26.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,381,557,796", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,376,552,791,884" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json new file mode 100644 index 0000000..6317df5 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v28/values-v28.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1141", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1423" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,248,343,441,529,617,705,793,880,967,1054,1675", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136,1957" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,397", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,392,584" + }, + "to": { + "startLines": "14,15,16,20", + "startColumns": "4,4,4,4", + "startOffsets": "1141,1216,1303,1483", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1211,1298,1478,1670" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json new file mode 100644 index 0000000..e75685a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-v31/values-v31.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-v31\\values-v31.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,224,270,317", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6357,6468,6576,6684,6790,6893,7006,7113,7230,7333,7452,7557,7672,7780,7896,7996,8106,8210,8324,8424,8540,8642,8754,8858,8970,9079,9188,9295,9400,9514,9623,9741,9845,9965,10072,10188,10297,10414,10515,10626,10731,10846,10947,11064,11167,11280,11371,11464,11559,11652,11745,11838,11931,12024,12117,12210,12303,12396,12489,12596,12705,12816,12925,13034,13143,13252,13361,13470,13579,13688,13797,13906,13997,14090,14185,14278,14371,14464,14557,14650,14743,14836,14929,15022,15115,15210,15307,15406,15503,15600,15697,15794,15891,15988,16085,16182,16279,16376,16469,16564,16661,16756,16851,16946,17041,17136,17231,17326,17421,17516,17611,21390,25192,29051", + "endLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,223,269,316,363", + "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,102,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,100,116,102,112,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10", + "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6352,6463,6571,6679,6785,6888,7001,7108,7225,7328,7447,7552,7667,7775,7891,7991,8101,8205,8319,8419,8535,8637,8749,8853,8965,9074,9183,9290,9395,9509,9618,9736,9840,9960,10067,10183,10292,10409,10510,10621,10726,10841,10942,11059,11162,11275,11366,11459,11554,11647,11740,11833,11926,12019,12112,12205,12298,12391,12484,12591,12700,12811,12920,13029,13138,13247,13356,13465,13574,13683,13792,13901,13992,14085,14180,14273,14366,14459,14552,14645,14738,14831,14924,15017,15110,15205,15302,15401,15498,15595,15692,15789,15886,15983,16080,16177,16274,16371,16464,16559,16656,16751,16846,16941,17036,17131,17226,17321,17416,17511,17606,21385,25187,29046,32928" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json new file mode 100644 index 0000000..3c830ec --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-vi/values-vi.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798", + "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", + "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,7820", + "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", + "endOffsets": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,7900" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7905", + "endColumns": "100", + "endOffsets": "8001" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1109,1183,1242,1328,1390,1451,1509,1573,1634,1688,1805,1862,1922,1976,2051,2178,2262,2340,2470,2554,2632,2723,2774,2825,2891,2959,3035,3116,3195,3270,3343,3419,3508,3585,3676,3770,3844,3914,4007,4056,4122,4207,4293,4355,4419,4482,4581,4686,4784,4889,4944,4999", + "endLines": "5,6,7,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", + "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77", + "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1104,1178,1237,1323,1385,1446,1504,1568,1629,1683,1800,1857,1917,1971,2046,2173,2257,2335,2465,2549,2627,2718,2769,2820,2886,2954,3030,3111,3190,3265,3338,3414,3503,3580,3671,3765,3839,3909,4002,4051,4117,4202,4288,4350,4414,4477,4576,4681,4779,4884,4939,4994,5072" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3008,3087,3164,3242,3322,3402,3501,3615,3695,3758,3852,3926,3985,4071,4133,4194,4252,4316,4377,4431,4548,4605,4665,4719,4794,4921,5005,5083,5213,5297,5375,5466,5517,5568,5634,5702,5778,5859,5938,6013,6086,6162,6251,6328,6419,6513,6587,6657,6750,6799,6865,6950,7036,7098,7162,7225,7324,7429,7527,7632,7687,7742", + "endLines": "5,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", + "endColumns": "12,78,76,77,79,79,98,113,79,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,77,129,83,77,90,50,50,65,67,75,80,78,74,72,75,88,76,90,93,73,69,92,48,65,84,85,61,63,62,98,104,97,104,54,54,77", + "endOffsets": "310,3082,3159,3237,3317,3397,3496,3610,3690,3753,3847,3921,3980,4066,4128,4189,4247,4311,4372,4426,4543,4600,4660,4714,4789,4916,5000,5078,5208,5292,5370,5461,5512,5563,5629,5697,5773,5854,5933,6008,6081,6157,6246,6323,6414,6508,6582,6652,6745,6794,6860,6945,7031,7093,7157,7220,7319,7424,7522,7627,7682,7737,7815" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json new file mode 100644 index 0000000..929990b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-w320dp-land-v13/values-w320dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,110", + "endColumns": "54,61", + "endOffsets": "105,167" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json new file mode 100644 index 0000000..decf26a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json new file mode 100644 index 0000000..3f4dba9 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-w480dp-port-v13/values-w480dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json new file mode 100644 index 0000000..951f8d8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-w600dp-land-v13/values-w600dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json new file mode 100644 index 0000000..c58870a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-watch-v20/values-watch-v20.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-watch-v20\\values-watch-v20.xml", + "from": { + "startLines": "2,5,8", + "startColumns": "4,4,4", + "startOffsets": "55,214,385", + "endLines": "4,7,10", + "endColumns": "12,12,12", + "endOffsets": "209,380,553" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json new file mode 100644 index 0000000..f148389 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-watch-v21/values-watch-v21.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-watch-v21\\values-watch-v21.xml", + "from": { + "startLines": "2,6,10", + "startColumns": "4,4,4", + "startOffsets": "55,271,499", + "endLines": "5,9,13", + "endColumns": "12,12,12", + "endOffsets": "266,494,724" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..54fe927 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..cc85919 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662", + "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", + "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,7142", + "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", + "endOffsets": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,7216" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7221", + "endColumns": "100", + "endOffsets": "7317" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,247,311,373,443,513,590,681,787,860,922,999,1058,1117,1195,1256,1313,1369,1428,1486,1540,1625,1681,1739,1793,1858,1950,2024,2100,2222,2284,2346,2425,2475,2526,2592,2656,2725,2803,2864,2935,3002,3062,3141,3208,3291,3376,3450,3515,3591,3639,3703,3779,3857,3919,3983,4046,4126,4202,4280,4357,4411,4466", + "endLines": "5,6,7,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", + "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68", + "endOffsets": "242,306,368,438,508,585,676,782,855,917,994,1053,1112,1190,1251,1308,1364,1423,1481,1535,1620,1676,1734,1788,1853,1945,2019,2095,2217,2279,2341,2420,2470,2521,2587,2651,2720,2798,2859,2930,2997,3057,3136,3203,3286,3371,3445,3510,3586,3634,3698,3774,3852,3914,3978,4041,4121,4197,4275,4352,4406,4461,4530" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2854,2918,2980,3050,3120,3197,3288,3394,3467,3529,3606,3665,3724,3802,3863,3920,3976,4035,4093,4147,4232,4288,4346,4400,4465,4557,4631,4707,4829,4891,4953,5032,5082,5133,5199,5263,5332,5410,5471,5542,5609,5669,5748,5815,5898,5983,6057,6122,6198,6246,6310,6386,6464,6526,6590,6653,6733,6809,6887,6964,7018,7073", + "endLines": "5,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", + "endColumns": "12,63,61,69,69,76,90,105,72,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,75,121,61,61,78,49,50,65,63,68,77,60,70,66,59,78,66,82,84,73,64,75,47,63,75,77,61,63,62,79,75,77,76,53,54,68", + "endOffsets": "292,2913,2975,3045,3115,3192,3283,3389,3462,3524,3601,3660,3719,3797,3858,3915,3971,4030,4088,4142,4227,4283,4341,4395,4460,4552,4626,4702,4824,4886,4948,5027,5077,5128,5194,5258,5327,5405,5466,5537,5604,5664,5743,5810,5893,5978,6052,6117,6193,6241,6305,6381,6459,6521,6585,6648,6728,6804,6882,6959,7013,7068,7137" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..470e2f8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7211", + "endColumns": "100", + "endOffsets": "7307" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,247,310,371,438,507,584,674,781,854,916,994,1053,1111,1189,1250,1307,1363,1422,1480,1534,1620,1676,1734,1788,1853,1946,2020,2098,2218,2281,2344,2421,2471,2522,2588,2652,2721,2796,2857,2928,2995,3055,3135,3198,3281,3366,3440,3505,3581,3629,3693,3769,3847,3909,3973,4036,4116,4191,4267,4343,4397,4452", + "endLines": "5,6,7,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", + "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68", + "endOffsets": "242,305,366,433,502,579,669,776,849,911,989,1048,1106,1184,1245,1302,1358,1417,1475,1529,1615,1671,1729,1783,1848,1941,2015,2093,2213,2276,2339,2416,2466,2517,2583,2647,2716,2791,2852,2923,2990,3050,3130,3193,3276,3361,3435,3500,3576,3624,3688,3764,3842,3904,3968,4031,4111,4186,4262,4338,4392,4447,4516" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2858,2921,2982,3049,3118,3195,3285,3392,3465,3527,3605,3664,3722,3800,3861,3918,3974,4033,4091,4145,4231,4287,4345,4399,4464,4557,4631,4709,4829,4892,4955,5032,5082,5133,5199,5263,5332,5407,5468,5539,5606,5666,5746,5809,5892,5977,6051,6116,6192,6240,6304,6380,6458,6520,6584,6647,6727,6802,6878,6954,7008,7063", + "endLines": "5,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", + "endColumns": "12,62,60,66,68,76,89,106,72,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,77,119,62,62,76,49,50,65,63,68,74,60,70,66,59,79,62,82,84,73,64,75,47,63,75,77,61,63,62,79,74,75,75,53,54,68", + "endOffsets": "292,2916,2977,3044,3113,3190,3280,3387,3460,3522,3600,3659,3717,3795,3856,3913,3969,4028,4086,4140,4226,4282,4340,4394,4459,4552,4626,4704,4824,4887,4950,5027,5077,5128,5194,5258,5327,5402,5463,5534,5601,5661,5741,5804,5887,5972,6046,6111,6187,6235,6299,6375,6453,6515,6579,6642,6722,6797,6873,6949,7003,7058,7127" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666", + "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,7132", + "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", + "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,7206" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..f0d5a8b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671", + "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,7152", + "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", + "endOffsets": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,7226" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,247,311,373,440,510,587,681,788,861,923,1001,1061,1121,1199,1260,1318,1374,1434,1492,1546,1631,1687,1745,1799,1864,1956,2030,2107,2227,2290,2353,2430,2480,2531,2597,2660,2728,2806,2867,2938,3005,3067,3146,3211,3294,3379,3453,3517,3593,3641,3705,3781,3859,3921,3985,4048,4128,4205,4281,4358,4412,4467", + "endLines": "5,6,7,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", + "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68", + "endOffsets": "242,306,368,435,505,582,676,783,856,918,996,1056,1116,1194,1255,1313,1369,1429,1487,1541,1626,1682,1740,1794,1859,1951,2025,2102,2222,2285,2348,2425,2475,2526,2592,2655,2723,2801,2862,2933,3000,3062,3141,3206,3289,3374,3448,3512,3588,3636,3700,3776,3854,3916,3980,4043,4123,4200,4276,4353,4407,4462,4531" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,2863,2927,2989,3056,3126,3203,3297,3404,3477,3539,3617,3677,3737,3815,3876,3934,3990,4050,4108,4162,4247,4303,4361,4415,4480,4572,4646,4723,4843,4906,4969,5046,5096,5147,5213,5276,5344,5422,5483,5554,5621,5683,5762,5827,5910,5995,6069,6133,6209,6257,6321,6397,6475,6537,6601,6664,6744,6821,6897,6974,7028,7083", + "endLines": "5,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", + "endColumns": "12,63,61,66,69,76,93,106,72,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,76,119,62,62,76,49,50,65,62,67,77,60,70,66,61,78,64,82,84,73,63,75,47,63,75,77,61,63,62,79,76,75,76,53,54,68", + "endOffsets": "292,2922,2984,3051,3121,3198,3292,3399,3472,3534,3612,3672,3732,3810,3871,3929,3985,4045,4103,4157,4242,4298,4356,4410,4475,4567,4641,4718,4838,4901,4964,5041,5091,5142,5208,5271,5339,5417,5478,5549,5616,5678,5757,5822,5905,5990,6064,6128,6204,6252,6316,6392,6470,6532,6596,6659,6739,6816,6892,6969,7023,7078,7147" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "7231", + "endColumns": "100", + "endOffsets": "7327" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json new file mode 100644 index 0000000..bdc60a7 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values-zu/values-zu.xml", + "map": [ + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791", + "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", + "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868" + }, + "to": { + "startLines": "6,7,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,95", + "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", + "startOffsets": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,8077", + "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", + "endOffsets": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,8154" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "96", + "startColumns": "4", + "startOffsets": "8159", + "endColumns": "100", + "endOffsets": "8255" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,6,7,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", + "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", + "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1071,1174,1249,1312,1404,1475,1540,1607,1679,1751,1805,1926,1985,2049,2103,2180,2312,2397,2478,2627,2714,2797,2889,2945,3003,3069,3141,3218,3309,3389,3468,3543,3622,3712,3785,3879,3976,4050,4123,4222,4277,4345,4433,4522,4584,4648,4711,4820,4925,5028,5137,5197,5259", + "endLines": "5,6,7,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", + "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81", + "endOffsets": "266,344,421,498,592,680,792,918,999,1066,1169,1244,1307,1399,1470,1535,1602,1674,1746,1800,1921,1980,2044,2098,2175,2307,2392,2473,2622,2709,2792,2884,2940,2998,3064,3136,3213,3304,3384,3463,3538,3617,3707,3780,3874,3971,4045,4118,4217,4272,4340,4428,4517,4579,4643,4706,4815,4920,5023,5132,5192,5254,5336" + }, + "to": { + "startLines": "2,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", + "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", + "startOffsets": "150,3007,3085,3162,3239,3333,3421,3533,3659,3740,3807,3910,3985,4048,4140,4211,4276,4343,4415,4487,4541,4662,4721,4785,4839,4916,5048,5133,5214,5363,5450,5533,5625,5681,5739,5805,5877,5954,6045,6125,6204,6279,6358,6448,6521,6615,6712,6786,6859,6958,7013,7081,7169,7258,7320,7384,7447,7556,7661,7764,7873,7933,7995", + "endLines": "5,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", + "endColumns": "12,77,76,76,93,87,111,125,80,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,80,148,86,82,91,55,57,65,71,76,90,79,78,74,78,89,72,93,96,73,72,98,54,67,87,88,61,63,62,108,104,102,108,59,61,81", + "endOffsets": "316,3080,3157,3234,3328,3416,3528,3654,3735,3802,3905,3980,4043,4135,4206,4271,4338,4410,4482,4536,4657,4716,4780,4834,4911,5043,5128,5209,5358,5445,5528,5620,5676,5734,5800,5872,5949,6040,6120,6199,6274,6353,6443,6516,6610,6707,6781,6854,6953,7008,7076,7164,7253,7315,7379,7442,7551,7656,7759,7868,7928,7990,8072" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json new file mode 100644 index 0000000..b686102 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json @@ -0,0 +1,373 @@ +{ + "logs": [ + { + "outputFile": "com.example.jmastermind.app-mergeDebugResources-27:/values/values.xml", + "map": [ + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values\\themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "802" + }, + "to": { + "startLines": "5992", + "startColumns": "4", + "startOffsets": "415178", + "endLines": "6004", + "endColumns": "12", + "endOffsets": "415757" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\cb75003958f24a4c9df8991789c69529\\transformed\\appcompat-resources-1.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2,18,24,34,50", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,480,658,942,1353", + "endLines": "17,23,33,49,53", + "endColumns": "24,24,24,24,24", + "endOffsets": "475,653,937,1348,1475" + }, + "to": { + "startLines": "8749,8765,8771,11265,11281", + "startColumns": "4,4,4,4,4", + "startOffsets": "596039,596464,596642,705645,706056", + "endLines": "8764,8770,8780,11280,11284", + "endColumns": "24,24,24,24,24", + "endOffsets": "596459,596637,596921,706051,706178" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\85625968673fb9fd8db34217596f6efd\\transformed\\core-1.9.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,89,90,94,95,96,97,103,113,146,167,200", + "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", + "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6166,6467,8198,8879,9561", + "endLines": "2,3,4,5,6,7,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,88,89,93,94,95,96,102,112,145,166,199,205", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6161,6462,8193,8874,9556,9723" + }, + "to": { + "startLines": "398,533,534,781,782,895,896,897,898,899,900,901,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1561,1562,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1612,1684,1853,5641,5642,5646,5647,5651,6737,6738,9554,9900,10138,10171,10207,10240", + "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", + "startOffsets": "20484,27447,27519,45459,45528,53009,53079,53147,53219,53289,53350,53424,97963,98024,98085,98147,98211,98273,98334,98402,98502,98562,98628,98701,98770,98827,98879,99671,99743,99819,99884,99943,100002,100062,100122,100182,100242,100302,100362,100422,100482,100542,100602,100661,100721,100781,100841,100901,100961,101021,101081,101141,101201,101261,101320,101380,101440,101499,101558,101617,101676,101735,102243,102278,103755,103810,103873,103928,103986,104044,104105,104168,104225,104276,104326,104387,104444,104510,104544,104926,109476,131203,393515,393632,393833,393943,394144,470575,470647,623682,635302,657537,659268,660493,661175", + "endLines": "398,533,534,781,782,895,896,897,898,899,900,901,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1561,1562,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1612,1684,1853,5641,5645,5646,5650,5651,6737,6738,9559,9909,10170,10191,10239,10245", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "20539,27514,27602,45523,45586,53074,53142,53214,53284,53345,53419,53492,98019,98080,98142,98206,98268,98329,98397,98497,98557,98623,98696,98765,98822,98874,98936,99738,99814,99879,99938,99997,100057,100117,100177,100237,100297,100357,100417,100477,100537,100597,100656,100716,100776,100836,100896,100956,101016,101076,101136,101196,101256,101315,101375,101435,101494,101553,101612,101671,101730,101789,102273,102308,103805,103868,103923,103981,104039,104100,104163,104220,104271,104321,104382,104439,104505,104539,104574,104956,109541,131269,393627,393828,393938,394139,394268,470642,470709,623880,635598,659263,659944,661170,661337" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\c44a24eb114b00d4ae0b944c5b3b714e\\transformed\\savedstate-1.2.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1622", + "startColumns": "4", + "startOffsets": "105410", + "endColumns": "53", + "endOffsets": "105459" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\f66ae2e3f3030ca408ea17e7c467639b\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,111,159,211", + "endLines": "2,3,4,8", + "endColumns": "55,47,51,24", + "endOffsets": "106,154,206,426" + }, + "to": { + "startLines": "102,105,902,10051", + "startColumns": "4,4,4,4", + "startOffsets": "5068,5232,53497,655036", + "endLines": "102,105,902,10054", + "endColumns": "55,47,51,24", + "endOffsets": "5119,5275,53544,655142" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\44e7915931e72843d3f33bbe594cb141\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,111,170,218,274,349,425,497,563", + "endLines": "2,3,4,5,6,7,8,9,38", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "106,165,213,269,344,420,492,558,2084" + }, + "to": { + "startLines": "416,953,954,955,963,964,965,1560,11038", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "21225,56822,56881,56929,57596,57671,57747,102177,697531", + "endLines": "416,953,954,955,963,964,965,1560,11058", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "21276,56876,56924,56980,57666,57742,57814,102238,698366" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\bb7d634cb8bc11a3a574c3760b5b9204\\transformed\\activity-1.6.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "59", + "endOffsets": "110" + }, + "to": { + "startLines": "1621", + "startColumns": "4", + "startOffsets": "105350", + "endColumns": "59", + "endOffsets": "105405" + } + }, + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "16", + "endColumns": "48", + "endOffsets": "60" + }, + "to": { + "startLines": "1717", + "startColumns": "4", + "startOffsets": "111815", + "endColumns": "48", + "endOffsets": "111859" + } + }, + { + "source": "C:\\Users\\probo\\Desktop\\JMastermind\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "7,2,3,4,5,6,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "286,55,102,149,196,241,328", + "endColumns": "41,46,46,46,44,44,41", + "endOffsets": "323,97,144,191,236,281,365" + }, + "to": { + "startLines": "539,791,792,793,804,805,808", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "27926,46179,46226,46273,47017,47062,47228", + "endColumns": "41,46,46,46,44,44,41", + "endOffsets": "27963,46221,46268,46315,47057,47102,47265" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\bf77ad590024d0e14c0f8c0505794694\\transformed\\cardview-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", + "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" + }, + "to": { + "startLines": "26,548,549,550,551,891,892,893,1896,5132,5134,5137,9560", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1254,28609,28670,28732,28794,52784,52843,52900,134267,357871,357935,358061,623885", + "endLines": "26,548,549,550,551,891,892,893,1902,5133,5136,5139,9587", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1301,28665,28727,28789,28853,52838,52895,52949,134676,357930,358056,358184,624804" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\e9c0667ffb0f5abbc13f0e6ed5d96563\\transformed\\lifecycle-runtime-2.5.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1620", + "startColumns": "4", + "startOffsets": "105307", + "endColumns": "42", + "endOffsets": "105345" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\c44db921d64db197524d35fa7594e186\\transformed\\fragment-1.3.6\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,10", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,112,177,241,411", + "endLines": "2,3,4,9,13", + "endColumns": "56,64,63,24,24", + "endOffsets": "107,172,236,406,555" + }, + "to": { + "startLines": "1556,1588,1624,10198,10203", + "startColumns": "4,4,4,4,4", + "startOffsets": "101999,103644,105514,660174,660344", + "endLines": "1556,1588,1624,10202,10206", + "endColumns": "56,64,63,24,24", + "endOffsets": "102051,103704,105573,660339,660488" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\7628cab03499681912ee78962e603cdc\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1716", + "startColumns": "4", + "startOffsets": "111732", + "endColumns": "82", + "endOffsets": "111810" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\a3e3036654d5223220c3dad2f6b0bd75\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "11885", + "startColumns": "4", + "startOffsets": "730781", + "endLines": "11887", + "endColumns": "24", + "endOffsets": "730886" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\4fbcf167c94e837ff1be43cd429a082f\\transformed\\material-1.8.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1173,1176,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1237,1238,1239,1240,1241,1245,1249,1253,1257,1265,1272,1280,1283,1293,1302,1311,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1335,1336,1340,1341,1347,1351,1352,1353,1354,1364,1365,1366,1370,1371,1377,1381,1382,1385,1386,1390,1391,1394,1395,1396,1397,1638,1644,1882,1888,2129,2135,2373,2379,2442,2524,2576,2658,2720,2802,2866,2918,3000,3007,3013,3024,3028,3032,3045,3060,3076,3083,3089,3103,3116,3136,3153,3162,3167,3174,3194,3207,3224,3230,3236,3243,3247,3253,3266,3269,3279,3280,3281,3329,3333,3337,3341,3342,3343,3346,3360,3367,3381,3423,3424,3429,3433,3437,3442,3449,3455,3456,3459,3463,3468,3480,3484,3489,3494,3499,3502,3505,3508,3512,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3534,3538,3542,3546,3550,3554,3558,3559,3560,3561,3562,3563,3564,3565,3569,3573,3574,3578,3579,3582,3585,3588,3591,3595,3598,3601,3605,3609,3613,3617,3620,3623,3624,3625,3628,3632,3635,3638,3641,3644,3647,3650,3654,3657,3658,3661,3664,3665,3668,3669,3670,3674,3675,3680,3688,3696,3704,3712,3720,3728,3736,3744,3752,3761,3770,3779,3787,3796,3805,3808,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3826,3831,3836,3839,3840,3841,3842,3843,3851,3859,3860,3868,3872,3880,3888,3896,3904,3912,3913,3921,3929,3930,3933,3936,3938,3943,3945,3950,3954,3958,3959,3960,3961,3965,3969,3970,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3993,3997,3998,4002,4003,4004,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4033,4034,4035,4041,4042,4046,4048,4049,4054,4055,4056,4057,4058,4059,4063,4064,4065,4071,4072,4076,4078,4082,4086,4090,4094,4095,4096,4097,4100,4103,4106,4109,4112,4117,4121,4122,4127,4131,4135,4139,4143,4148,4152,4157,4161,4165,4199,4200,4201,4202,4203,4207,4208,4209,4210,4214,4218,4222,4226,4230,4234,4238,4242,4248,4249,4283,4297,4302,4328,4335,4338,4349,4354,4357,4389,4395,4396,4399,4402,4405,4408,4411,4414,4418,4421,4422,4423,4431,4439,4442,4447,4452,4457,4462,4466,4470,4471,4479,4480,4481,4482,4483,4491,4496,4501,4502,4503,4504,4529,4535,4540,4543,4547,4550,4554,4564,4567,4572,4575,4579,4583,4591,4605,4618,4622,4637,4648,4651,4662,4667,4671,4706,4707,4708,4715,4722,4729,4736,4743,4754,4781,4786,4806,4809,4816,4829,4838,4841,4861,4871,4875,4879,4892,4896,4900,4904,4910,4914,4931,4939,4943,4947,4951,4954,4958,4962,4966,4973,4977,4978,4982,5008,5018,5043,5052,5072,5082,5086,5096,5121,5131,5134,5138,5139,5140,5141,5145,5149,5153,5154,5166,5167,5168,5171,5174,5177,5180,5183,5186,5189,5192,5195,5198,5201,5204,5207,5210,5213,5216,5219,5222,5225,5228,5231,5232,5237,5238,5250,5258,5262,5267,5272,5276,5279,5283,5287,5290,5293,5296,5300,5305,5310,5313,5320,5324,5328,5336,5341,5346,5347,5351,5354,5357,5369,5374,5384,5387,5391,5405,5409,5414,5430,5437,5463,5466,5469,5472,5475,5478,5481,5499,5504,5511,5518,5527,5534,5539,5550,5554,5561,5564,5569,5570,5571,5572,5576,5580,5584,5588,5621,5624,5628,5632,5663,5666,5670,5674,5683,5689,5692,5701,5705,5706,5713,5717,5724,5725,5726,5729,5734,5739,5740,5744,5752,5771,5775,5776,5788,5798,5799,5811,5816,5840,5843,5849,5852,5861,5869,5873,5876,5879,5882,5886,5889,5906,5910,5913,5928,5931,5939,5944,5951,5956,5957,5962,5963,5969,5975,5981,6013,6024,6041,6048,6052,6055,6067,6076,6080,6085,6089,6093,6097,6101,6105,6109,6113,6118,6121,6133,6138,6147,6150,6157,6158,6162,6171,6177,6181,6182,6186,6207,6213,6217,6221,6222,6240,6241,6242,6243,6244,6249,6252,6253,6259,6260,6272,6284,6291,6292,6297,6302,6303,6307,6321,6326,6332,6338,6344,6349,6355,6361,6362,6367,6382,6387,6396,6405,6408,6422,6427,6438,6442,6451,6460,6461,6468,6476,6493,6503,6550,6581,6627,6684,6692,6750,6859,6879,6900,6906,6914,7020,7034,7057,7063,7107,7111,7117,7123,7133,7165,7171,7179,7192,7248,7259,7271,7283,7321,7368,7374,7386,7392,7398,7448,7453,7458,7464,7499,7511,7553,7576,7637,7642,7648,7651,7655,7703,7741,7759,7777,7830,7838,7862,7866,7874,7967,7971,8245,8253,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1855,1906,1966,2015,2071,2127,2177,2236,2283,2337,2393,2447,2501,2555,2604,2662,2718,2765,2819,2873,2921,2978,3032,3088,3151,3213,3269,3329,3382,3443,3522,3603,3675,3754,3834,3910,3988,4057,4133,4210,4281,4354,4430,4508,4577,4653,4730,4794,4865,4937,4988,5041,5096,5163,5216,5268,5318,5376,5441,5489,5540,5607,5673,5731,5800,5858,5927,5997,6070,6144,6212,6279,6349,6415,6488,6548,6624,6684,6744,6819,6887,6953,7021,7081,7140,7197,7263,7325,7382,7450,7523,7593,7655,7716,7784,7846,7902,7961,8023,8085,8152,8209,8270,8331,8392,8453,8509,8565,8621,8677,8735,8793,8851,8909,8966,9023,9080,9137,9196,9255,9313,9396,9479,9552,9606,9675,9731,9812,9893,9964,10093,10146,10204,10262,10320,10366,10426,10480,10550,10620,10685,10751,10816,10884,10953,11021,11151,11204,11263,11321,11373,11423,11475,11521,11571,11627,11674,11732,11790,11852,11915,11977,12036,12096,12161,12227,12292,12354,12416,12478,12540,12602,12664,12730,12797,12863,12926,12990,13053,13121,13182,13244,13306,13369,13433,13496,13560,13638,13697,13763,13843,13904,13957,14015,14066,14111,14175,14234,14296,14370,14441,14507,14581,14650,14721,14794,14865,14933,15006,15082,15152,15230,15298,15364,15425,15494,15558,15624,15692,15758,15821,15889,15960,16025,16098,16161,16242,16306,16372,16442,16512,16582,16652,16719,16776,16834,16893,16953,17012,17071,17130,17189,17248,17307,17366,17425,17484,17543,17603,17664,17726,17787,17848,17909,17970,18031,18092,18153,18214,18275,18336,18404,18473,18543,18612,18681,18750,18819,18888,18957,19026,19095,19164,19233,19293,19354,19416,19477,19538,19599,19660,19721,19782,19843,19904,19965,20026,20088,20151,20215,20278,20341,20404,20467,20530,20593,20656,20719,20782,20845,20906,20968,21031,21093,21155,21217,21279,21341,21403,21465,21527,21589,21651,21708,21795,21875,21965,22060,22152,22244,22334,22417,22510,22597,22694,22785,22886,22973,23076,23165,23264,23356,23456,23540,23634,23722,23820,23904,24004,24090,24186,24274,24355,24446,24542,24635,24728,24819,24904,24998,25087,25185,25278,25380,25468,25572,25663,25763,25856,25957,26042,26137,26226,26325,26410,26511,26598,26695,26761,26837,26906,26985,27058,27126,27204,27280,27351,27432,27505,27588,27663,27748,27821,27902,27983,28057,28141,28211,28291,28369,28441,28523,28593,28671,28749,28827,28898,28979,29044,29110,29163,29239,29305,29392,29468,29544,29609,29664,29718,29797,29875,29948,30013,30076,30142,30213,30284,30354,30416,30485,30551,30611,30678,30745,30801,30852,30905,30957,31011,31082,31145,31204,31266,31325,31398,31465,31535,31595,31658,31733,31805,31901,31972,32028,32099,32156,32213,32279,32343,32414,32471,32524,32587,32639,32697,32764,32833,32899,32958,33041,33100,33157,33224,33294,33368,33430,33499,33569,33623,33676,33730,33789,33835,33892,33959,34015,34080,34154,34238,34311,34376,34438,34494,34568,34651,34740,34804,34883,34957,35019,35115,35180,35239,35295,35351,35411,35518,35565,35625,35686,35750,35811,35871,35929,35972,36021,36073,36124,36176,36225,36274,36339,36405,36465,36526,36582,36641,36716,36773,36857,36914,36989,37064,37115,37183,37233,37295,37355,37412,37472,37521,37589,37695,37797,37866,37937,38037,38108,38218,38307,38363,38464,38574,38680,38757,38869,38996,39108,39235,39305,39419,39550,39647,39715,39833,39936,40054,40115,40189,40256,40361,40483,40557,40624,40734,40833,40906,41023,41091,41197,41299,41379,41450,41546,41613,41687,41761,41847,41935,42014,42092,42193,42264,42329,42441,42547,42615,42728,42841,42959,43037,43109,43245,43381,43466,43606,43682,43820,43958,44100,44182,44244,44340,44407,44524,44645,44742,44824,44911,44998,45129,45260,45395,45506,45620,45722,45818,45922,45989,46061,46171,46277,46350,46441,46543,46646,46741,46848,46953,47075,47197,47323,47382,47440,47564,47688,47816,47934,48052,48174,48255,48312,48373,48432,48492,48550,48611,48669,48719,48768,48835,48894,48953,49002,49077,49148,49217,49280,49348,49414,49482,49547,49613,49690,49768,49874,49980,50076,50205,50294,50421,50487,50556,50622,50720,50816,50912,51010,51119,51214,51303,51365,51425,51490,51547,51628,51682,51739,51836,51946,52033,52123,52175,52267,52360,52462,52518,52577,52626,52718,52767,52821,52875,52929,52983,53037,53092,53202,53312,53422,53532,53642,53752,53862,53972,54078,54184,54290,54396,54491,54586,54681,54776,54882,54988,55094,55200,55295,55390,55485,55580,55688,55796,55904,56012,56109,56206,56303,56400,56508,56616,56724,56832,56930,57026,57122,57220,57285,57373,57431,57495,57556,57618,57678,57740,57808,57866,57929,57992,58059,58134,58207,58273,58325,58378,58430,58487,58571,58666,58751,58832,58912,58989,59068,59145,59219,59293,59364,59444,59516,59591,59656,59717,59777,59852,59926,60003,60076,60146,60218,60288,60361,60425,60495,60543,60612,60664,60749,60832,60890,60956,61023,61089,61170,61245,61301,61354,61415,61473,61523,61572,61621,61670,61732,61784,61829,61910,61961,62015,62068,62122,62173,62222,62288,62339,62400,62461,62523,62573,62614,62691,62750,62809,62868,62929,62985,63041,63108,63169,63234,63289,63354,63423,63491,63569,63638,63698,63769,63843,63908,63980,64050,64117,64201,64270,64337,64407,64470,64537,64605,64688,64767,64857,64934,65002,65069,65147,65204,65261,65329,65395,65451,65511,65570,65624,65674,65724,65772,65834,65885,65958,66038,66118,66182,66249,66320,66378,66439,66505,66564,66631,66691,66751,66814,66882,66943,67010,67088,67158,67207,67264,67333,67394,67482,67570,67658,67746,67833,67920,68007,68094,68152,68226,68296,68352,68423,68488,68550,68625,68698,68788,68854,68920,68981,69045,69107,69165,69236,69319,69378,69449,69515,69580,69641,69700,69771,69837,69902,69985,70061,70136,70217,70277,70346,70416,70485,70540,70596,70652,70713,70771,70827,70882,70944,71001,71095,71164,71265,71316,71386,71449,71505,71563,71617,71703,71787,71857,71926,71996,72111,72232,72299,72366,72441,72508,72567,72621,72675,72729,72782,72834,72908,73045,73185,73234,73284,73334,73382,73438,73496,73558,73613,73671,73742,73806,73865,73927,73993,74059,74102,74146,74191,74234,74285,74332,74377,74428,74479,74530,74581,74629,74695,74757,74820,74892,74949,75004,75062,75117,75176,75232,75301,75370,75439,75509,75572,75635,75698,75761,75826,75891,75956,76021,76084,76148,76212,76276,76342,76408,76476,76544,76610,76677,76751,76814,76871,76931,76996,77063,77128,77185,77246,77304,77408,77519,77628,77732,77810,77875,77942,78008,78078,78125,78177,78227,78284,78604,78754,78885,79069,79247,79485,79674,79843,79941,80056,80141,80220,80380,80445,80534,80691,80848,81001,81155,81214,81380,81505,81630,81800,81910,82031,82152,82262,82374,82497,82620,82702,82875,83043,83191,83350,83505,83678,83795,83912,84080,84192,84306,84478,84654,84812,84945,85057,85203,85355,85487,85630,85752,85930,86066,86162,86298,86393,86560,86653,86745,86932,87088,87266,87430,87612,87929,88111,88293,88483,88715,88905,89082,89244,89401,89511,89694,89831,90051,90235,90419,90579,90737,90921,91148,91351,91522,91742,91964,92119,92319,92503,92606,92796,92937,93102,93273,93473,93677,93879,94044,94249,94448,94647,94844,94935,95084,95234,95318,95467,95612,95764,95905,96071,96232,96310,96611,96777,96932,97034,97192,97356,97542,97765,97890,98167,98439,98705,98990,99441,99897,100406,100554,101068,101505,101939,102382,102467,102588,102687,102804,102891,103014,103115,103234,103327,103434,103777,103884,104129,104250,104659,104907,105007,105112,105231,105740,105887,106006,106257,106390,106805,107059,107171,107418,107543,107860,107981,108209,108330,108463,108610,127271,127698,146108,146532,165231,165660,184108,184534,189375,194792,198883,204314,209056,214433,218417,222409,227800,228282,228715,229471,229701,229944,231077,232006,232910,233374,233767,234847,235591,236784,237768,238246,238539,238922,240437,241202,242345,242786,243227,243703,243977,244374,245305,245483,246236,246373,246464,248658,248924,249246,249456,249565,249684,249868,250840,251310,252061,254538,254633,254932,255160,255388,255647,256223,256577,256699,256838,257112,257372,258242,258528,258931,259333,259676,259888,260089,260302,260591,260876,260949,261036,261121,261220,261343,261466,261597,261714,261834,261966,262080,262198,262311,262432,262620,262807,262988,263171,263355,263536,263718,263838,263958,264066,264176,264288,264396,264506,264671,264837,264964,265129,265230,265350,265511,265674,265835,266002,266121,266238,266418,266600,266781,266964,267119,267251,267373,267508,267671,267864,267990,268142,268284,268454,268610,268782,269073,269268,269360,269533,269695,269790,269959,270053,270142,270385,270474,270767,271230,271697,272165,272638,273102,273565,274029,274494,274955,275423,275894,276364,276822,277291,277761,277951,278130,278236,278344,278450,278562,278676,278788,278902,279018,279132,279240,279350,279458,279654,280033,280437,280584,280692,280802,280910,281024,281433,281847,281963,282381,282622,283052,283487,283897,284319,284729,284851,285260,285676,285798,286016,286200,286268,286612,286692,287048,287198,287342,287418,287530,287620,287882,288147,288246,288398,288506,288582,288694,288784,288886,288994,289102,289202,289310,289395,289499,289586,289664,289778,289870,290134,290401,290502,290655,290765,290849,291238,291336,291444,291538,291668,291776,291898,292034,292142,292262,292396,292518,292646,292788,292914,293054,293180,293298,293430,293528,293638,293938,294050,294168,294632,294748,295051,295177,295273,295674,295784,295908,296046,296156,296278,296590,296714,296844,297320,297448,297763,297901,298063,298279,298435,298639,298707,298791,298895,299098,299287,299488,299681,299886,300199,300411,300527,300773,300989,301193,301384,301602,301839,301991,302251,302393,302554,305137,305251,305371,305487,305581,305902,306001,306119,306220,306499,306784,307063,307345,307598,307857,308110,308366,308790,308866,311460,312815,313259,315113,315688,315896,316906,317286,317427,319928,320354,320466,320601,320798,320969,321152,321327,321514,321736,321894,321978,322082,322569,323125,323283,323502,323733,323956,324191,324413,324679,324817,325416,325530,325668,325780,325904,326475,326970,327516,327661,327754,327846,329773,330343,330641,330830,331036,331229,331439,332323,332468,332860,333018,333235,333496,333928,334803,335423,335620,336568,337333,337456,338229,338450,338650,340627,340727,340817,341188,341858,342540,343220,343912,344481,346094,346415,347478,347648,348173,349068,349702,349868,351354,351970,352206,352427,353385,353650,353915,354127,354541,354777,356062,356511,356698,356947,357189,357365,357606,357839,358064,358406,358619,358714,358975,360326,360801,362027,362497,363545,363997,364241,364698,365943,366426,366576,366920,367066,367204,367340,367628,367929,368231,368347,369176,369298,369410,369559,369825,370095,370361,370629,370885,371145,371401,371659,371911,372167,372419,372673,372905,373141,373393,373649,373901,374155,374387,374621,374733,375158,375282,376219,376817,377013,377250,377518,377811,378028,378242,378541,378733,378945,379125,379417,379681,380018,380237,380650,380887,381179,381784,382022,382291,382431,382685,382829,383019,383827,384167,384915,385139,385436,386215,386552,386952,388261,388846,390919,391113,391331,391557,391769,391968,392175,393298,393535,394010,394400,394864,395203,395540,396300,396564,396907,397098,397445,397533,397641,397749,398062,398387,398706,399037,401604,401792,402053,402302,404743,404935,405200,405453,405969,406319,406488,407002,407237,407361,407773,407987,408389,408492,408622,408797,409049,409245,409385,409579,410077,411146,411434,411564,412341,412998,413144,413850,414088,415628,415778,416195,416360,417046,417516,417712,417803,417887,418031,418265,418432,419360,419646,419806,420421,420580,420908,421135,421647,422009,422088,422427,422532,422897,423268,423629,425503,426132,427208,427632,427885,428037,429027,429764,429967,430213,430460,430678,430920,431241,431505,431810,432033,432344,432533,433248,433517,434011,434237,434677,434836,435120,435865,436230,436535,436693,436931,438250,438648,438876,439096,439238,440528,440634,440764,440902,441026,441314,441483,441583,441868,441982,442865,443620,444059,444183,444429,444622,444756,444947,445726,445944,446235,446514,446831,447053,447348,447631,447735,448018,448834,449150,449711,450217,450422,451208,451613,452274,452463,453014,453580,453700,454102,454636,455166,455465,457810,458904,460498,462505,462757,465190,467485,467925,468677,468861,469072,473730,474313,475041,475243,476378,476528,476703,476928,477455,478707,479014,479522,479971,481765,482025,482607,483102,484139,486005,486196,486529,486685,486878,489213,489442,489650,489786,491558,491856,493068,493936,495824,495940,496109,496246,496392,497604,498742,499273,499699,501310,501558,502328,502444,502619,505834,505981,516745,516988,517359,517454,517547,517631,517718,517816,517907,517998,518086,518170,518266,518370,518444,518529,518628,518732,518828,518930,519033,519133,519223,519308,519409,519507,519597,519692,519779,519885,519987,520081,520172,520253,520329,520421,520510,520630,520741,520824,520910,521005,521099,521205,521303,521400,521495,521593,521693,521796,521891,521984,522078,522170,522272,522370,522473,522558,522656,522778,522876,522989,523083,523172,523261,523344,523435,523520,523628,523729,523830,523928,524034,524125,524224,524321,524419,524515,524608,524718,524816,524911,525021,525113,525213,525312,525399,525503,525608,525715,525822,525921,526030,526122,526219,526330,526441,526552,526656,526771,526887,527014,527134,527214,527322,527412,527513,527596,527687,527772,527864,527967,528062,528158,528251,528332,528441,528520,528627,528718,528817,528910,529013,529117,529218,529319,529423,529517,529621,529725,529838,529944,530050,530158,530275,530364,530472,530572,530651,530741,530825,530917,530990,531078,531160,531245,531344,531441,531532,531623,531715,531810,531908,532007,532109,532206,532303,532396,532483,532567,532664,532761,532854,532941,533032,533131,533230,533325,533414,533495,533594,533689,533786,533882,533979,534063,534162,534257,534354,534450,534547,534636,534737,534834,534933,535031,535130,535220,535311,535400,535489,535571,535664,535755,535828,535895,535968,536035,536111,536188,536240,536313,536386,536452,536519,536587,536653", + "endLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1172,1175,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1236,1237,1238,1239,1240,1244,1248,1252,1256,1264,1271,1279,1282,1292,1301,1310,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1334,1335,1339,1340,1346,1350,1351,1352,1353,1363,1364,1365,1369,1370,1376,1380,1381,1384,1385,1389,1390,1393,1394,1395,1396,1637,1643,1881,1887,2128,2134,2372,2378,2441,2523,2575,2657,2719,2801,2865,2917,2999,3006,3012,3023,3027,3031,3044,3059,3075,3082,3088,3102,3115,3135,3152,3161,3166,3173,3193,3206,3223,3229,3235,3242,3246,3252,3265,3268,3278,3279,3280,3328,3332,3336,3340,3341,3342,3345,3359,3366,3380,3422,3423,3428,3432,3436,3441,3448,3454,3455,3458,3462,3467,3479,3483,3488,3493,3498,3501,3504,3507,3511,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3533,3537,3541,3545,3549,3553,3557,3558,3559,3560,3561,3562,3563,3564,3568,3572,3573,3577,3578,3581,3584,3587,3590,3594,3597,3600,3604,3608,3612,3616,3619,3622,3623,3624,3627,3631,3634,3637,3640,3643,3646,3649,3653,3656,3657,3660,3663,3664,3667,3668,3669,3673,3674,3679,3687,3695,3703,3711,3719,3727,3735,3743,3751,3760,3769,3778,3786,3795,3804,3807,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3825,3830,3835,3838,3839,3840,3841,3842,3850,3858,3859,3867,3871,3879,3887,3895,3903,3911,3912,3920,3928,3929,3932,3935,3937,3942,3944,3949,3953,3957,3958,3959,3960,3964,3968,3969,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3992,3996,3997,4001,4002,4003,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4032,4033,4034,4040,4041,4045,4047,4048,4053,4054,4055,4056,4057,4058,4062,4063,4064,4070,4071,4075,4077,4081,4085,4089,4093,4094,4095,4096,4099,4102,4105,4108,4111,4116,4120,4121,4126,4130,4134,4138,4142,4147,4151,4156,4160,4164,4198,4199,4200,4201,4202,4206,4207,4208,4209,4213,4217,4221,4225,4229,4233,4237,4241,4247,4248,4282,4296,4301,4327,4334,4337,4348,4353,4356,4388,4394,4395,4398,4401,4404,4407,4410,4413,4417,4420,4421,4422,4430,4438,4441,4446,4451,4456,4461,4465,4469,4470,4478,4479,4480,4481,4482,4490,4495,4500,4501,4502,4503,4528,4534,4539,4542,4546,4549,4553,4563,4566,4571,4574,4578,4582,4590,4604,4617,4621,4636,4647,4650,4661,4666,4670,4705,4706,4707,4714,4721,4728,4735,4742,4753,4780,4785,4805,4808,4815,4828,4837,4840,4860,4870,4874,4878,4891,4895,4899,4903,4909,4913,4930,4938,4942,4946,4950,4953,4957,4961,4965,4972,4976,4977,4981,5007,5017,5042,5051,5071,5081,5085,5095,5120,5130,5133,5137,5138,5139,5140,5144,5148,5152,5153,5165,5166,5167,5170,5173,5176,5179,5182,5185,5188,5191,5194,5197,5200,5203,5206,5209,5212,5215,5218,5221,5224,5227,5230,5231,5236,5237,5249,5257,5261,5266,5271,5275,5278,5282,5286,5289,5292,5295,5299,5304,5309,5312,5319,5323,5327,5335,5340,5345,5346,5350,5353,5356,5368,5373,5383,5386,5390,5404,5408,5413,5429,5436,5462,5465,5468,5471,5474,5477,5480,5498,5503,5510,5517,5526,5533,5538,5549,5553,5560,5563,5568,5569,5570,5571,5575,5579,5583,5587,5620,5623,5627,5631,5662,5665,5669,5673,5682,5688,5691,5700,5704,5705,5712,5716,5723,5724,5725,5728,5733,5738,5739,5743,5751,5770,5774,5775,5787,5797,5798,5810,5815,5839,5842,5848,5851,5860,5868,5872,5875,5878,5881,5885,5888,5905,5909,5912,5927,5930,5938,5943,5950,5955,5956,5961,5962,5968,5974,5980,6012,6023,6040,6047,6051,6054,6066,6075,6079,6084,6088,6092,6096,6100,6104,6108,6112,6117,6120,6132,6137,6146,6149,6156,6157,6161,6170,6176,6180,6181,6185,6206,6212,6216,6220,6221,6239,6240,6241,6242,6243,6248,6251,6252,6258,6259,6271,6283,6290,6291,6296,6301,6302,6306,6320,6325,6331,6337,6343,6348,6354,6360,6361,6366,6381,6386,6395,6404,6407,6421,6426,6437,6441,6450,6459,6460,6467,6475,6492,6502,6549,6580,6626,6683,6691,6749,6858,6878,6899,6905,6913,7019,7033,7056,7062,7106,7110,7116,7122,7132,7164,7170,7178,7191,7247,7258,7270,7282,7320,7367,7373,7385,7391,7397,7447,7452,7457,7463,7498,7510,7552,7575,7636,7641,7647,7650,7654,7680,7740,7758,7776,7829,7837,7861,7865,7873,7966,7970,8244,8252,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66", + "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1850,1901,1961,2010,2066,2122,2172,2231,2278,2332,2388,2442,2496,2550,2599,2657,2713,2760,2814,2868,2916,2973,3027,3083,3146,3208,3264,3324,3377,3438,3517,3598,3670,3749,3829,3905,3983,4052,4128,4205,4276,4349,4425,4503,4572,4648,4725,4789,4860,4932,4983,5036,5091,5158,5211,5263,5313,5371,5436,5484,5535,5602,5668,5726,5795,5853,5922,5992,6065,6139,6207,6274,6344,6410,6483,6543,6619,6679,6739,6814,6882,6948,7016,7076,7135,7192,7258,7320,7377,7445,7518,7588,7650,7711,7779,7841,7897,7956,8018,8080,8147,8204,8265,8326,8387,8448,8504,8560,8616,8672,8730,8788,8846,8904,8961,9018,9075,9132,9191,9250,9308,9391,9474,9547,9601,9670,9726,9807,9888,9959,10088,10141,10199,10257,10315,10361,10421,10475,10545,10615,10680,10746,10811,10879,10948,11016,11146,11199,11258,11316,11368,11418,11470,11516,11566,11622,11669,11727,11785,11847,11910,11972,12031,12091,12156,12222,12287,12349,12411,12473,12535,12597,12659,12725,12792,12858,12921,12985,13048,13116,13177,13239,13301,13364,13428,13491,13555,13633,13692,13758,13838,13899,13952,14010,14061,14106,14170,14229,14291,14365,14436,14502,14576,14645,14716,14789,14860,14928,15001,15077,15147,15225,15293,15359,15420,15489,15553,15619,15687,15753,15816,15884,15955,16020,16093,16156,16237,16301,16367,16437,16507,16577,16647,16714,16771,16829,16888,16948,17007,17066,17125,17184,17243,17302,17361,17420,17479,17538,17598,17659,17721,17782,17843,17904,17965,18026,18087,18148,18209,18270,18331,18399,18468,18538,18607,18676,18745,18814,18883,18952,19021,19090,19159,19228,19288,19349,19411,19472,19533,19594,19655,19716,19777,19838,19899,19960,20021,20083,20146,20210,20273,20336,20399,20462,20525,20588,20651,20714,20777,20840,20901,20963,21026,21088,21150,21212,21274,21336,21398,21460,21522,21584,21646,21703,21790,21870,21960,22055,22147,22239,22329,22412,22505,22592,22689,22780,22881,22968,23071,23160,23259,23351,23451,23535,23629,23717,23815,23899,23999,24085,24181,24269,24350,24441,24537,24630,24723,24814,24899,24993,25082,25180,25273,25375,25463,25567,25658,25758,25851,25952,26037,26132,26221,26320,26405,26506,26593,26690,26756,26832,26901,26980,27053,27121,27199,27275,27346,27427,27500,27583,27658,27743,27816,27897,27978,28052,28136,28206,28286,28364,28436,28518,28588,28666,28744,28822,28893,28974,29039,29105,29158,29234,29300,29387,29463,29539,29604,29659,29713,29792,29870,29943,30008,30071,30137,30208,30279,30349,30411,30480,30546,30606,30673,30740,30796,30847,30900,30952,31006,31077,31140,31199,31261,31320,31393,31460,31530,31590,31653,31728,31800,31896,31967,32023,32094,32151,32208,32274,32338,32409,32466,32519,32582,32634,32692,32759,32828,32894,32953,33036,33095,33152,33219,33289,33363,33425,33494,33564,33618,33671,33725,33784,33830,33887,33954,34010,34075,34149,34233,34306,34371,34433,34489,34563,34646,34735,34799,34878,34952,35014,35110,35175,35234,35290,35346,35406,35513,35560,35620,35681,35745,35806,35866,35924,35967,36016,36068,36119,36171,36220,36269,36334,36400,36460,36521,36577,36636,36711,36768,36852,36909,36984,37059,37110,37178,37228,37290,37350,37407,37467,37516,37584,37690,37792,37861,37932,38032,38103,38213,38302,38358,38459,38569,38675,38752,38864,38991,39103,39230,39300,39414,39545,39642,39710,39828,39931,40049,40110,40184,40251,40356,40478,40552,40619,40729,40828,40901,41018,41086,41192,41294,41374,41445,41541,41608,41682,41756,41842,41930,42009,42087,42188,42259,42324,42436,42542,42610,42723,42836,42954,43032,43104,43240,43376,43461,43601,43677,43815,43953,44095,44177,44239,44335,44402,44519,44640,44737,44819,44906,44993,45124,45255,45390,45501,45615,45717,45813,45917,45984,46056,46166,46272,46345,46436,46538,46641,46736,46843,46948,47070,47192,47318,47377,47435,47559,47683,47811,47929,48047,48169,48250,48307,48368,48427,48487,48545,48606,48664,48714,48763,48830,48889,48948,48997,49072,49143,49212,49275,49343,49409,49477,49542,49608,49685,49763,49869,49975,50071,50200,50289,50416,50482,50551,50617,50715,50811,50907,51005,51114,51209,51298,51360,51420,51485,51542,51623,51677,51734,51831,51941,52028,52118,52170,52262,52355,52457,52513,52572,52621,52713,52762,52816,52870,52924,52978,53032,53087,53197,53307,53417,53527,53637,53747,53857,53967,54073,54179,54285,54391,54486,54581,54676,54771,54877,54983,55089,55195,55290,55385,55480,55575,55683,55791,55899,56007,56104,56201,56298,56395,56503,56611,56719,56827,56925,57021,57117,57215,57280,57368,57426,57490,57551,57613,57673,57735,57803,57861,57924,57987,58054,58129,58202,58268,58320,58373,58425,58482,58566,58661,58746,58827,58907,58984,59063,59140,59214,59288,59359,59439,59511,59586,59651,59712,59772,59847,59921,59998,60071,60141,60213,60283,60356,60420,60490,60538,60607,60659,60744,60827,60885,60951,61018,61084,61165,61240,61296,61349,61410,61468,61518,61567,61616,61665,61727,61779,61824,61905,61956,62010,62063,62117,62168,62217,62283,62334,62395,62456,62518,62568,62609,62686,62745,62804,62863,62924,62980,63036,63103,63164,63229,63284,63349,63418,63486,63564,63633,63693,63764,63838,63903,63975,64045,64112,64196,64265,64332,64402,64465,64532,64600,64683,64762,64852,64929,64997,65064,65142,65199,65256,65324,65390,65446,65506,65565,65619,65669,65719,65767,65829,65880,65953,66033,66113,66177,66244,66315,66373,66434,66500,66559,66626,66686,66746,66809,66877,66938,67005,67083,67153,67202,67259,67328,67389,67477,67565,67653,67741,67828,67915,68002,68089,68147,68221,68291,68347,68418,68483,68545,68620,68693,68783,68849,68915,68976,69040,69102,69160,69231,69314,69373,69444,69510,69575,69636,69695,69766,69832,69897,69980,70056,70131,70212,70272,70341,70411,70480,70535,70591,70647,70708,70766,70822,70877,70939,70996,71090,71159,71260,71311,71381,71444,71500,71558,71612,71698,71782,71852,71921,71991,72106,72227,72294,72361,72436,72503,72562,72616,72670,72724,72777,72829,72903,73040,73180,73229,73279,73329,73377,73433,73491,73553,73608,73666,73737,73801,73860,73922,73988,74054,74097,74141,74186,74229,74280,74327,74372,74423,74474,74525,74576,74624,74690,74752,74815,74887,74944,74999,75057,75112,75171,75227,75296,75365,75434,75504,75567,75630,75693,75756,75821,75886,75951,76016,76079,76143,76207,76271,76337,76403,76471,76539,76605,76672,76746,76809,76866,76926,76991,77058,77123,77180,77241,77299,77403,77514,77623,77727,77805,77870,77937,78003,78073,78120,78172,78222,78279,78599,78749,78880,79064,79242,79480,79669,79838,79936,80051,80136,80215,80375,80440,80529,80686,80843,80996,81150,81209,81375,81500,81625,81795,81905,82026,82147,82257,82369,82492,82615,82697,82870,83038,83186,83345,83500,83673,83790,83907,84075,84187,84301,84473,84649,84807,84940,85052,85198,85350,85482,85625,85747,85925,86061,86157,86293,86388,86555,86648,86740,86927,87083,87261,87425,87607,87924,88106,88288,88478,88710,88900,89077,89239,89396,89506,89689,89826,90046,90230,90414,90574,90732,90916,91143,91346,91517,91737,91959,92114,92314,92498,92601,92791,92932,93097,93268,93468,93672,93874,94039,94244,94443,94642,94839,94930,95079,95229,95313,95462,95607,95759,95900,96066,96227,96305,96606,96772,96927,97029,97187,97351,97537,97760,97885,98162,98434,98700,98985,99436,99892,100401,100549,101063,101500,101934,102377,102462,102583,102682,102799,102886,103009,103110,103229,103322,103429,103772,103879,104124,104245,104654,104902,105002,105107,105226,105735,105882,106001,106252,106385,106800,107054,107166,107413,107538,107855,107976,108204,108325,108458,108605,127266,127693,146103,146527,165226,165655,184103,184529,189370,194787,198878,204309,209051,214428,218412,222404,227795,228277,228710,229466,229696,229939,231072,232001,232905,233369,233762,234842,235586,236779,237763,238241,238534,238917,240432,241197,242340,242781,243222,243698,243972,244369,245300,245478,246231,246368,246459,248653,248919,249241,249451,249560,249679,249863,250835,251305,252056,254533,254628,254927,255155,255383,255642,256218,256572,256694,256833,257107,257367,258237,258523,258926,259328,259671,259883,260084,260297,260586,260871,260944,261031,261116,261215,261338,261461,261592,261709,261829,261961,262075,262193,262306,262427,262615,262802,262983,263166,263350,263531,263713,263833,263953,264061,264171,264283,264391,264501,264666,264832,264959,265124,265225,265345,265506,265669,265830,265997,266116,266233,266413,266595,266776,266959,267114,267246,267368,267503,267666,267859,267985,268137,268279,268449,268605,268777,269068,269263,269355,269528,269690,269785,269954,270048,270137,270380,270469,270762,271225,271692,272160,272633,273097,273560,274024,274489,274950,275418,275889,276359,276817,277286,277756,277946,278125,278231,278339,278445,278557,278671,278783,278897,279013,279127,279235,279345,279453,279649,280028,280432,280579,280687,280797,280905,281019,281428,281842,281958,282376,282617,283047,283482,283892,284314,284724,284846,285255,285671,285793,286011,286195,286263,286607,286687,287043,287193,287337,287413,287525,287615,287877,288142,288241,288393,288501,288577,288689,288779,288881,288989,289097,289197,289305,289390,289494,289581,289659,289773,289865,290129,290396,290497,290650,290760,290844,291233,291331,291439,291533,291663,291771,291893,292029,292137,292257,292391,292513,292641,292783,292909,293049,293175,293293,293425,293523,293633,293933,294045,294163,294627,294743,295046,295172,295268,295669,295779,295903,296041,296151,296273,296585,296709,296839,297315,297443,297758,297896,298058,298274,298430,298634,298702,298786,298890,299093,299282,299483,299676,299881,300194,300406,300522,300768,300984,301188,301379,301597,301834,301986,302246,302388,302549,305132,305246,305366,305482,305576,305897,305996,306114,306215,306494,306779,307058,307340,307593,307852,308105,308361,308785,308861,311455,312810,313254,315108,315683,315891,316901,317281,317422,319923,320349,320461,320596,320793,320964,321147,321322,321509,321731,321889,321973,322077,322564,323120,323278,323497,323728,323951,324186,324408,324674,324812,325411,325525,325663,325775,325899,326470,326965,327511,327656,327749,327841,329768,330338,330636,330825,331031,331224,331434,332318,332463,332855,333013,333230,333491,333923,334798,335418,335615,336563,337328,337451,338224,338445,338645,340622,340722,340812,341183,341853,342535,343215,343907,344476,346089,346410,347473,347643,348168,349063,349697,349863,351349,351965,352201,352422,353380,353645,353910,354122,354536,354772,356057,356506,356693,356942,357184,357360,357601,357834,358059,358401,358614,358709,358970,360321,360796,362022,362492,363540,363992,364236,364693,365938,366421,366571,366915,367061,367199,367335,367623,367924,368226,368342,369171,369293,369405,369554,369820,370090,370356,370624,370880,371140,371396,371654,371906,372162,372414,372668,372900,373136,373388,373644,373896,374150,374382,374616,374728,375153,375277,376214,376812,377008,377245,377513,377806,378023,378237,378536,378728,378940,379120,379412,379676,380013,380232,380645,380882,381174,381779,382017,382286,382426,382680,382824,383014,383822,384162,384910,385134,385431,386210,386547,386947,388256,388841,390914,391108,391326,391552,391764,391963,392170,393293,393530,394005,394395,394859,395198,395535,396295,396559,396902,397093,397440,397528,397636,397744,398057,398382,398701,399032,401599,401787,402048,402297,404738,404930,405195,405448,405964,406314,406483,406997,407232,407356,407768,407982,408384,408487,408617,408792,409044,409240,409380,409574,410072,411141,411429,411559,412336,412993,413139,413845,414083,415623,415773,416190,416355,417041,417511,417707,417798,417882,418026,418260,418427,419355,419641,419801,420416,420575,420903,421130,421642,422004,422083,422422,422527,422892,423263,423624,425498,426127,427203,427627,427880,428032,429022,429759,429962,430208,430455,430673,430915,431236,431500,431805,432028,432339,432528,433243,433512,434006,434232,434672,434831,435115,435860,436225,436530,436688,436926,438245,438643,438871,439091,439233,440523,440629,440759,440897,441021,441309,441478,441578,441863,441977,442860,443615,444054,444178,444424,444617,444751,444942,445721,445939,446230,446509,446826,447048,447343,447626,447730,448013,448829,449145,449706,450212,450417,451203,451608,452269,452458,453009,453575,453695,454097,454631,455161,455460,457805,458899,460493,462500,462752,465185,467480,467920,468672,468856,469067,473725,474308,475036,475238,476373,476523,476698,476923,477450,478702,479009,479517,479966,481760,482020,482602,483097,484134,486000,486191,486524,486680,486873,489208,489437,489645,489781,491553,491851,493063,493931,495819,495935,496104,496241,496387,497033,498737,499268,499694,501305,501553,502323,502439,502614,505829,505976,516740,516983,517354,517449,517542,517626,517713,517811,517902,517993,518081,518165,518261,518365,518439,518524,518623,518727,518823,518925,519028,519128,519218,519303,519404,519502,519592,519687,519774,519880,519982,520076,520167,520248,520324,520416,520505,520625,520736,520819,520905,521000,521094,521200,521298,521395,521490,521588,521688,521791,521886,521979,522073,522165,522267,522365,522468,522553,522651,522773,522871,522984,523078,523167,523256,523339,523430,523515,523623,523724,523825,523923,524029,524120,524219,524316,524414,524510,524603,524713,524811,524906,525016,525108,525208,525307,525394,525498,525603,525710,525817,525916,526025,526117,526214,526325,526436,526547,526651,526766,526882,527009,527129,527209,527317,527407,527508,527591,527682,527767,527859,527962,528057,528153,528246,528327,528436,528515,528622,528713,528812,528905,529008,529112,529213,529314,529418,529512,529616,529720,529833,529939,530045,530153,530270,530359,530467,530567,530646,530736,530820,530912,530985,531073,531155,531240,531339,531436,531527,531618,531710,531805,531903,532002,532104,532201,532298,532391,532478,532562,532659,532756,532849,532936,533027,533126,533225,533320,533409,533490,533589,533684,533781,533877,533974,534058,534157,534252,534349,534445,534542,534631,534732,534829,534928,535026,535125,535215,535306,535395,535484,535566,535659,535750,535823,535890,535963,536030,536106,536183,536235,536308,536381,536447,536514,536582,536648,536715" + }, + "to": { + "startLines": "3,9,20,21,22,23,24,25,28,29,30,31,32,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,83,84,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,188,190,191,193,194,195,196,197,198,199,200,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,395,396,397,415,417,418,419,420,421,422,423,424,425,426,427,428,432,433,434,435,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,481,482,493,501,502,525,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,890,894,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1515,1516,1563,1564,1565,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1582,1585,1586,1587,1605,1606,1607,1608,1609,1610,1611,1619,1627,1628,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1685,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1784,1787,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1846,1849,1850,1851,1852,1859,1863,1867,1871,1914,1922,1929,2099,2102,2112,2121,2130,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2214,2215,2219,2220,2226,2230,2231,2232,2233,2243,2244,2245,2249,2250,2256,2260,2330,2333,2334,2338,2339,2342,2343,2344,2345,2586,2592,2830,2836,3077,3083,3321,3327,3390,3472,3524,3606,3668,3750,3814,3866,3948,3955,3961,3972,3976,3980,3993,4768,4784,4791,4797,4811,4824,4844,4861,4870,4875,4882,4902,4915,4932,4938,4944,4951,4955,4961,4974,4977,4987,4988,4989,5037,5041,5045,5049,5050,5051,5054,5068,5075,5089,5131,5140,5145,5149,5153,5158,5165,5171,5172,5175,5179,5184,5196,5200,5205,5210,5215,5218,5221,5224,5228,5371,5372,5373,5374,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461,5465,5469,5473,5477,5481,5485,5489,5490,5491,5492,5493,5494,5495,5496,5500,5504,5505,5509,5510,5513,5516,5519,5522,5526,5529,5532,5536,5540,5544,5548,5551,5554,5555,5556,5559,5563,5566,5569,5572,5575,5578,5581,5652,5655,5656,5659,5662,5663,5666,5667,5668,5672,5673,5678,5686,5694,5702,5710,5718,5726,5734,5742,5750,5759,5768,5777,5785,5794,5803,5806,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5824,5829,5834,5837,5838,5839,5840,5841,5849,5857,5858,5866,5870,5878,5886,5894,5902,5910,5911,5919,5927,5928,5931,5970,5972,5977,5979,5984,5988,6005,6006,6007,6008,6012,6016,6017,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6040,6044,6045,6049,6050,6051,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6080,6081,6082,6088,6089,6093,6095,6096,6101,6102,6103,6104,6105,6106,6110,6111,6112,6118,6119,6123,6125,6129,6133,6137,6153,6154,6155,6156,6159,6162,6165,6168,6171,6176,6180,6181,6186,6190,6194,6198,6202,6207,6211,6216,6220,6224,6258,6259,6260,6261,6262,6266,6267,6268,6269,6273,6277,6281,6285,6289,6293,6297,6301,6307,6308,6342,6356,6361,6387,6394,6397,6408,6413,6416,6448,6454,6455,6458,6461,6464,6467,6470,6473,6477,6480,6481,6482,6490,6498,6501,6506,6511,6516,6521,6525,6529,6530,6538,6539,6540,6541,6542,6550,6555,6560,6561,6562,6563,6588,6594,6599,6602,6606,6609,6613,6623,6626,6631,6634,6638,6739,6747,6761,6774,6778,6793,6804,6807,6818,6823,6827,6862,6863,6864,6871,6878,6885,6892,6899,6910,6937,6942,6962,6965,6972,6985,6994,6997,7017,7027,7031,7035,7048,7052,7056,7060,7066,7070,7087,7095,7099,7103,7107,7110,7114,7118,7122,7129,7133,7134,7138,7164,7174,7199,7208,7228,7238,7242,7252,7277,7287,7290,7294,7295,7296,7297,7301,7305,7309,7310,7322,7323,7324,7327,7330,7333,7336,7339,7342,7345,7348,7351,7354,7357,7360,7363,7366,7369,7372,7375,7378,7381,7384,7387,7388,7393,7394,7406,7414,7418,7423,7428,7432,7435,7439,7443,7446,7449,7452,7456,7461,7466,7469,7476,7480,7484,7492,7497,7502,7503,7507,7510,7513,7525,7530,7540,7543,7547,7561,7565,7570,7586,7593,7619,7622,7625,7628,7631,7634,7637,7655,7660,7667,7674,7683,7690,7695,7706,7710,7717,7720,7725,7726,7727,7728,7732,7736,7740,7744,7777,7780,7784,7788,7819,7822,7826,7830,7839,7845,7848,7857,7861,7862,7869,7873,7880,7881,7882,7885,7890,7895,7896,7900,7908,7927,7931,7932,7944,7954,7955,7967,7972,7996,7999,8005,8008,8017,8025,8029,8032,8035,8038,8042,8045,8062,8066,8069,8084,8087,8095,8100,8107,8112,8113,8118,8119,8125,8131,8137,8169,8180,8197,8204,8208,8211,8223,8232,8236,8241,8245,8249,8253,8257,8261,8265,8269,8274,8277,8289,8294,8303,8306,8313,8314,8318,8327,8333,8337,8338,8342,8363,8369,8373,8377,8378,8396,8397,8398,8399,8400,8405,8408,8409,8415,8416,8428,8440,8447,8448,8453,8458,8459,8463,8477,8482,8488,8494,8500,8505,8511,8517,8518,8523,8538,8543,8552,8561,8564,8578,8583,8594,8598,8607,8616,8617,8624,8781,8798,8808,9350,9381,9427,9484,9492,9616,9725,9745,9766,9772,9780,9886,10055,10078,10084,10128,10132,10192,10247,10300,10338,10344,10352,10365,10421,10432,10444,10456,10494,10541,10547,10559,10565,10571,10621,10626,10631,10637,10853,10865,10907,10930,11021,11026,11059,11062,11066,11093,11131,11149,11167,11220,11228,11352,11356,11364,11477,11481,11755,11818,11895,11896,11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909,11910,11911,11912,11913,11914,11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928,11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944,11945,11946,11947,11948,11949,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959,11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975,11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,11988,11989,11990,11991,11992,11993,11994,11995,11996,11997,11998,11999,12000,12001,12002,12003,12004,12005,12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021,12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037,12038,12039,12040,12041,12042,12043,12044,12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059,12060,12061,12062,12063,12064,12065,12066,12067,12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088,12089,12090,12091,12092,12093,12094,12095,12096,12097,12098,12099", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "207,449,902,957,1013,1073,1134,1199,1354,1404,1454,1507,1565,1664,1733,1781,1852,1924,1996,2069,2136,2185,2239,2276,2327,2387,2434,2490,2539,2597,2653,2704,2764,2813,2869,2925,2975,3034,3081,3135,3191,3245,3299,3353,3402,3460,3516,3563,3617,3671,3719,4282,4336,5169,5280,5342,5398,5458,5511,5572,5651,5732,5804,5883,5963,6039,6117,6186,6262,6339,6410,6483,6559,6637,6706,6782,6859,6923,6994,9416,9512,9565,9669,9736,9789,9841,9891,9949,10014,10062,15556,15623,15689,15747,15816,15874,15943,16013,16086,16160,16228,16295,16365,16431,16504,16564,16640,16700,16760,16835,16903,16969,17037,17097,17156,17213,17279,17341,17398,17466,17539,17609,17671,17732,17800,17862,17918,17977,18039,18101,18168,18225,18286,18347,18408,18469,18525,18581,18637,18693,18751,18809,18867,18925,18982,19039,19096,19153,19212,19271,19329,19412,19495,19568,19622,19691,19747,19828,19909,19980,20315,20368,20426,21167,21281,21327,21387,21441,21511,21581,21646,21712,21777,21845,21914,21982,22112,22165,22224,22282,22380,22430,22482,22528,22578,22634,22728,22786,22844,22906,22969,23031,23090,23150,23215,23281,23346,23408,23470,23532,23594,23656,23718,23784,23851,23917,23980,24044,24107,24175,24236,24298,24360,24423,24487,24550,24614,24692,24751,24817,24897,24958,25052,25110,25543,25881,25945,26884,28858,28932,29003,29069,29143,29212,29283,29356,29427,29495,29568,29644,29714,29792,29860,29926,29987,30056,30120,30186,30254,30320,30383,30451,30522,30587,30660,30723,30804,30868,30934,31004,31074,31144,31214,31962,32019,32077,32136,32196,32255,32314,32373,32432,32491,32550,32609,32668,32727,32786,32846,32907,32969,33030,33091,33152,33213,33274,33335,33396,33457,33518,33579,33647,33716,33786,33855,33924,33993,34062,34131,34200,34269,34338,34407,34476,34536,34597,34659,34720,34781,34842,34903,34964,35025,35086,35147,35208,35269,35331,35394,35458,35521,35584,35647,35710,35773,35836,35899,35962,36025,36088,36149,36211,36274,36336,36398,36460,36522,36584,36646,36708,36770,36832,36894,36951,37038,37118,37208,37303,37395,37487,37577,37660,37753,37840,37937,38028,38129,38216,38319,38408,38507,38599,38699,38783,38877,38965,39063,39147,39247,39333,39429,39517,39598,39689,39785,39878,39971,40062,40147,40241,40330,40428,40521,40623,40711,40815,40906,41006,41099,41200,41285,41380,41469,41568,41653,41754,41841,42610,42676,42752,42821,42900,42973,43041,43119,43195,43266,43347,43420,43503,43578,43663,43736,43817,43898,43972,44056,44126,44206,44284,44356,44438,44508,44586,44664,44742,44813,44894,44959,45025,45078,45154,45220,45307,45383,52719,52954,53549,53603,53682,53760,53833,53898,53961,54027,54098,54169,54239,54301,54370,54436,54496,54563,54630,54686,54737,54790,54842,54896,54967,55030,55089,55151,55210,55283,55350,55420,55480,55543,55618,55690,55786,55857,55913,55984,56041,56098,56164,56228,56299,56356,56409,56472,56524,56582,57819,57888,57954,58013,58096,58155,58212,58279,58349,58423,58485,58554,58624,58678,58731,58785,58844,58890,58947,59014,59070,59135,59209,59293,59366,59431,59493,59549,59623,59706,59795,59859,59938,60012,60074,60170,60235,60294,60350,60406,60466,60573,60620,60680,60741,60805,60866,60926,60984,61027,61076,61128,61179,61231,61280,61329,61394,61460,61520,61581,61637,61696,61771,61828,61912,61969,62044,62119,62170,62238,62288,62350,62410,62467,62527,62576,62644,62750,62852,62921,62992,63092,63163,63273,63362,63418,63519,63629,63735,63812,63924,64051,64163,64290,64360,64474,64605,64702,64770,64888,64991,65109,65170,65244,65311,65416,65538,65612,65679,65789,65888,65961,66078,66146,66252,66354,66434,66505,66601,66668,66742,66816,66902,66990,67069,67147,67248,67319,67384,67496,67602,67670,67783,67896,68014,68092,68164,68300,68436,68521,68661,68737,68875,69013,69155,69237,69299,69395,69462,69579,69700,69797,69879,69966,70053,70184,70315,70450,70561,70675,70777,70873,70977,71044,71116,71226,71332,71405,71496,71598,71701,71796,71903,72008,72130,72252,72378,72437,72495,72619,72743,72871,72989,73107,73229,73310,73367,73428,73487,73547,73605,73666,73724,73774,73823,73890,73949,74008,74057,74132,74203,74272,74335,74403,74469,74537,74602,74668,74745,74823,74929,75035,75131,75260,75349,75476,75542,75611,75677,75775,75871,75967,76065,76174,76269,76358,76420,76480,76545,76602,76683,76737,76794,76891,77001,77088,77178,77230,77322,77415,77517,77573,77632,77681,77773,77822,77876,77930,77984,78038,78092,78147,78257,78367,78477,78587,78697,78807,78917,79027,79133,79239,79345,79451,79546,79641,79736,79831,79937,80043,80149,80255,80350,80445,80540,80635,80743,80851,80959,81067,81164,81261,81358,81455,81563,81671,81779,81887,81985,82081,82177,82275,82340,82428,82486,82550,82611,82673,82733,82795,82863,82921,82984,83047,83114,83189,83262,83328,83380,83433,83485,83542,83626,83721,83806,83887,83967,84044,84123,84200,84274,84348,84419,84499,84571,84646,84711,84772,84832,84907,84981,85058,85131,85201,85273,85343,85416,85480,85550,85598,85667,85719,85804,85887,85945,86011,86078,86144,86225,86300,86356,86409,86470,86528,86578,86627,86676,86725,86787,86839,86884,86965,87016,87070,87123,87177,87228,87277,87343,87394,87455,87516,87578,87628,87669,87746,87805,87864,87923,87984,88040,88096,88163,88224,88289,88344,88409,88478,88546,88624,88693,88753,88824,88898,88963,89035,89105,89172,89256,89325,89392,89462,89525,89592,89660,89743,89822,89912,89989,90057,90124,90202,90259,90316,90384,90450,90506,90566,90625,90679,90729,90779,90827,90889,90940,91013,91093,91173,91237,91304,91375,91433,91494,91560,91619,91686,91746,91806,91869,91937,91998,92065,92143,92213,92262,92319,92388,92449,92537,92625,92713,92801,92888,92975,93062,93149,93207,93281,93351,93407,93478,93543,93605,93680,93753,93843,93909,93975,94036,94100,94162,94220,94291,94374,94433,94504,94570,94635,94696,94755,94826,94892,94957,95040,95116,95191,95272,95332,95401,95471,95540,95595,95651,95707,95768,95826,95882,95937,95999,96056,96150,96219,96320,96371,96441,96504,96560,96618,96672,96758,96842,96912,96981,97051,97166,97287,97354,97421,97496,97563,97622,97676,97730,97784,97837,97889,99394,99531,102313,102362,102412,102503,102551,102607,102665,102727,102782,102840,102911,102975,103034,103096,103162,103367,103512,103556,103601,104579,104630,104677,104722,104773,104824,104875,105259,105704,105770,105949,106012,106084,106141,106196,106254,106309,106368,106424,106493,106562,106631,106701,106764,106827,106890,106953,107018,107083,107148,107213,107276,107340,107404,107468,107534,107600,107668,107736,107802,107869,107943,108006,108063,108123,108188,108255,108320,108377,108438,108496,108600,108711,108820,108924,109002,109067,109134,109200,109270,109317,109369,109419,109546,111864,112014,112145,112329,112507,112745,112934,113103,113201,113316,113401,113480,113640,113705,113794,113951,114108,114261,114415,114474,114640,114765,114890,115060,115170,115291,115412,115522,115634,115757,115880,115962,116135,116303,116451,116610,116765,116938,117055,117172,117340,117452,117566,117738,117914,118072,118205,118317,118463,118615,118747,118890,119012,119190,119326,119422,119558,119653,119820,119913,120005,120192,120348,120526,120690,120872,121189,121371,121553,121743,121975,122165,122342,122504,122661,122771,122954,123091,123311,123495,123679,123839,123997,124181,124408,124611,124782,125002,125224,125379,125579,125763,125866,126056,126197,126362,126533,126733,126937,127139,127304,127509,127708,127907,128104,128195,128344,128494,128578,128727,128872,129024,129165,129331,129492,129570,129871,130037,130192,130347,130505,130669,130855,131078,131716,131993,132265,132531,135359,135810,136266,147403,147551,148065,148502,148936,153276,153361,153482,153581,153698,153785,153908,154009,154128,154221,154328,154671,154778,155023,155144,155553,155801,155901,156006,156125,156634,156781,156900,157151,157284,157699,157953,163168,163415,163540,163857,163978,164206,164327,164460,164607,183268,183695,202105,202529,221228,221657,240105,240531,245372,250789,254880,260311,265053,270430,274414,278406,283797,284279,284712,285468,285698,285941,287074,335244,336148,336612,337005,338085,338829,340022,341006,341484,341777,342160,343675,344440,345583,346024,346465,346941,347215,347612,348543,348721,349474,349611,349702,351896,352162,352484,352694,352803,352922,353106,354078,354548,355299,357776,358189,358488,358716,358944,359203,359779,360133,360255,360394,360668,360928,361798,362084,362487,362889,363232,363444,363645,363858,364147,375034,375107,375194,375279,379948,380071,380194,380325,380442,380562,380694,380808,380926,381039,381160,381348,381535,381716,381899,382083,382264,382446,382566,382686,382794,382904,383016,383124,383234,383399,383565,383692,383857,383958,384078,384239,384402,384563,384730,384849,384966,385146,385328,385509,385692,385847,385979,386101,386236,386399,386592,386718,386870,387012,387182,387338,387510,394273,394468,394560,394733,394895,394990,395159,395253,395342,395585,395674,395967,396430,396897,397365,397838,398302,398765,399229,399694,400155,400623,401094,401564,402022,402491,402961,403151,403330,403436,403544,403650,403762,403876,403988,404102,404218,404332,404440,404550,404658,404854,405233,405637,405784,405892,406002,406110,406224,406633,407047,407163,407581,407822,408252,408687,409097,409519,409929,410051,410460,410876,410998,411216,414036,414104,414448,414528,414884,415034,415762,415838,415950,416040,416302,416567,416666,416818,416926,417002,417114,417204,417306,417414,417522,417622,417730,417815,417919,418006,418084,418198,418290,418554,418821,418922,419075,419185,419269,419658,419756,419864,419958,420088,420196,420318,420454,420562,420682,420816,420938,421066,421208,421334,421474,421600,421718,421850,421948,422058,422358,422470,422588,423052,423168,423471,423597,423693,424094,424204,424328,424466,424576,424698,425010,425134,425264,425740,425868,426183,426321,426483,426699,426855,428062,428130,428214,428318,428521,428710,428911,429104,429309,429622,429834,429950,430196,430412,430616,430807,431025,431262,431414,431674,431816,431977,434560,434674,434794,434910,435004,435325,435424,435542,435643,435922,436207,436486,436768,437021,437280,437533,437789,438213,438289,440883,442238,442682,444536,445111,445319,446329,446709,446850,449351,449777,449889,450024,450221,450392,450575,450750,450937,451159,451317,451401,451505,451992,452548,452706,452925,453156,453379,453614,453836,454102,454240,454839,454953,455091,455203,455327,455898,456393,456939,457084,457177,457269,459196,459766,460064,460253,460459,460652,460862,461746,461891,462283,462441,462658,470714,471146,472021,472641,472838,473786,474551,474674,475447,475668,475868,477845,477945,478035,478406,479076,479758,480438,481130,481699,483312,483633,484696,484866,485391,486286,486920,487086,488572,489188,489424,489645,490603,490868,491133,491345,491759,491995,493280,493729,493916,494165,494407,494583,494824,495057,495282,495624,495837,495932,496193,497544,498019,499245,499715,500763,501215,501459,501916,503161,503644,503794,504138,504284,504422,504558,504846,505147,505449,505565,506394,506516,506628,506777,507043,507313,507579,507847,508103,508363,508619,508877,509129,509385,509637,509891,510123,510359,510611,510867,511119,511373,511605,511839,511951,512376,512500,513437,514035,514231,514468,514736,515029,515246,515460,515759,515951,516163,516343,516635,516899,517236,517455,517868,518105,518397,519002,519240,519509,519649,519903,520047,520237,521045,521385,522133,522357,522654,523433,523770,524170,525479,526064,528137,528331,528549,528775,528987,529186,529393,530516,530753,531228,531618,532082,532421,532758,533518,533782,534125,534316,534663,534751,534859,534967,535280,535605,535924,536255,538822,539010,539271,539520,541961,542153,542418,542671,543187,543537,543706,544220,544455,544579,544991,545205,545607,545710,545840,546015,546267,546463,546603,546797,547295,548364,548652,548782,549559,550216,550362,551068,551306,552846,552996,553413,553578,554264,554734,554930,555021,555105,555249,555483,555650,556578,556864,557024,557639,557798,558126,558353,558865,559227,559306,559645,559750,560115,560486,560847,562721,563350,564426,564850,565103,565255,566245,566982,567185,567431,567678,567896,568138,568459,568723,569028,569251,569562,569751,570466,570735,571229,571455,571895,572054,572338,573083,573448,573753,573911,574149,575468,575866,576094,576314,576456,577746,577852,577982,578120,578244,578532,578701,578801,579086,579200,580083,580838,581277,581401,581647,581840,581974,582165,582944,583162,583453,583732,584049,584271,584566,584849,584953,585236,586052,586368,586929,587435,587640,588426,588831,589492,589681,590232,590798,590918,591320,596926,597456,597755,616167,617261,618855,620862,621114,626179,628474,628914,629666,629850,630061,634719,655147,655875,656077,657212,657362,659949,661762,669380,670832,671139,671647,672096,673890,674150,674732,675227,676264,678130,678321,678654,678810,679003,681338,681567,681775,681911,690726,691024,692236,693104,697031,697147,698371,698508,698654,700482,701620,702151,702577,704188,704436,709315,709431,709606,713565,713712,724476,726850,731094,731189,731282,731366,731453,731551,731642,731733,731821,731905,732001,732105,732179,732264,732363,732467,732563,732665,732768,732868,732958,733043,733144,733242,733332,733427,733514,733620,733722,733816,733907,733988,734064,734156,734245,734365,734476,734559,734645,734740,734834,734940,735038,735135,735230,735328,735428,735531,735626,735719,735813,735905,736007,736105,736208,736293,736391,736513,736611,736724,736818,736907,736996,737079,737170,737255,737363,737464,737565,737663,737769,737860,737959,738056,738154,738250,738343,738453,738551,738646,738756,738848,738948,739047,739134,739238,739343,739450,739557,739656,739765,739857,739954,740065,740176,740287,740391,740506,740622,740749,740869,740949,741057,741147,741248,741331,741422,741507,741599,741702,741797,741893,741986,742067,742176,742255,742362,742453,742552,742645,742748,742852,742953,743054,743158,743252,743356,743460,743573,743679,743785,743893,744010,744099,744207,744307,744386,744476,744560,744652,744725,744813,744895,744980,745079,745176,745267,745358,745450,745545,745643,745742,745844,745941,746038,746131,746218,746302,746399,746496,746589,746676,746767,746866,746965,747060,747149,747230,747329,747424,747521,747617,747714,747798,747897,747992,748089,748185,748282,748371,748472,748569,748668,748766,748865,748955,749046,749135,749224,749306,749399,749490,749563,749630,749703,749770,749846,749923,749975,750048,750121,750187,750254,750322,750388", + "endLines": "3,9,20,21,22,23,24,25,28,29,30,31,32,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,83,84,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,188,190,191,193,194,195,196,197,198,199,200,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,390,395,396,397,415,417,418,419,420,421,422,423,424,425,426,427,431,432,433,434,435,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,481,482,493,501,502,525,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,890,894,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1515,1516,1563,1564,1565,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1582,1585,1586,1587,1605,1606,1607,1608,1609,1610,1611,1619,1627,1628,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1688,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1783,1786,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1848,1849,1850,1851,1852,1862,1866,1870,1874,1921,1928,1936,2101,2111,2120,2129,2138,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2213,2214,2218,2219,2225,2229,2230,2231,2232,2242,2243,2244,2248,2249,2255,2259,2260,2332,2333,2337,2338,2341,2342,2343,2344,2585,2591,2829,2835,3076,3082,3320,3326,3389,3471,3523,3605,3667,3749,3813,3865,3947,3954,3960,3971,3975,3979,3992,4007,4783,4790,4796,4810,4823,4843,4860,4869,4874,4881,4901,4914,4931,4937,4943,4950,4954,4960,4973,4976,4986,4987,4988,5036,5040,5044,5048,5049,5050,5053,5067,5074,5088,5130,5131,5144,5148,5152,5157,5164,5170,5171,5174,5178,5183,5195,5199,5204,5209,5214,5217,5220,5223,5227,5231,5371,5372,5373,5374,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5464,5468,5472,5476,5480,5484,5488,5489,5490,5491,5492,5493,5494,5495,5499,5503,5504,5508,5509,5512,5515,5518,5521,5525,5528,5531,5535,5539,5543,5547,5550,5553,5554,5555,5558,5562,5565,5568,5571,5574,5577,5580,5584,5654,5655,5658,5661,5662,5665,5666,5667,5671,5672,5677,5685,5693,5701,5709,5717,5725,5733,5741,5749,5758,5767,5776,5784,5793,5802,5805,5808,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5823,5828,5833,5836,5837,5838,5839,5840,5848,5856,5857,5865,5869,5877,5885,5893,5901,5909,5910,5918,5926,5927,5930,5933,5971,5976,5978,5983,5987,5991,6005,6006,6007,6011,6015,6016,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6039,6043,6044,6048,6049,6050,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6079,6080,6081,6087,6088,6092,6094,6095,6100,6101,6102,6103,6104,6105,6109,6110,6111,6117,6118,6122,6124,6128,6132,6136,6140,6153,6154,6155,6158,6161,6164,6167,6170,6175,6179,6180,6185,6189,6193,6197,6201,6206,6210,6215,6219,6223,6257,6258,6259,6260,6261,6265,6266,6267,6268,6272,6276,6280,6284,6288,6292,6296,6300,6306,6307,6341,6355,6360,6386,6393,6396,6407,6412,6415,6447,6453,6454,6457,6460,6463,6466,6469,6472,6476,6479,6480,6481,6489,6497,6500,6505,6510,6515,6520,6524,6528,6529,6537,6538,6539,6540,6541,6549,6554,6559,6560,6561,6562,6587,6593,6598,6601,6605,6608,6612,6622,6625,6630,6633,6637,6641,6746,6760,6773,6777,6792,6803,6806,6817,6822,6826,6861,6862,6863,6870,6877,6884,6891,6898,6909,6936,6941,6961,6964,6971,6984,6993,6996,7016,7026,7030,7034,7047,7051,7055,7059,7065,7069,7086,7094,7098,7102,7106,7109,7113,7117,7121,7128,7132,7133,7137,7163,7173,7198,7207,7227,7237,7241,7251,7276,7286,7289,7293,7294,7295,7296,7300,7304,7308,7309,7321,7322,7323,7326,7329,7332,7335,7338,7341,7344,7347,7350,7353,7356,7359,7362,7365,7368,7371,7374,7377,7380,7383,7386,7387,7392,7393,7405,7413,7417,7422,7427,7431,7434,7438,7442,7445,7448,7451,7455,7460,7465,7468,7475,7479,7483,7491,7496,7501,7502,7506,7509,7512,7524,7529,7539,7542,7546,7560,7564,7569,7585,7592,7618,7621,7624,7627,7630,7633,7636,7654,7659,7666,7673,7682,7689,7694,7705,7709,7716,7719,7724,7725,7726,7727,7731,7735,7739,7743,7776,7779,7783,7787,7818,7821,7825,7829,7838,7844,7847,7856,7860,7861,7868,7872,7879,7880,7881,7884,7889,7894,7895,7899,7907,7926,7930,7931,7943,7953,7954,7966,7971,7995,7998,8004,8007,8016,8024,8028,8031,8034,8037,8041,8044,8061,8065,8068,8083,8086,8094,8099,8106,8111,8112,8117,8118,8124,8130,8136,8168,8179,8196,8203,8207,8210,8222,8231,8235,8240,8244,8248,8252,8256,8260,8264,8268,8273,8276,8288,8293,8302,8305,8312,8313,8317,8326,8332,8336,8337,8341,8362,8368,8372,8376,8377,8395,8396,8397,8398,8399,8404,8407,8408,8414,8415,8427,8439,8446,8447,8452,8457,8458,8462,8476,8481,8487,8493,8499,8504,8510,8516,8517,8522,8537,8542,8551,8560,8563,8577,8582,8593,8597,8606,8615,8616,8623,8631,8797,8807,8854,9380,9426,9483,9491,9549,9724,9744,9765,9771,9779,9885,9899,10077,10083,10127,10131,10137,10197,10256,10331,10343,10351,10364,10420,10431,10443,10455,10493,10540,10546,10558,10564,10570,10620,10625,10630,10636,10671,10864,10906,10929,10990,11025,11031,11061,11065,11091,11130,11148,11166,11219,11227,11251,11355,11363,11456,11480,11754,11762,11827,11895,11896,11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909,11910,11911,11912,11913,11914,11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928,11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944,11945,11946,11947,11948,11949,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959,11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975,11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,11988,11989,11990,11991,11992,11993,11994,11995,11996,11997,11998,11999,12000,12001,12002,12003,12004,12005,12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021,12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037,12038,12039,12040,12041,12042,12043,12044,12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059,12060,12061,12062,12063,12064,12065,12066,12067,12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088,12089,12090,12091,12092,12093,12094,12095,12096,12097,12098,12099", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,55,50,59,48,55,55,49,58,46,53,55,53,53,53,48,57,55,46,53,53,47,56,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,63,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,86,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,83,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,100,86,96,65,75,68,78,72,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,79,77,71,81,69,77,77,77,70,80,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,53,52,53,58,45,56,66,55,64,73,83,72,64,61,55,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,74,56,83,56,74,74,50,67,49,61,59,56,59,48,67,105,101,68,70,99,70,109,88,55,100,109,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,116,67,105,101,79,70,95,66,73,73,85,87,78,77,100,70,64,111,105,67,112,112,117,77,71,135,135,84,139,75,137,137,141,81,61,95,66,116,120,96,81,86,86,130,130,134,110,113,101,95,103,66,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,80,56,60,58,59,57,60,57,49,48,66,58,58,48,74,70,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,65,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,86,89,51,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,109,109,109,109,109,109,105,105,105,105,94,94,94,94,105,105,105,105,94,94,94,94,107,107,107,107,96,96,96,96,107,107,107,107,97,95,95,97,64,87,57,63,60,61,59,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,76,72,69,71,69,72,63,69,47,68,51,84,82,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,54,61,56,93,68,100,50,69,62,55,57,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,110,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,165,124,124,169,109,120,120,109,111,122,122,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,219,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,10,10,10,10,10,10,10,10,84,120,98,116,86,122,100,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,122,122,130,116,119,131,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,126,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,100,10,109,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,99,89,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,145,137,135,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,78,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,83,86,97,90,90,87,83,95,103,73,84,98,103,95,101,102,99,89,84,100,97,89,94,86,105,101,93,90,80,75,91,88,119,110,82,85,94,93,105,97,96,94,97,99,102,94,92,93,91,101,97,102,84,97,121,97,112,93,88,88,82,90,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,106,106,98,108,91,96,110,110,110,103,114,115,126,119,79,107,89,100,82,90,84,91,102,94,95,92,80,108,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,88,107,99,78,89,83,91,72,87,81,84,98,96,90,90,91,94,97,98,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,94,96,95,96,83,98,94,96,95,96,88,100,96,98,97,98,89,90,88,88,81,92,90,72,66,72,66,75,76,51,72,72,65,66,67,65,66", + "endOffsets": "258,493,952,1008,1068,1129,1194,1249,1399,1449,1502,1560,1608,1728,1776,1847,1919,1991,2064,2131,2180,2234,2271,2322,2382,2429,2485,2534,2592,2648,2699,2759,2808,2864,2920,2970,3029,3076,3130,3186,3240,3294,3348,3397,3455,3511,3558,3612,3666,3714,3771,4331,4387,5227,5337,5393,5453,5506,5567,5646,5727,5799,5878,5958,6034,6112,6181,6257,6334,6405,6478,6554,6632,6701,6777,6854,6918,6989,7061,9462,9560,9615,9731,9784,9836,9886,9944,10009,10057,10108,15618,15684,15742,15811,15869,15938,16008,16081,16155,16223,16290,16360,16426,16499,16559,16635,16695,16755,16830,16898,16964,17032,17092,17151,17208,17274,17336,17393,17461,17534,17604,17666,17727,17795,17857,17913,17972,18034,18096,18163,18220,18281,18342,18403,18464,18520,18576,18632,18688,18746,18804,18862,18920,18977,19034,19091,19148,19207,19266,19324,19407,19490,19563,19617,19686,19742,19823,19904,19975,20104,20363,20421,20479,21220,21322,21382,21436,21506,21576,21641,21707,21772,21840,21909,21977,22107,22160,22219,22277,22329,22425,22477,22523,22573,22629,22676,22781,22839,22901,22964,23026,23085,23145,23210,23276,23341,23403,23465,23527,23589,23651,23713,23779,23846,23912,23975,24039,24102,24170,24231,24293,24355,24418,24482,24545,24609,24687,24746,24812,24892,24953,25006,25105,25156,25583,25940,25999,26941,28927,28998,29064,29138,29207,29278,29351,29422,29490,29563,29639,29709,29787,29855,29921,29982,30051,30115,30181,30249,30315,30378,30446,30517,30582,30655,30718,30799,30863,30929,30999,31069,31139,31209,31276,32014,32072,32131,32191,32250,32309,32368,32427,32486,32545,32604,32663,32722,32781,32841,32902,32964,33025,33086,33147,33208,33269,33330,33391,33452,33513,33574,33642,33711,33781,33850,33919,33988,34057,34126,34195,34264,34333,34402,34471,34531,34592,34654,34715,34776,34837,34898,34959,35020,35081,35142,35203,35264,35326,35389,35453,35516,35579,35642,35705,35768,35831,35894,35957,36020,36083,36144,36206,36269,36331,36393,36455,36517,36579,36641,36703,36765,36827,36889,36946,37033,37113,37203,37298,37390,37482,37572,37655,37748,37835,37932,38023,38124,38211,38314,38403,38502,38594,38694,38778,38872,38960,39058,39142,39242,39328,39424,39512,39593,39684,39780,39873,39966,40057,40142,40236,40325,40423,40516,40618,40706,40810,40901,41001,41094,41195,41280,41375,41464,41563,41648,41749,41836,41933,42671,42747,42816,42895,42968,43036,43114,43190,43261,43342,43415,43498,43573,43658,43731,43812,43893,43967,44051,44121,44201,44279,44351,44433,44503,44581,44659,44737,44808,44889,44954,45020,45073,45149,45215,45302,45378,45454,52779,53004,53598,53677,53755,53828,53893,53956,54022,54093,54164,54234,54296,54365,54431,54491,54558,54625,54681,54732,54785,54837,54891,54962,55025,55084,55146,55205,55278,55345,55415,55475,55538,55613,55685,55781,55852,55908,55979,56036,56093,56159,56223,56294,56351,56404,56467,56519,56577,56644,57883,57949,58008,58091,58150,58207,58274,58344,58418,58480,58549,58619,58673,58726,58780,58839,58885,58942,59009,59065,59130,59204,59288,59361,59426,59488,59544,59618,59701,59790,59854,59933,60007,60069,60165,60230,60289,60345,60401,60461,60568,60615,60675,60736,60800,60861,60921,60979,61022,61071,61123,61174,61226,61275,61324,61389,61455,61515,61576,61632,61691,61766,61823,61907,61964,62039,62114,62165,62233,62283,62345,62405,62462,62522,62571,62639,62745,62847,62916,62987,63087,63158,63268,63357,63413,63514,63624,63730,63807,63919,64046,64158,64285,64355,64469,64600,64697,64765,64883,64986,65104,65165,65239,65306,65411,65533,65607,65674,65784,65883,65956,66073,66141,66247,66349,66429,66500,66596,66663,66737,66811,66897,66985,67064,67142,67243,67314,67379,67491,67597,67665,67778,67891,68009,68087,68159,68295,68431,68516,68656,68732,68870,69008,69150,69232,69294,69390,69457,69574,69695,69792,69874,69961,70048,70179,70310,70445,70556,70670,70772,70868,70972,71039,71111,71221,71327,71400,71491,71593,71696,71791,71898,72003,72125,72247,72373,72432,72490,72614,72738,72866,72984,73102,73224,73305,73362,73423,73482,73542,73600,73661,73719,73769,73818,73885,73944,74003,74052,74127,74198,74267,74330,74398,74464,74532,74597,74663,74740,74818,74924,75030,75126,75255,75344,75471,75537,75606,75672,75770,75866,75962,76060,76169,76264,76353,76415,76475,76540,76597,76678,76732,76789,76886,76996,77083,77173,77225,77317,77410,77512,77568,77627,77676,77768,77817,77871,77925,77979,78033,78087,78142,78252,78362,78472,78582,78692,78802,78912,79022,79128,79234,79340,79446,79541,79636,79731,79826,79932,80038,80144,80250,80345,80440,80535,80630,80738,80846,80954,81062,81159,81256,81353,81450,81558,81666,81774,81882,81980,82076,82172,82270,82335,82423,82481,82545,82606,82668,82728,82790,82858,82916,82979,83042,83109,83184,83257,83323,83375,83428,83480,83537,83621,83716,83801,83882,83962,84039,84118,84195,84269,84343,84414,84494,84566,84641,84706,84767,84827,84902,84976,85053,85126,85196,85268,85338,85411,85475,85545,85593,85662,85714,85799,85882,85940,86006,86073,86139,86220,86295,86351,86404,86465,86523,86573,86622,86671,86720,86782,86834,86879,86960,87011,87065,87118,87172,87223,87272,87338,87389,87450,87511,87573,87623,87664,87741,87800,87859,87918,87979,88035,88091,88158,88219,88284,88339,88404,88473,88541,88619,88688,88748,88819,88893,88958,89030,89100,89167,89251,89320,89387,89457,89520,89587,89655,89738,89817,89907,89984,90052,90119,90197,90254,90311,90379,90445,90501,90561,90620,90674,90724,90774,90822,90884,90935,91008,91088,91168,91232,91299,91370,91428,91489,91555,91614,91681,91741,91801,91864,91932,91993,92060,92138,92208,92257,92314,92383,92444,92532,92620,92708,92796,92883,92970,93057,93144,93202,93276,93346,93402,93473,93538,93600,93675,93748,93838,93904,93970,94031,94095,94157,94215,94286,94369,94428,94499,94565,94630,94691,94750,94821,94887,94952,95035,95111,95186,95267,95327,95396,95466,95535,95590,95646,95702,95763,95821,95877,95932,95994,96051,96145,96214,96315,96366,96436,96499,96555,96613,96667,96753,96837,96907,96976,97046,97161,97282,97349,97416,97491,97558,97617,97671,97725,97779,97832,97884,97958,99526,99666,102357,102407,102457,102546,102602,102660,102722,102777,102835,102906,102970,103029,103091,103157,103223,103405,103551,103596,103639,104625,104672,104717,104768,104819,104870,104921,105302,105765,105827,106007,106079,106136,106191,106249,106304,106363,106419,106488,106557,106626,106696,106759,106822,106885,106948,107013,107078,107143,107208,107271,107335,107399,107463,107529,107595,107663,107731,107797,107864,107938,108001,108058,108118,108183,108250,108315,108372,108433,108491,108595,108706,108815,108919,108997,109062,109129,109195,109265,109312,109364,109414,109471,109861,112009,112140,112324,112502,112740,112929,113098,113196,113311,113396,113475,113635,113700,113789,113946,114103,114256,114410,114469,114635,114760,114885,115055,115165,115286,115407,115517,115629,115752,115875,115957,116130,116298,116446,116605,116760,116933,117050,117167,117335,117447,117561,117733,117909,118067,118200,118312,118458,118610,118742,118885,119007,119185,119321,119417,119553,119648,119815,119908,120000,120187,120343,120521,120685,120867,121184,121366,121548,121738,121970,122160,122337,122499,122656,122766,122949,123086,123306,123490,123674,123834,123992,124176,124403,124606,124777,124997,125219,125374,125574,125758,125861,126051,126192,126357,126528,126728,126932,127134,127299,127504,127703,127902,128099,128190,128339,128489,128573,128722,128867,129019,129160,129326,129487,129565,129866,130032,130187,130289,130500,130664,130850,131073,131198,131988,132260,132526,132811,135805,136261,136770,147546,148060,148497,148931,149374,153356,153477,153576,153693,153780,153903,154004,154123,154216,154323,154666,154773,155018,155139,155548,155796,155896,156001,156120,156629,156776,156895,157146,157279,157694,157948,158060,163410,163535,163852,163973,164201,164322,164455,164602,183263,183690,202100,202524,221223,221652,240100,240526,245367,250784,254875,260306,265048,270425,274409,278401,283792,284274,284707,285463,285693,285936,287069,287998,336143,336607,337000,338080,338824,340017,341001,341479,341772,342155,343670,344435,345578,346019,346460,346936,347210,347607,348538,348716,349469,349606,349697,351891,352157,352479,352689,352798,352917,353101,354073,354543,355294,357771,357866,358483,358711,358939,359198,359774,360128,360250,360389,360663,360923,361793,362079,362482,362884,363227,363439,363640,363853,364142,364427,375102,375189,375274,375373,380066,380189,380320,380437,380557,380689,380803,380921,381034,381155,381343,381530,381711,381894,382078,382259,382441,382561,382681,382789,382899,383011,383119,383229,383394,383560,383687,383852,383953,384073,384234,384397,384558,384725,384844,384961,385141,385323,385504,385687,385842,385974,386096,386231,386394,386587,386713,386865,387007,387177,387333,387505,387796,394463,394555,394728,394890,394985,395154,395248,395337,395580,395669,395962,396425,396892,397360,397833,398297,398760,399224,399689,400150,400618,401089,401559,402017,402486,402956,403146,403325,403431,403539,403645,403757,403871,403983,404097,404213,404327,404435,404545,404653,404849,405228,405632,405779,405887,405997,406105,406219,406628,407042,407158,407576,407817,408247,408682,409092,409514,409924,410046,410455,410871,410993,411211,411395,414099,414443,414523,414879,415029,415173,415833,415945,416035,416297,416562,416661,416813,416921,416997,417109,417199,417301,417409,417517,417617,417725,417810,417914,418001,418079,418193,418285,418549,418816,418917,419070,419180,419264,419653,419751,419859,419953,420083,420191,420313,420449,420557,420677,420811,420933,421061,421203,421329,421469,421595,421713,421845,421943,422053,422353,422465,422583,423047,423163,423466,423592,423688,424089,424199,424323,424461,424571,424693,425005,425129,425259,425735,425863,426178,426316,426478,426694,426850,427054,428125,428209,428313,428516,428705,428906,429099,429304,429617,429829,429945,430191,430407,430611,430802,431020,431257,431409,431669,431811,431972,434555,434669,434789,434905,434999,435320,435419,435537,435638,435917,436202,436481,436763,437016,437275,437528,437784,438208,438284,440878,442233,442677,444531,445106,445314,446324,446704,446845,449346,449772,449884,450019,450216,450387,450570,450745,450932,451154,451312,451396,451500,451987,452543,452701,452920,453151,453374,453609,453831,454097,454235,454834,454948,455086,455198,455322,455893,456388,456934,457079,457172,457264,459191,459761,460059,460248,460454,460647,460857,461741,461886,462278,462436,462653,462914,471141,472016,472636,472833,473781,474546,474669,475442,475663,475863,477840,477940,478030,478401,479071,479753,480433,481125,481694,483307,483628,484691,484861,485386,486281,486915,487081,488567,489183,489419,489640,490598,490863,491128,491340,491754,491990,493275,493724,493911,494160,494402,494578,494819,495052,495277,495619,495832,495927,496188,497539,498014,499240,499710,500758,501210,501454,501911,503156,503639,503789,504133,504279,504417,504553,504841,505142,505444,505560,506389,506511,506623,506772,507038,507308,507574,507842,508098,508358,508614,508872,509124,509380,509632,509886,510118,510354,510606,510862,511114,511368,511600,511834,511946,512371,512495,513432,514030,514226,514463,514731,515024,515241,515455,515754,515946,516158,516338,516630,516894,517231,517450,517863,518100,518392,518997,519235,519504,519644,519898,520042,520232,521040,521380,522128,522352,522649,523428,523765,524165,525474,526059,528132,528326,528544,528770,528982,529181,529388,530511,530748,531223,531613,532077,532416,532753,533513,533777,534120,534311,534658,534746,534854,534962,535275,535600,535919,536250,538817,539005,539266,539515,541956,542148,542413,542666,543182,543532,543701,544215,544450,544574,544986,545200,545602,545705,545835,546010,546262,546458,546598,546792,547290,548359,548647,548777,549554,550211,550357,551063,551301,552841,552991,553408,553573,554259,554729,554925,555016,555100,555244,555478,555645,556573,556859,557019,557634,557793,558121,558348,558860,559222,559301,559640,559745,560110,560481,560842,562716,563345,564421,564845,565098,565250,566240,566977,567180,567426,567673,567891,568133,568454,568718,569023,569246,569557,569746,570461,570730,571224,571450,571890,572049,572333,573078,573443,573748,573906,574144,575463,575861,576089,576309,576451,577741,577847,577977,578115,578239,578527,578696,578796,579081,579195,580078,580833,581272,581396,581642,581835,581969,582160,582939,583157,583448,583727,584044,584266,584561,584844,584948,585231,586047,586363,586924,587430,587635,588421,588826,589487,589676,590227,590793,590913,591315,591849,597451,597750,600095,617256,618850,620857,621109,623542,628469,628909,629661,629845,630056,634714,635297,655870,656072,657207,657357,657532,660169,662284,670627,671134,671642,672091,673885,674145,674727,675222,676259,678125,678316,678649,678805,678998,681333,681562,681770,681906,683678,691019,692231,693099,694987,697142,697311,698503,698649,699295,701615,702146,702572,704183,704431,705201,709426,709601,712816,713707,724471,724714,727216,731184,731277,731361,731448,731546,731637,731728,731816,731900,731996,732100,732174,732259,732358,732462,732558,732660,732763,732863,732953,733038,733139,733237,733327,733422,733509,733615,733717,733811,733902,733983,734059,734151,734240,734360,734471,734554,734640,734735,734829,734935,735033,735130,735225,735323,735423,735526,735621,735714,735808,735900,736002,736100,736203,736288,736386,736508,736606,736719,736813,736902,736991,737074,737165,737250,737358,737459,737560,737658,737764,737855,737954,738051,738149,738245,738338,738448,738546,738641,738751,738843,738943,739042,739129,739233,739338,739445,739552,739651,739760,739852,739949,740060,740171,740282,740386,740501,740617,740744,740864,740944,741052,741142,741243,741326,741417,741502,741594,741697,741792,741888,741981,742062,742171,742250,742357,742448,742547,742640,742743,742847,742948,743049,743153,743247,743351,743455,743568,743674,743780,743888,744005,744094,744202,744302,744381,744471,744555,744647,744720,744808,744890,744975,745074,745171,745262,745353,745445,745540,745638,745737,745839,745936,746033,746126,746213,746297,746394,746491,746584,746671,746762,746861,746960,747055,747144,747225,747324,747419,747516,747612,747709,747793,747892,747987,748084,748180,748277,748366,748467,748564,748663,748761,748860,748950,749041,749130,749219,749301,749394,749485,749558,749625,749698,749765,749841,749918,749970,750043,750116,750182,750249,750317,750383,750450" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\18f023b2040b9372c02d7a2bae3533d8\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,6,16", + "startColumns": "4,4,4,4", + "startOffsets": "55,116,261,869", + "endLines": "2,5,15,104", + "endColumns": "60,12,24,24", + "endOffsets": "111,256,864,6075" + }, + "to": { + "startLines": "75,8632,9942,9948", + "startColumns": "4,4,4,4", + "startOffsets": "3935,591854,649234,649445", + "endLines": "75,8634,9947,10031", + "endColumns": "60,12,24,24", + "endOffsets": "3991,591994,649440,653956" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\f94025579e5a4c230bbba5aa7dd1079d\\transformed\\lifecycle-viewmodel-2.5.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1623", + "startColumns": "4", + "startOffsets": "105464", + "endColumns": "49", + "endOffsets": "105509" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\\transformed\\appcompat-1.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073", + "endLines": "2,3,4,5,6,7,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,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271" + }, + "to": { + "startLines": "101,189,192,480,523,524,526,527,528,529,530,531,532,535,536,537,538,540,541,542,543,544,545,546,547,587,588,589,590,591,592,593,594,595,596,731,732,733,734,735,736,737,738,739,740,741,742,783,784,785,786,787,788,789,790,794,795,796,797,798,799,800,801,802,803,806,807,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,951,952,956,957,958,959,960,961,962,1507,1508,1509,1510,1511,1512,1513,1514,1552,1553,1554,1555,1559,1580,1581,1589,1618,1625,1626,1629,1630,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1845,1854,1855,1856,1857,1858,1875,1883,1884,1888,1892,1903,1908,1937,1944,1948,1952,1957,1961,1965,1969,1973,1977,1981,1987,1991,1997,2001,2007,2011,2016,2020,2023,2027,2033,2037,2043,2047,2053,2056,2060,2064,2068,2072,2076,2077,2078,2079,2082,2085,2088,2091,2095,2096,2097,2098,2139,2142,2144,2146,2148,2153,2154,2158,2164,2168,2169,2171,2183,2184,2188,2194,2198,2261,2262,2266,2293,2297,2298,2302,4008,4180,4206,4377,4403,4434,4442,4448,4464,4486,4491,4496,4506,4515,4524,4528,4535,4554,4561,4562,4571,4574,4577,4581,4585,4589,4592,4593,4598,4603,4613,4618,4625,4631,4632,4635,4639,4644,4646,4648,4651,4654,4656,4660,4663,4670,4673,4676,4680,4682,4686,4688,4690,4692,4696,4704,4712,4724,4730,4739,4742,4753,4756,4757,4762,4763,5232,5301,5375,5376,5386,5395,5396,5398,5402,5405,5408,5411,5414,5417,5420,5423,5427,5430,5433,5436,5440,5443,5447,5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600,5601,5602,5603,5604,5605,5607,5609,5610,5611,5612,5613,5614,5615,5616,5618,5619,5621,5622,5624,5626,5627,5629,5630,5631,5632,5633,5634,5636,5637,5638,5639,5640,5934,5936,5938,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952,5954,5955,5956,5957,5958,5959,5960,5962,5966,6141,6142,6143,6144,6145,6146,6150,6151,6152,6642,6644,6646,6648,6650,6652,6653,6654,6655,6657,6659,6661,6662,6663,6664,6665,6666,6667,6668,6669,6670,6671,6672,6675,6676,6677,6678,6680,6682,6683,6685,6686,6688,6690,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6703,6705,6706,6707,6708,6710,6711,6712,6713,6714,6716,6718,6720,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,8635,8710,8713,8716,8719,8733,8739,8855,8858,8887,8914,8923,8987,9550,9588,9910,10033,10270,10294,10332,10672,10693,10817,11010,11016,11032,11252,11286,11457,11763,11847,11859,11888", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "5013,9467,9620,25011,26767,26822,26946,27010,27080,27141,27216,27292,27369,27607,27692,27774,27850,27968,28045,28123,28229,28335,28414,28494,28551,31281,31355,31430,31495,31561,31621,31682,31754,31827,31894,41938,41997,42056,42115,42174,42233,42287,42341,42394,42448,42502,42556,45591,45665,45744,45817,45891,45962,46034,46106,46320,46377,46435,46508,46582,46656,46731,46803,46876,46946,47107,47167,47270,47339,47408,47478,47552,47628,47692,47769,47845,47922,47987,48056,48133,48208,48277,48345,48422,48488,48549,48646,48711,48780,48879,48950,49009,49067,49124,49183,49247,49318,49390,49462,49534,49606,49673,49741,49809,49868,49931,49995,50085,50176,50236,50302,50369,50435,50505,50569,50622,50689,50750,50817,50930,50988,51051,51116,51181,51256,51329,51401,51445,51492,51538,51587,51648,51709,51770,51832,51896,51960,52024,52089,52152,52212,52273,52339,52398,52458,52520,52591,52651,56649,56735,56985,57075,57162,57250,57332,57415,57505,98941,98993,99051,99096,99162,99226,99283,99340,101794,101851,101899,101948,102143,103271,103318,103709,105227,105578,105642,105832,105892,109866,109940,110010,110088,110142,110212,110297,110345,110391,110452,110515,110581,110645,110716,110779,110844,110908,110969,111030,111082,111155,111229,111298,111373,111447,111521,111662,130294,131274,131352,131442,131530,131626,132816,133398,133487,133734,134015,134681,134966,136775,137252,137474,137696,137972,138199,138429,138659,138889,139119,139346,139765,139991,140416,140646,141074,141293,141576,141784,141915,142142,142568,142793,143220,143441,143866,143986,144262,144563,144887,145178,145492,145629,145760,145865,146107,146274,146478,146686,146957,147069,147181,147286,149379,149593,149739,149879,149965,150313,150401,150647,151065,151314,151396,151494,152151,152251,152503,152927,153182,158065,158154,158391,160415,160657,160759,161012,288003,298684,300200,310895,312423,314180,314806,315226,316487,317752,318008,318244,318791,319285,319890,320088,320668,322036,322411,322529,323067,323224,323420,323693,323949,324119,324260,324324,324689,325056,325732,325996,326334,326687,326781,326967,327273,327535,327660,327787,328026,328237,328356,328549,328726,329181,329362,329484,329743,329856,330043,330145,330252,330381,330656,331164,331660,332537,332831,333401,333550,334282,334454,334538,334874,334966,364432,369663,375378,375440,376018,376602,376693,376806,377035,377195,377347,377518,377684,377853,378020,378183,378426,378596,378769,378940,379214,379413,379618,387801,387885,387981,388077,388175,388275,388377,388479,388581,388683,388785,388885,388981,389093,389222,389345,389476,389607,389705,389819,389913,390053,390187,390283,390395,390495,390611,390707,390819,390919,391059,391195,391359,391489,391647,391797,391938,392082,392217,392329,392479,392607,392735,392871,393003,393133,393263,393375,411400,411546,411690,411828,411894,411984,412060,412164,412254,412356,412464,412572,412672,412752,412844,412942,413052,413104,413182,413288,413380,413484,413594,413716,413879,427059,427139,427239,427329,427439,427529,427770,427864,427970,462919,463019,463131,463245,463361,463477,463571,463685,463797,463899,464019,464141,464223,464327,464447,464573,464671,464765,464853,464965,465081,465203,465315,465490,465606,465692,465784,465896,466020,466087,466213,466281,466409,466553,466681,466750,466845,466960,467073,467172,467281,467392,467503,467604,467709,467809,467939,468030,468153,468247,468359,468445,468549,468645,468733,468851,468955,469059,469185,469273,469381,469481,469571,469681,469765,469867,469951,470005,470069,470175,470261,470371,470455,591999,594615,594733,594848,594928,595289,595522,600100,600178,601522,602883,603271,606114,623547,624809,635603,654464,668367,669118,670632,683683,684062,688340,696419,696648,697316,705206,706289,712821,724719,729130,729470,730891", + "endLines": "101,189,192,480,523,524,526,527,528,529,530,531,532,535,536,537,538,540,541,542,543,544,545,546,547,587,588,589,590,591,592,593,594,595,596,731,732,733,734,735,736,737,738,739,740,741,742,783,784,785,786,787,788,789,790,794,795,796,797,798,799,800,801,802,803,806,807,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,951,952,956,957,958,959,960,961,962,1507,1508,1509,1510,1511,1512,1513,1514,1552,1553,1554,1555,1559,1580,1581,1589,1618,1625,1626,1629,1630,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1845,1854,1855,1856,1857,1858,1882,1883,1887,1891,1895,1907,1913,1943,1947,1951,1956,1960,1964,1968,1972,1976,1980,1986,1990,1996,2000,2006,2010,2015,2019,2022,2026,2032,2036,2042,2046,2052,2055,2059,2063,2067,2071,2075,2076,2077,2078,2081,2084,2087,2090,2094,2095,2096,2097,2098,2141,2143,2145,2147,2152,2153,2157,2163,2167,2168,2170,2182,2183,2187,2193,2197,2198,2261,2265,2292,2296,2297,2301,2329,4179,4205,4376,4402,4433,4441,4447,4463,4485,4490,4495,4505,4514,4523,4527,4534,4553,4560,4561,4570,4573,4576,4580,4584,4588,4591,4592,4597,4602,4612,4617,4624,4630,4631,4634,4638,4643,4645,4647,4650,4653,4655,4659,4662,4669,4672,4675,4679,4681,4685,4687,4689,4691,4695,4703,4711,4723,4729,4738,4741,4752,4755,4756,4761,4762,4767,5300,5370,5375,5385,5394,5395,5397,5401,5404,5407,5410,5413,5416,5419,5422,5426,5429,5432,5435,5439,5442,5446,5450,5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600,5601,5602,5603,5604,5606,5608,5609,5610,5611,5612,5613,5614,5615,5617,5618,5620,5621,5623,5625,5626,5628,5629,5630,5631,5632,5633,5635,5636,5637,5638,5639,5640,5935,5937,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5953,5954,5955,5956,5957,5958,5959,5961,5965,5969,6141,6142,6143,6144,6145,6149,6150,6151,6152,6643,6645,6647,6649,6651,6652,6653,6654,6656,6658,6660,6661,6662,6663,6664,6665,6666,6667,6668,6669,6670,6671,6674,6675,6676,6677,6679,6681,6682,6684,6685,6687,6689,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6704,6705,6706,6707,6709,6710,6711,6712,6713,6715,6717,6719,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,8709,8712,8715,8718,8732,8738,8748,8857,8886,8913,8922,8986,9349,9553,9615,9937,10050,10293,10299,10337,10692,10816,10836,11015,11019,11037,11263,11351,11476,11817,11858,11884,11894", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "5063,9507,9664,25047,26817,26879,27005,27075,27136,27211,27287,27364,27442,27687,27769,27845,27921,28040,28118,28224,28330,28409,28489,28546,28604,31350,31425,31490,31556,31616,31677,31749,31822,31889,31957,41992,42051,42110,42169,42228,42282,42336,42389,42443,42497,42551,42605,45660,45739,45812,45886,45957,46029,46101,46174,46372,46430,46503,46577,46651,46726,46798,46871,46941,47012,47162,47223,47334,47403,47473,47547,47623,47687,47764,47840,47917,47982,48051,48128,48203,48272,48340,48417,48483,48544,48641,48706,48775,48874,48945,49004,49062,49119,49178,49242,49313,49385,49457,49529,49601,49668,49736,49804,49863,49926,49990,50080,50171,50231,50297,50364,50430,50500,50564,50617,50684,50745,50812,50925,50983,51046,51111,51176,51251,51324,51396,51440,51487,51533,51582,51643,51704,51765,51827,51891,51955,52019,52084,52147,52207,52268,52334,52393,52453,52515,52586,52646,52714,56730,56817,57070,57157,57245,57327,57410,57500,57591,98988,99046,99091,99157,99221,99278,99335,99389,101846,101894,101943,101994,102172,103313,103362,103750,105254,105637,105699,105887,105944,109935,110005,110083,110137,110207,110292,110340,110386,110447,110510,110576,110640,110711,110774,110839,110903,110964,111025,111077,111150,111224,111293,111368,111442,111516,111657,111727,130342,131347,131437,131525,131621,131711,133393,133482,133729,134010,134262,134961,135354,137247,137469,137691,137967,138194,138424,138654,138884,139114,139341,139760,139986,140411,140641,141069,141288,141571,141779,141910,142137,142563,142788,143215,143436,143861,143981,144257,144558,144882,145173,145487,145624,145755,145860,146102,146269,146473,146681,146952,147064,147176,147281,147398,149588,149734,149874,149960,150308,150396,150642,151060,151309,151391,151489,152146,152246,152498,152922,153177,153271,158149,158386,160410,160652,160754,161007,163163,298679,300195,310890,312418,314175,314801,315221,316482,317747,318003,318239,318786,319280,319885,320083,320663,322031,322406,322524,323062,323219,323415,323688,323944,324114,324255,324319,324684,325051,325727,325991,326329,326682,326776,326962,327268,327530,327655,327782,328021,328232,328351,328544,328721,329176,329357,329479,329738,329851,330038,330140,330247,330376,330651,331159,331655,332532,332826,333396,333545,334277,334449,334533,334869,334961,335239,369658,375029,375435,376013,376597,376688,376801,377030,377190,377342,377513,377679,377848,378015,378178,378421,378591,378764,378935,379209,379408,379613,379943,387880,387976,388072,388170,388270,388372,388474,388576,388678,388780,388880,388976,389088,389217,389340,389471,389602,389700,389814,389908,390048,390182,390278,390390,390490,390606,390702,390814,390914,391054,391190,391354,391484,391642,391792,391933,392077,392212,392324,392474,392602,392730,392866,392998,393128,393258,393370,393510,411541,411685,411823,411889,411979,412055,412159,412249,412351,412459,412567,412667,412747,412839,412937,413047,413099,413177,413283,413375,413479,413589,413711,413874,414031,427134,427234,427324,427434,427524,427765,427859,427965,428057,463014,463126,463240,463356,463472,463566,463680,463792,463894,464014,464136,464218,464322,464442,464568,464666,464760,464848,464960,465076,465198,465310,465485,465601,465687,465779,465891,466015,466082,466208,466276,466404,466548,466676,466745,466840,466955,467068,467167,467276,467387,467498,467599,467704,467804,467934,468025,468148,468242,468354,468440,468544,468640,468728,468846,468950,469054,469180,469268,469376,469476,469566,469676,469760,469862,469946,470000,470064,470170,470256,470366,470450,470570,594610,594728,594843,594923,595284,595517,596034,600173,601517,602878,603266,606109,616162,623677,626174,636955,655031,669113,669375,670827,684057,688335,688941,696643,696794,697526,705513,709310,713560,726845,729465,730776,731089" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\a6870320fbf663d6f89d0216db3e539f\\transformed\\constraintlayout-2.0.1\\res\\values\\values.xml", + "from": { + "startLines": "2,3,8,9,17,18,19,20,21,22,23,27,28,29,30,38,46,47,48,53,54,59,64,65,66,71,72,77,78,83,84,85,91,92,93,98,103,104,105,109,110,111,112,115,116,119,122,123,124,125,126,129,132,133,134,135,140,143,146,147,148,153,154,155,158,161,162,165,168,171,174,175,176,179,182,183,188,189,194,197,200,201,202,203,204,205,206,207,208,209,221,222,223,224,225,231,232,233,236,241,242,243,244,253,259,260,264,265,266,267,276,356,280,281,282,283,284,285,286,287,288,289,290,291,296,297,298,299,300,301,302,308,309,315,322,334,335,336,337,338,355", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "55,112,298,359,650,702,750,801,853,914,960,1093,1145,1195,1246,1555,1867,1912,1971,2168,2225,2420,2602,2656,2713,2905,2963,3159,3215,3409,3466,3517,3739,3791,3846,4036,4212,4262,4318,4478,4539,4599,4669,4802,4870,4999,5125,5187,5252,5320,5387,5510,5635,5702,5767,5832,6013,6134,6255,6321,6388,6598,6667,6733,6858,6984,7051,7177,7304,7429,7556,7612,7677,7803,7926,7991,8199,8266,8446,8566,8686,8751,8813,8875,8937,8996,9056,9117,9178,9237,9738,9789,9838,9886,9944,10174,10221,10281,10387,10567,10613,10660,10712,11042,11280,11335,11474,11520,11575,11620,11961,36954,12098,16317,19922,20066,24372,24875,25295,25926,26578,26619,26673,26723,27345,27998,28496,31373,31719,31951,32091,32596,32726,33153,33548,34580,34812,34939,35045,35529,36651", + "endLines": "2,7,8,16,17,18,19,20,21,22,26,27,28,29,37,45,46,47,52,53,58,63,64,65,70,71,76,77,82,83,84,90,91,92,97,102,103,104,108,109,110,111,114,115,118,121,122,123,124,125,128,131,132,133,134,139,142,145,146,147,152,153,154,157,160,161,164,167,170,173,174,175,178,181,182,187,188,193,196,199,200,201,202,203,204,205,206,207,208,220,221,222,223,224,230,231,232,235,240,241,242,243,252,258,259,263,264,265,266,275,279,356,280,281,282,283,284,285,286,287,288,289,290,295,296,297,298,299,300,301,307,308,314,321,333,334,335,336,337,354,355", + "endColumns": "56,11,60,11,51,47,50,51,60,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,55,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,50,48,47,57,11,46,59,11,11,45,46,51,11,11,54,11,45,54,44,11,11,40,4218,3604,143,4305,502,419,630,651,40,53,49,382,652,497,2876,345,231,139,35,129,133,35,35,231,126,105,483,35,302", + "endOffsets": "107,293,354,645,697,745,796,848,909,955,1088,1140,1190,1241,1550,1862,1907,1966,2163,2220,2415,2597,2651,2708,2900,2958,3154,3210,3404,3461,3512,3734,3786,3841,4031,4207,4257,4313,4473,4534,4594,4664,4797,4865,4994,5120,5182,5247,5315,5382,5505,5630,5697,5762,5827,6008,6129,6250,6316,6383,6593,6662,6728,6853,6979,7046,7172,7299,7424,7551,7607,7672,7798,7921,7986,8194,8261,8441,8561,8681,8746,8808,8870,8932,8991,9051,9112,9173,9232,9733,9784,9833,9881,9939,10169,10216,10276,10382,10562,10608,10655,10707,11037,11275,11330,11469,11515,11570,11615,11956,12093,36990,16312,19917,20061,24367,24870,25290,25921,26573,26614,26668,26718,27340,27993,28491,31368,31714,31946,32086,32591,32721,33148,33543,34575,34807,34934,35040,35524,36646,36949" + }, + "to": { + "startLines": "2,4,10,11,19,27,33,72,73,74,76,80,81,82,85,93,103,131,132,137,138,143,148,149,150,155,156,161,162,167,168,169,175,176,177,182,187,201,202,206,207,208,209,212,213,216,219,220,221,222,223,226,229,230,231,232,237,240,243,244,245,250,251,252,255,258,259,262,265,268,271,272,273,276,279,280,285,286,291,294,297,298,299,300,301,302,303,304,305,306,391,392,393,394,399,405,406,407,410,436,443,483,484,494,500,503,507,508,509,510,519,1566,9938,9939,9940,9941,10032,10246,10257,10258,10259,10260,10261,10262,10267,10268,10269,10837,10838,10839,10840,10846,10847,10991,10998,11020,11264,11285,11828,11829,11846", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,263,498,559,850,1306,1613,3776,3828,3889,3996,4129,4181,4231,4392,4701,5124,7066,7125,7322,7379,7574,7756,7810,7867,8059,8117,8313,8369,8563,8620,8671,8893,8945,9000,9190,9366,10113,10169,10329,10390,10450,10520,10653,10721,10850,10976,11038,11103,11171,11238,11361,11486,11553,11618,11683,11864,11985,12106,12172,12239,12449,12518,12584,12709,12835,12902,13028,13155,13280,13407,13463,13528,13654,13777,13842,14050,14117,14297,14417,14537,14602,14664,14726,14788,14847,14907,14968,15029,15088,20109,20160,20209,20257,20544,20774,20821,20881,20987,22334,22681,25161,25213,25588,25826,26004,26143,26189,26244,26289,26630,102462,636960,641179,644784,644928,653961,661342,662289,662920,663572,663613,663667,663717,664339,664992,665490,688946,689292,689524,689664,690169,690299,694992,695387,696799,705518,706183,727221,727705,728827", + "endLines": "2,8,10,18,19,27,33,72,73,74,79,80,81,82,92,100,103,131,136,137,142,147,148,149,154,155,160,161,166,167,168,174,175,176,181,186,187,201,205,206,207,208,211,212,215,218,219,220,221,222,225,228,229,230,231,236,239,242,243,244,249,250,251,254,257,258,261,264,267,270,271,272,275,278,279,284,285,290,293,296,297,298,299,300,301,302,303,304,305,317,391,392,393,394,404,405,406,409,414,436,443,483,492,499,500,506,507,508,509,518,522,1566,9938,9939,9940,9941,10032,10246,10257,10258,10259,10260,10261,10266,10267,10268,10269,10837,10838,10839,10845,10846,10852,10997,11009,11020,11264,11285,11828,11845,11846", + "endColumns": "56,11,60,11,51,47,50,51,60,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,55,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,50,48,47,57,11,46,59,11,11,45,46,51,11,11,54,11,45,54,44,11,11,40,4218,3604,143,4305,502,419,630,651,40,53,49,382,652,497,2876,345,231,139,35,129,133,35,35,231,126,105,483,35,302", + "endOffsets": "202,444,554,845,897,1349,1659,3823,3884,3930,4124,4176,4226,4277,4696,5008,5164,7120,7317,7374,7569,7751,7805,7862,8054,8112,8308,8364,8558,8615,8666,8888,8940,8995,9185,9361,9411,10164,10324,10385,10445,10515,10648,10716,10845,10971,11033,11098,11166,11233,11356,11481,11548,11613,11678,11859,11980,12101,12167,12234,12444,12513,12579,12704,12830,12897,13023,13150,13275,13402,13458,13523,13649,13772,13837,14045,14112,14292,14412,14532,14597,14659,14721,14783,14842,14902,14963,15024,15083,15551,20155,20204,20252,20310,20769,20816,20876,20982,21162,22375,22723,25208,25538,25821,25876,26138,26184,26239,26284,26625,26762,102498,641174,644779,644923,649229,654459,661757,662915,663567,663608,663662,663712,664334,664987,665485,668362,689287,689519,689659,690164,690294,690721,695382,696414,697026,705640,706284,727700,728822,729125" + } + }, + { + "source": "C:\\Users\\probo\\.gradle\\caches\\transforms-3\\81d099f3403dfda2405faee6a54c68f8\\transformed\\transition-1.2.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,341,393,442,503", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "90,137,180,235,282,336,388,437,498,548" + }, + "to": { + "startLines": "1557,1558,1579,1583,1584,1613,1614,1615,1616,1617", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "102056,102096,103228,103410,103465,104961,105015,105067,105116,105177", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "102091,102138,103266,103460,103507,105010,105062,105111,105172,105222" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json b/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json new file mode 100644 index 0000000..66c9850 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json @@ -0,0 +1,146 @@ +[ + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-xxhdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-xxhdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-xxxhdpi_ic_launcher_round.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-xxxhdpi\\ic_launcher_round.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\layout_prologue.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\layout\\prologue.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-xhdpi_ic_launcher.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-xhdpi\\ic_launcher.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-hdpi_ic_launcher_round.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-hdpi\\ic_launcher_round.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\xml_backup_rules.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\xml\\backup_rules.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable_logo.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\drawable\\logo.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\layout_game.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\layout\\game.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-anydpi-v21_ic_launcher_background.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-anydpi-v21\\ic_launcher_background.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-xhdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-xhdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-anydpi-v26_ic_launcher_round.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-anydpi-v26\\ic_launcher_round.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-ldpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-ldpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable_game.PNG.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\drawable\\game.PNG" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-xxxhdpi_ic_launcher.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-xxxhdpi\\ic_launcher.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\xml_data_extraction_rules.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\xml\\data_extraction_rules.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-xxxhdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-xxxhdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\raw_loosegamesong.mp3.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\raw\\loosegamesong.mp3" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\raw_winningsong.mp3.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\raw\\winningsong.mp3" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-xhdpi_ic_launcher_round.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-xhdpi\\ic_launcher_round.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-hdpi_ic_launcher.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-hdpi\\ic_launcher.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\layout_menu.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\layout\\menu.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-mdpi_ic_launcher_round.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-mdpi\\ic_launcher_round.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\raw_menusong.mp3.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\raw\\menusong.mp3" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-anydpi-v26_ic_launcher.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-anydpi-v26\\ic_launcher.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\font_title.ttf.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\font\\title.ttf" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\raw_prologuesong.mp3.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\raw\\prologuesong.mp3" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-mdpi_ic_launcher.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-mdpi\\ic_launcher.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-xxhdpi_ic_launcher.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-xxhdpi\\ic_launcher.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-xxhdpi_ic_launcher_round.webp.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-xxhdpi\\ic_launcher_round.webp" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable_space.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\drawable\\space.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-anydpi-v24_ic_launcher_foreground.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-anydpi-v24\\ic_launcher_foreground.xml" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\mipmap-anydpi-v33_ic_launcher.xml.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\mipmap-anydpi-v33\\ic_launcher.xml" + }, + { + "merged": "com.example.jmastermind.app-merged_res-29:/raw_loosegamesong.mp3.flat", + "source": "com.example.jmastermind.app-main-31:/raw/loosegamesong.mp3" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-hdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-hdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\drawable-mdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-pngs-24:\\drawable-mdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-merged_res-29:\\font_text.ttf.flat", + "source": "C:\\Users\\probo\\.gradle\\daemon\\7.5\\com.example.jmastermind.app-main-31:\\font\\text.ttf" + } +] \ No newline at end of file diff --git a/app/build/intermediates/navigation_json/debug/navigation.json b/app/build/intermediates/navigation_json/debug/navigation.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/app/build/intermediates/navigation_json/debug/navigation.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml b/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..c6648f2 --- /dev/null +++ b/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/packaged_manifests/debug/output-metadata.json b/app/build/intermediates/packaged_manifests/debug/output-metadata.json new file mode 100644 index 0000000..51242be --- /dev/null +++ b/app/build/intermediates/packaged_manifests/debug/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "PACKAGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.example.jmastermind", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "AndroidManifest.xml" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml b/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/game.PNG b/app/build/intermediates/packaged_res/debug/drawable/game.PNG similarity index 100% rename from app/src/main/res/drawable/game.PNG rename to app/build/intermediates/packaged_res/debug/drawable/game.PNG diff --git a/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml b/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..07d5da9 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/logo.png b/app/build/intermediates/packaged_res/debug/drawable/logo.png similarity index 100% rename from app/src/main/res/drawable/logo.png rename to app/build/intermediates/packaged_res/debug/drawable/logo.png diff --git a/app/src/main/res/drawable/space.png b/app/build/intermediates/packaged_res/debug/drawable/space.png similarity index 100% rename from app/src/main/res/drawable/space.png rename to app/build/intermediates/packaged_res/debug/drawable/space.png diff --git a/app/src/main/res/font/text.ttf b/app/build/intermediates/packaged_res/debug/font/text.ttf similarity index 100% rename from app/src/main/res/font/text.ttf rename to app/build/intermediates/packaged_res/debug/font/text.ttf diff --git a/app/src/main/res/font/title.ttf b/app/build/intermediates/packaged_res/debug/font/title.ttf similarity index 100% rename from app/src/main/res/font/title.ttf rename to app/build/intermediates/packaged_res/debug/font/title.ttf diff --git a/app/src/main/res/layout/game.xml b/app/build/intermediates/packaged_res/debug/layout/game.xml similarity index 100% rename from app/src/main/res/layout/game.xml rename to app/build/intermediates/packaged_res/debug/layout/game.xml diff --git a/app/src/main/res/layout/menu.xml b/app/build/intermediates/packaged_res/debug/layout/menu.xml similarity index 100% rename from app/src/main/res/layout/menu.xml rename to app/build/intermediates/packaged_res/debug/layout/menu.xml diff --git a/app/src/main/res/layout/prologue.xml b/app/build/intermediates/packaged_res/debug/layout/prologue.xml similarity index 100% rename from app/src/main/res/layout/prologue.xml rename to app/build/intermediates/packaged_res/debug/layout/prologue.xml diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml b/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml rename to app/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher.webp rename to app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher_round.webp rename to app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher.webp rename to app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher_round.webp rename to app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher.webp rename to app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp rename to app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher.webp rename to app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp rename to app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp rename to app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp rename to app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp diff --git a/app/src/main/res/raw/loosegamesong.mp3 b/app/build/intermediates/packaged_res/debug/raw/loosegamesong.mp3 similarity index 100% rename from app/src/main/res/raw/loosegamesong.mp3 rename to app/build/intermediates/packaged_res/debug/raw/loosegamesong.mp3 diff --git a/app/src/main/res/raw/menusong.mp3 b/app/build/intermediates/packaged_res/debug/raw/menusong.mp3 similarity index 100% rename from app/src/main/res/raw/menusong.mp3 rename to app/build/intermediates/packaged_res/debug/raw/menusong.mp3 diff --git a/app/src/main/res/raw/prologuesong.mp3 b/app/build/intermediates/packaged_res/debug/raw/prologuesong.mp3 similarity index 100% rename from app/src/main/res/raw/prologuesong.mp3 rename to app/build/intermediates/packaged_res/debug/raw/prologuesong.mp3 diff --git a/app/src/main/res/raw/winningsong.mp3 b/app/build/intermediates/packaged_res/debug/raw/winningsong.mp3 similarity index 100% rename from app/src/main/res/raw/winningsong.mp3 rename to app/build/intermediates/packaged_res/debug/raw/winningsong.mp3 diff --git a/app/src/main/res/values-night/themes.xml b/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml similarity index 56% rename from app/src/main/res/values-night/themes.xml rename to app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml index 8c059b8..a948d42 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml @@ -1,16 +1,16 @@ - - + + \ No newline at end of file diff --git a/app/build/intermediates/packaged_res/debug/values/values.xml b/app/build/intermediates/packaged_res/debug/values/values.xml new file mode 100644 index 0000000..042622e --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/values/values.xml @@ -0,0 +1,24 @@ + + + #FF000000 + #FFBB86FC + #FF6200EE + #FF3700B3 + #FF03DAC5 + #FF018786 + #FFFFFFFF + JMastermind + + \ No newline at end of file diff --git a/app/src/main/res/xml/backup_rules.xml b/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml similarity index 100% rename from app/src/main/res/xml/backup_rules.xml rename to app/build/intermediates/packaged_res/debug/xml/backup_rules.xml diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml similarity index 100% rename from app/src/main/res/xml/data_extraction_rules.xml rename to app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml diff --git a/app/build/intermediates/processed_res/debug/out/output-metadata.json b/app/build/intermediates/processed_res/debug/out/output-metadata.json new file mode 100644 index 0000000..8d9ad4e --- /dev/null +++ b/app/build/intermediates/processed_res/debug/out/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "PROCESSED_RES", + "kind": "Directory" + }, + "applicationId": "com.example.jmastermind", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "resources-debug.ap_" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ new file mode 100644 index 0000000..07d121c Binary files /dev/null and b/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_0.jar b/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_0.jar new file mode 100644 index 0000000..df19132 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_0.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_1.jar b/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_1.jar new file mode 100644 index 0000000..75e89e0 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_1.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_2.jar b/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_2.jar new file mode 100644 index 0000000..baec662 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/848668fa008707430f046fb8f121c195cc841f3251e0f37214b7aa71ee44df11_2.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/BuildConfig.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/BuildConfig.dex new file mode 100644 index 0000000..b8c0e89 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/BuildConfig.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/Deck.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/Deck.dex new file mode 100644 index 0000000..2c4103f Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/Deck.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckCheck.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckCheck.dex new file mode 100644 index 0000000..483cdab Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckCheck.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckLambda.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckLambda.dex new file mode 100644 index 0000000..9e24917 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckLambda.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckWinner.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckWinner.dex new file mode 100644 index 0000000..79d809c Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Deck/DeckWinner.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/ColorSelectorEvent.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/ColorSelectorEvent.dex new file mode 100644 index 0000000..284c5a1 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/ColorSelectorEvent.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/ControlEvent.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/ControlEvent.dex new file mode 100644 index 0000000..5373f55 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/ControlEvent.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/MenuEvent.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/MenuEvent.dex new file mode 100644 index 0000000..2d18268 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/MenuEvent.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/PopupEvent.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/PopupEvent.dex new file mode 100644 index 0000000..3d62610 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/PopupEvent.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/PrologueAnimation.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/PrologueAnimation.dex new file mode 100644 index 0000000..51792c0 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Events/PrologueAnimation.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Controller.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Controller.dex new file mode 100644 index 0000000..fbe3598 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Controller.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Model.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Model.dex new file mode 100644 index 0000000..735fa5b Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Model.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/MultiGame.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/MultiGame.dex new file mode 100644 index 0000000..66b140e Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/MultiGame.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Popup.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Popup.dex new file mode 100644 index 0000000..9de3462 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Popup.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/SoloGame.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/SoloGame.dex new file mode 100644 index 0000000..2fd400f Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/SoloGame.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Vuew.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Vuew.dex new file mode 100644 index 0000000..702c451 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Game/Vuew.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Geometrics/Circle.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Geometrics/Circle.dex new file mode 100644 index 0000000..7244819 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Geometrics/Circle.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Menu/Menu.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Menu/Menu.dex new file mode 100644 index 0000000..a69eed0 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Menu/Menu.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Prologue.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Prologue.dex new file mode 100644 index 0000000..de9d45a Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/jmastermind/Prologue.dex differ diff --git a/app/build/intermediates/runtime_symbol_list/debug/R.txt b/app/build/intermediates/runtime_symbol_list/debug/R.txt new file mode 100644 index 0000000..bbaab03 --- /dev/null +++ b/app/build/intermediates/runtime_symbol_list/debug/R.txt @@ -0,0 +1,6467 @@ +int anim abc_fade_in 0x7f010000 +int anim abc_fade_out 0x7f010001 +int anim abc_grow_fade_in_from_bottom 0x7f010002 +int anim abc_popup_enter 0x7f010003 +int anim abc_popup_exit 0x7f010004 +int anim abc_shrink_fade_out_from_bottom 0x7f010005 +int anim abc_slide_in_bottom 0x7f010006 +int anim abc_slide_in_top 0x7f010007 +int anim abc_slide_out_bottom 0x7f010008 +int anim abc_slide_out_top 0x7f010009 +int anim abc_tooltip_enter 0x7f01000a +int anim abc_tooltip_exit 0x7f01000b +int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000c +int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000d +int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000e +int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f01000f +int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010010 +int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010011 +int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010012 +int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010013 +int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010014 +int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010015 +int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010016 +int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010017 +int anim design_bottom_sheet_slide_in 0x7f010018 +int anim design_bottom_sheet_slide_out 0x7f010019 +int anim design_snackbar_in 0x7f01001a +int anim design_snackbar_out 0x7f01001b +int anim fragment_fast_out_extra_slow_in 0x7f01001c +int anim linear_indeterminate_line1_head_interpolator 0x7f01001d +int anim linear_indeterminate_line1_tail_interpolator 0x7f01001e +int anim linear_indeterminate_line2_head_interpolator 0x7f01001f +int anim linear_indeterminate_line2_tail_interpolator 0x7f010020 +int anim m3_bottom_sheet_slide_in 0x7f010021 +int anim m3_bottom_sheet_slide_out 0x7f010022 +int anim m3_motion_fade_enter 0x7f010023 +int anim m3_motion_fade_exit 0x7f010024 +int anim m3_side_sheet_slide_in 0x7f010025 +int anim m3_side_sheet_slide_out 0x7f010026 +int anim mtrl_bottom_sheet_slide_in 0x7f010027 +int anim mtrl_bottom_sheet_slide_out 0x7f010028 +int anim mtrl_card_lowers_interpolator 0x7f010029 +int animator design_appbar_state_list_animator 0x7f020000 +int animator design_fab_hide_motion_spec 0x7f020001 +int animator design_fab_show_motion_spec 0x7f020002 +int animator fragment_close_enter 0x7f020003 +int animator fragment_close_exit 0x7f020004 +int animator fragment_fade_enter 0x7f020005 +int animator fragment_fade_exit 0x7f020006 +int animator fragment_open_enter 0x7f020007 +int animator fragment_open_exit 0x7f020008 +int animator m3_btn_elevated_btn_state_list_anim 0x7f020009 +int animator m3_btn_state_list_anim 0x7f02000a +int animator m3_card_elevated_state_list_anim 0x7f02000b +int animator m3_card_state_list_anim 0x7f02000c +int animator m3_chip_state_list_anim 0x7f02000d +int animator m3_elevated_chip_state_list_anim 0x7f02000e +int animator m3_extended_fab_change_size_collapse_motion_spec 0x7f02000f +int animator m3_extended_fab_change_size_expand_motion_spec 0x7f020010 +int animator m3_extended_fab_hide_motion_spec 0x7f020011 +int animator m3_extended_fab_show_motion_spec 0x7f020012 +int animator m3_extended_fab_state_list_animator 0x7f020013 +int animator mtrl_btn_state_list_anim 0x7f020014 +int animator mtrl_btn_unelevated_state_list_anim 0x7f020015 +int animator mtrl_card_state_list_anim 0x7f020016 +int animator mtrl_chip_state_list_anim 0x7f020017 +int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x7f020018 +int animator mtrl_extended_fab_change_size_expand_motion_spec 0x7f020019 +int animator mtrl_extended_fab_hide_motion_spec 0x7f02001a +int animator mtrl_extended_fab_show_motion_spec 0x7f02001b +int animator mtrl_extended_fab_state_list_animator 0x7f02001c +int animator mtrl_fab_hide_motion_spec 0x7f02001d +int animator mtrl_fab_show_motion_spec 0x7f02001e +int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f02001f +int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020020 +int attr actionBarDivider 0x7f030000 +int attr actionBarItemBackground 0x7f030001 +int attr actionBarPopupTheme 0x7f030002 +int attr actionBarSize 0x7f030003 +int attr actionBarSplitStyle 0x7f030004 +int attr actionBarStyle 0x7f030005 +int attr actionBarTabBarStyle 0x7f030006 +int attr actionBarTabStyle 0x7f030007 +int attr actionBarTabTextStyle 0x7f030008 +int attr actionBarTheme 0x7f030009 +int attr actionBarWidgetTheme 0x7f03000a +int attr actionButtonStyle 0x7f03000b +int attr actionDropDownStyle 0x7f03000c +int attr actionLayout 0x7f03000d +int attr actionMenuTextAppearance 0x7f03000e +int attr actionMenuTextColor 0x7f03000f +int attr actionModeBackground 0x7f030010 +int attr actionModeCloseButtonStyle 0x7f030011 +int attr actionModeCloseContentDescription 0x7f030012 +int attr actionModeCloseDrawable 0x7f030013 +int attr actionModeCopyDrawable 0x7f030014 +int attr actionModeCutDrawable 0x7f030015 +int attr actionModeFindDrawable 0x7f030016 +int attr actionModePasteDrawable 0x7f030017 +int attr actionModePopupWindowStyle 0x7f030018 +int attr actionModeSelectAllDrawable 0x7f030019 +int attr actionModeShareDrawable 0x7f03001a +int attr actionModeSplitBackground 0x7f03001b +int attr actionModeStyle 0x7f03001c +int attr actionModeTheme 0x7f03001d +int attr actionModeWebSearchDrawable 0x7f03001e +int attr actionOverflowButtonStyle 0x7f03001f +int attr actionOverflowMenuStyle 0x7f030020 +int attr actionProviderClass 0x7f030021 +int attr actionTextColorAlpha 0x7f030022 +int attr actionViewClass 0x7f030023 +int attr activityChooserViewStyle 0x7f030024 +int attr addElevationShadow 0x7f030025 +int attr alertDialogButtonGroupStyle 0x7f030026 +int attr alertDialogCenterButtons 0x7f030027 +int attr alertDialogStyle 0x7f030028 +int attr alertDialogTheme 0x7f030029 +int attr allowStacking 0x7f03002a +int attr alpha 0x7f03002b +int attr alphabeticModifiers 0x7f03002c +int attr altSrc 0x7f03002d +int attr animateMenuItems 0x7f03002e +int attr animateNavigationIcon 0x7f03002f +int attr animate_relativeTo 0x7f030030 +int attr animationMode 0x7f030031 +int attr appBarLayoutStyle 0x7f030032 +int attr applyMotionScene 0x7f030033 +int attr arcMode 0x7f030034 +int attr arrowHeadLength 0x7f030035 +int attr arrowShaftLength 0x7f030036 +int attr attributeName 0x7f030037 +int attr autoCompleteTextViewStyle 0x7f030038 +int attr autoShowKeyboard 0x7f030039 +int attr autoSizeMaxTextSize 0x7f03003a +int attr autoSizeMinTextSize 0x7f03003b +int attr autoSizePresetSizes 0x7f03003c +int attr autoSizeStepGranularity 0x7f03003d +int attr autoSizeTextType 0x7f03003e +int attr autoTransition 0x7f03003f +int attr background 0x7f030040 +int attr backgroundColor 0x7f030041 +int attr backgroundInsetBottom 0x7f030042 +int attr backgroundInsetEnd 0x7f030043 +int attr backgroundInsetStart 0x7f030044 +int attr backgroundInsetTop 0x7f030045 +int attr backgroundOverlayColorAlpha 0x7f030046 +int attr backgroundSplit 0x7f030047 +int attr backgroundStacked 0x7f030048 +int attr backgroundTint 0x7f030049 +int attr backgroundTintMode 0x7f03004a +int attr badgeGravity 0x7f03004b +int attr badgeRadius 0x7f03004c +int attr badgeStyle 0x7f03004d +int attr badgeTextColor 0x7f03004e +int attr badgeWidePadding 0x7f03004f +int attr badgeWithTextRadius 0x7f030050 +int attr barLength 0x7f030051 +int attr barrierAllowsGoneWidgets 0x7f030052 +int attr barrierDirection 0x7f030053 +int attr barrierMargin 0x7f030054 +int attr behavior_autoHide 0x7f030055 +int attr behavior_autoShrink 0x7f030056 +int attr behavior_draggable 0x7f030057 +int attr behavior_expandedOffset 0x7f030058 +int attr behavior_fitToContents 0x7f030059 +int attr behavior_halfExpandedRatio 0x7f03005a +int attr behavior_hideable 0x7f03005b +int attr behavior_overlapTop 0x7f03005c +int attr behavior_peekHeight 0x7f03005d +int attr behavior_saveFlags 0x7f03005e +int attr behavior_significantVelocityThreshold 0x7f03005f +int attr behavior_skipCollapsed 0x7f030060 +int attr borderWidth 0x7f030061 +int attr borderlessButtonStyle 0x7f030062 +int attr bottomAppBarStyle 0x7f030063 +int attr bottomInsetScrimEnabled 0x7f030064 +int attr bottomNavigationStyle 0x7f030065 +int attr bottomSheetDialogTheme 0x7f030066 +int attr bottomSheetDragHandleStyle 0x7f030067 +int attr bottomSheetStyle 0x7f030068 +int attr boxBackgroundColor 0x7f030069 +int attr boxBackgroundMode 0x7f03006a +int attr boxCollapsedPaddingTop 0x7f03006b +int attr boxCornerRadiusBottomEnd 0x7f03006c +int attr boxCornerRadiusBottomStart 0x7f03006d +int attr boxCornerRadiusTopEnd 0x7f03006e +int attr boxCornerRadiusTopStart 0x7f03006f +int attr boxStrokeColor 0x7f030070 +int attr boxStrokeErrorColor 0x7f030071 +int attr boxStrokeWidth 0x7f030072 +int attr boxStrokeWidthFocused 0x7f030073 +int attr brightness 0x7f030074 +int attr buttonBarButtonStyle 0x7f030075 +int attr buttonBarNegativeButtonStyle 0x7f030076 +int attr buttonBarNeutralButtonStyle 0x7f030077 +int attr buttonBarPositiveButtonStyle 0x7f030078 +int attr buttonBarStyle 0x7f030079 +int attr buttonCompat 0x7f03007a +int attr buttonGravity 0x7f03007b +int attr buttonIcon 0x7f03007c +int attr buttonIconDimen 0x7f03007d +int attr buttonIconTint 0x7f03007e +int attr buttonIconTintMode 0x7f03007f +int attr buttonPanelSideLayout 0x7f030080 +int attr buttonStyle 0x7f030081 +int attr buttonStyleSmall 0x7f030082 +int attr buttonTint 0x7f030083 +int attr buttonTintMode 0x7f030084 +int attr cardBackgroundColor 0x7f030085 +int attr cardCornerRadius 0x7f030086 +int attr cardElevation 0x7f030087 +int attr cardForegroundColor 0x7f030088 +int attr cardMaxElevation 0x7f030089 +int attr cardPreventCornerOverlap 0x7f03008a +int attr cardUseCompatPadding 0x7f03008b +int attr cardViewStyle 0x7f03008c +int attr centerIfNoTextEnabled 0x7f03008d +int attr chainUseRtl 0x7f03008e +int attr checkMarkCompat 0x7f03008f +int attr checkMarkTint 0x7f030090 +int attr checkMarkTintMode 0x7f030091 +int attr checkboxStyle 0x7f030092 +int attr checkedButton 0x7f030093 +int attr checkedChip 0x7f030094 +int attr checkedIcon 0x7f030095 +int attr checkedIconEnabled 0x7f030096 +int attr checkedIconGravity 0x7f030097 +int attr checkedIconMargin 0x7f030098 +int attr checkedIconSize 0x7f030099 +int attr checkedIconTint 0x7f03009a +int attr checkedIconVisible 0x7f03009b +int attr checkedState 0x7f03009c +int attr checkedTextViewStyle 0x7f03009d +int attr chipBackgroundColor 0x7f03009e +int attr chipCornerRadius 0x7f03009f +int attr chipEndPadding 0x7f0300a0 +int attr chipGroupStyle 0x7f0300a1 +int attr chipIcon 0x7f0300a2 +int attr chipIconEnabled 0x7f0300a3 +int attr chipIconSize 0x7f0300a4 +int attr chipIconTint 0x7f0300a5 +int attr chipIconVisible 0x7f0300a6 +int attr chipMinHeight 0x7f0300a7 +int attr chipMinTouchTargetSize 0x7f0300a8 +int attr chipSpacing 0x7f0300a9 +int attr chipSpacingHorizontal 0x7f0300aa +int attr chipSpacingVertical 0x7f0300ab +int attr chipStandaloneStyle 0x7f0300ac +int attr chipStartPadding 0x7f0300ad +int attr chipStrokeColor 0x7f0300ae +int attr chipStrokeWidth 0x7f0300af +int attr chipStyle 0x7f0300b0 +int attr chipSurfaceColor 0x7f0300b1 +int attr circleRadius 0x7f0300b2 +int attr circularProgressIndicatorStyle 0x7f0300b3 +int attr clickAction 0x7f0300b4 +int attr clockFaceBackgroundColor 0x7f0300b5 +int attr clockHandColor 0x7f0300b6 +int attr clockIcon 0x7f0300b7 +int attr clockNumberTextColor 0x7f0300b8 +int attr closeIcon 0x7f0300b9 +int attr closeIconEnabled 0x7f0300ba +int attr closeIconEndPadding 0x7f0300bb +int attr closeIconSize 0x7f0300bc +int attr closeIconStartPadding 0x7f0300bd +int attr closeIconTint 0x7f0300be +int attr closeIconVisible 0x7f0300bf +int attr closeItemLayout 0x7f0300c0 +int attr collapseContentDescription 0x7f0300c1 +int attr collapseIcon 0x7f0300c2 +int attr collapsedSize 0x7f0300c3 +int attr collapsedTitleGravity 0x7f0300c4 +int attr collapsedTitleTextAppearance 0x7f0300c5 +int attr collapsedTitleTextColor 0x7f0300c6 +int attr collapsingToolbarLayoutLargeSize 0x7f0300c7 +int attr collapsingToolbarLayoutLargeStyle 0x7f0300c8 +int attr collapsingToolbarLayoutMediumSize 0x7f0300c9 +int attr collapsingToolbarLayoutMediumStyle 0x7f0300ca +int attr collapsingToolbarLayoutStyle 0x7f0300cb +int attr color 0x7f0300cc +int attr colorAccent 0x7f0300cd +int attr colorBackgroundFloating 0x7f0300ce +int attr colorButtonNormal 0x7f0300cf +int attr colorContainer 0x7f0300d0 +int attr colorControlActivated 0x7f0300d1 +int attr colorControlHighlight 0x7f0300d2 +int attr colorControlNormal 0x7f0300d3 +int attr colorError 0x7f0300d4 +int attr colorErrorContainer 0x7f0300d5 +int attr colorOnBackground 0x7f0300d6 +int attr colorOnContainer 0x7f0300d7 +int attr colorOnContainerUnchecked 0x7f0300d8 +int attr colorOnError 0x7f0300d9 +int attr colorOnErrorContainer 0x7f0300da +int attr colorOnPrimary 0x7f0300db +int attr colorOnPrimaryContainer 0x7f0300dc +int attr colorOnPrimarySurface 0x7f0300dd +int attr colorOnSecondary 0x7f0300de +int attr colorOnSecondaryContainer 0x7f0300df +int attr colorOnSurface 0x7f0300e0 +int attr colorOnSurfaceInverse 0x7f0300e1 +int attr colorOnSurfaceVariant 0x7f0300e2 +int attr colorOnTertiary 0x7f0300e3 +int attr colorOnTertiaryContainer 0x7f0300e4 +int attr colorOutline 0x7f0300e5 +int attr colorOutlineVariant 0x7f0300e6 +int attr colorPrimary 0x7f0300e7 +int attr colorPrimaryContainer 0x7f0300e8 +int attr colorPrimaryDark 0x7f0300e9 +int attr colorPrimaryInverse 0x7f0300ea +int attr colorPrimarySurface 0x7f0300eb +int attr colorPrimaryVariant 0x7f0300ec +int attr colorSecondary 0x7f0300ed +int attr colorSecondaryContainer 0x7f0300ee +int attr colorSecondaryVariant 0x7f0300ef +int attr colorSurface 0x7f0300f0 +int attr colorSurfaceInverse 0x7f0300f1 +int attr colorSurfaceVariant 0x7f0300f2 +int attr colorSwitchThumbNormal 0x7f0300f3 +int attr colorTertiary 0x7f0300f4 +int attr colorTertiaryContainer 0x7f0300f5 +int attr commitIcon 0x7f0300f6 +int attr compatShadowEnabled 0x7f0300f7 +int attr constraintSet 0x7f0300f8 +int attr constraintSetEnd 0x7f0300f9 +int attr constraintSetStart 0x7f0300fa +int attr constraint_referenced_ids 0x7f0300fb +int attr constraints 0x7f0300fc +int attr content 0x7f0300fd +int attr contentDescription 0x7f0300fe +int attr contentInsetEnd 0x7f0300ff +int attr contentInsetEndWithActions 0x7f030100 +int attr contentInsetLeft 0x7f030101 +int attr contentInsetRight 0x7f030102 +int attr contentInsetStart 0x7f030103 +int attr contentInsetStartWithNavigation 0x7f030104 +int attr contentPadding 0x7f030105 +int attr contentPaddingBottom 0x7f030106 +int attr contentPaddingEnd 0x7f030107 +int attr contentPaddingLeft 0x7f030108 +int attr contentPaddingRight 0x7f030109 +int attr contentPaddingStart 0x7f03010a +int attr contentPaddingTop 0x7f03010b +int attr contentScrim 0x7f03010c +int attr contrast 0x7f03010d +int attr controlBackground 0x7f03010e +int attr coordinatorLayoutStyle 0x7f03010f +int attr coplanarSiblingViewId 0x7f030110 +int attr cornerFamily 0x7f030111 +int attr cornerFamilyBottomLeft 0x7f030112 +int attr cornerFamilyBottomRight 0x7f030113 +int attr cornerFamilyTopLeft 0x7f030114 +int attr cornerFamilyTopRight 0x7f030115 +int attr cornerRadius 0x7f030116 +int attr cornerSize 0x7f030117 +int attr cornerSizeBottomLeft 0x7f030118 +int attr cornerSizeBottomRight 0x7f030119 +int attr cornerSizeTopLeft 0x7f03011a +int attr cornerSizeTopRight 0x7f03011b +int attr counterEnabled 0x7f03011c +int attr counterMaxLength 0x7f03011d +int attr counterOverflowTextAppearance 0x7f03011e +int attr counterOverflowTextColor 0x7f03011f +int attr counterTextAppearance 0x7f030120 +int attr counterTextColor 0x7f030121 +int attr crossfade 0x7f030122 +int attr currentState 0x7f030123 +int attr curveFit 0x7f030124 +int attr customBoolean 0x7f030125 +int attr customColorDrawableValue 0x7f030126 +int attr customColorValue 0x7f030127 +int attr customDimension 0x7f030128 +int attr customFloatValue 0x7f030129 +int attr customIntegerValue 0x7f03012a +int attr customNavigationLayout 0x7f03012b +int attr customPixelDimension 0x7f03012c +int attr customStringValue 0x7f03012d +int attr dayInvalidStyle 0x7f03012e +int attr daySelectedStyle 0x7f03012f +int attr dayStyle 0x7f030130 +int attr dayTodayStyle 0x7f030131 +int attr defaultDuration 0x7f030132 +int attr defaultMarginsEnabled 0x7f030133 +int attr defaultQueryHint 0x7f030134 +int attr defaultScrollFlagsEnabled 0x7f030135 +int attr defaultState 0x7f030136 +int attr deltaPolarAngle 0x7f030137 +int attr deltaPolarRadius 0x7f030138 +int attr deriveConstraintsFrom 0x7f030139 +int attr dialogCornerRadius 0x7f03013a +int attr dialogPreferredPadding 0x7f03013b +int attr dialogTheme 0x7f03013c +int attr displayOptions 0x7f03013d +int attr divider 0x7f03013e +int attr dividerColor 0x7f03013f +int attr dividerHorizontal 0x7f030140 +int attr dividerInsetEnd 0x7f030141 +int attr dividerInsetStart 0x7f030142 +int attr dividerPadding 0x7f030143 +int attr dividerThickness 0x7f030144 +int attr dividerVertical 0x7f030145 +int attr dragDirection 0x7f030146 +int attr dragScale 0x7f030147 +int attr dragThreshold 0x7f030148 +int attr drawPath 0x7f030149 +int attr drawableBottomCompat 0x7f03014a +int attr drawableEndCompat 0x7f03014b +int attr drawableLeftCompat 0x7f03014c +int attr drawableRightCompat 0x7f03014d +int attr drawableSize 0x7f03014e +int attr drawableStartCompat 0x7f03014f +int attr drawableTint 0x7f030150 +int attr drawableTintMode 0x7f030151 +int attr drawableTopCompat 0x7f030152 +int attr drawerArrowStyle 0x7f030153 +int attr drawerLayoutCornerSize 0x7f030154 +int attr drawerLayoutStyle 0x7f030155 +int attr dropDownListViewStyle 0x7f030156 +int attr dropdownListPreferredItemHeight 0x7f030157 +int attr duration 0x7f030158 +int attr dynamicColorThemeOverlay 0x7f030159 +int attr editTextBackground 0x7f03015a +int attr editTextColor 0x7f03015b +int attr editTextStyle 0x7f03015c +int attr elevation 0x7f03015d +int attr elevationOverlayAccentColor 0x7f03015e +int attr elevationOverlayColor 0x7f03015f +int attr elevationOverlayEnabled 0x7f030160 +int attr emojiCompatEnabled 0x7f030161 +int attr enableEdgeToEdge 0x7f030162 +int attr endIconCheckable 0x7f030163 +int attr endIconContentDescription 0x7f030164 +int attr endIconDrawable 0x7f030165 +int attr endIconMinSize 0x7f030166 +int attr endIconMode 0x7f030167 +int attr endIconScaleType 0x7f030168 +int attr endIconTint 0x7f030169 +int attr endIconTintMode 0x7f03016a +int attr enforceMaterialTheme 0x7f03016b +int attr enforceTextAppearance 0x7f03016c +int attr ensureMinTouchTargetSize 0x7f03016d +int attr errorAccessibilityLabel 0x7f03016e +int attr errorAccessibilityLiveRegion 0x7f03016f +int attr errorContentDescription 0x7f030170 +int attr errorEnabled 0x7f030171 +int attr errorIconDrawable 0x7f030172 +int attr errorIconTint 0x7f030173 +int attr errorIconTintMode 0x7f030174 +int attr errorShown 0x7f030175 +int attr errorTextAppearance 0x7f030176 +int attr errorTextColor 0x7f030177 +int attr expandActivityOverflowButtonDrawable 0x7f030178 +int attr expanded 0x7f030179 +int attr expandedHintEnabled 0x7f03017a +int attr expandedTitleGravity 0x7f03017b +int attr expandedTitleMargin 0x7f03017c +int attr expandedTitleMarginBottom 0x7f03017d +int attr expandedTitleMarginEnd 0x7f03017e +int attr expandedTitleMarginStart 0x7f03017f +int attr expandedTitleMarginTop 0x7f030180 +int attr expandedTitleTextAppearance 0x7f030181 +int attr expandedTitleTextColor 0x7f030182 +int attr extendMotionSpec 0x7f030183 +int attr extendStrategy 0x7f030184 +int attr extendedFloatingActionButtonPrimaryStyle 0x7f030185 +int attr extendedFloatingActionButtonSecondaryStyle 0x7f030186 +int attr extendedFloatingActionButtonStyle 0x7f030187 +int attr extendedFloatingActionButtonSurfaceStyle 0x7f030188 +int attr extendedFloatingActionButtonTertiaryStyle 0x7f030189 +int attr extraMultilineHeightEnabled 0x7f03018a +int attr fabAlignmentMode 0x7f03018b +int attr fabAlignmentModeEndMargin 0x7f03018c +int attr fabAnchorMode 0x7f03018d +int attr fabAnimationMode 0x7f03018e +int attr fabCradleMargin 0x7f03018f +int attr fabCradleRoundedCornerRadius 0x7f030190 +int attr fabCradleVerticalOffset 0x7f030191 +int attr fabCustomSize 0x7f030192 +int attr fabSize 0x7f030193 +int attr fastScrollEnabled 0x7f030194 +int attr fastScrollHorizontalThumbDrawable 0x7f030195 +int attr fastScrollHorizontalTrackDrawable 0x7f030196 +int attr fastScrollVerticalThumbDrawable 0x7f030197 +int attr fastScrollVerticalTrackDrawable 0x7f030198 +int attr firstBaselineToTopHeight 0x7f030199 +int attr floatingActionButtonLargePrimaryStyle 0x7f03019a +int attr floatingActionButtonLargeSecondaryStyle 0x7f03019b +int attr floatingActionButtonLargeStyle 0x7f03019c +int attr floatingActionButtonLargeSurfaceStyle 0x7f03019d +int attr floatingActionButtonLargeTertiaryStyle 0x7f03019e +int attr floatingActionButtonPrimaryStyle 0x7f03019f +int attr floatingActionButtonSecondaryStyle 0x7f0301a0 +int attr floatingActionButtonSmallPrimaryStyle 0x7f0301a1 +int attr floatingActionButtonSmallSecondaryStyle 0x7f0301a2 +int attr floatingActionButtonSmallStyle 0x7f0301a3 +int attr floatingActionButtonSmallSurfaceStyle 0x7f0301a4 +int attr floatingActionButtonSmallTertiaryStyle 0x7f0301a5 +int attr floatingActionButtonStyle 0x7f0301a6 +int attr floatingActionButtonSurfaceStyle 0x7f0301a7 +int attr floatingActionButtonTertiaryStyle 0x7f0301a8 +int attr flow_firstHorizontalBias 0x7f0301a9 +int attr flow_firstHorizontalStyle 0x7f0301aa +int attr flow_firstVerticalBias 0x7f0301ab +int attr flow_firstVerticalStyle 0x7f0301ac +int attr flow_horizontalAlign 0x7f0301ad +int attr flow_horizontalBias 0x7f0301ae +int attr flow_horizontalGap 0x7f0301af +int attr flow_horizontalStyle 0x7f0301b0 +int attr flow_lastHorizontalBias 0x7f0301b1 +int attr flow_lastHorizontalStyle 0x7f0301b2 +int attr flow_lastVerticalBias 0x7f0301b3 +int attr flow_lastVerticalStyle 0x7f0301b4 +int attr flow_maxElementsWrap 0x7f0301b5 +int attr flow_padding 0x7f0301b6 +int attr flow_verticalAlign 0x7f0301b7 +int attr flow_verticalBias 0x7f0301b8 +int attr flow_verticalGap 0x7f0301b9 +int attr flow_verticalStyle 0x7f0301ba +int attr flow_wrapMode 0x7f0301bb +int attr font 0x7f0301bc +int attr fontFamily 0x7f0301bd +int attr fontProviderAuthority 0x7f0301be +int attr fontProviderCerts 0x7f0301bf +int attr fontProviderFetchStrategy 0x7f0301c0 +int attr fontProviderFetchTimeout 0x7f0301c1 +int attr fontProviderPackage 0x7f0301c2 +int attr fontProviderQuery 0x7f0301c3 +int attr fontProviderSystemFontFamily 0x7f0301c4 +int attr fontStyle 0x7f0301c5 +int attr fontVariationSettings 0x7f0301c6 +int attr fontWeight 0x7f0301c7 +int attr forceApplySystemWindowInsetTop 0x7f0301c8 +int attr forceDefaultNavigationOnClickListener 0x7f0301c9 +int attr foregroundInsidePadding 0x7f0301ca +int attr framePosition 0x7f0301cb +int attr gapBetweenBars 0x7f0301cc +int attr gestureInsetBottomIgnored 0x7f0301cd +int attr goIcon 0x7f0301ce +int attr haloColor 0x7f0301cf +int attr haloRadius 0x7f0301d0 +int attr headerLayout 0x7f0301d1 +int attr height 0x7f0301d2 +int attr helperText 0x7f0301d3 +int attr helperTextEnabled 0x7f0301d4 +int attr helperTextTextAppearance 0x7f0301d5 +int attr helperTextTextColor 0x7f0301d6 +int attr hideAnimationBehavior 0x7f0301d7 +int attr hideMotionSpec 0x7f0301d8 +int attr hideNavigationIcon 0x7f0301d9 +int attr hideOnContentScroll 0x7f0301da +int attr hideOnScroll 0x7f0301db +int attr hintAnimationEnabled 0x7f0301dc +int attr hintEnabled 0x7f0301dd +int attr hintTextAppearance 0x7f0301de +int attr hintTextColor 0x7f0301df +int attr homeAsUpIndicator 0x7f0301e0 +int attr homeLayout 0x7f0301e1 +int attr horizontalOffset 0x7f0301e2 +int attr horizontalOffsetWithText 0x7f0301e3 +int attr hoveredFocusedTranslationZ 0x7f0301e4 +int attr icon 0x7f0301e5 +int attr iconEndPadding 0x7f0301e6 +int attr iconGravity 0x7f0301e7 +int attr iconPadding 0x7f0301e8 +int attr iconSize 0x7f0301e9 +int attr iconStartPadding 0x7f0301ea +int attr iconTint 0x7f0301eb +int attr iconTintMode 0x7f0301ec +int attr iconifiedByDefault 0x7f0301ed +int attr imageButtonStyle 0x7f0301ee +int attr indeterminateAnimationType 0x7f0301ef +int attr indeterminateProgressStyle 0x7f0301f0 +int attr indicatorColor 0x7f0301f1 +int attr indicatorDirectionCircular 0x7f0301f2 +int attr indicatorDirectionLinear 0x7f0301f3 +int attr indicatorInset 0x7f0301f4 +int attr indicatorSize 0x7f0301f5 +int attr initialActivityCount 0x7f0301f6 +int attr insetForeground 0x7f0301f7 +int attr isLightTheme 0x7f0301f8 +int attr isMaterial3DynamicColorApplied 0x7f0301f9 +int attr isMaterial3Theme 0x7f0301fa +int attr isMaterialTheme 0x7f0301fb +int attr itemActiveIndicatorStyle 0x7f0301fc +int attr itemBackground 0x7f0301fd +int attr itemFillColor 0x7f0301fe +int attr itemHorizontalPadding 0x7f0301ff +int attr itemHorizontalTranslationEnabled 0x7f030200 +int attr itemIconPadding 0x7f030201 +int attr itemIconSize 0x7f030202 +int attr itemIconTint 0x7f030203 +int attr itemMaxLines 0x7f030204 +int attr itemMinHeight 0x7f030205 +int attr itemPadding 0x7f030206 +int attr itemPaddingBottom 0x7f030207 +int attr itemPaddingTop 0x7f030208 +int attr itemRippleColor 0x7f030209 +int attr itemShapeAppearance 0x7f03020a +int attr itemShapeAppearanceOverlay 0x7f03020b +int attr itemShapeFillColor 0x7f03020c +int attr itemShapeInsetBottom 0x7f03020d +int attr itemShapeInsetEnd 0x7f03020e +int attr itemShapeInsetStart 0x7f03020f +int attr itemShapeInsetTop 0x7f030210 +int attr itemSpacing 0x7f030211 +int attr itemStrokeColor 0x7f030212 +int attr itemStrokeWidth 0x7f030213 +int attr itemTextAppearance 0x7f030214 +int attr itemTextAppearanceActive 0x7f030215 +int attr itemTextAppearanceInactive 0x7f030216 +int attr itemTextColor 0x7f030217 +int attr itemVerticalPadding 0x7f030218 +int attr keyPositionType 0x7f030219 +int attr keyboardIcon 0x7f03021a +int attr keylines 0x7f03021b +int attr lStar 0x7f03021c +int attr labelBehavior 0x7f03021d +int attr labelStyle 0x7f03021e +int attr labelVisibilityMode 0x7f03021f +int attr lastBaselineToBottomHeight 0x7f030220 +int attr lastItemDecorated 0x7f030221 +int attr layout 0x7f030222 +int attr layoutDescription 0x7f030223 +int attr layoutDuringTransition 0x7f030224 +int attr layoutManager 0x7f030225 +int attr layout_anchor 0x7f030226 +int attr layout_anchorGravity 0x7f030227 +int attr layout_behavior 0x7f030228 +int attr layout_collapseMode 0x7f030229 +int attr layout_collapseParallaxMultiplier 0x7f03022a +int attr layout_constrainedHeight 0x7f03022b +int attr layout_constrainedWidth 0x7f03022c +int attr layout_constraintBaseline_creator 0x7f03022d +int attr layout_constraintBaseline_toBaselineOf 0x7f03022e +int attr layout_constraintBottom_creator 0x7f03022f +int attr layout_constraintBottom_toBottomOf 0x7f030230 +int attr layout_constraintBottom_toTopOf 0x7f030231 +int attr layout_constraintCircle 0x7f030232 +int attr layout_constraintCircleAngle 0x7f030233 +int attr layout_constraintCircleRadius 0x7f030234 +int attr layout_constraintDimensionRatio 0x7f030235 +int attr layout_constraintEnd_toEndOf 0x7f030236 +int attr layout_constraintEnd_toStartOf 0x7f030237 +int attr layout_constraintGuide_begin 0x7f030238 +int attr layout_constraintGuide_end 0x7f030239 +int attr layout_constraintGuide_percent 0x7f03023a +int attr layout_constraintHeight_default 0x7f03023b +int attr layout_constraintHeight_max 0x7f03023c +int attr layout_constraintHeight_min 0x7f03023d +int attr layout_constraintHeight_percent 0x7f03023e +int attr layout_constraintHorizontal_bias 0x7f03023f +int attr layout_constraintHorizontal_chainStyle 0x7f030240 +int attr layout_constraintHorizontal_weight 0x7f030241 +int attr layout_constraintLeft_creator 0x7f030242 +int attr layout_constraintLeft_toLeftOf 0x7f030243 +int attr layout_constraintLeft_toRightOf 0x7f030244 +int attr layout_constraintRight_creator 0x7f030245 +int attr layout_constraintRight_toLeftOf 0x7f030246 +int attr layout_constraintRight_toRightOf 0x7f030247 +int attr layout_constraintStart_toEndOf 0x7f030248 +int attr layout_constraintStart_toStartOf 0x7f030249 +int attr layout_constraintTag 0x7f03024a +int attr layout_constraintTop_creator 0x7f03024b +int attr layout_constraintTop_toBottomOf 0x7f03024c +int attr layout_constraintTop_toTopOf 0x7f03024d +int attr layout_constraintVertical_bias 0x7f03024e +int attr layout_constraintVertical_chainStyle 0x7f03024f +int attr layout_constraintVertical_weight 0x7f030250 +int attr layout_constraintWidth_default 0x7f030251 +int attr layout_constraintWidth_max 0x7f030252 +int attr layout_constraintWidth_min 0x7f030253 +int attr layout_constraintWidth_percent 0x7f030254 +int attr layout_dodgeInsetEdges 0x7f030255 +int attr layout_editor_absoluteX 0x7f030256 +int attr layout_editor_absoluteY 0x7f030257 +int attr layout_goneMarginBottom 0x7f030258 +int attr layout_goneMarginEnd 0x7f030259 +int attr layout_goneMarginLeft 0x7f03025a +int attr layout_goneMarginRight 0x7f03025b +int attr layout_goneMarginStart 0x7f03025c +int attr layout_goneMarginTop 0x7f03025d +int attr layout_insetEdge 0x7f03025e +int attr layout_keyline 0x7f03025f +int attr layout_optimizationLevel 0x7f030260 +int attr layout_scrollEffect 0x7f030261 +int attr layout_scrollFlags 0x7f030262 +int attr layout_scrollInterpolator 0x7f030263 +int attr liftOnScroll 0x7f030264 +int attr liftOnScrollColor 0x7f030265 +int attr liftOnScrollTargetViewId 0x7f030266 +int attr limitBoundsTo 0x7f030267 +int attr lineHeight 0x7f030268 +int attr lineSpacing 0x7f030269 +int attr linearProgressIndicatorStyle 0x7f03026a +int attr listChoiceBackgroundIndicator 0x7f03026b +int attr listChoiceIndicatorMultipleAnimated 0x7f03026c +int attr listChoiceIndicatorSingleAnimated 0x7f03026d +int attr listDividerAlertDialog 0x7f03026e +int attr listItemLayout 0x7f03026f +int attr listLayout 0x7f030270 +int attr listMenuViewStyle 0x7f030271 +int attr listPopupWindowStyle 0x7f030272 +int attr listPreferredItemHeight 0x7f030273 +int attr listPreferredItemHeightLarge 0x7f030274 +int attr listPreferredItemHeightSmall 0x7f030275 +int attr listPreferredItemPaddingEnd 0x7f030276 +int attr listPreferredItemPaddingLeft 0x7f030277 +int attr listPreferredItemPaddingRight 0x7f030278 +int attr listPreferredItemPaddingStart 0x7f030279 +int attr logo 0x7f03027a +int attr logoAdjustViewBounds 0x7f03027b +int attr logoDescription 0x7f03027c +int attr logoScaleType 0x7f03027d +int attr marginHorizontal 0x7f03027e +int attr marginLeftSystemWindowInsets 0x7f03027f +int attr marginRightSystemWindowInsets 0x7f030280 +int attr marginTopSystemWindowInsets 0x7f030281 +int attr materialAlertDialogBodyTextStyle 0x7f030282 +int attr materialAlertDialogButtonSpacerVisibility 0x7f030283 +int attr materialAlertDialogTheme 0x7f030284 +int attr materialAlertDialogTitleIconStyle 0x7f030285 +int attr materialAlertDialogTitlePanelStyle 0x7f030286 +int attr materialAlertDialogTitleTextStyle 0x7f030287 +int attr materialButtonOutlinedStyle 0x7f030288 +int attr materialButtonStyle 0x7f030289 +int attr materialButtonToggleGroupStyle 0x7f03028a +int attr materialCalendarDay 0x7f03028b +int attr materialCalendarDayOfWeekLabel 0x7f03028c +int attr materialCalendarFullscreenTheme 0x7f03028d +int attr materialCalendarHeaderCancelButton 0x7f03028e +int attr materialCalendarHeaderConfirmButton 0x7f03028f +int attr materialCalendarHeaderDivider 0x7f030290 +int attr materialCalendarHeaderLayout 0x7f030291 +int attr materialCalendarHeaderSelection 0x7f030292 +int attr materialCalendarHeaderTitle 0x7f030293 +int attr materialCalendarHeaderToggleButton 0x7f030294 +int attr materialCalendarMonth 0x7f030295 +int attr materialCalendarMonthNavigationButton 0x7f030296 +int attr materialCalendarStyle 0x7f030297 +int attr materialCalendarTheme 0x7f030298 +int attr materialCalendarYearNavigationButton 0x7f030299 +int attr materialCardViewElevatedStyle 0x7f03029a +int attr materialCardViewFilledStyle 0x7f03029b +int attr materialCardViewOutlinedStyle 0x7f03029c +int attr materialCardViewStyle 0x7f03029d +int attr materialCircleRadius 0x7f03029e +int attr materialClockStyle 0x7f03029f +int attr materialDisplayDividerStyle 0x7f0302a0 +int attr materialDividerHeavyStyle 0x7f0302a1 +int attr materialDividerStyle 0x7f0302a2 +int attr materialIconButtonFilledStyle 0x7f0302a3 +int attr materialIconButtonFilledTonalStyle 0x7f0302a4 +int attr materialIconButtonOutlinedStyle 0x7f0302a5 +int attr materialIconButtonStyle 0x7f0302a6 +int attr materialSearchBarStyle 0x7f0302a7 +int attr materialSearchViewPrefixStyle 0x7f0302a8 +int attr materialSearchViewStyle 0x7f0302a9 +int attr materialSwitchStyle 0x7f0302aa +int attr materialThemeOverlay 0x7f0302ab +int attr materialTimePickerStyle 0x7f0302ac +int attr materialTimePickerTheme 0x7f0302ad +int attr materialTimePickerTitleStyle 0x7f0302ae +int attr maxAcceleration 0x7f0302af +int attr maxActionInlineWidth 0x7f0302b0 +int attr maxButtonHeight 0x7f0302b1 +int attr maxCharacterCount 0x7f0302b2 +int attr maxHeight 0x7f0302b3 +int attr maxImageSize 0x7f0302b4 +int attr maxLines 0x7f0302b5 +int attr maxVelocity 0x7f0302b6 +int attr maxWidth 0x7f0302b7 +int attr measureWithLargestChild 0x7f0302b8 +int attr menu 0x7f0302b9 +int attr menuAlignmentMode 0x7f0302ba +int attr menuGravity 0x7f0302bb +int attr minHeight 0x7f0302bc +int attr minHideDelay 0x7f0302bd +int attr minSeparation 0x7f0302be +int attr minTouchTargetSize 0x7f0302bf +int attr minWidth 0x7f0302c0 +int attr mock_diagonalsColor 0x7f0302c1 +int attr mock_label 0x7f0302c2 +int attr mock_labelBackgroundColor 0x7f0302c3 +int attr mock_labelColor 0x7f0302c4 +int attr mock_showDiagonals 0x7f0302c5 +int attr mock_showLabel 0x7f0302c6 +int attr motionDebug 0x7f0302c7 +int attr motionDurationExtraLong1 0x7f0302c8 +int attr motionDurationExtraLong2 0x7f0302c9 +int attr motionDurationExtraLong3 0x7f0302ca +int attr motionDurationExtraLong4 0x7f0302cb +int attr motionDurationLong1 0x7f0302cc +int attr motionDurationLong2 0x7f0302cd +int attr motionDurationLong3 0x7f0302ce +int attr motionDurationLong4 0x7f0302cf +int attr motionDurationMedium1 0x7f0302d0 +int attr motionDurationMedium2 0x7f0302d1 +int attr motionDurationMedium3 0x7f0302d2 +int attr motionDurationMedium4 0x7f0302d3 +int attr motionDurationShort1 0x7f0302d4 +int attr motionDurationShort2 0x7f0302d5 +int attr motionDurationShort3 0x7f0302d6 +int attr motionDurationShort4 0x7f0302d7 +int attr motionEasingAccelerated 0x7f0302d8 +int attr motionEasingDecelerated 0x7f0302d9 +int attr motionEasingEmphasized 0x7f0302da +int attr motionEasingEmphasizedAccelerateInterpolator 0x7f0302db +int attr motionEasingEmphasizedDecelerateInterpolator 0x7f0302dc +int attr motionEasingEmphasizedInterpolator 0x7f0302dd +int attr motionEasingLinear 0x7f0302de +int attr motionEasingLinearInterpolator 0x7f0302df +int attr motionEasingStandard 0x7f0302e0 +int attr motionEasingStandardAccelerateInterpolator 0x7f0302e1 +int attr motionEasingStandardDecelerateInterpolator 0x7f0302e2 +int attr motionEasingStandardInterpolator 0x7f0302e3 +int attr motionInterpolator 0x7f0302e4 +int attr motionPath 0x7f0302e5 +int attr motionPathRotate 0x7f0302e6 +int attr motionProgress 0x7f0302e7 +int attr motionStagger 0x7f0302e8 +int attr motionTarget 0x7f0302e9 +int attr motion_postLayoutCollision 0x7f0302ea +int attr motion_triggerOnCollision 0x7f0302eb +int attr moveWhenScrollAtTop 0x7f0302ec +int attr multiChoiceItemLayout 0x7f0302ed +int attr navigationContentDescription 0x7f0302ee +int attr navigationIcon 0x7f0302ef +int attr navigationIconTint 0x7f0302f0 +int attr navigationMode 0x7f0302f1 +int attr navigationRailStyle 0x7f0302f2 +int attr navigationViewStyle 0x7f0302f3 +int attr nestedScrollFlags 0x7f0302f4 +int attr nestedScrollViewStyle 0x7f0302f5 +int attr nestedScrollable 0x7f0302f6 +int attr number 0x7f0302f7 +int attr numericModifiers 0x7f0302f8 +int attr onCross 0x7f0302f9 +int attr onHide 0x7f0302fa +int attr onNegativeCross 0x7f0302fb +int attr onPositiveCross 0x7f0302fc +int attr onShow 0x7f0302fd +int attr onTouchUp 0x7f0302fe +int attr overlapAnchor 0x7f0302ff +int attr overlay 0x7f030300 +int attr paddingBottomNoButtons 0x7f030301 +int attr paddingBottomSystemWindowInsets 0x7f030302 +int attr paddingEnd 0x7f030303 +int attr paddingLeftSystemWindowInsets 0x7f030304 +int attr paddingRightSystemWindowInsets 0x7f030305 +int attr paddingStart 0x7f030306 +int attr paddingTopNoTitle 0x7f030307 +int attr paddingTopSystemWindowInsets 0x7f030308 +int attr panelBackground 0x7f030309 +int attr panelMenuListTheme 0x7f03030a +int attr panelMenuListWidth 0x7f03030b +int attr passwordToggleContentDescription 0x7f03030c +int attr passwordToggleDrawable 0x7f03030d +int attr passwordToggleEnabled 0x7f03030e +int attr passwordToggleTint 0x7f03030f +int attr passwordToggleTintMode 0x7f030310 +int attr pathMotionArc 0x7f030311 +int attr path_percent 0x7f030312 +int attr percentHeight 0x7f030313 +int attr percentWidth 0x7f030314 +int attr percentX 0x7f030315 +int attr percentY 0x7f030316 +int attr perpendicularPath_percent 0x7f030317 +int attr pivotAnchor 0x7f030318 +int attr placeholderText 0x7f030319 +int attr placeholderTextAppearance 0x7f03031a +int attr placeholderTextColor 0x7f03031b +int attr placeholder_emptyVisibility 0x7f03031c +int attr popupMenuBackground 0x7f03031d +int attr popupMenuStyle 0x7f03031e +int attr popupTheme 0x7f03031f +int attr popupWindowStyle 0x7f030320 +int attr prefixText 0x7f030321 +int attr prefixTextAppearance 0x7f030322 +int attr prefixTextColor 0x7f030323 +int attr preserveIconSpacing 0x7f030324 +int attr pressedTranslationZ 0x7f030325 +int attr progressBarPadding 0x7f030326 +int attr progressBarStyle 0x7f030327 +int attr queryBackground 0x7f030328 +int attr queryHint 0x7f030329 +int attr queryPatterns 0x7f03032a +int attr radioButtonStyle 0x7f03032b +int attr rangeFillColor 0x7f03032c +int attr ratingBarStyle 0x7f03032d +int attr ratingBarStyleIndicator 0x7f03032e +int attr ratingBarStyleSmall 0x7f03032f +int attr recyclerViewStyle 0x7f030330 +int attr region_heightLessThan 0x7f030331 +int attr region_heightMoreThan 0x7f030332 +int attr region_widthLessThan 0x7f030333 +int attr region_widthMoreThan 0x7f030334 +int attr removeEmbeddedFabElevation 0x7f030335 +int attr reverseLayout 0x7f030336 +int attr rippleColor 0x7f030337 +int attr round 0x7f030338 +int attr roundPercent 0x7f030339 +int attr saturation 0x7f03033a +int attr scrimAnimationDuration 0x7f03033b +int attr scrimBackground 0x7f03033c +int attr scrimVisibleHeightTrigger 0x7f03033d +int attr searchHintIcon 0x7f03033e +int attr searchIcon 0x7f03033f +int attr searchPrefixText 0x7f030340 +int attr searchViewStyle 0x7f030341 +int attr seekBarStyle 0x7f030342 +int attr selectableItemBackground 0x7f030343 +int attr selectableItemBackgroundBorderless 0x7f030344 +int attr selectionRequired 0x7f030345 +int attr selectorSize 0x7f030346 +int attr shapeAppearance 0x7f030347 +int attr shapeAppearanceCornerExtraLarge 0x7f030348 +int attr shapeAppearanceCornerExtraSmall 0x7f030349 +int attr shapeAppearanceCornerLarge 0x7f03034a +int attr shapeAppearanceCornerMedium 0x7f03034b +int attr shapeAppearanceCornerSmall 0x7f03034c +int attr shapeAppearanceLargeComponent 0x7f03034d +int attr shapeAppearanceMediumComponent 0x7f03034e +int attr shapeAppearanceOverlay 0x7f03034f +int attr shapeAppearanceSmallComponent 0x7f030350 +int attr shapeCornerFamily 0x7f030351 +int attr shortcutMatchRequired 0x7f030352 +int attr shouldRemoveExpandedCorners 0x7f030353 +int attr showAnimationBehavior 0x7f030354 +int attr showAsAction 0x7f030355 +int attr showDelay 0x7f030356 +int attr showDividers 0x7f030357 +int attr showMotionSpec 0x7f030358 +int attr showPaths 0x7f030359 +int attr showText 0x7f03035a +int attr showTitle 0x7f03035b +int attr shrinkMotionSpec 0x7f03035c +int attr sideSheetDialogTheme 0x7f03035d +int attr sideSheetModalStyle 0x7f03035e +int attr simpleItemLayout 0x7f03035f +int attr simpleItemSelectedColor 0x7f030360 +int attr simpleItemSelectedRippleColor 0x7f030361 +int attr simpleItems 0x7f030362 +int attr singleChoiceItemLayout 0x7f030363 +int attr singleLine 0x7f030364 +int attr singleSelection 0x7f030365 +int attr sizePercent 0x7f030366 +int attr sliderStyle 0x7f030367 +int attr snackbarButtonStyle 0x7f030368 +int attr snackbarStyle 0x7f030369 +int attr snackbarTextViewStyle 0x7f03036a +int attr spanCount 0x7f03036b +int attr spinBars 0x7f03036c +int attr spinnerDropDownItemStyle 0x7f03036d +int attr spinnerStyle 0x7f03036e +int attr splitTrack 0x7f03036f +int attr srcCompat 0x7f030370 +int attr stackFromEnd 0x7f030371 +int attr staggered 0x7f030372 +int attr startIconCheckable 0x7f030373 +int attr startIconContentDescription 0x7f030374 +int attr startIconDrawable 0x7f030375 +int attr startIconMinSize 0x7f030376 +int attr startIconScaleType 0x7f030377 +int attr startIconTint 0x7f030378 +int attr startIconTintMode 0x7f030379 +int attr state_above_anchor 0x7f03037a +int attr state_collapsed 0x7f03037b +int attr state_collapsible 0x7f03037c +int attr state_dragged 0x7f03037d +int attr state_error 0x7f03037e +int attr state_indeterminate 0x7f03037f +int attr state_liftable 0x7f030380 +int attr state_lifted 0x7f030381 +int attr state_with_icon 0x7f030382 +int attr statusBarBackground 0x7f030383 +int attr statusBarForeground 0x7f030384 +int attr statusBarScrim 0x7f030385 +int attr strokeColor 0x7f030386 +int attr strokeWidth 0x7f030387 +int attr subMenuArrow 0x7f030388 +int attr subheaderColor 0x7f030389 +int attr subheaderInsetEnd 0x7f03038a +int attr subheaderInsetStart 0x7f03038b +int attr subheaderTextAppearance 0x7f03038c +int attr submitBackground 0x7f03038d +int attr subtitle 0x7f03038e +int attr subtitleCentered 0x7f03038f +int attr subtitleTextAppearance 0x7f030390 +int attr subtitleTextColor 0x7f030391 +int attr subtitleTextStyle 0x7f030392 +int attr suffixText 0x7f030393 +int attr suffixTextAppearance 0x7f030394 +int attr suffixTextColor 0x7f030395 +int attr suggestionRowLayout 0x7f030396 +int attr switchMinWidth 0x7f030397 +int attr switchPadding 0x7f030398 +int attr switchStyle 0x7f030399 +int attr switchTextAppearance 0x7f03039a +int attr tabBackground 0x7f03039b +int attr tabContentStart 0x7f03039c +int attr tabGravity 0x7f03039d +int attr tabIconTint 0x7f03039e +int attr tabIconTintMode 0x7f03039f +int attr tabIndicator 0x7f0303a0 +int attr tabIndicatorAnimationDuration 0x7f0303a1 +int attr tabIndicatorAnimationMode 0x7f0303a2 +int attr tabIndicatorColor 0x7f0303a3 +int attr tabIndicatorFullWidth 0x7f0303a4 +int attr tabIndicatorGravity 0x7f0303a5 +int attr tabIndicatorHeight 0x7f0303a6 +int attr tabInlineLabel 0x7f0303a7 +int attr tabMaxWidth 0x7f0303a8 +int attr tabMinWidth 0x7f0303a9 +int attr tabMode 0x7f0303aa +int attr tabPadding 0x7f0303ab +int attr tabPaddingBottom 0x7f0303ac +int attr tabPaddingEnd 0x7f0303ad +int attr tabPaddingStart 0x7f0303ae +int attr tabPaddingTop 0x7f0303af +int attr tabRippleColor 0x7f0303b0 +int attr tabSecondaryStyle 0x7f0303b1 +int attr tabSelectedTextAppearance 0x7f0303b2 +int attr tabSelectedTextColor 0x7f0303b3 +int attr tabStyle 0x7f0303b4 +int attr tabTextAppearance 0x7f0303b5 +int attr tabTextColor 0x7f0303b6 +int attr tabUnboundedRipple 0x7f0303b7 +int attr targetId 0x7f0303b8 +int attr telltales_tailColor 0x7f0303b9 +int attr telltales_tailScale 0x7f0303ba +int attr telltales_velocityMode 0x7f0303bb +int attr textAllCaps 0x7f0303bc +int attr textAppearanceBody1 0x7f0303bd +int attr textAppearanceBody2 0x7f0303be +int attr textAppearanceBodyLarge 0x7f0303bf +int attr textAppearanceBodyMedium 0x7f0303c0 +int attr textAppearanceBodySmall 0x7f0303c1 +int attr textAppearanceButton 0x7f0303c2 +int attr textAppearanceCaption 0x7f0303c3 +int attr textAppearanceDisplayLarge 0x7f0303c4 +int attr textAppearanceDisplayMedium 0x7f0303c5 +int attr textAppearanceDisplaySmall 0x7f0303c6 +int attr textAppearanceHeadline1 0x7f0303c7 +int attr textAppearanceHeadline2 0x7f0303c8 +int attr textAppearanceHeadline3 0x7f0303c9 +int attr textAppearanceHeadline4 0x7f0303ca +int attr textAppearanceHeadline5 0x7f0303cb +int attr textAppearanceHeadline6 0x7f0303cc +int attr textAppearanceHeadlineLarge 0x7f0303cd +int attr textAppearanceHeadlineMedium 0x7f0303ce +int attr textAppearanceHeadlineSmall 0x7f0303cf +int attr textAppearanceLabelLarge 0x7f0303d0 +int attr textAppearanceLabelMedium 0x7f0303d1 +int attr textAppearanceLabelSmall 0x7f0303d2 +int attr textAppearanceLargePopupMenu 0x7f0303d3 +int attr textAppearanceLineHeightEnabled 0x7f0303d4 +int attr textAppearanceListItem 0x7f0303d5 +int attr textAppearanceListItemSecondary 0x7f0303d6 +int attr textAppearanceListItemSmall 0x7f0303d7 +int attr textAppearanceOverline 0x7f0303d8 +int attr textAppearancePopupMenuHeader 0x7f0303d9 +int attr textAppearanceSearchResultSubtitle 0x7f0303da +int attr textAppearanceSearchResultTitle 0x7f0303db +int attr textAppearanceSmallPopupMenu 0x7f0303dc +int attr textAppearanceSubtitle1 0x7f0303dd +int attr textAppearanceSubtitle2 0x7f0303de +int attr textAppearanceTitleLarge 0x7f0303df +int attr textAppearanceTitleMedium 0x7f0303e0 +int attr textAppearanceTitleSmall 0x7f0303e1 +int attr textColorAlertDialogListItem 0x7f0303e2 +int attr textColorSearchUrl 0x7f0303e3 +int attr textEndPadding 0x7f0303e4 +int attr textInputFilledDenseStyle 0x7f0303e5 +int attr textInputFilledExposedDropdownMenuStyle 0x7f0303e6 +int attr textInputFilledStyle 0x7f0303e7 +int attr textInputLayoutFocusedRectEnabled 0x7f0303e8 +int attr textInputOutlinedDenseStyle 0x7f0303e9 +int attr textInputOutlinedExposedDropdownMenuStyle 0x7f0303ea +int attr textInputOutlinedStyle 0x7f0303eb +int attr textInputStyle 0x7f0303ec +int attr textLocale 0x7f0303ed +int attr textStartPadding 0x7f0303ee +int attr theme 0x7f0303ef +int attr thickness 0x7f0303f0 +int attr thumbColor 0x7f0303f1 +int attr thumbElevation 0x7f0303f2 +int attr thumbIcon 0x7f0303f3 +int attr thumbIconTint 0x7f0303f4 +int attr thumbIconTintMode 0x7f0303f5 +int attr thumbRadius 0x7f0303f6 +int attr thumbStrokeColor 0x7f0303f7 +int attr thumbStrokeWidth 0x7f0303f8 +int attr thumbTextPadding 0x7f0303f9 +int attr thumbTint 0x7f0303fa +int attr thumbTintMode 0x7f0303fb +int attr tickColor 0x7f0303fc +int attr tickColorActive 0x7f0303fd +int attr tickColorInactive 0x7f0303fe +int attr tickMark 0x7f0303ff +int attr tickMarkTint 0x7f030400 +int attr tickMarkTintMode 0x7f030401 +int attr tickVisible 0x7f030402 +int attr tint 0x7f030403 +int attr tintMode 0x7f030404 +int attr tintNavigationIcon 0x7f030405 +int attr title 0x7f030406 +int attr titleCentered 0x7f030407 +int attr titleCollapseMode 0x7f030408 +int attr titleEnabled 0x7f030409 +int attr titleMargin 0x7f03040a +int attr titleMarginBottom 0x7f03040b +int attr titleMarginEnd 0x7f03040c +int attr titleMarginStart 0x7f03040d +int attr titleMarginTop 0x7f03040e +int attr titleMargins 0x7f03040f +int attr titlePositionInterpolator 0x7f030410 +int attr titleTextAppearance 0x7f030411 +int attr titleTextColor 0x7f030412 +int attr titleTextEllipsize 0x7f030413 +int attr titleTextStyle 0x7f030414 +int attr toggleCheckedStateOnClick 0x7f030415 +int attr toolbarId 0x7f030416 +int attr toolbarNavigationButtonStyle 0x7f030417 +int attr toolbarStyle 0x7f030418 +int attr toolbarSurfaceStyle 0x7f030419 +int attr tooltipForegroundColor 0x7f03041a +int attr tooltipFrameBackground 0x7f03041b +int attr tooltipStyle 0x7f03041c +int attr tooltipText 0x7f03041d +int attr topInsetScrimEnabled 0x7f03041e +int attr touchAnchorId 0x7f03041f +int attr touchAnchorSide 0x7f030420 +int attr touchRegionId 0x7f030421 +int attr track 0x7f030422 +int attr trackColor 0x7f030423 +int attr trackColorActive 0x7f030424 +int attr trackColorInactive 0x7f030425 +int attr trackCornerRadius 0x7f030426 +int attr trackDecoration 0x7f030427 +int attr trackDecorationTint 0x7f030428 +int attr trackDecorationTintMode 0x7f030429 +int attr trackHeight 0x7f03042a +int attr trackThickness 0x7f03042b +int attr trackTint 0x7f03042c +int attr trackTintMode 0x7f03042d +int attr transitionDisable 0x7f03042e +int attr transitionEasing 0x7f03042f +int attr transitionFlags 0x7f030430 +int attr transitionPathRotate 0x7f030431 +int attr transitionShapeAppearance 0x7f030432 +int attr triggerId 0x7f030433 +int attr triggerReceiver 0x7f030434 +int attr triggerSlack 0x7f030435 +int attr ttcIndex 0x7f030436 +int attr useCompatPadding 0x7f030437 +int attr useDrawerArrowDrawable 0x7f030438 +int attr useMaterialThemeColors 0x7f030439 +int attr values 0x7f03043a +int attr verticalOffset 0x7f03043b +int attr verticalOffsetWithText 0x7f03043c +int attr viewInflaterClass 0x7f03043d +int attr visibilityMode 0x7f03043e +int attr voiceIcon 0x7f03043f +int attr warmth 0x7f030440 +int attr waveDecay 0x7f030441 +int attr waveOffset 0x7f030442 +int attr wavePeriod 0x7f030443 +int attr waveShape 0x7f030444 +int attr waveVariesBy 0x7f030445 +int attr windowActionBar 0x7f030446 +int attr windowActionBarOverlay 0x7f030447 +int attr windowActionModeOverlay 0x7f030448 +int attr windowFixedHeightMajor 0x7f030449 +int attr windowFixedHeightMinor 0x7f03044a +int attr windowFixedWidthMajor 0x7f03044b +int attr windowFixedWidthMinor 0x7f03044c +int attr windowMinWidthMajor 0x7f03044d +int attr windowMinWidthMinor 0x7f03044e +int attr windowNoTitle 0x7f03044f +int attr yearSelectedStyle 0x7f030450 +int attr yearStyle 0x7f030451 +int attr yearTodayStyle 0x7f030452 +int bool abc_action_bar_embed_tabs 0x7f040000 +int bool abc_config_actionMenuItemAllCaps 0x7f040001 +int bool mtrl_btn_textappearance_all_caps 0x7f040002 +int color abc_background_cache_hint_selector_material_dark 0x7f050000 +int color abc_background_cache_hint_selector_material_light 0x7f050001 +int color abc_btn_colored_borderless_text_material 0x7f050002 +int color abc_btn_colored_text_material 0x7f050003 +int color abc_color_highlight_material 0x7f050004 +int color abc_decor_view_status_guard 0x7f050005 +int color abc_decor_view_status_guard_light 0x7f050006 +int color abc_hint_foreground_material_dark 0x7f050007 +int color abc_hint_foreground_material_light 0x7f050008 +int color abc_primary_text_disable_only_material_dark 0x7f050009 +int color abc_primary_text_disable_only_material_light 0x7f05000a +int color abc_primary_text_material_dark 0x7f05000b +int color abc_primary_text_material_light 0x7f05000c +int color abc_search_url_text 0x7f05000d +int color abc_search_url_text_normal 0x7f05000e +int color abc_search_url_text_pressed 0x7f05000f +int color abc_search_url_text_selected 0x7f050010 +int color abc_secondary_text_material_dark 0x7f050011 +int color abc_secondary_text_material_light 0x7f050012 +int color abc_tint_btn_checkable 0x7f050013 +int color abc_tint_default 0x7f050014 +int color abc_tint_edittext 0x7f050015 +int color abc_tint_seek_thumb 0x7f050016 +int color abc_tint_spinner 0x7f050017 +int color abc_tint_switch_track 0x7f050018 +int color accent_material_dark 0x7f050019 +int color accent_material_light 0x7f05001a +int color androidx_core_ripple_material_light 0x7f05001b +int color androidx_core_secondary_text_default_material_light 0x7f05001c +int color background_floating_material_dark 0x7f05001d +int color background_floating_material_light 0x7f05001e +int color background_material_dark 0x7f05001f +int color background_material_light 0x7f050020 +int color black 0x7f050021 +int color bright_foreground_disabled_material_dark 0x7f050022 +int color bright_foreground_disabled_material_light 0x7f050023 +int color bright_foreground_inverse_material_dark 0x7f050024 +int color bright_foreground_inverse_material_light 0x7f050025 +int color bright_foreground_material_dark 0x7f050026 +int color bright_foreground_material_light 0x7f050027 +int color button_material_dark 0x7f050028 +int color button_material_light 0x7f050029 +int color cardview_dark_background 0x7f05002a +int color cardview_light_background 0x7f05002b +int color cardview_shadow_end_color 0x7f05002c +int color cardview_shadow_start_color 0x7f05002d +int color design_bottom_navigation_shadow_color 0x7f05002e +int color design_box_stroke_color 0x7f05002f +int color design_dark_default_color_background 0x7f050030 +int color design_dark_default_color_error 0x7f050031 +int color design_dark_default_color_on_background 0x7f050032 +int color design_dark_default_color_on_error 0x7f050033 +int color design_dark_default_color_on_primary 0x7f050034 +int color design_dark_default_color_on_secondary 0x7f050035 +int color design_dark_default_color_on_surface 0x7f050036 +int color design_dark_default_color_primary 0x7f050037 +int color design_dark_default_color_primary_dark 0x7f050038 +int color design_dark_default_color_primary_variant 0x7f050039 +int color design_dark_default_color_secondary 0x7f05003a +int color design_dark_default_color_secondary_variant 0x7f05003b +int color design_dark_default_color_surface 0x7f05003c +int color design_default_color_background 0x7f05003d +int color design_default_color_error 0x7f05003e +int color design_default_color_on_background 0x7f05003f +int color design_default_color_on_error 0x7f050040 +int color design_default_color_on_primary 0x7f050041 +int color design_default_color_on_secondary 0x7f050042 +int color design_default_color_on_surface 0x7f050043 +int color design_default_color_primary 0x7f050044 +int color design_default_color_primary_dark 0x7f050045 +int color design_default_color_primary_variant 0x7f050046 +int color design_default_color_secondary 0x7f050047 +int color design_default_color_secondary_variant 0x7f050048 +int color design_default_color_surface 0x7f050049 +int color design_error 0x7f05004a +int color design_fab_shadow_end_color 0x7f05004b +int color design_fab_shadow_mid_color 0x7f05004c +int color design_fab_shadow_start_color 0x7f05004d +int color design_fab_stroke_end_inner_color 0x7f05004e +int color design_fab_stroke_end_outer_color 0x7f05004f +int color design_fab_stroke_top_inner_color 0x7f050050 +int color design_fab_stroke_top_outer_color 0x7f050051 +int color design_icon_tint 0x7f050052 +int color design_snackbar_background_color 0x7f050053 +int color dim_foreground_disabled_material_dark 0x7f050054 +int color dim_foreground_disabled_material_light 0x7f050055 +int color dim_foreground_material_dark 0x7f050056 +int color dim_foreground_material_light 0x7f050057 +int color error_color_material_dark 0x7f050058 +int color error_color_material_light 0x7f050059 +int color foreground_material_dark 0x7f05005a +int color foreground_material_light 0x7f05005b +int color highlighted_text_material_dark 0x7f05005c +int color highlighted_text_material_light 0x7f05005d +int color m3_appbar_overlay_color 0x7f05005e +int color m3_assist_chip_icon_tint_color 0x7f05005f +int color m3_assist_chip_stroke_color 0x7f050060 +int color m3_button_background_color_selector 0x7f050061 +int color m3_button_foreground_color_selector 0x7f050062 +int color m3_button_outline_color_selector 0x7f050063 +int color m3_button_ripple_color 0x7f050064 +int color m3_button_ripple_color_selector 0x7f050065 +int color m3_calendar_item_disabled_text 0x7f050066 +int color m3_calendar_item_stroke_color 0x7f050067 +int color m3_card_foreground_color 0x7f050068 +int color m3_card_ripple_color 0x7f050069 +int color m3_card_stroke_color 0x7f05006a +int color m3_checkbox_button_icon_tint 0x7f05006b +int color m3_checkbox_button_tint 0x7f05006c +int color m3_chip_assist_text_color 0x7f05006d +int color m3_chip_background_color 0x7f05006e +int color m3_chip_ripple_color 0x7f05006f +int color m3_chip_stroke_color 0x7f050070 +int color m3_chip_text_color 0x7f050071 +int color m3_dark_default_color_primary_text 0x7f050072 +int color m3_dark_default_color_secondary_text 0x7f050073 +int color m3_dark_highlighted_text 0x7f050074 +int color m3_dark_hint_foreground 0x7f050075 +int color m3_dark_primary_text_disable_only 0x7f050076 +int color m3_default_color_primary_text 0x7f050077 +int color m3_default_color_secondary_text 0x7f050078 +int color m3_dynamic_dark_default_color_primary_text 0x7f050079 +int color m3_dynamic_dark_default_color_secondary_text 0x7f05007a +int color m3_dynamic_dark_highlighted_text 0x7f05007b +int color m3_dynamic_dark_hint_foreground 0x7f05007c +int color m3_dynamic_dark_primary_text_disable_only 0x7f05007d +int color m3_dynamic_default_color_primary_text 0x7f05007e +int color m3_dynamic_default_color_secondary_text 0x7f05007f +int color m3_dynamic_highlighted_text 0x7f050080 +int color m3_dynamic_hint_foreground 0x7f050081 +int color m3_dynamic_primary_text_disable_only 0x7f050082 +int color m3_efab_ripple_color_selector 0x7f050083 +int color m3_elevated_chip_background_color 0x7f050084 +int color m3_fab_efab_background_color_selector 0x7f050085 +int color m3_fab_efab_foreground_color_selector 0x7f050086 +int color m3_fab_ripple_color_selector 0x7f050087 +int color m3_filled_icon_button_container_color_selector 0x7f050088 +int color m3_highlighted_text 0x7f050089 +int color m3_hint_foreground 0x7f05008a +int color m3_icon_button_icon_color_selector 0x7f05008b +int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f05008c +int color m3_navigation_bar_item_with_indicator_label_tint 0x7f05008d +int color m3_navigation_bar_ripple_color_selector 0x7f05008e +int color m3_navigation_item_background_color 0x7f05008f +int color m3_navigation_item_icon_tint 0x7f050090 +int color m3_navigation_item_ripple_color 0x7f050091 +int color m3_navigation_item_text_color 0x7f050092 +int color m3_popupmenu_overlay_color 0x7f050093 +int color m3_primary_text_disable_only 0x7f050094 +int color m3_radiobutton_button_tint 0x7f050095 +int color m3_radiobutton_ripple_tint 0x7f050096 +int color m3_ref_palette_black 0x7f050097 +int color m3_ref_palette_dynamic_neutral0 0x7f050098 +int color m3_ref_palette_dynamic_neutral10 0x7f050099 +int color m3_ref_palette_dynamic_neutral100 0x7f05009a +int color m3_ref_palette_dynamic_neutral20 0x7f05009b +int color m3_ref_palette_dynamic_neutral30 0x7f05009c +int color m3_ref_palette_dynamic_neutral40 0x7f05009d +int color m3_ref_palette_dynamic_neutral50 0x7f05009e +int color m3_ref_palette_dynamic_neutral60 0x7f05009f +int color m3_ref_palette_dynamic_neutral70 0x7f0500a0 +int color m3_ref_palette_dynamic_neutral80 0x7f0500a1 +int color m3_ref_palette_dynamic_neutral90 0x7f0500a2 +int color m3_ref_palette_dynamic_neutral95 0x7f0500a3 +int color m3_ref_palette_dynamic_neutral99 0x7f0500a4 +int color m3_ref_palette_dynamic_neutral_variant0 0x7f0500a5 +int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500a6 +int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500a7 +int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500a8 +int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500a9 +int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500aa +int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500ab +int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500ac +int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500ad +int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500ae +int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500af +int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500b0 +int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500b1 +int color m3_ref_palette_dynamic_primary0 0x7f0500b2 +int color m3_ref_palette_dynamic_primary10 0x7f0500b3 +int color m3_ref_palette_dynamic_primary100 0x7f0500b4 +int color m3_ref_palette_dynamic_primary20 0x7f0500b5 +int color m3_ref_palette_dynamic_primary30 0x7f0500b6 +int color m3_ref_palette_dynamic_primary40 0x7f0500b7 +int color m3_ref_palette_dynamic_primary50 0x7f0500b8 +int color m3_ref_palette_dynamic_primary60 0x7f0500b9 +int color m3_ref_palette_dynamic_primary70 0x7f0500ba +int color m3_ref_palette_dynamic_primary80 0x7f0500bb +int color m3_ref_palette_dynamic_primary90 0x7f0500bc +int color m3_ref_palette_dynamic_primary95 0x7f0500bd +int color m3_ref_palette_dynamic_primary99 0x7f0500be +int color m3_ref_palette_dynamic_secondary0 0x7f0500bf +int color m3_ref_palette_dynamic_secondary10 0x7f0500c0 +int color m3_ref_palette_dynamic_secondary100 0x7f0500c1 +int color m3_ref_palette_dynamic_secondary20 0x7f0500c2 +int color m3_ref_palette_dynamic_secondary30 0x7f0500c3 +int color m3_ref_palette_dynamic_secondary40 0x7f0500c4 +int color m3_ref_palette_dynamic_secondary50 0x7f0500c5 +int color m3_ref_palette_dynamic_secondary60 0x7f0500c6 +int color m3_ref_palette_dynamic_secondary70 0x7f0500c7 +int color m3_ref_palette_dynamic_secondary80 0x7f0500c8 +int color m3_ref_palette_dynamic_secondary90 0x7f0500c9 +int color m3_ref_palette_dynamic_secondary95 0x7f0500ca +int color m3_ref_palette_dynamic_secondary99 0x7f0500cb +int color m3_ref_palette_dynamic_tertiary0 0x7f0500cc +int color m3_ref_palette_dynamic_tertiary10 0x7f0500cd +int color m3_ref_palette_dynamic_tertiary100 0x7f0500ce +int color m3_ref_palette_dynamic_tertiary20 0x7f0500cf +int color m3_ref_palette_dynamic_tertiary30 0x7f0500d0 +int color m3_ref_palette_dynamic_tertiary40 0x7f0500d1 +int color m3_ref_palette_dynamic_tertiary50 0x7f0500d2 +int color m3_ref_palette_dynamic_tertiary60 0x7f0500d3 +int color m3_ref_palette_dynamic_tertiary70 0x7f0500d4 +int color m3_ref_palette_dynamic_tertiary80 0x7f0500d5 +int color m3_ref_palette_dynamic_tertiary90 0x7f0500d6 +int color m3_ref_palette_dynamic_tertiary95 0x7f0500d7 +int color m3_ref_palette_dynamic_tertiary99 0x7f0500d8 +int color m3_ref_palette_error0 0x7f0500d9 +int color m3_ref_palette_error10 0x7f0500da +int color m3_ref_palette_error100 0x7f0500db +int color m3_ref_palette_error20 0x7f0500dc +int color m3_ref_palette_error30 0x7f0500dd +int color m3_ref_palette_error40 0x7f0500de +int color m3_ref_palette_error50 0x7f0500df +int color m3_ref_palette_error60 0x7f0500e0 +int color m3_ref_palette_error70 0x7f0500e1 +int color m3_ref_palette_error80 0x7f0500e2 +int color m3_ref_palette_error90 0x7f0500e3 +int color m3_ref_palette_error95 0x7f0500e4 +int color m3_ref_palette_error99 0x7f0500e5 +int color m3_ref_palette_neutral0 0x7f0500e6 +int color m3_ref_palette_neutral10 0x7f0500e7 +int color m3_ref_palette_neutral100 0x7f0500e8 +int color m3_ref_palette_neutral20 0x7f0500e9 +int color m3_ref_palette_neutral30 0x7f0500ea +int color m3_ref_palette_neutral40 0x7f0500eb +int color m3_ref_palette_neutral50 0x7f0500ec +int color m3_ref_palette_neutral60 0x7f0500ed +int color m3_ref_palette_neutral70 0x7f0500ee +int color m3_ref_palette_neutral80 0x7f0500ef +int color m3_ref_palette_neutral90 0x7f0500f0 +int color m3_ref_palette_neutral95 0x7f0500f1 +int color m3_ref_palette_neutral99 0x7f0500f2 +int color m3_ref_palette_neutral_variant0 0x7f0500f3 +int color m3_ref_palette_neutral_variant10 0x7f0500f4 +int color m3_ref_palette_neutral_variant100 0x7f0500f5 +int color m3_ref_palette_neutral_variant20 0x7f0500f6 +int color m3_ref_palette_neutral_variant30 0x7f0500f7 +int color m3_ref_palette_neutral_variant40 0x7f0500f8 +int color m3_ref_palette_neutral_variant50 0x7f0500f9 +int color m3_ref_palette_neutral_variant60 0x7f0500fa +int color m3_ref_palette_neutral_variant70 0x7f0500fb +int color m3_ref_palette_neutral_variant80 0x7f0500fc +int color m3_ref_palette_neutral_variant90 0x7f0500fd +int color m3_ref_palette_neutral_variant95 0x7f0500fe +int color m3_ref_palette_neutral_variant99 0x7f0500ff +int color m3_ref_palette_primary0 0x7f050100 +int color m3_ref_palette_primary10 0x7f050101 +int color m3_ref_palette_primary100 0x7f050102 +int color m3_ref_palette_primary20 0x7f050103 +int color m3_ref_palette_primary30 0x7f050104 +int color m3_ref_palette_primary40 0x7f050105 +int color m3_ref_palette_primary50 0x7f050106 +int color m3_ref_palette_primary60 0x7f050107 +int color m3_ref_palette_primary70 0x7f050108 +int color m3_ref_palette_primary80 0x7f050109 +int color m3_ref_palette_primary90 0x7f05010a +int color m3_ref_palette_primary95 0x7f05010b +int color m3_ref_palette_primary99 0x7f05010c +int color m3_ref_palette_secondary0 0x7f05010d +int color m3_ref_palette_secondary10 0x7f05010e +int color m3_ref_palette_secondary100 0x7f05010f +int color m3_ref_palette_secondary20 0x7f050110 +int color m3_ref_palette_secondary30 0x7f050111 +int color m3_ref_palette_secondary40 0x7f050112 +int color m3_ref_palette_secondary50 0x7f050113 +int color m3_ref_palette_secondary60 0x7f050114 +int color m3_ref_palette_secondary70 0x7f050115 +int color m3_ref_palette_secondary80 0x7f050116 +int color m3_ref_palette_secondary90 0x7f050117 +int color m3_ref_palette_secondary95 0x7f050118 +int color m3_ref_palette_secondary99 0x7f050119 +int color m3_ref_palette_tertiary0 0x7f05011a +int color m3_ref_palette_tertiary10 0x7f05011b +int color m3_ref_palette_tertiary100 0x7f05011c +int color m3_ref_palette_tertiary20 0x7f05011d +int color m3_ref_palette_tertiary30 0x7f05011e +int color m3_ref_palette_tertiary40 0x7f05011f +int color m3_ref_palette_tertiary50 0x7f050120 +int color m3_ref_palette_tertiary60 0x7f050121 +int color m3_ref_palette_tertiary70 0x7f050122 +int color m3_ref_palette_tertiary80 0x7f050123 +int color m3_ref_palette_tertiary90 0x7f050124 +int color m3_ref_palette_tertiary95 0x7f050125 +int color m3_ref_palette_tertiary99 0x7f050126 +int color m3_ref_palette_white 0x7f050127 +int color m3_selection_control_ripple_color_selector 0x7f050128 +int color m3_simple_item_ripple_color 0x7f050129 +int color m3_slider_active_track_color 0x7f05012a +int color m3_slider_halo_color 0x7f05012b +int color m3_slider_inactive_track_color 0x7f05012c +int color m3_slider_thumb_color 0x7f05012d +int color m3_switch_thumb_tint 0x7f05012e +int color m3_switch_track_tint 0x7f05012f +int color m3_sys_color_dark_background 0x7f050130 +int color m3_sys_color_dark_error 0x7f050131 +int color m3_sys_color_dark_error_container 0x7f050132 +int color m3_sys_color_dark_inverse_on_surface 0x7f050133 +int color m3_sys_color_dark_inverse_primary 0x7f050134 +int color m3_sys_color_dark_inverse_surface 0x7f050135 +int color m3_sys_color_dark_on_background 0x7f050136 +int color m3_sys_color_dark_on_error 0x7f050137 +int color m3_sys_color_dark_on_error_container 0x7f050138 +int color m3_sys_color_dark_on_primary 0x7f050139 +int color m3_sys_color_dark_on_primary_container 0x7f05013a +int color m3_sys_color_dark_on_secondary 0x7f05013b +int color m3_sys_color_dark_on_secondary_container 0x7f05013c +int color m3_sys_color_dark_on_surface 0x7f05013d +int color m3_sys_color_dark_on_surface_variant 0x7f05013e +int color m3_sys_color_dark_on_tertiary 0x7f05013f +int color m3_sys_color_dark_on_tertiary_container 0x7f050140 +int color m3_sys_color_dark_outline 0x7f050141 +int color m3_sys_color_dark_outline_variant 0x7f050142 +int color m3_sys_color_dark_primary 0x7f050143 +int color m3_sys_color_dark_primary_container 0x7f050144 +int color m3_sys_color_dark_secondary 0x7f050145 +int color m3_sys_color_dark_secondary_container 0x7f050146 +int color m3_sys_color_dark_surface 0x7f050147 +int color m3_sys_color_dark_surface_variant 0x7f050148 +int color m3_sys_color_dark_tertiary 0x7f050149 +int color m3_sys_color_dark_tertiary_container 0x7f05014a +int color m3_sys_color_dynamic_dark_background 0x7f05014b +int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f05014c +int color m3_sys_color_dynamic_dark_inverse_primary 0x7f05014d +int color m3_sys_color_dynamic_dark_inverse_surface 0x7f05014e +int color m3_sys_color_dynamic_dark_on_background 0x7f05014f +int color m3_sys_color_dynamic_dark_on_primary 0x7f050150 +int color m3_sys_color_dynamic_dark_on_primary_container 0x7f050151 +int color m3_sys_color_dynamic_dark_on_secondary 0x7f050152 +int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f050153 +int color m3_sys_color_dynamic_dark_on_surface 0x7f050154 +int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f050155 +int color m3_sys_color_dynamic_dark_on_tertiary 0x7f050156 +int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f050157 +int color m3_sys_color_dynamic_dark_outline 0x7f050158 +int color m3_sys_color_dynamic_dark_outline_variant 0x7f050159 +int color m3_sys_color_dynamic_dark_primary 0x7f05015a +int color m3_sys_color_dynamic_dark_primary_container 0x7f05015b +int color m3_sys_color_dynamic_dark_secondary 0x7f05015c +int color m3_sys_color_dynamic_dark_secondary_container 0x7f05015d +int color m3_sys_color_dynamic_dark_surface 0x7f05015e +int color m3_sys_color_dynamic_dark_surface_variant 0x7f05015f +int color m3_sys_color_dynamic_dark_tertiary 0x7f050160 +int color m3_sys_color_dynamic_dark_tertiary_container 0x7f050161 +int color m3_sys_color_dynamic_light_background 0x7f050162 +int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f050163 +int color m3_sys_color_dynamic_light_inverse_primary 0x7f050164 +int color m3_sys_color_dynamic_light_inverse_surface 0x7f050165 +int color m3_sys_color_dynamic_light_on_background 0x7f050166 +int color m3_sys_color_dynamic_light_on_primary 0x7f050167 +int color m3_sys_color_dynamic_light_on_primary_container 0x7f050168 +int color m3_sys_color_dynamic_light_on_secondary 0x7f050169 +int color m3_sys_color_dynamic_light_on_secondary_container 0x7f05016a +int color m3_sys_color_dynamic_light_on_surface 0x7f05016b +int color m3_sys_color_dynamic_light_on_surface_variant 0x7f05016c +int color m3_sys_color_dynamic_light_on_tertiary 0x7f05016d +int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f05016e +int color m3_sys_color_dynamic_light_outline 0x7f05016f +int color m3_sys_color_dynamic_light_outline_variant 0x7f050170 +int color m3_sys_color_dynamic_light_primary 0x7f050171 +int color m3_sys_color_dynamic_light_primary_container 0x7f050172 +int color m3_sys_color_dynamic_light_secondary 0x7f050173 +int color m3_sys_color_dynamic_light_secondary_container 0x7f050174 +int color m3_sys_color_dynamic_light_surface 0x7f050175 +int color m3_sys_color_dynamic_light_surface_variant 0x7f050176 +int color m3_sys_color_dynamic_light_tertiary 0x7f050177 +int color m3_sys_color_dynamic_light_tertiary_container 0x7f050178 +int color m3_sys_color_light_background 0x7f050179 +int color m3_sys_color_light_error 0x7f05017a +int color m3_sys_color_light_error_container 0x7f05017b +int color m3_sys_color_light_inverse_on_surface 0x7f05017c +int color m3_sys_color_light_inverse_primary 0x7f05017d +int color m3_sys_color_light_inverse_surface 0x7f05017e +int color m3_sys_color_light_on_background 0x7f05017f +int color m3_sys_color_light_on_error 0x7f050180 +int color m3_sys_color_light_on_error_container 0x7f050181 +int color m3_sys_color_light_on_primary 0x7f050182 +int color m3_sys_color_light_on_primary_container 0x7f050183 +int color m3_sys_color_light_on_secondary 0x7f050184 +int color m3_sys_color_light_on_secondary_container 0x7f050185 +int color m3_sys_color_light_on_surface 0x7f050186 +int color m3_sys_color_light_on_surface_variant 0x7f050187 +int color m3_sys_color_light_on_tertiary 0x7f050188 +int color m3_sys_color_light_on_tertiary_container 0x7f050189 +int color m3_sys_color_light_outline 0x7f05018a +int color m3_sys_color_light_outline_variant 0x7f05018b +int color m3_sys_color_light_primary 0x7f05018c +int color m3_sys_color_light_primary_container 0x7f05018d +int color m3_sys_color_light_secondary 0x7f05018e +int color m3_sys_color_light_secondary_container 0x7f05018f +int color m3_sys_color_light_surface 0x7f050190 +int color m3_sys_color_light_surface_variant 0x7f050191 +int color m3_sys_color_light_tertiary 0x7f050192 +int color m3_sys_color_light_tertiary_container 0x7f050193 +int color m3_tabs_icon_color 0x7f050194 +int color m3_tabs_icon_color_secondary 0x7f050195 +int color m3_tabs_ripple_color 0x7f050196 +int color m3_tabs_ripple_color_secondary 0x7f050197 +int color m3_tabs_text_color 0x7f050198 +int color m3_tabs_text_color_secondary 0x7f050199 +int color m3_text_button_background_color_selector 0x7f05019a +int color m3_text_button_foreground_color_selector 0x7f05019b +int color m3_text_button_ripple_color_selector 0x7f05019c +int color m3_textfield_filled_background_color 0x7f05019d +int color m3_textfield_indicator_text_color 0x7f05019e +int color m3_textfield_input_text_color 0x7f05019f +int color m3_textfield_label_color 0x7f0501a0 +int color m3_textfield_stroke_color 0x7f0501a1 +int color m3_timepicker_button_background_color 0x7f0501a2 +int color m3_timepicker_button_ripple_color 0x7f0501a3 +int color m3_timepicker_button_text_color 0x7f0501a4 +int color m3_timepicker_clock_text_color 0x7f0501a5 +int color m3_timepicker_display_background_color 0x7f0501a6 +int color m3_timepicker_display_ripple_color 0x7f0501a7 +int color m3_timepicker_display_stroke_color 0x7f0501a8 +int color m3_timepicker_display_text_color 0x7f0501a9 +int color m3_timepicker_secondary_text_button_ripple_color 0x7f0501aa +int color m3_timepicker_secondary_text_button_text_color 0x7f0501ab +int color m3_tonal_button_ripple_color_selector 0x7f0501ac +int color material_blue_grey_800 0x7f0501ad +int color material_blue_grey_900 0x7f0501ae +int color material_blue_grey_950 0x7f0501af +int color material_cursor_color 0x7f0501b0 +int color material_deep_teal_200 0x7f0501b1 +int color material_deep_teal_500 0x7f0501b2 +int color material_divider_color 0x7f0501b3 +int color material_dynamic_neutral0 0x7f0501b4 +int color material_dynamic_neutral10 0x7f0501b5 +int color material_dynamic_neutral100 0x7f0501b6 +int color material_dynamic_neutral20 0x7f0501b7 +int color material_dynamic_neutral30 0x7f0501b8 +int color material_dynamic_neutral40 0x7f0501b9 +int color material_dynamic_neutral50 0x7f0501ba +int color material_dynamic_neutral60 0x7f0501bb +int color material_dynamic_neutral70 0x7f0501bc +int color material_dynamic_neutral80 0x7f0501bd +int color material_dynamic_neutral90 0x7f0501be +int color material_dynamic_neutral95 0x7f0501bf +int color material_dynamic_neutral99 0x7f0501c0 +int color material_dynamic_neutral_variant0 0x7f0501c1 +int color material_dynamic_neutral_variant10 0x7f0501c2 +int color material_dynamic_neutral_variant100 0x7f0501c3 +int color material_dynamic_neutral_variant20 0x7f0501c4 +int color material_dynamic_neutral_variant30 0x7f0501c5 +int color material_dynamic_neutral_variant40 0x7f0501c6 +int color material_dynamic_neutral_variant50 0x7f0501c7 +int color material_dynamic_neutral_variant60 0x7f0501c8 +int color material_dynamic_neutral_variant70 0x7f0501c9 +int color material_dynamic_neutral_variant80 0x7f0501ca +int color material_dynamic_neutral_variant90 0x7f0501cb +int color material_dynamic_neutral_variant95 0x7f0501cc +int color material_dynamic_neutral_variant99 0x7f0501cd +int color material_dynamic_primary0 0x7f0501ce +int color material_dynamic_primary10 0x7f0501cf +int color material_dynamic_primary100 0x7f0501d0 +int color material_dynamic_primary20 0x7f0501d1 +int color material_dynamic_primary30 0x7f0501d2 +int color material_dynamic_primary40 0x7f0501d3 +int color material_dynamic_primary50 0x7f0501d4 +int color material_dynamic_primary60 0x7f0501d5 +int color material_dynamic_primary70 0x7f0501d6 +int color material_dynamic_primary80 0x7f0501d7 +int color material_dynamic_primary90 0x7f0501d8 +int color material_dynamic_primary95 0x7f0501d9 +int color material_dynamic_primary99 0x7f0501da +int color material_dynamic_secondary0 0x7f0501db +int color material_dynamic_secondary10 0x7f0501dc +int color material_dynamic_secondary100 0x7f0501dd +int color material_dynamic_secondary20 0x7f0501de +int color material_dynamic_secondary30 0x7f0501df +int color material_dynamic_secondary40 0x7f0501e0 +int color material_dynamic_secondary50 0x7f0501e1 +int color material_dynamic_secondary60 0x7f0501e2 +int color material_dynamic_secondary70 0x7f0501e3 +int color material_dynamic_secondary80 0x7f0501e4 +int color material_dynamic_secondary90 0x7f0501e5 +int color material_dynamic_secondary95 0x7f0501e6 +int color material_dynamic_secondary99 0x7f0501e7 +int color material_dynamic_tertiary0 0x7f0501e8 +int color material_dynamic_tertiary10 0x7f0501e9 +int color material_dynamic_tertiary100 0x7f0501ea +int color material_dynamic_tertiary20 0x7f0501eb +int color material_dynamic_tertiary30 0x7f0501ec +int color material_dynamic_tertiary40 0x7f0501ed +int color material_dynamic_tertiary50 0x7f0501ee +int color material_dynamic_tertiary60 0x7f0501ef +int color material_dynamic_tertiary70 0x7f0501f0 +int color material_dynamic_tertiary80 0x7f0501f1 +int color material_dynamic_tertiary90 0x7f0501f2 +int color material_dynamic_tertiary95 0x7f0501f3 +int color material_dynamic_tertiary99 0x7f0501f4 +int color material_grey_100 0x7f0501f5 +int color material_grey_300 0x7f0501f6 +int color material_grey_50 0x7f0501f7 +int color material_grey_600 0x7f0501f8 +int color material_grey_800 0x7f0501f9 +int color material_grey_850 0x7f0501fa +int color material_grey_900 0x7f0501fb +int color material_harmonized_color_error 0x7f0501fc +int color material_harmonized_color_error_container 0x7f0501fd +int color material_harmonized_color_on_error 0x7f0501fe +int color material_harmonized_color_on_error_container 0x7f0501ff +int color material_on_background_disabled 0x7f050200 +int color material_on_background_emphasis_high_type 0x7f050201 +int color material_on_background_emphasis_medium 0x7f050202 +int color material_on_primary_disabled 0x7f050203 +int color material_on_primary_emphasis_high_type 0x7f050204 +int color material_on_primary_emphasis_medium 0x7f050205 +int color material_on_surface_disabled 0x7f050206 +int color material_on_surface_emphasis_high_type 0x7f050207 +int color material_on_surface_emphasis_medium 0x7f050208 +int color material_on_surface_stroke 0x7f050209 +int color material_personalized_color_background 0x7f05020a +int color material_personalized_color_error 0x7f05020b +int color material_personalized_color_error_container 0x7f05020c +int color material_personalized_color_on_background 0x7f05020d +int color material_personalized_color_on_error 0x7f05020e +int color material_personalized_color_on_error_container 0x7f05020f +int color material_personalized_color_on_primary 0x7f050210 +int color material_personalized_color_on_primary_container 0x7f050211 +int color material_personalized_color_on_secondary 0x7f050212 +int color material_personalized_color_on_secondary_container 0x7f050213 +int color material_personalized_color_on_surface 0x7f050214 +int color material_personalized_color_on_surface_inverse 0x7f050215 +int color material_personalized_color_on_surface_variant 0x7f050216 +int color material_personalized_color_on_tertiary 0x7f050217 +int color material_personalized_color_on_tertiary_container 0x7f050218 +int color material_personalized_color_primary 0x7f050219 +int color material_personalized_color_primary_container 0x7f05021a +int color material_personalized_color_primary_inverse 0x7f05021b +int color material_personalized_color_secondary 0x7f05021c +int color material_personalized_color_secondary_container 0x7f05021d +int color material_personalized_color_surface 0x7f05021e +int color material_personalized_color_surface_inverse 0x7f05021f +int color material_personalized_color_surface_outline 0x7f050220 +int color material_personalized_color_surface_variant 0x7f050221 +int color material_personalized_color_tertiary 0x7f050222 +int color material_personalized_color_tertiary_container 0x7f050223 +int color material_slider_active_tick_marks_color 0x7f050224 +int color material_slider_active_track_color 0x7f050225 +int color material_slider_halo_color 0x7f050226 +int color material_slider_inactive_tick_marks_color 0x7f050227 +int color material_slider_inactive_track_color 0x7f050228 +int color material_slider_thumb_color 0x7f050229 +int color material_timepicker_button_background 0x7f05022a +int color material_timepicker_button_stroke 0x7f05022b +int color material_timepicker_clock_text_color 0x7f05022c +int color material_timepicker_clockface 0x7f05022d +int color material_timepicker_modebutton_tint 0x7f05022e +int color mtrl_btn_bg_color_selector 0x7f05022f +int color mtrl_btn_ripple_color 0x7f050230 +int color mtrl_btn_stroke_color_selector 0x7f050231 +int color mtrl_btn_text_btn_bg_color_selector 0x7f050232 +int color mtrl_btn_text_btn_ripple_color 0x7f050233 +int color mtrl_btn_text_color_disabled 0x7f050234 +int color mtrl_btn_text_color_selector 0x7f050235 +int color mtrl_btn_transparent_bg_color 0x7f050236 +int color mtrl_calendar_item_stroke_color 0x7f050237 +int color mtrl_calendar_selected_range 0x7f050238 +int color mtrl_card_view_foreground 0x7f050239 +int color mtrl_card_view_ripple 0x7f05023a +int color mtrl_chip_background_color 0x7f05023b +int color mtrl_chip_close_icon_tint 0x7f05023c +int color mtrl_chip_surface_color 0x7f05023d +int color mtrl_chip_text_color 0x7f05023e +int color mtrl_choice_chip_background_color 0x7f05023f +int color mtrl_choice_chip_ripple_color 0x7f050240 +int color mtrl_choice_chip_text_color 0x7f050241 +int color mtrl_error 0x7f050242 +int color mtrl_fab_bg_color_selector 0x7f050243 +int color mtrl_fab_icon_text_color_selector 0x7f050244 +int color mtrl_fab_ripple_color 0x7f050245 +int color mtrl_filled_background_color 0x7f050246 +int color mtrl_filled_icon_tint 0x7f050247 +int color mtrl_filled_stroke_color 0x7f050248 +int color mtrl_indicator_text_color 0x7f050249 +int color mtrl_navigation_bar_colored_item_tint 0x7f05024a +int color mtrl_navigation_bar_colored_ripple_color 0x7f05024b +int color mtrl_navigation_bar_item_tint 0x7f05024c +int color mtrl_navigation_bar_ripple_color 0x7f05024d +int color mtrl_navigation_item_background_color 0x7f05024e +int color mtrl_navigation_item_icon_tint 0x7f05024f +int color mtrl_navigation_item_text_color 0x7f050250 +int color mtrl_on_primary_text_btn_text_color_selector 0x7f050251 +int color mtrl_on_surface_ripple_color 0x7f050252 +int color mtrl_outlined_icon_tint 0x7f050253 +int color mtrl_outlined_stroke_color 0x7f050254 +int color mtrl_popupmenu_overlay_color 0x7f050255 +int color mtrl_scrim_color 0x7f050256 +int color mtrl_switch_thumb_icon_tint 0x7f050257 +int color mtrl_switch_thumb_tint 0x7f050258 +int color mtrl_switch_track_decoration_tint 0x7f050259 +int color mtrl_switch_track_tint 0x7f05025a +int color mtrl_tabs_colored_ripple_color 0x7f05025b +int color mtrl_tabs_icon_color_selector 0x7f05025c +int color mtrl_tabs_icon_color_selector_colored 0x7f05025d +int color mtrl_tabs_legacy_text_color_selector 0x7f05025e +int color mtrl_tabs_ripple_color 0x7f05025f +int color mtrl_text_btn_text_color_selector 0x7f050260 +int color mtrl_textinput_default_box_stroke_color 0x7f050261 +int color mtrl_textinput_disabled_color 0x7f050262 +int color mtrl_textinput_filled_box_default_background_color 0x7f050263 +int color mtrl_textinput_focused_box_stroke_color 0x7f050264 +int color mtrl_textinput_hovered_box_stroke_color 0x7f050265 +int color notification_action_color_filter 0x7f050266 +int color notification_icon_bg_color 0x7f050267 +int color primary_dark_material_dark 0x7f050268 +int color primary_dark_material_light 0x7f050269 +int color primary_material_dark 0x7f05026a +int color primary_material_light 0x7f05026b +int color primary_text_default_material_dark 0x7f05026c +int color primary_text_default_material_light 0x7f05026d +int color primary_text_disabled_material_dark 0x7f05026e +int color primary_text_disabled_material_light 0x7f05026f +int color purple_200 0x7f050270 +int color purple_500 0x7f050271 +int color purple_700 0x7f050272 +int color ripple_material_dark 0x7f050273 +int color ripple_material_light 0x7f050274 +int color secondary_text_default_material_dark 0x7f050275 +int color secondary_text_default_material_light 0x7f050276 +int color secondary_text_disabled_material_dark 0x7f050277 +int color secondary_text_disabled_material_light 0x7f050278 +int color switch_thumb_disabled_material_dark 0x7f050279 +int color switch_thumb_disabled_material_light 0x7f05027a +int color switch_thumb_material_dark 0x7f05027b +int color switch_thumb_material_light 0x7f05027c +int color switch_thumb_normal_material_dark 0x7f05027d +int color switch_thumb_normal_material_light 0x7f05027e +int color teal_200 0x7f05027f +int color teal_700 0x7f050280 +int color tooltip_background_dark 0x7f050281 +int color tooltip_background_light 0x7f050282 +int color white 0x7f050283 +int dimen abc_action_bar_content_inset_material 0x7f060000 +int dimen abc_action_bar_content_inset_with_nav 0x7f060001 +int dimen abc_action_bar_default_height_material 0x7f060002 +int dimen abc_action_bar_default_padding_end_material 0x7f060003 +int dimen abc_action_bar_default_padding_start_material 0x7f060004 +int dimen abc_action_bar_elevation_material 0x7f060005 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006 +int dimen abc_action_bar_overflow_padding_end_material 0x7f060007 +int dimen abc_action_bar_overflow_padding_start_material 0x7f060008 +int dimen abc_action_bar_stacked_max_height 0x7f060009 +int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b +int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c +int dimen abc_action_button_min_height_material 0x7f06000d +int dimen abc_action_button_min_width_material 0x7f06000e +int dimen abc_action_button_min_width_overflow_material 0x7f06000f +int dimen abc_alert_dialog_button_bar_height 0x7f060010 +int dimen abc_alert_dialog_button_dimen 0x7f060011 +int dimen abc_button_inset_horizontal_material 0x7f060012 +int dimen abc_button_inset_vertical_material 0x7f060013 +int dimen abc_button_padding_horizontal_material 0x7f060014 +int dimen abc_button_padding_vertical_material 0x7f060015 +int dimen abc_cascading_menus_min_smallest_width 0x7f060016 +int dimen abc_config_prefDialogWidth 0x7f060017 +int dimen abc_control_corner_material 0x7f060018 +int dimen abc_control_inset_material 0x7f060019 +int dimen abc_control_padding_material 0x7f06001a +int dimen abc_dialog_corner_radius_material 0x7f06001b +int dimen abc_dialog_fixed_height_major 0x7f06001c +int dimen abc_dialog_fixed_height_minor 0x7f06001d +int dimen abc_dialog_fixed_width_major 0x7f06001e +int dimen abc_dialog_fixed_width_minor 0x7f06001f +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020 +int dimen abc_dialog_list_padding_top_no_title 0x7f060021 +int dimen abc_dialog_min_width_major 0x7f060022 +int dimen abc_dialog_min_width_minor 0x7f060023 +int dimen abc_dialog_padding_material 0x7f060024 +int dimen abc_dialog_padding_top_material 0x7f060025 +int dimen abc_dialog_title_divider_material 0x7f060026 +int dimen abc_disabled_alpha_material_dark 0x7f060027 +int dimen abc_disabled_alpha_material_light 0x7f060028 +int dimen abc_dropdownitem_icon_width 0x7f060029 +int dimen abc_dropdownitem_text_padding_left 0x7f06002a +int dimen abc_dropdownitem_text_padding_right 0x7f06002b +int dimen abc_edit_text_inset_bottom_material 0x7f06002c +int dimen abc_edit_text_inset_horizontal_material 0x7f06002d +int dimen abc_edit_text_inset_top_material 0x7f06002e +int dimen abc_floating_window_z 0x7f06002f +int dimen abc_list_item_height_large_material 0x7f060030 +int dimen abc_list_item_height_material 0x7f060031 +int dimen abc_list_item_height_small_material 0x7f060032 +int dimen abc_list_item_padding_horizontal_material 0x7f060033 +int dimen abc_panel_menu_list_width 0x7f060034 +int dimen abc_progress_bar_height_material 0x7f060035 +int dimen abc_search_view_preferred_height 0x7f060036 +int dimen abc_search_view_preferred_width 0x7f060037 +int dimen abc_seekbar_track_background_height_material 0x7f060038 +int dimen abc_seekbar_track_progress_height_material 0x7f060039 +int dimen abc_select_dialog_padding_start_material 0x7f06003a +int dimen abc_star_big 0x7f06003b +int dimen abc_star_medium 0x7f06003c +int dimen abc_star_small 0x7f06003d +int dimen abc_switch_padding 0x7f06003e +int dimen abc_text_size_body_1_material 0x7f06003f +int dimen abc_text_size_body_2_material 0x7f060040 +int dimen abc_text_size_button_material 0x7f060041 +int dimen abc_text_size_caption_material 0x7f060042 +int dimen abc_text_size_display_1_material 0x7f060043 +int dimen abc_text_size_display_2_material 0x7f060044 +int dimen abc_text_size_display_3_material 0x7f060045 +int dimen abc_text_size_display_4_material 0x7f060046 +int dimen abc_text_size_headline_material 0x7f060047 +int dimen abc_text_size_large_material 0x7f060048 +int dimen abc_text_size_medium_material 0x7f060049 +int dimen abc_text_size_menu_header_material 0x7f06004a +int dimen abc_text_size_menu_material 0x7f06004b +int dimen abc_text_size_small_material 0x7f06004c +int dimen abc_text_size_subhead_material 0x7f06004d +int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e +int dimen abc_text_size_title_material 0x7f06004f +int dimen abc_text_size_title_material_toolbar 0x7f060050 +int dimen appcompat_dialog_background_inset 0x7f060051 +int dimen cardview_compat_inset_shadow 0x7f060052 +int dimen cardview_default_elevation 0x7f060053 +int dimen cardview_default_radius 0x7f060054 +int dimen clock_face_margin_start 0x7f060055 +int dimen compat_button_inset_horizontal_material 0x7f060056 +int dimen compat_button_inset_vertical_material 0x7f060057 +int dimen compat_button_padding_horizontal_material 0x7f060058 +int dimen compat_button_padding_vertical_material 0x7f060059 +int dimen compat_control_corner_material 0x7f06005a +int dimen compat_notification_large_icon_max_height 0x7f06005b +int dimen compat_notification_large_icon_max_width 0x7f06005c +int dimen def_drawer_elevation 0x7f06005d +int dimen design_appbar_elevation 0x7f06005e +int dimen design_bottom_navigation_active_item_max_width 0x7f06005f +int dimen design_bottom_navigation_active_item_min_width 0x7f060060 +int dimen design_bottom_navigation_active_text_size 0x7f060061 +int dimen design_bottom_navigation_elevation 0x7f060062 +int dimen design_bottom_navigation_height 0x7f060063 +int dimen design_bottom_navigation_icon_size 0x7f060064 +int dimen design_bottom_navigation_item_max_width 0x7f060065 +int dimen design_bottom_navigation_item_min_width 0x7f060066 +int dimen design_bottom_navigation_label_padding 0x7f060067 +int dimen design_bottom_navigation_margin 0x7f060068 +int dimen design_bottom_navigation_shadow_height 0x7f060069 +int dimen design_bottom_navigation_text_size 0x7f06006a +int dimen design_bottom_sheet_elevation 0x7f06006b +int dimen design_bottom_sheet_modal_elevation 0x7f06006c +int dimen design_bottom_sheet_peek_height_min 0x7f06006d +int dimen design_fab_border_width 0x7f06006e +int dimen design_fab_elevation 0x7f06006f +int dimen design_fab_image_size 0x7f060070 +int dimen design_fab_size_mini 0x7f060071 +int dimen design_fab_size_normal 0x7f060072 +int dimen design_fab_translation_z_hovered_focused 0x7f060073 +int dimen design_fab_translation_z_pressed 0x7f060074 +int dimen design_navigation_elevation 0x7f060075 +int dimen design_navigation_icon_padding 0x7f060076 +int dimen design_navigation_icon_size 0x7f060077 +int dimen design_navigation_item_horizontal_padding 0x7f060078 +int dimen design_navigation_item_icon_padding 0x7f060079 +int dimen design_navigation_item_vertical_padding 0x7f06007a +int dimen design_navigation_max_width 0x7f06007b +int dimen design_navigation_padding_bottom 0x7f06007c +int dimen design_navigation_separator_vertical_padding 0x7f06007d +int dimen design_snackbar_action_inline_max_width 0x7f06007e +int dimen design_snackbar_action_text_color_alpha 0x7f06007f +int dimen design_snackbar_background_corner_radius 0x7f060080 +int dimen design_snackbar_elevation 0x7f060081 +int dimen design_snackbar_extra_spacing_horizontal 0x7f060082 +int dimen design_snackbar_max_width 0x7f060083 +int dimen design_snackbar_min_width 0x7f060084 +int dimen design_snackbar_padding_horizontal 0x7f060085 +int dimen design_snackbar_padding_vertical 0x7f060086 +int dimen design_snackbar_padding_vertical_2lines 0x7f060087 +int dimen design_snackbar_text_size 0x7f060088 +int dimen design_tab_max_width 0x7f060089 +int dimen design_tab_scrollable_min_width 0x7f06008a +int dimen design_tab_text_size 0x7f06008b +int dimen design_tab_text_size_2line 0x7f06008c +int dimen design_textinput_caption_translate_y 0x7f06008d +int dimen disabled_alpha_material_dark 0x7f06008e +int dimen disabled_alpha_material_light 0x7f06008f +int dimen fastscroll_default_thickness 0x7f060090 +int dimen fastscroll_margin 0x7f060091 +int dimen fastscroll_minimum_range 0x7f060092 +int dimen highlight_alpha_material_colored 0x7f060093 +int dimen highlight_alpha_material_dark 0x7f060094 +int dimen highlight_alpha_material_light 0x7f060095 +int dimen hint_alpha_material_dark 0x7f060096 +int dimen hint_alpha_material_light 0x7f060097 +int dimen hint_pressed_alpha_material_dark 0x7f060098 +int dimen hint_pressed_alpha_material_light 0x7f060099 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f06009a +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f06009b +int dimen item_touch_helper_swipe_escape_velocity 0x7f06009c +int dimen m3_alert_dialog_action_bottom_padding 0x7f06009d +int dimen m3_alert_dialog_action_top_padding 0x7f06009e +int dimen m3_alert_dialog_corner_size 0x7f06009f +int dimen m3_alert_dialog_elevation 0x7f0600a0 +int dimen m3_alert_dialog_icon_margin 0x7f0600a1 +int dimen m3_alert_dialog_icon_size 0x7f0600a2 +int dimen m3_alert_dialog_title_bottom_margin 0x7f0600a3 +int dimen m3_appbar_expanded_title_margin_bottom 0x7f0600a4 +int dimen m3_appbar_expanded_title_margin_horizontal 0x7f0600a5 +int dimen m3_appbar_scrim_height_trigger 0x7f0600a6 +int dimen m3_appbar_scrim_height_trigger_large 0x7f0600a7 +int dimen m3_appbar_scrim_height_trigger_medium 0x7f0600a8 +int dimen m3_appbar_size_compact 0x7f0600a9 +int dimen m3_appbar_size_large 0x7f0600aa +int dimen m3_appbar_size_medium 0x7f0600ab +int dimen m3_badge_horizontal_offset 0x7f0600ac +int dimen m3_badge_radius 0x7f0600ad +int dimen m3_badge_vertical_offset 0x7f0600ae +int dimen m3_badge_with_text_horizontal_offset 0x7f0600af +int dimen m3_badge_with_text_radius 0x7f0600b0 +int dimen m3_badge_with_text_vertical_offset 0x7f0600b1 +int dimen m3_bottom_nav_item_active_indicator_height 0x7f0600b2 +int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x7f0600b3 +int dimen m3_bottom_nav_item_active_indicator_width 0x7f0600b4 +int dimen m3_bottom_nav_item_padding_bottom 0x7f0600b5 +int dimen m3_bottom_nav_item_padding_top 0x7f0600b6 +int dimen m3_bottom_nav_min_height 0x7f0600b7 +int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x7f0600b8 +int dimen m3_bottom_sheet_elevation 0x7f0600b9 +int dimen m3_bottom_sheet_modal_elevation 0x7f0600ba +int dimen m3_bottomappbar_fab_cradle_margin 0x7f0600bb +int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0600bc +int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x7f0600bd +int dimen m3_bottomappbar_fab_end_margin 0x7f0600be +int dimen m3_bottomappbar_height 0x7f0600bf +int dimen m3_bottomappbar_horizontal_padding 0x7f0600c0 +int dimen m3_btn_dialog_btn_min_width 0x7f0600c1 +int dimen m3_btn_dialog_btn_spacing 0x7f0600c2 +int dimen m3_btn_disabled_elevation 0x7f0600c3 +int dimen m3_btn_disabled_translation_z 0x7f0600c4 +int dimen m3_btn_elevated_btn_elevation 0x7f0600c5 +int dimen m3_btn_elevation 0x7f0600c6 +int dimen m3_btn_icon_btn_padding_left 0x7f0600c7 +int dimen m3_btn_icon_btn_padding_right 0x7f0600c8 +int dimen m3_btn_icon_only_default_padding 0x7f0600c9 +int dimen m3_btn_icon_only_default_size 0x7f0600ca +int dimen m3_btn_icon_only_icon_padding 0x7f0600cb +int dimen m3_btn_icon_only_min_width 0x7f0600cc +int dimen m3_btn_inset 0x7f0600cd +int dimen m3_btn_max_width 0x7f0600ce +int dimen m3_btn_padding_bottom 0x7f0600cf +int dimen m3_btn_padding_left 0x7f0600d0 +int dimen m3_btn_padding_right 0x7f0600d1 +int dimen m3_btn_padding_top 0x7f0600d2 +int dimen m3_btn_stroke_size 0x7f0600d3 +int dimen m3_btn_text_btn_icon_padding_left 0x7f0600d4 +int dimen m3_btn_text_btn_icon_padding_right 0x7f0600d5 +int dimen m3_btn_text_btn_padding_left 0x7f0600d6 +int dimen m3_btn_text_btn_padding_right 0x7f0600d7 +int dimen m3_btn_translation_z_base 0x7f0600d8 +int dimen m3_btn_translation_z_hovered 0x7f0600d9 +int dimen m3_card_dragged_z 0x7f0600da +int dimen m3_card_elevated_dragged_z 0x7f0600db +int dimen m3_card_elevated_elevation 0x7f0600dc +int dimen m3_card_elevated_hovered_z 0x7f0600dd +int dimen m3_card_elevation 0x7f0600de +int dimen m3_card_hovered_z 0x7f0600df +int dimen m3_card_stroke_width 0x7f0600e0 +int dimen m3_chip_checked_hovered_translation_z 0x7f0600e1 +int dimen m3_chip_corner_size 0x7f0600e2 +int dimen m3_chip_disabled_translation_z 0x7f0600e3 +int dimen m3_chip_dragged_translation_z 0x7f0600e4 +int dimen m3_chip_elevated_elevation 0x7f0600e5 +int dimen m3_chip_hovered_translation_z 0x7f0600e6 +int dimen m3_chip_icon_size 0x7f0600e7 +int dimen m3_comp_assist_chip_container_height 0x7f0600e8 +int dimen m3_comp_assist_chip_elevated_container_elevation 0x7f0600e9 +int dimen m3_comp_assist_chip_flat_container_elevation 0x7f0600ea +int dimen m3_comp_assist_chip_flat_outline_width 0x7f0600eb +int dimen m3_comp_assist_chip_with_icon_icon_size 0x7f0600ec +int dimen m3_comp_bottom_app_bar_container_elevation 0x7f0600ed +int dimen m3_comp_bottom_app_bar_container_height 0x7f0600ee +int dimen m3_comp_checkbox_selected_disabled_container_opacity 0x7f0600ef +int dimen m3_comp_circular_progress_indicator_active_indicator_width 0x7f0600f0 +int dimen m3_comp_divider_thickness 0x7f0600f1 +int dimen m3_comp_elevated_button_container_elevation 0x7f0600f2 +int dimen m3_comp_elevated_button_disabled_container_elevation 0x7f0600f3 +int dimen m3_comp_extended_fab_primary_container_elevation 0x7f0600f4 +int dimen m3_comp_extended_fab_primary_container_height 0x7f0600f5 +int dimen m3_comp_extended_fab_primary_focus_container_elevation 0x7f0600f6 +int dimen m3_comp_extended_fab_primary_focus_state_layer_opacity 0x7f0600f7 +int dimen m3_comp_extended_fab_primary_hover_container_elevation 0x7f0600f8 +int dimen m3_comp_extended_fab_primary_hover_state_layer_opacity 0x7f0600f9 +int dimen m3_comp_extended_fab_primary_icon_size 0x7f0600fa +int dimen m3_comp_extended_fab_primary_pressed_container_elevation 0x7f0600fb +int dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity 0x7f0600fc +int dimen m3_comp_fab_primary_container_elevation 0x7f0600fd +int dimen m3_comp_fab_primary_container_height 0x7f0600fe +int dimen m3_comp_fab_primary_focus_state_layer_opacity 0x7f0600ff +int dimen m3_comp_fab_primary_hover_container_elevation 0x7f060100 +int dimen m3_comp_fab_primary_hover_state_layer_opacity 0x7f060101 +int dimen m3_comp_fab_primary_icon_size 0x7f060102 +int dimen m3_comp_fab_primary_large_container_height 0x7f060103 +int dimen m3_comp_fab_primary_large_icon_size 0x7f060104 +int dimen m3_comp_fab_primary_pressed_container_elevation 0x7f060105 +int dimen m3_comp_fab_primary_pressed_state_layer_opacity 0x7f060106 +int dimen m3_comp_fab_primary_small_container_height 0x7f060107 +int dimen m3_comp_fab_primary_small_icon_size 0x7f060108 +int dimen m3_comp_filled_autocomplete_menu_container_elevation 0x7f060109 +int dimen m3_comp_filled_button_container_elevation 0x7f06010a +int dimen m3_comp_filled_button_with_icon_icon_size 0x7f06010b +int dimen m3_comp_filled_text_field_disabled_active_indicator_opacity 0x7f06010c +int dimen m3_comp_filter_chip_container_height 0x7f06010d +int dimen m3_comp_filter_chip_elevated_container_elevation 0x7f06010e +int dimen m3_comp_filter_chip_flat_container_elevation 0x7f06010f +int dimen m3_comp_filter_chip_flat_unselected_outline_width 0x7f060110 +int dimen m3_comp_filter_chip_with_icon_icon_size 0x7f060111 +int dimen m3_comp_input_chip_container_elevation 0x7f060112 +int dimen m3_comp_input_chip_container_height 0x7f060113 +int dimen m3_comp_input_chip_unselected_outline_width 0x7f060114 +int dimen m3_comp_input_chip_with_avatar_avatar_size 0x7f060115 +int dimen m3_comp_input_chip_with_leading_icon_leading_icon_size 0x7f060116 +int dimen m3_comp_linear_progress_indicator_active_indicator_height 0x7f060117 +int dimen m3_comp_navigation_rail_active_indicator_height 0x7f060118 +int dimen m3_comp_navigation_rail_active_indicator_width 0x7f060119 +int dimen m3_comp_navigation_rail_container_elevation 0x7f06011a +int dimen m3_comp_navigation_rail_container_width 0x7f06011b +int dimen m3_comp_navigation_rail_icon_size 0x7f06011c +int dimen m3_comp_outlined_autocomplete_menu_container_elevation 0x7f06011d +int dimen m3_comp_outlined_button_disabled_outline_opacity 0x7f06011e +int dimen m3_comp_outlined_button_outline_width 0x7f06011f +int dimen m3_comp_outlined_text_field_disabled_input_text_opacity 0x7f060120 +int dimen m3_comp_outlined_text_field_disabled_label_text_opacity 0x7f060121 +int dimen m3_comp_outlined_text_field_disabled_supporting_text_opacity 0x7f060122 +int dimen m3_comp_outlined_text_field_focus_outline_width 0x7f060123 +int dimen m3_comp_outlined_text_field_outline_width 0x7f060124 +int dimen m3_comp_primary_navigation_tab_active_focus_state_layer_opacity 0x7f060125 +int dimen m3_comp_primary_navigation_tab_active_hover_state_layer_opacity 0x7f060126 +int dimen m3_comp_primary_navigation_tab_active_indicator_height 0x7f060127 +int dimen m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity 0x7f060128 +int dimen m3_comp_primary_navigation_tab_divider_height 0x7f060129 +int dimen m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity 0x7f06012a +int dimen m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity 0x7f06012b +int dimen m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity 0x7f06012c +int dimen m3_comp_primary_navigation_tab_with_icon_icon_size 0x7f06012d +int dimen m3_comp_search_bar_avatar_size 0x7f06012e +int dimen m3_comp_search_bar_container_elevation 0x7f06012f +int dimen m3_comp_search_bar_container_height 0x7f060130 +int dimen m3_comp_search_bar_hover_state_layer_opacity 0x7f060131 +int dimen m3_comp_search_bar_pressed_state_layer_opacity 0x7f060132 +int dimen m3_comp_search_view_container_elevation 0x7f060133 +int dimen m3_comp_search_view_docked_header_container_height 0x7f060134 +int dimen m3_comp_search_view_full_screen_header_container_height 0x7f060135 +int dimen m3_comp_secondary_navigation_tab_active_indicator_height 0x7f060136 +int dimen m3_comp_secondary_navigation_tab_focus_state_layer_opacity 0x7f060137 +int dimen m3_comp_secondary_navigation_tab_hover_state_layer_opacity 0x7f060138 +int dimen m3_comp_secondary_navigation_tab_pressed_state_layer_opacity 0x7f060139 +int dimen m3_comp_sheet_bottom_docked_modal_container_elevation 0x7f06013a +int dimen m3_comp_sheet_bottom_docked_standard_container_elevation 0x7f06013b +int dimen m3_comp_slider_disabled_active_track_opacity 0x7f06013c +int dimen m3_comp_slider_disabled_handle_opacity 0x7f06013d +int dimen m3_comp_slider_disabled_inactive_track_opacity 0x7f06013e +int dimen m3_comp_slider_inactive_track_height 0x7f06013f +int dimen m3_comp_suggestion_chip_container_height 0x7f060140 +int dimen m3_comp_suggestion_chip_elevated_container_elevation 0x7f060141 +int dimen m3_comp_suggestion_chip_flat_container_elevation 0x7f060142 +int dimen m3_comp_suggestion_chip_flat_outline_width 0x7f060143 +int dimen m3_comp_suggestion_chip_with_leading_icon_leading_icon_size 0x7f060144 +int dimen m3_comp_switch_disabled_selected_handle_opacity 0x7f060145 +int dimen m3_comp_switch_disabled_selected_icon_opacity 0x7f060146 +int dimen m3_comp_switch_disabled_track_opacity 0x7f060147 +int dimen m3_comp_switch_disabled_unselected_handle_opacity 0x7f060148 +int dimen m3_comp_switch_disabled_unselected_icon_opacity 0x7f060149 +int dimen m3_comp_switch_selected_focus_state_layer_opacity 0x7f06014a +int dimen m3_comp_switch_selected_hover_state_layer_opacity 0x7f06014b +int dimen m3_comp_switch_selected_pressed_state_layer_opacity 0x7f06014c +int dimen m3_comp_switch_track_height 0x7f06014d +int dimen m3_comp_switch_track_width 0x7f06014e +int dimen m3_comp_switch_unselected_focus_state_layer_opacity 0x7f06014f +int dimen m3_comp_switch_unselected_hover_state_layer_opacity 0x7f060150 +int dimen m3_comp_switch_unselected_pressed_state_layer_opacity 0x7f060151 +int dimen m3_comp_text_button_focus_state_layer_opacity 0x7f060152 +int dimen m3_comp_text_button_hover_state_layer_opacity 0x7f060153 +int dimen m3_comp_text_button_pressed_state_layer_opacity 0x7f060154 +int dimen m3_datepicker_elevation 0x7f060155 +int dimen m3_divider_heavy_thickness 0x7f060156 +int dimen m3_extended_fab_bottom_padding 0x7f060157 +int dimen m3_extended_fab_end_padding 0x7f060158 +int dimen m3_extended_fab_icon_padding 0x7f060159 +int dimen m3_extended_fab_min_height 0x7f06015a +int dimen m3_extended_fab_start_padding 0x7f06015b +int dimen m3_extended_fab_top_padding 0x7f06015c +int dimen m3_fab_border_width 0x7f06015d +int dimen m3_fab_corner_size 0x7f06015e +int dimen m3_fab_translation_z_hovered_focused 0x7f06015f +int dimen m3_fab_translation_z_pressed 0x7f060160 +int dimen m3_large_fab_max_image_size 0x7f060161 +int dimen m3_large_fab_size 0x7f060162 +int dimen m3_menu_elevation 0x7f060163 +int dimen m3_navigation_drawer_layout_corner_size 0x7f060164 +int dimen m3_navigation_item_horizontal_padding 0x7f060165 +int dimen m3_navigation_item_icon_padding 0x7f060166 +int dimen m3_navigation_item_shape_inset_bottom 0x7f060167 +int dimen m3_navigation_item_shape_inset_end 0x7f060168 +int dimen m3_navigation_item_shape_inset_start 0x7f060169 +int dimen m3_navigation_item_shape_inset_top 0x7f06016a +int dimen m3_navigation_item_vertical_padding 0x7f06016b +int dimen m3_navigation_menu_divider_horizontal_padding 0x7f06016c +int dimen m3_navigation_menu_headline_horizontal_padding 0x7f06016d +int dimen m3_navigation_rail_default_width 0x7f06016e +int dimen m3_navigation_rail_elevation 0x7f06016f +int dimen m3_navigation_rail_icon_size 0x7f060170 +int dimen m3_navigation_rail_item_active_indicator_height 0x7f060171 +int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x7f060172 +int dimen m3_navigation_rail_item_active_indicator_width 0x7f060173 +int dimen m3_navigation_rail_item_min_height 0x7f060174 +int dimen m3_navigation_rail_item_padding_bottom 0x7f060175 +int dimen m3_navigation_rail_item_padding_top 0x7f060176 +int dimen m3_ripple_default_alpha 0x7f060177 +int dimen m3_ripple_focused_alpha 0x7f060178 +int dimen m3_ripple_hovered_alpha 0x7f060179 +int dimen m3_ripple_pressed_alpha 0x7f06017a +int dimen m3_ripple_selectable_pressed_alpha 0x7f06017b +int dimen m3_searchbar_elevation 0x7f06017c +int dimen m3_searchbar_height 0x7f06017d +int dimen m3_searchbar_margin_horizontal 0x7f06017e +int dimen m3_searchbar_margin_vertical 0x7f06017f +int dimen m3_searchbar_outlined_stroke_width 0x7f060180 +int dimen m3_searchbar_padding_start 0x7f060181 +int dimen m3_searchbar_text_margin_start_no_navigation_icon 0x7f060182 +int dimen m3_searchbar_text_size 0x7f060183 +int dimen m3_searchview_divider_size 0x7f060184 +int dimen m3_searchview_elevation 0x7f060185 +int dimen m3_searchview_height 0x7f060186 +int dimen m3_side_sheet_modal_elevation 0x7f060187 +int dimen m3_side_sheet_standard_elevation 0x7f060188 +int dimen m3_side_sheet_width 0x7f060189 +int dimen m3_simple_item_color_hovered_alpha 0x7f06018a +int dimen m3_simple_item_color_selected_alpha 0x7f06018b +int dimen m3_slider_inactive_track_height 0x7f06018c +int dimen m3_slider_thumb_elevation 0x7f06018d +int dimen m3_small_fab_max_image_size 0x7f06018e +int dimen m3_small_fab_size 0x7f06018f +int dimen m3_snackbar_action_text_color_alpha 0x7f060190 +int dimen m3_snackbar_margin 0x7f060191 +int dimen m3_sys_elevation_level0 0x7f060192 +int dimen m3_sys_elevation_level1 0x7f060193 +int dimen m3_sys_elevation_level2 0x7f060194 +int dimen m3_sys_elevation_level3 0x7f060195 +int dimen m3_sys_elevation_level4 0x7f060196 +int dimen m3_sys_elevation_level5 0x7f060197 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x7f060198 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x7f060199 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x7f06019a +int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x7f06019b +int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x7f06019c +int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x7f06019d +int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x7f06019e +int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x7f06019f +int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x7f0601a0 +int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x7f0601a1 +int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x7f0601a2 +int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x7f0601a3 +int dimen m3_sys_motion_easing_legacy_control_x1 0x7f0601a4 +int dimen m3_sys_motion_easing_legacy_control_x2 0x7f0601a5 +int dimen m3_sys_motion_easing_legacy_control_y1 0x7f0601a6 +int dimen m3_sys_motion_easing_legacy_control_y2 0x7f0601a7 +int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x7f0601a8 +int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x7f0601a9 +int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x7f0601aa +int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x7f0601ab +int dimen m3_sys_motion_easing_linear_control_x1 0x7f0601ac +int dimen m3_sys_motion_easing_linear_control_x2 0x7f0601ad +int dimen m3_sys_motion_easing_linear_control_y1 0x7f0601ae +int dimen m3_sys_motion_easing_linear_control_y2 0x7f0601af +int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x7f0601b0 +int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x7f0601b1 +int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x7f0601b2 +int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x7f0601b3 +int dimen m3_sys_motion_easing_standard_control_x1 0x7f0601b4 +int dimen m3_sys_motion_easing_standard_control_x2 0x7f0601b5 +int dimen m3_sys_motion_easing_standard_control_y1 0x7f0601b6 +int dimen m3_sys_motion_easing_standard_control_y2 0x7f0601b7 +int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x7f0601b8 +int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x7f0601b9 +int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x7f0601ba +int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x7f0601bb +int dimen m3_sys_state_dragged_state_layer_opacity 0x7f0601bc +int dimen m3_sys_state_focus_state_layer_opacity 0x7f0601bd +int dimen m3_sys_state_hover_state_layer_opacity 0x7f0601be +int dimen m3_sys_state_pressed_state_layer_opacity 0x7f0601bf +int dimen m3_timepicker_display_stroke_width 0x7f0601c0 +int dimen m3_timepicker_window_elevation 0x7f0601c1 +int dimen m3_toolbar_text_size_title 0x7f0601c2 +int dimen material_bottom_sheet_max_width 0x7f0601c3 +int dimen material_clock_display_height 0x7f0601c4 +int dimen material_clock_display_padding 0x7f0601c5 +int dimen material_clock_display_width 0x7f0601c6 +int dimen material_clock_face_margin_top 0x7f0601c7 +int dimen material_clock_hand_center_dot_radius 0x7f0601c8 +int dimen material_clock_hand_padding 0x7f0601c9 +int dimen material_clock_hand_stroke_width 0x7f0601ca +int dimen material_clock_number_text_size 0x7f0601cb +int dimen material_clock_period_toggle_height 0x7f0601cc +int dimen material_clock_period_toggle_horizontal_gap 0x7f0601cd +int dimen material_clock_period_toggle_vertical_gap 0x7f0601ce +int dimen material_clock_period_toggle_width 0x7f0601cf +int dimen material_clock_size 0x7f0601d0 +int dimen material_cursor_inset 0x7f0601d1 +int dimen material_cursor_width 0x7f0601d2 +int dimen material_divider_thickness 0x7f0601d3 +int dimen material_emphasis_disabled 0x7f0601d4 +int dimen material_emphasis_disabled_background 0x7f0601d5 +int dimen material_emphasis_high_type 0x7f0601d6 +int dimen material_emphasis_medium 0x7f0601d7 +int dimen material_filled_edittext_font_1_3_padding_bottom 0x7f0601d8 +int dimen material_filled_edittext_font_1_3_padding_top 0x7f0601d9 +int dimen material_filled_edittext_font_2_0_padding_bottom 0x7f0601da +int dimen material_filled_edittext_font_2_0_padding_top 0x7f0601db +int dimen material_font_1_3_box_collapsed_padding_top 0x7f0601dc +int dimen material_font_2_0_box_collapsed_padding_top 0x7f0601dd +int dimen material_helper_text_default_padding_top 0x7f0601de +int dimen material_helper_text_font_1_3_padding_horizontal 0x7f0601df +int dimen material_helper_text_font_1_3_padding_top 0x7f0601e0 +int dimen material_input_text_to_prefix_suffix_padding 0x7f0601e1 +int dimen material_textinput_default_width 0x7f0601e2 +int dimen material_textinput_max_width 0x7f0601e3 +int dimen material_textinput_min_width 0x7f0601e4 +int dimen material_time_picker_minimum_screen_height 0x7f0601e5 +int dimen material_time_picker_minimum_screen_width 0x7f0601e6 +int dimen material_timepicker_dialog_buttons_margin_top 0x7f0601e7 +int dimen mtrl_alert_dialog_background_inset_bottom 0x7f0601e8 +int dimen mtrl_alert_dialog_background_inset_end 0x7f0601e9 +int dimen mtrl_alert_dialog_background_inset_start 0x7f0601ea +int dimen mtrl_alert_dialog_background_inset_top 0x7f0601eb +int dimen mtrl_alert_dialog_picker_background_inset 0x7f0601ec +int dimen mtrl_badge_horizontal_edge_offset 0x7f0601ed +int dimen mtrl_badge_long_text_horizontal_padding 0x7f0601ee +int dimen mtrl_badge_radius 0x7f0601ef +int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0601f0 +int dimen mtrl_badge_text_size 0x7f0601f1 +int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x7f0601f2 +int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x7f0601f3 +int dimen mtrl_badge_with_text_radius 0x7f0601f4 +int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0601f5 +int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0601f6 +int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0601f7 +int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0601f8 +int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0601f9 +int dimen mtrl_bottomappbar_height 0x7f0601fa +int dimen mtrl_btn_corner_radius 0x7f0601fb +int dimen mtrl_btn_dialog_btn_min_width 0x7f0601fc +int dimen mtrl_btn_disabled_elevation 0x7f0601fd +int dimen mtrl_btn_disabled_z 0x7f0601fe +int dimen mtrl_btn_elevation 0x7f0601ff +int dimen mtrl_btn_focused_z 0x7f060200 +int dimen mtrl_btn_hovered_z 0x7f060201 +int dimen mtrl_btn_icon_btn_padding_left 0x7f060202 +int dimen mtrl_btn_icon_padding 0x7f060203 +int dimen mtrl_btn_inset 0x7f060204 +int dimen mtrl_btn_letter_spacing 0x7f060205 +int dimen mtrl_btn_max_width 0x7f060206 +int dimen mtrl_btn_padding_bottom 0x7f060207 +int dimen mtrl_btn_padding_left 0x7f060208 +int dimen mtrl_btn_padding_right 0x7f060209 +int dimen mtrl_btn_padding_top 0x7f06020a +int dimen mtrl_btn_pressed_z 0x7f06020b +int dimen mtrl_btn_snackbar_margin_horizontal 0x7f06020c +int dimen mtrl_btn_stroke_size 0x7f06020d +int dimen mtrl_btn_text_btn_icon_padding 0x7f06020e +int dimen mtrl_btn_text_btn_padding_left 0x7f06020f +int dimen mtrl_btn_text_btn_padding_right 0x7f060210 +int dimen mtrl_btn_text_size 0x7f060211 +int dimen mtrl_btn_z 0x7f060212 +int dimen mtrl_calendar_action_confirm_button_min_width 0x7f060213 +int dimen mtrl_calendar_action_height 0x7f060214 +int dimen mtrl_calendar_action_padding 0x7f060215 +int dimen mtrl_calendar_bottom_padding 0x7f060216 +int dimen mtrl_calendar_content_padding 0x7f060217 +int dimen mtrl_calendar_day_corner 0x7f060218 +int dimen mtrl_calendar_day_height 0x7f060219 +int dimen mtrl_calendar_day_horizontal_padding 0x7f06021a +int dimen mtrl_calendar_day_today_stroke 0x7f06021b +int dimen mtrl_calendar_day_vertical_padding 0x7f06021c +int dimen mtrl_calendar_day_width 0x7f06021d +int dimen mtrl_calendar_days_of_week_height 0x7f06021e +int dimen mtrl_calendar_dialog_background_inset 0x7f06021f +int dimen mtrl_calendar_header_content_padding 0x7f060220 +int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f060221 +int dimen mtrl_calendar_header_divider_thickness 0x7f060222 +int dimen mtrl_calendar_header_height 0x7f060223 +int dimen mtrl_calendar_header_height_fullscreen 0x7f060224 +int dimen mtrl_calendar_header_selection_line_height 0x7f060225 +int dimen mtrl_calendar_header_text_padding 0x7f060226 +int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f060227 +int dimen mtrl_calendar_header_toggle_margin_top 0x7f060228 +int dimen mtrl_calendar_landscape_header_width 0x7f060229 +int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f06022a +int dimen mtrl_calendar_month_horizontal_padding 0x7f06022b +int dimen mtrl_calendar_month_vertical_padding 0x7f06022c +int dimen mtrl_calendar_navigation_bottom_padding 0x7f06022d +int dimen mtrl_calendar_navigation_height 0x7f06022e +int dimen mtrl_calendar_navigation_top_padding 0x7f06022f +int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f060230 +int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f060231 +int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f060232 +int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f060233 +int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f060234 +int dimen mtrl_calendar_text_input_padding_top 0x7f060235 +int dimen mtrl_calendar_title_baseline_to_top 0x7f060236 +int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f060237 +int dimen mtrl_calendar_year_corner 0x7f060238 +int dimen mtrl_calendar_year_height 0x7f060239 +int dimen mtrl_calendar_year_horizontal_padding 0x7f06023a +int dimen mtrl_calendar_year_vertical_padding 0x7f06023b +int dimen mtrl_calendar_year_width 0x7f06023c +int dimen mtrl_card_checked_icon_margin 0x7f06023d +int dimen mtrl_card_checked_icon_size 0x7f06023e +int dimen mtrl_card_corner_radius 0x7f06023f +int dimen mtrl_card_dragged_z 0x7f060240 +int dimen mtrl_card_elevation 0x7f060241 +int dimen mtrl_card_spacing 0x7f060242 +int dimen mtrl_chip_pressed_translation_z 0x7f060243 +int dimen mtrl_chip_text_size 0x7f060244 +int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f060245 +int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f060246 +int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f060247 +int dimen mtrl_extended_fab_bottom_padding 0x7f060248 +int dimen mtrl_extended_fab_disabled_elevation 0x7f060249 +int dimen mtrl_extended_fab_disabled_translation_z 0x7f06024a +int dimen mtrl_extended_fab_elevation 0x7f06024b +int dimen mtrl_extended_fab_end_padding 0x7f06024c +int dimen mtrl_extended_fab_end_padding_icon 0x7f06024d +int dimen mtrl_extended_fab_icon_size 0x7f06024e +int dimen mtrl_extended_fab_icon_text_spacing 0x7f06024f +int dimen mtrl_extended_fab_min_height 0x7f060250 +int dimen mtrl_extended_fab_min_width 0x7f060251 +int dimen mtrl_extended_fab_start_padding 0x7f060252 +int dimen mtrl_extended_fab_start_padding_icon 0x7f060253 +int dimen mtrl_extended_fab_top_padding 0x7f060254 +int dimen mtrl_extended_fab_translation_z_base 0x7f060255 +int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f060256 +int dimen mtrl_extended_fab_translation_z_pressed 0x7f060257 +int dimen mtrl_fab_elevation 0x7f060258 +int dimen mtrl_fab_min_touch_target 0x7f060259 +int dimen mtrl_fab_translation_z_hovered_focused 0x7f06025a +int dimen mtrl_fab_translation_z_pressed 0x7f06025b +int dimen mtrl_high_ripple_default_alpha 0x7f06025c +int dimen mtrl_high_ripple_focused_alpha 0x7f06025d +int dimen mtrl_high_ripple_hovered_alpha 0x7f06025e +int dimen mtrl_high_ripple_pressed_alpha 0x7f06025f +int dimen mtrl_low_ripple_default_alpha 0x7f060260 +int dimen mtrl_low_ripple_focused_alpha 0x7f060261 +int dimen mtrl_low_ripple_hovered_alpha 0x7f060262 +int dimen mtrl_low_ripple_pressed_alpha 0x7f060263 +int dimen mtrl_min_touch_target_size 0x7f060264 +int dimen mtrl_navigation_bar_item_default_icon_size 0x7f060265 +int dimen mtrl_navigation_bar_item_default_margin 0x7f060266 +int dimen mtrl_navigation_elevation 0x7f060267 +int dimen mtrl_navigation_item_horizontal_padding 0x7f060268 +int dimen mtrl_navigation_item_icon_padding 0x7f060269 +int dimen mtrl_navigation_item_icon_size 0x7f06026a +int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f06026b +int dimen mtrl_navigation_item_shape_vertical_margin 0x7f06026c +int dimen mtrl_navigation_rail_active_text_size 0x7f06026d +int dimen mtrl_navigation_rail_compact_width 0x7f06026e +int dimen mtrl_navigation_rail_default_width 0x7f06026f +int dimen mtrl_navigation_rail_elevation 0x7f060270 +int dimen mtrl_navigation_rail_icon_margin 0x7f060271 +int dimen mtrl_navigation_rail_icon_size 0x7f060272 +int dimen mtrl_navigation_rail_margin 0x7f060273 +int dimen mtrl_navigation_rail_text_bottom_margin 0x7f060274 +int dimen mtrl_navigation_rail_text_size 0x7f060275 +int dimen mtrl_progress_circular_inset 0x7f060276 +int dimen mtrl_progress_circular_inset_extra_small 0x7f060277 +int dimen mtrl_progress_circular_inset_medium 0x7f060278 +int dimen mtrl_progress_circular_inset_small 0x7f060279 +int dimen mtrl_progress_circular_radius 0x7f06027a +int dimen mtrl_progress_circular_size 0x7f06027b +int dimen mtrl_progress_circular_size_extra_small 0x7f06027c +int dimen mtrl_progress_circular_size_medium 0x7f06027d +int dimen mtrl_progress_circular_size_small 0x7f06027e +int dimen mtrl_progress_circular_track_thickness_extra_small 0x7f06027f +int dimen mtrl_progress_circular_track_thickness_medium 0x7f060280 +int dimen mtrl_progress_circular_track_thickness_small 0x7f060281 +int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x7f060282 +int dimen mtrl_progress_track_thickness 0x7f060283 +int dimen mtrl_shape_corner_size_large_component 0x7f060284 +int dimen mtrl_shape_corner_size_medium_component 0x7f060285 +int dimen mtrl_shape_corner_size_small_component 0x7f060286 +int dimen mtrl_slider_halo_radius 0x7f060287 +int dimen mtrl_slider_label_padding 0x7f060288 +int dimen mtrl_slider_label_radius 0x7f060289 +int dimen mtrl_slider_label_square_side 0x7f06028a +int dimen mtrl_slider_thumb_elevation 0x7f06028b +int dimen mtrl_slider_thumb_radius 0x7f06028c +int dimen mtrl_slider_track_height 0x7f06028d +int dimen mtrl_slider_track_side_padding 0x7f06028e +int dimen mtrl_slider_widget_height 0x7f06028f +int dimen mtrl_snackbar_action_text_color_alpha 0x7f060290 +int dimen mtrl_snackbar_background_corner_radius 0x7f060291 +int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f060292 +int dimen mtrl_snackbar_margin 0x7f060293 +int dimen mtrl_snackbar_message_margin_horizontal 0x7f060294 +int dimen mtrl_snackbar_padding_horizontal 0x7f060295 +int dimen mtrl_switch_text_padding 0x7f060296 +int dimen mtrl_switch_thumb_elevation 0x7f060297 +int dimen mtrl_switch_thumb_size 0x7f060298 +int dimen mtrl_switch_track_height 0x7f060299 +int dimen mtrl_switch_track_width 0x7f06029a +int dimen mtrl_textinput_box_corner_radius_medium 0x7f06029b +int dimen mtrl_textinput_box_corner_radius_small 0x7f06029c +int dimen mtrl_textinput_box_label_cutout_padding 0x7f06029d +int dimen mtrl_textinput_box_stroke_width_default 0x7f06029e +int dimen mtrl_textinput_box_stroke_width_focused 0x7f06029f +int dimen mtrl_textinput_counter_margin_start 0x7f0602a0 +int dimen mtrl_textinput_end_icon_margin_start 0x7f0602a1 +int dimen mtrl_textinput_outline_box_expanded_padding 0x7f0602a2 +int dimen mtrl_textinput_start_icon_margin_end 0x7f0602a3 +int dimen mtrl_toolbar_default_height 0x7f0602a4 +int dimen mtrl_tooltip_arrowSize 0x7f0602a5 +int dimen mtrl_tooltip_cornerSize 0x7f0602a6 +int dimen mtrl_tooltip_minHeight 0x7f0602a7 +int dimen mtrl_tooltip_minWidth 0x7f0602a8 +int dimen mtrl_tooltip_padding 0x7f0602a9 +int dimen mtrl_transition_shared_axis_slide_distance 0x7f0602aa +int dimen notification_action_icon_size 0x7f0602ab +int dimen notification_action_text_size 0x7f0602ac +int dimen notification_big_circle_margin 0x7f0602ad +int dimen notification_content_margin_start 0x7f0602ae +int dimen notification_large_icon_height 0x7f0602af +int dimen notification_large_icon_width 0x7f0602b0 +int dimen notification_main_column_padding_top 0x7f0602b1 +int dimen notification_media_narrow_margin 0x7f0602b2 +int dimen notification_right_icon_size 0x7f0602b3 +int dimen notification_right_side_padding_top 0x7f0602b4 +int dimen notification_small_icon_background_padding 0x7f0602b5 +int dimen notification_small_icon_size_as_large 0x7f0602b6 +int dimen notification_subtext_size 0x7f0602b7 +int dimen notification_top_pad 0x7f0602b8 +int dimen notification_top_pad_large_text 0x7f0602b9 +int dimen tooltip_corner_radius 0x7f0602ba +int dimen tooltip_horizontal_padding 0x7f0602bb +int dimen tooltip_margin 0x7f0602bc +int dimen tooltip_precise_anchor_extra_offset 0x7f0602bd +int dimen tooltip_precise_anchor_threshold 0x7f0602be +int dimen tooltip_vertical_padding 0x7f0602bf +int dimen tooltip_y_offset_non_touch 0x7f0602c0 +int dimen tooltip_y_offset_touch 0x7f0602c1 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f070029 +int drawable abc_action_bar_item_background_material 0x7f07002a +int drawable abc_btn_borderless_material 0x7f07002b +int drawable abc_btn_check_material 0x7f07002c +int drawable abc_btn_check_material_anim 0x7f07002d +int drawable abc_btn_check_to_on_mtrl_000 0x7f07002e +int drawable abc_btn_check_to_on_mtrl_015 0x7f07002f +int drawable abc_btn_colored_material 0x7f070030 +int drawable abc_btn_default_mtrl_shape 0x7f070031 +int drawable abc_btn_radio_material 0x7f070032 +int drawable abc_btn_radio_material_anim 0x7f070033 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f070034 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f070035 +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070036 +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070037 +int drawable abc_cab_background_internal_bg 0x7f070038 +int drawable abc_cab_background_top_material 0x7f070039 +int drawable abc_cab_background_top_mtrl_alpha 0x7f07003a +int drawable abc_control_background_material 0x7f07003b +int drawable abc_dialog_material_background 0x7f07003c +int drawable abc_edit_text_material 0x7f07003d +int drawable abc_ic_ab_back_material 0x7f07003e +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07003f +int drawable abc_ic_clear_material 0x7f070040 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f070041 +int drawable abc_ic_go_search_api_material 0x7f070042 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070043 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070044 +int drawable abc_ic_menu_overflow_material 0x7f070045 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070046 +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070047 +int drawable abc_ic_menu_share_mtrl_alpha 0x7f070048 +int drawable abc_ic_search_api_material 0x7f070049 +int drawable abc_ic_voice_search_api_material 0x7f07004a +int drawable abc_item_background_holo_dark 0x7f07004b +int drawable abc_item_background_holo_light 0x7f07004c +int drawable abc_list_divider_material 0x7f07004d +int drawable abc_list_divider_mtrl_alpha 0x7f07004e +int drawable abc_list_focused_holo 0x7f07004f +int drawable abc_list_longpressed_holo 0x7f070050 +int drawable abc_list_pressed_holo_dark 0x7f070051 +int drawable abc_list_pressed_holo_light 0x7f070052 +int drawable abc_list_selector_background_transition_holo_dark 0x7f070053 +int drawable abc_list_selector_background_transition_holo_light 0x7f070054 +int drawable abc_list_selector_disabled_holo_dark 0x7f070055 +int drawable abc_list_selector_disabled_holo_light 0x7f070056 +int drawable abc_list_selector_holo_dark 0x7f070057 +int drawable abc_list_selector_holo_light 0x7f070058 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070059 +int drawable abc_popup_background_mtrl_mult 0x7f07005a +int drawable abc_ratingbar_indicator_material 0x7f07005b +int drawable abc_ratingbar_material 0x7f07005c +int drawable abc_ratingbar_small_material 0x7f07005d +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07005e +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07005f +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070060 +int drawable abc_scrubber_primary_mtrl_alpha 0x7f070061 +int drawable abc_scrubber_track_mtrl_alpha 0x7f070062 +int drawable abc_seekbar_thumb_material 0x7f070063 +int drawable abc_seekbar_tick_mark_material 0x7f070064 +int drawable abc_seekbar_track_material 0x7f070065 +int drawable abc_spinner_mtrl_am_alpha 0x7f070066 +int drawable abc_spinner_textfield_background_material 0x7f070067 +int drawable abc_star_black_48dp 0x7f070068 +int drawable abc_star_half_black_48dp 0x7f070069 +int drawable abc_switch_thumb_material 0x7f07006a +int drawable abc_switch_track_mtrl_alpha 0x7f07006b +int drawable abc_tab_indicator_material 0x7f07006c +int drawable abc_tab_indicator_mtrl_alpha 0x7f07006d +int drawable abc_text_cursor_material 0x7f07006e +int drawable abc_text_select_handle_left_mtrl 0x7f07006f +int drawable abc_text_select_handle_middle_mtrl 0x7f070070 +int drawable abc_text_select_handle_right_mtrl 0x7f070071 +int drawable abc_textfield_activated_mtrl_alpha 0x7f070072 +int drawable abc_textfield_default_mtrl_alpha 0x7f070073 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070074 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f070075 +int drawable abc_textfield_search_material 0x7f070076 +int drawable abc_vector_test 0x7f070077 +int drawable avd_hide_password 0x7f070078 +int drawable avd_show_password 0x7f070079 +int drawable btn_checkbox_checked_mtrl 0x7f07007a +int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f07007b +int drawable btn_checkbox_unchecked_mtrl 0x7f07007c +int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f07007d +int drawable btn_radio_off_mtrl 0x7f07007e +int drawable btn_radio_off_to_on_mtrl_animation 0x7f07007f +int drawable btn_radio_on_mtrl 0x7f070080 +int drawable btn_radio_on_to_off_mtrl_animation 0x7f070081 +int drawable design_fab_background 0x7f070082 +int drawable design_ic_visibility 0x7f070083 +int drawable design_ic_visibility_off 0x7f070084 +int drawable design_password_eye 0x7f070085 +int drawable design_snackbar_background 0x7f070086 +int drawable game 0x7f070087 +int drawable ic_arrow_back_black_24 0x7f070088 +int drawable ic_clear_black_24 0x7f070089 +int drawable ic_clock_black_24dp 0x7f07008a +int drawable ic_keyboard_black_24dp 0x7f07008b +int drawable ic_launcher_background 0x7f07008c +int drawable ic_launcher_foreground 0x7f07008d +int drawable ic_m3_chip_check 0x7f07008e +int drawable ic_m3_chip_checked_circle 0x7f07008f +int drawable ic_m3_chip_close 0x7f070090 +int drawable ic_mtrl_checked_circle 0x7f070091 +int drawable ic_mtrl_chip_checked_black 0x7f070092 +int drawable ic_mtrl_chip_checked_circle 0x7f070093 +int drawable ic_mtrl_chip_close_circle 0x7f070094 +int drawable ic_search_black_24 0x7f070095 +int drawable logo 0x7f070096 +int drawable m3_appbar_background 0x7f070097 +int drawable m3_avd_hide_password 0x7f070098 +int drawable m3_avd_show_password 0x7f070099 +int drawable m3_password_eye 0x7f07009a +int drawable m3_popupmenu_background_overlay 0x7f07009b +int drawable m3_radiobutton_ripple 0x7f07009c +int drawable m3_selection_control_ripple 0x7f07009d +int drawable m3_tabs_background 0x7f07009e +int drawable m3_tabs_line_indicator 0x7f07009f +int drawable m3_tabs_rounded_line_indicator 0x7f0700a0 +int drawable m3_tabs_transparent_background 0x7f0700a1 +int drawable material_cursor_drawable 0x7f0700a2 +int drawable material_ic_calendar_black_24dp 0x7f0700a3 +int drawable material_ic_clear_black_24dp 0x7f0700a4 +int drawable material_ic_edit_black_24dp 0x7f0700a5 +int drawable material_ic_keyboard_arrow_left_black_24dp 0x7f0700a6 +int drawable material_ic_keyboard_arrow_next_black_24dp 0x7f0700a7 +int drawable material_ic_keyboard_arrow_previous_black_24dp 0x7f0700a8 +int drawable material_ic_keyboard_arrow_right_black_24dp 0x7f0700a9 +int drawable material_ic_menu_arrow_down_black_24dp 0x7f0700aa +int drawable material_ic_menu_arrow_up_black_24dp 0x7f0700ab +int drawable mtrl_bottomsheet_drag_handle 0x7f0700ac +int drawable mtrl_checkbox_button 0x7f0700ad +int drawable mtrl_checkbox_button_checked_unchecked 0x7f0700ae +int drawable mtrl_checkbox_button_icon 0x7f0700af +int drawable mtrl_checkbox_button_icon_checked_indeterminate 0x7f0700b0 +int drawable mtrl_checkbox_button_icon_checked_unchecked 0x7f0700b1 +int drawable mtrl_checkbox_button_icon_indeterminate_checked 0x7f0700b2 +int drawable mtrl_checkbox_button_icon_indeterminate_unchecked 0x7f0700b3 +int drawable mtrl_checkbox_button_icon_unchecked_checked 0x7f0700b4 +int drawable mtrl_checkbox_button_icon_unchecked_indeterminate 0x7f0700b5 +int drawable mtrl_checkbox_button_unchecked_checked 0x7f0700b6 +int drawable mtrl_dialog_background 0x7f0700b7 +int drawable mtrl_dropdown_arrow 0x7f0700b8 +int drawable mtrl_ic_arrow_drop_down 0x7f0700b9 +int drawable mtrl_ic_arrow_drop_up 0x7f0700ba +int drawable mtrl_ic_cancel 0x7f0700bb +int drawable mtrl_ic_check_mark 0x7f0700bc +int drawable mtrl_ic_checkbox_checked 0x7f0700bd +int drawable mtrl_ic_checkbox_unchecked 0x7f0700be +int drawable mtrl_ic_error 0x7f0700bf +int drawable mtrl_ic_indeterminate 0x7f0700c0 +int drawable mtrl_navigation_bar_item_background 0x7f0700c1 +int drawable mtrl_popupmenu_background 0x7f0700c2 +int drawable mtrl_popupmenu_background_overlay 0x7f0700c3 +int drawable mtrl_switch_thumb 0x7f0700c4 +int drawable mtrl_switch_thumb_checked 0x7f0700c5 +int drawable mtrl_switch_thumb_checked_pressed 0x7f0700c6 +int drawable mtrl_switch_thumb_checked_unchecked 0x7f0700c7 +int drawable mtrl_switch_thumb_pressed 0x7f0700c8 +int drawable mtrl_switch_thumb_pressed_checked 0x7f0700c9 +int drawable mtrl_switch_thumb_pressed_unchecked 0x7f0700ca +int drawable mtrl_switch_thumb_unchecked 0x7f0700cb +int drawable mtrl_switch_thumb_unchecked_checked 0x7f0700cc +int drawable mtrl_switch_thumb_unchecked_pressed 0x7f0700cd +int drawable mtrl_switch_track 0x7f0700ce +int drawable mtrl_switch_track_decoration 0x7f0700cf +int drawable mtrl_tabs_default_indicator 0x7f0700d0 +int drawable navigation_empty_icon 0x7f0700d1 +int drawable notification_action_background 0x7f0700d2 +int drawable notification_bg 0x7f0700d3 +int drawable notification_bg_low 0x7f0700d4 +int drawable notification_bg_low_normal 0x7f0700d5 +int drawable notification_bg_low_pressed 0x7f0700d6 +int drawable notification_bg_normal 0x7f0700d7 +int drawable notification_bg_normal_pressed 0x7f0700d8 +int drawable notification_icon_background 0x7f0700d9 +int drawable notification_template_icon_bg 0x7f0700da +int drawable notification_template_icon_low_bg 0x7f0700db +int drawable notification_tile_bg 0x7f0700dc +int drawable notify_panel_notification_icon_bg 0x7f0700dd +int drawable space 0x7f0700de +int drawable test_level_drawable 0x7f0700df +int drawable tooltip_frame_dark 0x7f0700e0 +int drawable tooltip_frame_light 0x7f0700e1 +int font text 0x7f080000 +int font title 0x7f080001 +int id ALT 0x7f090000 +int id BOTTOM_END 0x7f090001 +int id BOTTOM_START 0x7f090002 +int id CTRL 0x7f090003 +int id FUNCTION 0x7f090004 +int id META 0x7f090005 +int id NO_DEBUG 0x7f090006 +int id SHIFT 0x7f090007 +int id SHOW_ALL 0x7f090008 +int id SHOW_PATH 0x7f090009 +int id SHOW_PROGRESS 0x7f09000a +int id SYM 0x7f09000b +int id TOP_END 0x7f09000c +int id TOP_START 0x7f09000d +int id accelerate 0x7f09000e +int id accessibility_action_clickable_span 0x7f09000f +int id accessibility_custom_action_0 0x7f090010 +int id accessibility_custom_action_1 0x7f090011 +int id accessibility_custom_action_10 0x7f090012 +int id accessibility_custom_action_11 0x7f090013 +int id accessibility_custom_action_12 0x7f090014 +int id accessibility_custom_action_13 0x7f090015 +int id accessibility_custom_action_14 0x7f090016 +int id accessibility_custom_action_15 0x7f090017 +int id accessibility_custom_action_16 0x7f090018 +int id accessibility_custom_action_17 0x7f090019 +int id accessibility_custom_action_18 0x7f09001a +int id accessibility_custom_action_19 0x7f09001b +int id accessibility_custom_action_2 0x7f09001c +int id accessibility_custom_action_20 0x7f09001d +int id accessibility_custom_action_21 0x7f09001e +int id accessibility_custom_action_22 0x7f09001f +int id accessibility_custom_action_23 0x7f090020 +int id accessibility_custom_action_24 0x7f090021 +int id accessibility_custom_action_25 0x7f090022 +int id accessibility_custom_action_26 0x7f090023 +int id accessibility_custom_action_27 0x7f090024 +int id accessibility_custom_action_28 0x7f090025 +int id accessibility_custom_action_29 0x7f090026 +int id accessibility_custom_action_3 0x7f090027 +int id accessibility_custom_action_30 0x7f090028 +int id accessibility_custom_action_31 0x7f090029 +int id accessibility_custom_action_4 0x7f09002a +int id accessibility_custom_action_5 0x7f09002b +int id accessibility_custom_action_6 0x7f09002c +int id accessibility_custom_action_7 0x7f09002d +int id accessibility_custom_action_8 0x7f09002e +int id accessibility_custom_action_9 0x7f09002f +int id action_bar 0x7f090030 +int id action_bar_activity_content 0x7f090031 +int id action_bar_container 0x7f090032 +int id action_bar_root 0x7f090033 +int id action_bar_spinner 0x7f090034 +int id action_bar_subtitle 0x7f090035 +int id action_bar_title 0x7f090036 +int id action_container 0x7f090037 +int id action_context_bar 0x7f090038 +int id action_divider 0x7f090039 +int id action_image 0x7f09003a +int id action_menu_divider 0x7f09003b +int id action_menu_presenter 0x7f09003c +int id action_mode_bar 0x7f09003d +int id action_mode_bar_stub 0x7f09003e +int id action_mode_close_button 0x7f09003f +int id action_text 0x7f090040 +int id actions 0x7f090041 +int id activity_chooser_view_content 0x7f090042 +int id add 0x7f090043 +int id alertTitle 0x7f090044 +int id aligned 0x7f090045 +int id all 0x7f090046 +int id always 0x7f090047 +int id animateToEnd 0x7f090048 +int id animateToStart 0x7f090049 +int id arc 0x7f09004a +int id asConfigured 0x7f09004b +int id async 0x7f09004c +int id auto 0x7f09004d +int id autoComplete 0x7f09004e +int id autoCompleteToEnd 0x7f09004f +int id autoCompleteToStart 0x7f090050 +int id barrier 0x7f090051 +int id baseline 0x7f090052 +int id beginOnFirstDraw 0x7f090053 +int id beginning 0x7f090054 +int id black 0x7f090055 +int id blocking 0x7f090056 +int id blue 0x7f090057 +int id bottom 0x7f090058 +int id bounce 0x7f090059 +int id buttonPanel 0x7f09005a +int id cancel_button 0x7f09005b +int id center 0x7f09005c +int id centerCrop 0x7f09005d +int id centerInside 0x7f09005e +int id center_horizontal 0x7f09005f +int id center_vertical 0x7f090060 +int id chain 0x7f090061 +int id chains 0x7f090062 +int id checkCircle101 0x7f090063 +int id checkCircle102 0x7f090064 +int id checkCircle103 0x7f090065 +int id checkCircle104 0x7f090066 +int id checkCircle11 0x7f090067 +int id checkCircle12 0x7f090068 +int id checkCircle13 0x7f090069 +int id checkCircle14 0x7f09006a +int id checkCircle21 0x7f09006b +int id checkCircle22 0x7f09006c +int id checkCircle23 0x7f09006d +int id checkCircle24 0x7f09006e +int id checkCircle31 0x7f09006f +int id checkCircle32 0x7f090070 +int id checkCircle33 0x7f090071 +int id checkCircle34 0x7f090072 +int id checkCircle41 0x7f090073 +int id checkCircle42 0x7f090074 +int id checkCircle43 0x7f090075 +int id checkCircle44 0x7f090076 +int id checkCircle51 0x7f090077 +int id checkCircle52 0x7f090078 +int id checkCircle53 0x7f090079 +int id checkCircle54 0x7f09007a +int id checkCircle61 0x7f09007b +int id checkCircle62 0x7f09007c +int id checkCircle63 0x7f09007d +int id checkCircle64 0x7f09007e +int id checkCircle71 0x7f09007f +int id checkCircle72 0x7f090080 +int id checkCircle73 0x7f090081 +int id checkCircle74 0x7f090082 +int id checkCircle81 0x7f090083 +int id checkCircle82 0x7f090084 +int id checkCircle83 0x7f090085 +int id checkCircle84 0x7f090086 +int id checkCircle91 0x7f090087 +int id checkCircle92 0x7f090088 +int id checkCircle93 0x7f090089 +int id checkCircle94 0x7f09008a +int id checkbox 0x7f09008b +int id checked 0x7f09008c +int id chronometer 0x7f09008d +int id circle_center 0x7f09008e +int id clear_text 0x7f09008f +int id clip_horizontal 0x7f090090 +int id clip_vertical 0x7f090091 +int id clockwise 0x7f090092 +int id collapseActionView 0x7f090093 +int id colorsChooser 0x7f090094 +int id compress 0x7f090095 +int id confirm_button 0x7f090096 +int id container 0x7f090097 +int id content 0x7f090098 +int id contentPanel 0x7f090099 +int id contiguous 0x7f09009a +int id coordinator 0x7f09009b +int id cos 0x7f09009c +int id counter 0x7f09009d +int id counterclockwise 0x7f09009e +int id cradle 0x7f09009f +int id custom 0x7f0900a0 +int id customPanel 0x7f0900a1 +int id cut 0x7f0900a2 +int id date_picker_actions 0x7f0900a3 +int id decelerate 0x7f0900a4 +int id decelerateAndComplete 0x7f0900a5 +int id decor_content_parent 0x7f0900a6 +int id default_activity_button 0x7f0900a7 +int id deltaRelative 0x7f0900a8 +int id design_bottom_sheet 0x7f0900a9 +int id design_menu_item_action_area 0x7f0900aa +int id design_menu_item_action_area_stub 0x7f0900ab +int id design_menu_item_text 0x7f0900ac +int id design_navigation_view 0x7f0900ad +int id dialog_button 0x7f0900ae +int id dimensions 0x7f0900af +int id direct 0x7f0900b0 +int id disableHome 0x7f0900b1 +int id disablePostScroll 0x7f0900b2 +int id disableScroll 0x7f0900b3 +int id disjoint 0x7f0900b4 +int id dragDown 0x7f0900b5 +int id dragEnd 0x7f0900b6 +int id dragLeft 0x7f0900b7 +int id dragRight 0x7f0900b8 +int id dragStart 0x7f0900b9 +int id dragUp 0x7f0900ba +int id dropdown_menu 0x7f0900bb +int id easeIn 0x7f0900bc +int id easeInOut 0x7f0900bd +int id easeOut 0x7f0900be +int id edit_query 0x7f0900bf +int id elastic 0x7f0900c0 +int id embed 0x7f0900c1 +int id end 0x7f0900c2 +int id endToStart 0x7f0900c3 +int id enterAlways 0x7f0900c4 +int id enterAlwaysCollapsed 0x7f0900c5 +int id exitUntilCollapsed 0x7f0900c6 +int id expand_activities_button 0x7f0900c7 +int id expanded_menu 0x7f0900c8 +int id fade 0x7f0900c9 +int id fill 0x7f0900ca +int id fill_horizontal 0x7f0900cb +int id fill_vertical 0x7f0900cc +int id filled 0x7f0900cd +int id fitCenter 0x7f0900ce +int id fitEnd 0x7f0900cf +int id fitStart 0x7f0900d0 +int id fitToContents 0x7f0900d1 +int id fitXY 0x7f0900d2 +int id fixed 0x7f0900d3 +int id flip 0x7f0900d4 +int id floating 0x7f0900d5 +int id forever 0x7f0900d6 +int id fragment_container_view_tag 0x7f0900d7 +int id fullscreen_header 0x7f0900d8 +int id ghost_view 0x7f0900d9 +int id ghost_view_holder 0x7f0900da +int id gone 0x7f0900db +int id graph 0x7f0900dc +int id graph_wrap 0x7f0900dd +int id gray 0x7f0900de +int id green 0x7f0900df +int id group_divider 0x7f0900e0 +int id groups 0x7f0900e1 +int id header_title 0x7f0900e2 +int id hideable 0x7f0900e3 +int id home 0x7f0900e4 +int id homeAsUp 0x7f0900e5 +int id honorRequest 0x7f0900e6 +int id icon 0x7f0900e7 +int id icon_group 0x7f0900e8 +int id ifRoom 0x7f0900e9 +int id ignore 0x7f0900ea +int id ignoreRequest 0x7f0900eb +int id image 0x7f0900ec +int id indeterminate 0x7f0900ed +int id info 0x7f0900ee +int id invisible 0x7f0900ef +int id inward 0x7f0900f0 +int id italic 0x7f0900f1 +int id item_touch_helper_previous_elevation 0x7f0900f2 +int id jcjselect 0x7f0900f3 +int id jumpToEnd 0x7f0900f4 +int id jumpToStart 0x7f0900f5 +int id labeled 0x7f0900f6 +int id layout 0x7f0900f7 +int id left 0x7f0900f8 +int id leftToRight 0x7f0900f9 +int id line1 0x7f0900fa +int id line3 0x7f0900fb +int id linear 0x7f0900fc +int id listMode 0x7f0900fd +int id list_item 0x7f0900fe +int id m3_side_sheet 0x7f0900ff +int id marquee 0x7f090100 +int id masked 0x7f090101 +int id match_parent 0x7f090102 +int id material_clock_display 0x7f090103 +int id material_clock_display_and_toggle 0x7f090104 +int id material_clock_face 0x7f090105 +int id material_clock_hand 0x7f090106 +int id material_clock_level 0x7f090107 +int id material_clock_period_am_button 0x7f090108 +int id material_clock_period_pm_button 0x7f090109 +int id material_clock_period_toggle 0x7f09010a +int id material_hour_text_input 0x7f09010b +int id material_hour_tv 0x7f09010c +int id material_label 0x7f09010d +int id material_minute_text_input 0x7f09010e +int id material_minute_tv 0x7f09010f +int id material_textinput_timepicker 0x7f090110 +int id material_timepicker_cancel_button 0x7f090111 +int id material_timepicker_container 0x7f090112 +int id material_timepicker_mode_button 0x7f090113 +int id material_timepicker_ok_button 0x7f090114 +int id material_timepicker_view 0x7f090115 +int id material_value_index 0x7f090116 +int id matrix 0x7f090117 +int id message 0x7f090118 +int id middle 0x7f090119 +int id mini 0x7f09011a +int id month_grid 0x7f09011b +int id month_navigation_bar 0x7f09011c +int id month_navigation_fragment_toggle 0x7f09011d +int id month_navigation_next 0x7f09011e +int id month_navigation_previous 0x7f09011f +int id month_title 0x7f090120 +int id motion_base 0x7f090121 +int id mtrl_anchor_parent 0x7f090122 +int id mtrl_calendar_day_selector_frame 0x7f090123 +int id mtrl_calendar_days_of_week 0x7f090124 +int id mtrl_calendar_frame 0x7f090125 +int id mtrl_calendar_main_pane 0x7f090126 +int id mtrl_calendar_months 0x7f090127 +int id mtrl_calendar_selection_frame 0x7f090128 +int id mtrl_calendar_text_input_frame 0x7f090129 +int id mtrl_calendar_year_selector_frame 0x7f09012a +int id mtrl_card_checked_layer_id 0x7f09012b +int id mtrl_child_content_container 0x7f09012c +int id mtrl_internal_children_alpha_tag 0x7f09012d +int id mtrl_motion_snapshot_view 0x7f09012e +int id mtrl_picker_fullscreen 0x7f09012f +int id mtrl_picker_header 0x7f090130 +int id mtrl_picker_header_selection_text 0x7f090131 +int id mtrl_picker_header_title_and_selection 0x7f090132 +int id mtrl_picker_header_toggle 0x7f090133 +int id mtrl_picker_text_input_date 0x7f090134 +int id mtrl_picker_text_input_range_end 0x7f090135 +int id mtrl_picker_text_input_range_start 0x7f090136 +int id mtrl_picker_title_text 0x7f090137 +int id mtrl_view_tag_bottom_padding 0x7f090138 +int id multiply 0x7f090139 +int id navigation_bar_item_active_indicator_view 0x7f09013a +int id navigation_bar_item_icon_container 0x7f09013b +int id navigation_bar_item_icon_view 0x7f09013c +int id navigation_bar_item_labels_group 0x7f09013d +int id navigation_bar_item_large_label_view 0x7f09013e +int id navigation_bar_item_small_label_view 0x7f09013f +int id navigation_header_container 0x7f090140 +int id never 0x7f090141 +int id noScroll 0x7f090142 +int id none 0x7f090143 +int id normal 0x7f090144 +int id normalCircle101 0x7f090145 +int id normalCircle102 0x7f090146 +int id normalCircle103 0x7f090147 +int id normalCircle104 0x7f090148 +int id normalCircle11 0x7f090149 +int id normalCircle12 0x7f09014a +int id normalCircle13 0x7f09014b +int id normalCircle14 0x7f09014c +int id normalCircle21 0x7f09014d +int id normalCircle22 0x7f09014e +int id normalCircle23 0x7f09014f +int id normalCircle24 0x7f090150 +int id normalCircle31 0x7f090151 +int id normalCircle32 0x7f090152 +int id normalCircle33 0x7f090153 +int id normalCircle34 0x7f090154 +int id normalCircle41 0x7f090155 +int id normalCircle42 0x7f090156 +int id normalCircle43 0x7f090157 +int id normalCircle44 0x7f090158 +int id normalCircle51 0x7f090159 +int id normalCircle52 0x7f09015a +int id normalCircle53 0x7f09015b +int id normalCircle54 0x7f09015c +int id normalCircle61 0x7f09015d +int id normalCircle62 0x7f09015e +int id normalCircle63 0x7f09015f +int id normalCircle64 0x7f090160 +int id normalCircle71 0x7f090161 +int id normalCircle72 0x7f090162 +int id normalCircle73 0x7f090163 +int id normalCircle74 0x7f090164 +int id normalCircle81 0x7f090165 +int id normalCircle82 0x7f090166 +int id normalCircle83 0x7f090167 +int id normalCircle84 0x7f090168 +int id normalCircle91 0x7f090169 +int id normalCircle92 0x7f09016a +int id normalCircle93 0x7f09016b +int id normalCircle94 0x7f09016c +int id notification_background 0x7f09016d +int id notification_main_column 0x7f09016e +int id notification_main_column_container 0x7f09016f +int id off 0x7f090170 +int id on 0x7f090171 +int id outline 0x7f090172 +int id outward 0x7f090173 +int id packed 0x7f090174 +int id parallax 0x7f090175 +int id parent 0x7f090176 +int id parentPanel 0x7f090177 +int id parentRelative 0x7f090178 +int id parent_matrix 0x7f090179 +int id password_toggle 0x7f09017a +int id path 0x7f09017b +int id pathRelative 0x7f09017c +int id peekHeight 0x7f09017d +int id percent 0x7f09017e +int id pin 0x7f09017f +int id position 0x7f090180 +int id postLayout 0x7f090181 +int id pressed 0x7f090182 +int id progress_circular 0x7f090183 +int id progress_horizontal 0x7f090184 +int id prologue 0x7f090185 +int id prologuetext 0x7f090186 +int id radio 0x7f090187 +int id ratio 0x7f090188 +int id rectangles 0x7f090189 +int id red 0x7f09018a +int id reset 0x7f09018b +int id reverseSawtooth 0x7f09018c +int id right 0x7f09018d +int id rightToLeft 0x7f09018e +int id right_icon 0x7f09018f +int id right_side 0x7f090190 +int id robotselect 0x7f090191 +int id rounded 0x7f090192 +int id row_index_key 0x7f090193 +int id rules 0x7f090194 +int id save_non_transition_alpha 0x7f090195 +int id save_overlay_view 0x7f090196 +int id sawtooth 0x7f090197 +int id scale 0x7f090198 +int id screen 0x7f090199 +int id scroll 0x7f09019a +int id scrollIndicatorDown 0x7f09019b +int id scrollIndicatorUp 0x7f09019c +int id scrollView 0x7f09019d +int id scrollable 0x7f09019e +int id search_badge 0x7f09019f +int id search_bar 0x7f0901a0 +int id search_bar_text_view 0x7f0901a1 +int id search_button 0x7f0901a2 +int id search_close_btn 0x7f0901a3 +int id search_edit_frame 0x7f0901a4 +int id search_go_btn 0x7f0901a5 +int id search_mag_icon 0x7f0901a6 +int id search_plate 0x7f0901a7 +int id search_src_text 0x7f0901a8 +int id search_view_background 0x7f0901a9 +int id search_view_clear_button 0x7f0901aa +int id search_view_content_container 0x7f0901ab +int id search_view_divider 0x7f0901ac +int id search_view_dummy_toolbar 0x7f0901ad +int id search_view_edit_text 0x7f0901ae +int id search_view_header_container 0x7f0901af +int id search_view_root 0x7f0901b0 +int id search_view_scrim 0x7f0901b1 +int id search_view_search_prefix 0x7f0901b2 +int id search_view_status_bar_spacer 0x7f0901b3 +int id search_view_toolbar 0x7f0901b4 +int id search_view_toolbar_container 0x7f0901b5 +int id search_voice_btn 0x7f0901b6 +int id select_dialog_listview 0x7f0901b7 +int id selected 0x7f0901b8 +int id selection_type 0x7f0901b9 +int id shortcut 0x7f0901ba +int id showCustom 0x7f0901bb +int id showHome 0x7f0901bc +int id showTitle 0x7f0901bd +int id sin 0x7f0901be +int id skipCollapsed 0x7f0901bf +int id slide 0x7f0901c0 +int id snackbar_action 0x7f0901c1 +int id snackbar_text 0x7f0901c2 +int id snap 0x7f0901c3 +int id snapMargins 0x7f0901c4 +int id spacer 0x7f0901c5 +int id special_effects_controller_view_tag 0x7f0901c6 +int id spline 0x7f0901c7 +int id split_action_bar 0x7f0901c8 +int id spread 0x7f0901c9 +int id spread_inside 0x7f0901ca +int id square 0x7f0901cb +int id src_atop 0x7f0901cc +int id src_in 0x7f0901cd +int id src_over 0x7f0901ce +int id standard 0x7f0901cf +int id start 0x7f0901d0 +int id startHorizontal 0x7f0901d1 +int id startToEnd 0x7f0901d2 +int id startVertical 0x7f0901d3 +int id staticLayout 0x7f0901d4 +int id staticPostLayout 0x7f0901d5 +int id stop 0x7f0901d6 +int id stretch 0x7f0901d7 +int id submenuarrow 0x7f0901d8 +int id submit_area 0x7f0901d9 +int id tabMode 0x7f0901da +int id tag_accessibility_actions 0x7f0901db +int id tag_accessibility_clickable_spans 0x7f0901dc +int id tag_accessibility_heading 0x7f0901dd +int id tag_accessibility_pane_title 0x7f0901de +int id tag_on_apply_window_listener 0x7f0901df +int id tag_on_receive_content_listener 0x7f0901e0 +int id tag_on_receive_content_mime_types 0x7f0901e1 +int id tag_screen_reader_focusable 0x7f0901e2 +int id tag_state_description 0x7f0901e3 +int id tag_transition_group 0x7f0901e4 +int id tag_unhandled_key_event_manager 0x7f0901e5 +int id tag_unhandled_key_listeners 0x7f0901e6 +int id tag_window_insets_animation_callback 0x7f0901e7 +int id text 0x7f0901e8 +int id text2 0x7f0901e9 +int id textEnd 0x7f0901ea +int id textSpacerNoButtons 0x7f0901eb +int id textSpacerNoTitle 0x7f0901ec +int id textStart 0x7f0901ed +int id textTop 0x7f0901ee +int id text_input_end_icon 0x7f0901ef +int id text_input_error_icon 0x7f0901f0 +int id text_input_start_icon 0x7f0901f1 +int id textinput_counter 0x7f0901f2 +int id textinput_error 0x7f0901f3 +int id textinput_helper_text 0x7f0901f4 +int id textinput_placeholder 0x7f0901f5 +int id textinput_prefix_text 0x7f0901f6 +int id textinput_suffix_text 0x7f0901f7 +int id time 0x7f0901f8 +int id title 0x7f0901f9 +int id titleDividerNoCustom 0x7f0901fa +int id title_template 0x7f0901fb +int id toggle 0x7f0901fc +int id top 0x7f0901fd +int id topPanel 0x7f0901fe +int id touch_outside 0x7f0901ff +int id transitionToEnd 0x7f090200 +int id transitionToStart 0x7f090201 +int id transition_current_scene 0x7f090202 +int id transition_layout_save 0x7f090203 +int id transition_position 0x7f090204 +int id transition_scene_layoutid_cache 0x7f090205 +int id transition_transform 0x7f090206 +int id triangle 0x7f090207 +int id unchecked 0x7f090208 +int id uniform 0x7f090209 +int id unlabeled 0x7f09020a +int id up 0x7f09020b +int id useLogo 0x7f09020c +int id validate 0x7f09020d +int id view_offset_helper 0x7f09020e +int id view_tree_lifecycle_owner 0x7f09020f +int id view_tree_on_back_pressed_dispatcher_owner 0x7f090210 +int id view_tree_saved_state_registry_owner 0x7f090211 +int id view_tree_view_model_store_owner 0x7f090212 +int id visible 0x7f090213 +int id visible_removing_fragment_view_tag 0x7f090214 +int id white 0x7f090215 +int id withText 0x7f090216 +int id with_icon 0x7f090217 +int id withinBounds 0x7f090218 +int id wrap 0x7f090219 +int id wrap_content 0x7f09021a +int id yellow 0x7f09021b +int integer abc_config_activityDefaultDur 0x7f0a0000 +int integer abc_config_activityShortDur 0x7f0a0001 +int integer app_bar_elevation_anim_duration 0x7f0a0002 +int integer bottom_sheet_slide_duration 0x7f0a0003 +int integer cancel_button_image_alpha 0x7f0a0004 +int integer config_tooltipAnimTime 0x7f0a0005 +int integer design_snackbar_text_max_lines 0x7f0a0006 +int integer design_tab_indicator_anim_duration_ms 0x7f0a0007 +int integer hide_password_duration 0x7f0a0008 +int integer m3_btn_anim_delay_ms 0x7f0a0009 +int integer m3_btn_anim_duration_ms 0x7f0a000a +int integer m3_card_anim_delay_ms 0x7f0a000b +int integer m3_card_anim_duration_ms 0x7f0a000c +int integer m3_chip_anim_duration 0x7f0a000d +int integer m3_sys_motion_duration_extra_long1 0x7f0a000e +int integer m3_sys_motion_duration_extra_long2 0x7f0a000f +int integer m3_sys_motion_duration_extra_long3 0x7f0a0010 +int integer m3_sys_motion_duration_extra_long4 0x7f0a0011 +int integer m3_sys_motion_duration_long1 0x7f0a0012 +int integer m3_sys_motion_duration_long2 0x7f0a0013 +int integer m3_sys_motion_duration_long3 0x7f0a0014 +int integer m3_sys_motion_duration_long4 0x7f0a0015 +int integer m3_sys_motion_duration_medium1 0x7f0a0016 +int integer m3_sys_motion_duration_medium2 0x7f0a0017 +int integer m3_sys_motion_duration_medium3 0x7f0a0018 +int integer m3_sys_motion_duration_medium4 0x7f0a0019 +int integer m3_sys_motion_duration_short1 0x7f0a001a +int integer m3_sys_motion_duration_short2 0x7f0a001b +int integer m3_sys_motion_duration_short3 0x7f0a001c +int integer m3_sys_motion_duration_short4 0x7f0a001d +int integer material_motion_duration_long_1 0x7f0a001e +int integer material_motion_duration_long_2 0x7f0a001f +int integer material_motion_duration_medium_1 0x7f0a0020 +int integer material_motion_duration_medium_2 0x7f0a0021 +int integer material_motion_duration_short_1 0x7f0a0022 +int integer material_motion_duration_short_2 0x7f0a0023 +int integer material_motion_path 0x7f0a0024 +int integer mtrl_badge_max_character_count 0x7f0a0025 +int integer mtrl_btn_anim_delay_ms 0x7f0a0026 +int integer mtrl_btn_anim_duration_ms 0x7f0a0027 +int integer mtrl_calendar_header_orientation 0x7f0a0028 +int integer mtrl_calendar_selection_text_lines 0x7f0a0029 +int integer mtrl_calendar_year_selector_span 0x7f0a002a +int integer mtrl_card_anim_delay_ms 0x7f0a002b +int integer mtrl_card_anim_duration_ms 0x7f0a002c +int integer mtrl_chip_anim_duration 0x7f0a002d +int integer mtrl_switch_thumb_motion_duration 0x7f0a002e +int integer mtrl_switch_thumb_post_morphing_duration 0x7f0a002f +int integer mtrl_switch_thumb_pre_morphing_duration 0x7f0a0030 +int integer mtrl_switch_thumb_pressed_duration 0x7f0a0031 +int integer mtrl_switch_thumb_viewport_center_coordinate 0x7f0a0032 +int integer mtrl_switch_thumb_viewport_size 0x7f0a0033 +int integer mtrl_switch_track_viewport_height 0x7f0a0034 +int integer mtrl_switch_track_viewport_width 0x7f0a0035 +int integer mtrl_tab_indicator_anim_duration_ms 0x7f0a0036 +int integer mtrl_view_gone 0x7f0a0037 +int integer mtrl_view_invisible 0x7f0a0038 +int integer mtrl_view_visible 0x7f0a0039 +int integer show_password_duration 0x7f0a003a +int integer status_bar_notification_info_maxnum 0x7f0a003b +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0b0000 +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0b0001 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0b0002 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0b0003 +int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0b0004 +int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0b0005 +int interpolator fast_out_slow_in 0x7f0b0006 +int interpolator m3_sys_motion_easing_emphasized 0x7f0b0007 +int interpolator m3_sys_motion_easing_emphasized_accelerate 0x7f0b0008 +int interpolator m3_sys_motion_easing_emphasized_decelerate 0x7f0b0009 +int interpolator m3_sys_motion_easing_linear 0x7f0b000a +int interpolator m3_sys_motion_easing_standard 0x7f0b000b +int interpolator m3_sys_motion_easing_standard_accelerate 0x7f0b000c +int interpolator m3_sys_motion_easing_standard_decelerate 0x7f0b000d +int interpolator mtrl_fast_out_linear_in 0x7f0b000e +int interpolator mtrl_fast_out_slow_in 0x7f0b000f +int interpolator mtrl_linear 0x7f0b0010 +int interpolator mtrl_linear_out_slow_in 0x7f0b0011 +int layout abc_action_bar_title_item 0x7f0c0000 +int layout abc_action_bar_up_container 0x7f0c0001 +int layout abc_action_menu_item_layout 0x7f0c0002 +int layout abc_action_menu_layout 0x7f0c0003 +int layout abc_action_mode_bar 0x7f0c0004 +int layout abc_action_mode_close_item_material 0x7f0c0005 +int layout abc_activity_chooser_view 0x7f0c0006 +int layout abc_activity_chooser_view_list_item 0x7f0c0007 +int layout abc_alert_dialog_button_bar_material 0x7f0c0008 +int layout abc_alert_dialog_material 0x7f0c0009 +int layout abc_alert_dialog_title_material 0x7f0c000a +int layout abc_cascading_menu_item_layout 0x7f0c000b +int layout abc_dialog_title_material 0x7f0c000c +int layout abc_expanded_menu_layout 0x7f0c000d +int layout abc_list_menu_item_checkbox 0x7f0c000e +int layout abc_list_menu_item_icon 0x7f0c000f +int layout abc_list_menu_item_layout 0x7f0c0010 +int layout abc_list_menu_item_radio 0x7f0c0011 +int layout abc_popup_menu_header_item_layout 0x7f0c0012 +int layout abc_popup_menu_item_layout 0x7f0c0013 +int layout abc_screen_content_include 0x7f0c0014 +int layout abc_screen_simple 0x7f0c0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0c0016 +int layout abc_screen_toolbar 0x7f0c0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0c0018 +int layout abc_search_view 0x7f0c0019 +int layout abc_select_dialog_material 0x7f0c001a +int layout abc_tooltip 0x7f0c001b +int layout custom_dialog 0x7f0c001c +int layout design_bottom_navigation_item 0x7f0c001d +int layout design_bottom_sheet_dialog 0x7f0c001e +int layout design_layout_snackbar 0x7f0c001f +int layout design_layout_snackbar_include 0x7f0c0020 +int layout design_layout_tab_icon 0x7f0c0021 +int layout design_layout_tab_text 0x7f0c0022 +int layout design_menu_item_action_area 0x7f0c0023 +int layout design_navigation_item 0x7f0c0024 +int layout design_navigation_item_header 0x7f0c0025 +int layout design_navigation_item_separator 0x7f0c0026 +int layout design_navigation_item_subheader 0x7f0c0027 +int layout design_navigation_menu 0x7f0c0028 +int layout design_navigation_menu_item 0x7f0c0029 +int layout design_text_input_end_icon 0x7f0c002a +int layout design_text_input_start_icon 0x7f0c002b +int layout game 0x7f0c002c +int layout m3_alert_dialog 0x7f0c002d +int layout m3_alert_dialog_actions 0x7f0c002e +int layout m3_alert_dialog_title 0x7f0c002f +int layout m3_auto_complete_simple_item 0x7f0c0030 +int layout m3_side_sheet_dialog 0x7f0c0031 +int layout material_chip_input_combo 0x7f0c0032 +int layout material_clock_display 0x7f0c0033 +int layout material_clock_display_divider 0x7f0c0034 +int layout material_clock_period_toggle 0x7f0c0035 +int layout material_clock_period_toggle_land 0x7f0c0036 +int layout material_clockface_textview 0x7f0c0037 +int layout material_clockface_view 0x7f0c0038 +int layout material_radial_view_group 0x7f0c0039 +int layout material_textinput_timepicker 0x7f0c003a +int layout material_time_chip 0x7f0c003b +int layout material_time_input 0x7f0c003c +int layout material_timepicker 0x7f0c003d +int layout material_timepicker_dialog 0x7f0c003e +int layout material_timepicker_textinput_display 0x7f0c003f +int layout menu 0x7f0c0040 +int layout mtrl_alert_dialog 0x7f0c0041 +int layout mtrl_alert_dialog_actions 0x7f0c0042 +int layout mtrl_alert_dialog_title 0x7f0c0043 +int layout mtrl_alert_select_dialog_item 0x7f0c0044 +int layout mtrl_alert_select_dialog_multichoice 0x7f0c0045 +int layout mtrl_alert_select_dialog_singlechoice 0x7f0c0046 +int layout mtrl_auto_complete_simple_item 0x7f0c0047 +int layout mtrl_calendar_day 0x7f0c0048 +int layout mtrl_calendar_day_of_week 0x7f0c0049 +int layout mtrl_calendar_days_of_week 0x7f0c004a +int layout mtrl_calendar_horizontal 0x7f0c004b +int layout mtrl_calendar_month 0x7f0c004c +int layout mtrl_calendar_month_labeled 0x7f0c004d +int layout mtrl_calendar_month_navigation 0x7f0c004e +int layout mtrl_calendar_months 0x7f0c004f +int layout mtrl_calendar_vertical 0x7f0c0050 +int layout mtrl_calendar_year 0x7f0c0051 +int layout mtrl_layout_snackbar 0x7f0c0052 +int layout mtrl_layout_snackbar_include 0x7f0c0053 +int layout mtrl_navigation_rail_item 0x7f0c0054 +int layout mtrl_picker_actions 0x7f0c0055 +int layout mtrl_picker_dialog 0x7f0c0056 +int layout mtrl_picker_fullscreen 0x7f0c0057 +int layout mtrl_picker_header_dialog 0x7f0c0058 +int layout mtrl_picker_header_fullscreen 0x7f0c0059 +int layout mtrl_picker_header_selection_text 0x7f0c005a +int layout mtrl_picker_header_title_text 0x7f0c005b +int layout mtrl_picker_header_toggle 0x7f0c005c +int layout mtrl_picker_text_input_date 0x7f0c005d +int layout mtrl_picker_text_input_date_range 0x7f0c005e +int layout mtrl_search_bar 0x7f0c005f +int layout mtrl_search_view 0x7f0c0060 +int layout notification_action 0x7f0c0061 +int layout notification_action_tombstone 0x7f0c0062 +int layout notification_template_custom_big 0x7f0c0063 +int layout notification_template_icon_group 0x7f0c0064 +int layout notification_template_part_chronometer 0x7f0c0065 +int layout notification_template_part_time 0x7f0c0066 +int layout prologue 0x7f0c0067 +int layout select_dialog_item_material 0x7f0c0068 +int layout select_dialog_multichoice_material 0x7f0c0069 +int layout select_dialog_singlechoice_material 0x7f0c006a +int layout support_simple_spinner_dropdown_item 0x7f0c006b +int mipmap ic_launcher 0x7f0e0000 +int mipmap ic_launcher_round 0x7f0e0001 +int plurals mtrl_badge_content_description 0x7f0f0000 +int raw loosegamesong 0x7f100002 +int raw menusong 0x7f100001 +int raw prologuesong 0x7f100000 +int raw winningsong 0x7f100003 +int string abc_action_bar_home_description 0x7f110000 +int string abc_action_bar_up_description 0x7f110001 +int string abc_action_menu_overflow_description 0x7f110002 +int string abc_action_mode_done 0x7f110003 +int string abc_activity_chooser_view_see_all 0x7f110004 +int string abc_activitychooserview_choose_application 0x7f110005 +int string abc_capital_off 0x7f110006 +int string abc_capital_on 0x7f110007 +int string abc_menu_alt_shortcut_label 0x7f110008 +int string abc_menu_ctrl_shortcut_label 0x7f110009 +int string abc_menu_delete_shortcut_label 0x7f11000a +int string abc_menu_enter_shortcut_label 0x7f11000b +int string abc_menu_function_shortcut_label 0x7f11000c +int string abc_menu_meta_shortcut_label 0x7f11000d +int string abc_menu_shift_shortcut_label 0x7f11000e +int string abc_menu_space_shortcut_label 0x7f11000f +int string abc_menu_sym_shortcut_label 0x7f110010 +int string abc_prepend_shortcut_label 0x7f110011 +int string abc_search_hint 0x7f110012 +int string abc_searchview_description_clear 0x7f110013 +int string abc_searchview_description_query 0x7f110014 +int string abc_searchview_description_search 0x7f110015 +int string abc_searchview_description_submit 0x7f110016 +int string abc_searchview_description_voice 0x7f110017 +int string abc_shareactionprovider_share_with 0x7f110018 +int string abc_shareactionprovider_share_with_application 0x7f110019 +int string abc_toolbar_collapse_description 0x7f11001a +int string androidx_startup 0x7f11001b +int string app_name 0x7f11001c +int string appbar_scrolling_view_behavior 0x7f11001d +int string bottom_sheet_behavior 0x7f11001e +int string bottomsheet_action_collapse 0x7f11001f +int string bottomsheet_action_expand 0x7f110020 +int string bottomsheet_action_expand_halfway 0x7f110021 +int string bottomsheet_drag_handle_clicked 0x7f110022 +int string bottomsheet_drag_handle_content_description 0x7f110023 +int string character_counter_content_description 0x7f110024 +int string character_counter_overflowed_content_description 0x7f110025 +int string character_counter_pattern 0x7f110026 +int string clear_text_end_icon_content_description 0x7f110027 +int string error_a11y_label 0x7f110028 +int string error_icon_content_description 0x7f110029 +int string exposed_dropdown_menu_content_description 0x7f11002a +int string fab_transformation_scrim_behavior 0x7f11002b +int string fab_transformation_sheet_behavior 0x7f11002c +int string hide_bottom_view_on_scroll_behavior 0x7f11002d +int string icon_content_description 0x7f11002e +int string item_view_role_description 0x7f11002f +int string m3_sys_motion_easing_emphasized 0x7f110030 +int string m3_sys_motion_easing_emphasized_accelerate 0x7f110031 +int string m3_sys_motion_easing_emphasized_decelerate 0x7f110032 +int string m3_sys_motion_easing_emphasized_path_data 0x7f110033 +int string m3_sys_motion_easing_legacy 0x7f110034 +int string m3_sys_motion_easing_legacy_accelerate 0x7f110035 +int string m3_sys_motion_easing_legacy_decelerate 0x7f110036 +int string m3_sys_motion_easing_linear 0x7f110037 +int string m3_sys_motion_easing_standard 0x7f110038 +int string m3_sys_motion_easing_standard_accelerate 0x7f110039 +int string m3_sys_motion_easing_standard_decelerate 0x7f11003a +int string material_clock_display_divider 0x7f11003b +int string material_clock_toggle_content_description 0x7f11003c +int string material_hour_24h_suffix 0x7f11003d +int string material_hour_selection 0x7f11003e +int string material_hour_suffix 0x7f11003f +int string material_minute_selection 0x7f110040 +int string material_minute_suffix 0x7f110041 +int string material_motion_easing_accelerated 0x7f110042 +int string material_motion_easing_decelerated 0x7f110043 +int string material_motion_easing_emphasized 0x7f110044 +int string material_motion_easing_linear 0x7f110045 +int string material_motion_easing_standard 0x7f110046 +int string material_slider_range_end 0x7f110047 +int string material_slider_range_start 0x7f110048 +int string material_slider_value 0x7f110049 +int string material_timepicker_am 0x7f11004a +int string material_timepicker_clock_mode_description 0x7f11004b +int string material_timepicker_hour 0x7f11004c +int string material_timepicker_minute 0x7f11004d +int string material_timepicker_pm 0x7f11004e +int string material_timepicker_select_time 0x7f11004f +int string material_timepicker_text_input_mode_description 0x7f110050 +int string mtrl_badge_numberless_content_description 0x7f110051 +int string mtrl_checkbox_button_icon_path_checked 0x7f110052 +int string mtrl_checkbox_button_icon_path_group_name 0x7f110053 +int string mtrl_checkbox_button_icon_path_indeterminate 0x7f110054 +int string mtrl_checkbox_button_icon_path_name 0x7f110055 +int string mtrl_checkbox_button_path_checked 0x7f110056 +int string mtrl_checkbox_button_path_group_name 0x7f110057 +int string mtrl_checkbox_button_path_name 0x7f110058 +int string mtrl_checkbox_button_path_unchecked 0x7f110059 +int string mtrl_checkbox_state_description_checked 0x7f11005a +int string mtrl_checkbox_state_description_indeterminate 0x7f11005b +int string mtrl_checkbox_state_description_unchecked 0x7f11005c +int string mtrl_chip_close_icon_content_description 0x7f11005d +int string mtrl_exceed_max_badge_number_content_description 0x7f11005e +int string mtrl_exceed_max_badge_number_suffix 0x7f11005f +int string mtrl_picker_a11y_next_month 0x7f110060 +int string mtrl_picker_a11y_prev_month 0x7f110061 +int string mtrl_picker_announce_current_range_selection 0x7f110062 +int string mtrl_picker_announce_current_selection 0x7f110063 +int string mtrl_picker_announce_current_selection_none 0x7f110064 +int string mtrl_picker_cancel 0x7f110065 +int string mtrl_picker_confirm 0x7f110066 +int string mtrl_picker_date_header_selected 0x7f110067 +int string mtrl_picker_date_header_title 0x7f110068 +int string mtrl_picker_date_header_unselected 0x7f110069 +int string mtrl_picker_day_of_week_column_header 0x7f11006a +int string mtrl_picker_end_date_description 0x7f11006b +int string mtrl_picker_invalid_format 0x7f11006c +int string mtrl_picker_invalid_format_example 0x7f11006d +int string mtrl_picker_invalid_format_use 0x7f11006e +int string mtrl_picker_invalid_range 0x7f11006f +int string mtrl_picker_navigate_to_current_year_description 0x7f110070 +int string mtrl_picker_navigate_to_year_description 0x7f110071 +int string mtrl_picker_out_of_range 0x7f110072 +int string mtrl_picker_range_header_only_end_selected 0x7f110073 +int string mtrl_picker_range_header_only_start_selected 0x7f110074 +int string mtrl_picker_range_header_selected 0x7f110075 +int string mtrl_picker_range_header_title 0x7f110076 +int string mtrl_picker_range_header_unselected 0x7f110077 +int string mtrl_picker_save 0x7f110078 +int string mtrl_picker_start_date_description 0x7f110079 +int string mtrl_picker_text_input_date_hint 0x7f11007a +int string mtrl_picker_text_input_date_range_end_hint 0x7f11007b +int string mtrl_picker_text_input_date_range_start_hint 0x7f11007c +int string mtrl_picker_text_input_day_abbr 0x7f11007d +int string mtrl_picker_text_input_month_abbr 0x7f11007e +int string mtrl_picker_text_input_year_abbr 0x7f11007f +int string mtrl_picker_today_description 0x7f110080 +int string mtrl_picker_toggle_to_calendar_input_mode 0x7f110081 +int string mtrl_picker_toggle_to_day_selection 0x7f110082 +int string mtrl_picker_toggle_to_text_input_mode 0x7f110083 +int string mtrl_picker_toggle_to_year_selection 0x7f110084 +int string mtrl_switch_thumb_group_name 0x7f110085 +int string mtrl_switch_thumb_path_checked 0x7f110086 +int string mtrl_switch_thumb_path_morphing 0x7f110087 +int string mtrl_switch_thumb_path_name 0x7f110088 +int string mtrl_switch_thumb_path_pressed 0x7f110089 +int string mtrl_switch_thumb_path_unchecked 0x7f11008a +int string mtrl_switch_track_decoration_path 0x7f11008b +int string mtrl_switch_track_path 0x7f11008c +int string mtrl_timepicker_cancel 0x7f11008d +int string mtrl_timepicker_confirm 0x7f11008e +int string password_toggle_content_description 0x7f11008f +int string path_password_eye 0x7f110090 +int string path_password_eye_mask_strike_through 0x7f110091 +int string path_password_eye_mask_visible 0x7f110092 +int string path_password_strike_through 0x7f110093 +int string search_menu_title 0x7f110094 +int string searchbar_scrolling_view_behavior 0x7f110095 +int string searchview_clear_text_content_description 0x7f110096 +int string searchview_navigation_content_description 0x7f110097 +int string side_sheet_accessibility_pane_title 0x7f110098 +int string side_sheet_behavior 0x7f110099 +int string status_bar_notification_info_overflow 0x7f11009a +int style AlertDialog_AppCompat 0x7f120000 +int style AlertDialog_AppCompat_Light 0x7f120001 +int style Animation_AppCompat_Dialog 0x7f120002 +int style Animation_AppCompat_DropDownUp 0x7f120003 +int style Animation_AppCompat_Tooltip 0x7f120004 +int style Animation_Design_BottomSheetDialog 0x7f120005 +int style Animation_Material3_BottomSheetDialog 0x7f120006 +int style Animation_Material3_SideSheetDialog 0x7f120007 +int style Animation_MaterialComponents_BottomSheetDialog 0x7f120008 +int style Base_AlertDialog_AppCompat 0x7f120009 +int style Base_AlertDialog_AppCompat_Light 0x7f12000a +int style Base_Animation_AppCompat_Dialog 0x7f12000b +int style Base_Animation_AppCompat_DropDownUp 0x7f12000c +int style Base_Animation_AppCompat_Tooltip 0x7f12000d +int style Base_CardView 0x7f12000e +int style Base_DialogWindowTitle_AppCompat 0x7f12000f +int style Base_DialogWindowTitleBackground_AppCompat 0x7f120010 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f120011 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f120012 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f120013 +int style Base_TextAppearance_AppCompat 0x7f120014 +int style Base_TextAppearance_AppCompat_Body1 0x7f120015 +int style Base_TextAppearance_AppCompat_Body2 0x7f120016 +int style Base_TextAppearance_AppCompat_Button 0x7f120017 +int style Base_TextAppearance_AppCompat_Caption 0x7f120018 +int style Base_TextAppearance_AppCompat_Display1 0x7f120019 +int style Base_TextAppearance_AppCompat_Display2 0x7f12001a +int style Base_TextAppearance_AppCompat_Display3 0x7f12001b +int style Base_TextAppearance_AppCompat_Display4 0x7f12001c +int style Base_TextAppearance_AppCompat_Headline 0x7f12001d +int style Base_TextAppearance_AppCompat_Inverse 0x7f12001e +int style Base_TextAppearance_AppCompat_Large 0x7f12001f +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f120020 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f120021 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f120022 +int style Base_TextAppearance_AppCompat_Medium 0x7f120023 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f120024 +int style Base_TextAppearance_AppCompat_Menu 0x7f120025 +int style Base_TextAppearance_AppCompat_SearchResult 0x7f120026 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f120027 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f120028 +int style Base_TextAppearance_AppCompat_Small 0x7f120029 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f12002a +int style Base_TextAppearance_AppCompat_Subhead 0x7f12002b +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f12002c +int style Base_TextAppearance_AppCompat_Title 0x7f12002d +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f12002e +int style Base_TextAppearance_AppCompat_Tooltip 0x7f12002f +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f120030 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f120031 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f120032 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f120033 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f120034 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f120035 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f120036 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f120037 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f120038 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f120039 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f12003a +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f12003b +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f12003c +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f12003d +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f12003e +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f12003f +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f120040 +int style Base_TextAppearance_Material3_Search 0x7f120041 +int style Base_TextAppearance_MaterialComponents_Badge 0x7f120042 +int style Base_TextAppearance_MaterialComponents_Button 0x7f120043 +int style Base_TextAppearance_MaterialComponents_Headline6 0x7f120044 +int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f120045 +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f120046 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f120047 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f120048 +int style Base_Theme_AppCompat 0x7f120049 +int style Base_Theme_AppCompat_CompactMenu 0x7f12004a +int style Base_Theme_AppCompat_Dialog 0x7f12004b +int style Base_Theme_AppCompat_Dialog_Alert 0x7f12004c +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f12004d +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f12004e +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f12004f +int style Base_Theme_AppCompat_Light 0x7f120050 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f120051 +int style Base_Theme_AppCompat_Light_Dialog 0x7f120052 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f120053 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f120054 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f120055 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f120056 +int style Base_Theme_Material3_Dark 0x7f120057 +int style Base_Theme_Material3_Dark_BottomSheetDialog 0x7f120058 +int style Base_Theme_Material3_Dark_Dialog 0x7f120059 +int style Base_Theme_Material3_Dark_SideSheetDialog 0x7f12005a +int style Base_Theme_Material3_Light 0x7f12005b +int style Base_Theme_Material3_Light_BottomSheetDialog 0x7f12005c +int style Base_Theme_Material3_Light_Dialog 0x7f12005d +int style Base_Theme_Material3_Light_SideSheetDialog 0x7f12005e +int style Base_Theme_MaterialComponents 0x7f12005f +int style Base_Theme_MaterialComponents_Bridge 0x7f120060 +int style Base_Theme_MaterialComponents_CompactMenu 0x7f120061 +int style Base_Theme_MaterialComponents_Dialog 0x7f120062 +int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f120063 +int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f120064 +int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f120065 +int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f120066 +int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f120067 +int style Base_Theme_MaterialComponents_Light 0x7f120068 +int style Base_Theme_MaterialComponents_Light_Bridge 0x7f120069 +int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f12006a +int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f12006b +int style Base_Theme_MaterialComponents_Light_Dialog 0x7f12006c +int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f12006d +int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f12006e +int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f12006f +int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f120070 +int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f120071 +int style Base_ThemeOverlay_AppCompat 0x7f120072 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f120073 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f120074 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f120075 +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f120076 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f120077 +int style Base_ThemeOverlay_AppCompat_Light 0x7f120078 +int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x7f120079 +int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x7f12007a +int style Base_ThemeOverlay_Material3_Dialog 0x7f12007b +int style Base_ThemeOverlay_Material3_SideSheetDialog 0x7f12007c +int style Base_ThemeOverlay_Material3_TextInputEditText 0x7f12007d +int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f12007e +int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f12007f +int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f120080 +int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f120081 +int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f120082 +int style Base_V14_Theme_Material3_Dark 0x7f120083 +int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x7f120084 +int style Base_V14_Theme_Material3_Dark_Dialog 0x7f120085 +int style Base_V14_Theme_Material3_Dark_SideSheetDialog 0x7f120086 +int style Base_V14_Theme_Material3_Light 0x7f120087 +int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x7f120088 +int style Base_V14_Theme_Material3_Light_Dialog 0x7f120089 +int style Base_V14_Theme_Material3_Light_SideSheetDialog 0x7f12008a +int style Base_V14_Theme_MaterialComponents 0x7f12008b +int style Base_V14_Theme_MaterialComponents_Bridge 0x7f12008c +int style Base_V14_Theme_MaterialComponents_Dialog 0x7f12008d +int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f12008e +int style Base_V14_Theme_MaterialComponents_Light 0x7f12008f +int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f120090 +int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f120091 +int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f120092 +int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f120093 +int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x7f120094 +int style Base_V14_ThemeOverlay_Material3_SideSheetDialog 0x7f120095 +int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f120096 +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f120097 +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f120098 +int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f120099 +int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x7f12009a +int style Base_V21_Theme_AppCompat 0x7f12009b +int style Base_V21_Theme_AppCompat_Dialog 0x7f12009c +int style Base_V21_Theme_AppCompat_Light 0x7f12009d +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f12009e +int style Base_V21_Theme_MaterialComponents 0x7f12009f +int style Base_V21_Theme_MaterialComponents_Dialog 0x7f1200a0 +int style Base_V21_Theme_MaterialComponents_Light 0x7f1200a1 +int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x7f1200a2 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f1200a3 +int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x7f1200a4 +int style Base_V21_ThemeOverlay_Material3_SideSheetDialog 0x7f1200a5 +int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1200a6 +int style Base_V22_Theme_AppCompat 0x7f1200a7 +int style Base_V22_Theme_AppCompat_Light 0x7f1200a8 +int style Base_V23_Theme_AppCompat 0x7f1200a9 +int style Base_V23_Theme_AppCompat_Light 0x7f1200aa +int style Base_V24_Theme_Material3_Dark 0x7f1200ab +int style Base_V24_Theme_Material3_Dark_Dialog 0x7f1200ac +int style Base_V24_Theme_Material3_Light 0x7f1200ad +int style Base_V24_Theme_Material3_Light_Dialog 0x7f1200ae +int style Base_V26_Theme_AppCompat 0x7f1200af +int style Base_V26_Theme_AppCompat_Light 0x7f1200b0 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f1200b1 +int style Base_V28_Theme_AppCompat 0x7f1200b2 +int style Base_V28_Theme_AppCompat_Light 0x7f1200b3 +int style Base_V7_Theme_AppCompat 0x7f1200b4 +int style Base_V7_Theme_AppCompat_Dialog 0x7f1200b5 +int style Base_V7_Theme_AppCompat_Light 0x7f1200b6 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f1200b7 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f1200b8 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f1200b9 +int style Base_V7_Widget_AppCompat_EditText 0x7f1200ba +int style Base_V7_Widget_AppCompat_Toolbar 0x7f1200bb +int style Base_Widget_AppCompat_ActionBar 0x7f1200bc +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f1200bd +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f1200be +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f1200bf +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f1200c0 +int style Base_Widget_AppCompat_ActionButton 0x7f1200c1 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f1200c2 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f1200c3 +int style Base_Widget_AppCompat_ActionMode 0x7f1200c4 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f1200c5 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f1200c6 +int style Base_Widget_AppCompat_Button 0x7f1200c7 +int style Base_Widget_AppCompat_Button_Borderless 0x7f1200c8 +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1200c9 +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1200ca +int style Base_Widget_AppCompat_Button_Colored 0x7f1200cb +int style Base_Widget_AppCompat_Button_Small 0x7f1200cc +int style Base_Widget_AppCompat_ButtonBar 0x7f1200cd +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1200ce +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1200cf +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1200d0 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1200d1 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1200d2 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1200d3 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1200d4 +int style Base_Widget_AppCompat_EditText 0x7f1200d5 +int style Base_Widget_AppCompat_ImageButton 0x7f1200d6 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f1200d7 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1200d8 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1200d9 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1200da +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1200db +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1200dc +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1200dd +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1200de +int style Base_Widget_AppCompat_ListMenuView 0x7f1200df +int style Base_Widget_AppCompat_ListPopupWindow 0x7f1200e0 +int style Base_Widget_AppCompat_ListView 0x7f1200e1 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f1200e2 +int style Base_Widget_AppCompat_ListView_Menu 0x7f1200e3 +int style Base_Widget_AppCompat_PopupMenu 0x7f1200e4 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1200e5 +int style Base_Widget_AppCompat_PopupWindow 0x7f1200e6 +int style Base_Widget_AppCompat_ProgressBar 0x7f1200e7 +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1200e8 +int style Base_Widget_AppCompat_RatingBar 0x7f1200e9 +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1200ea +int style Base_Widget_AppCompat_RatingBar_Small 0x7f1200eb +int style Base_Widget_AppCompat_SearchView 0x7f1200ec +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1200ed +int style Base_Widget_AppCompat_SeekBar 0x7f1200ee +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1200ef +int style Base_Widget_AppCompat_Spinner 0x7f1200f0 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1200f1 +int style Base_Widget_AppCompat_TextView 0x7f1200f2 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1200f3 +int style Base_Widget_AppCompat_Toolbar 0x7f1200f4 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1200f5 +int style Base_Widget_Design_TabLayout 0x7f1200f6 +int style Base_Widget_Material3_ActionBar_Solid 0x7f1200f7 +int style Base_Widget_Material3_ActionMode 0x7f1200f8 +int style Base_Widget_Material3_BottomNavigationView 0x7f1200f9 +int style Base_Widget_Material3_CardView 0x7f1200fa +int style Base_Widget_Material3_Chip 0x7f1200fb +int style Base_Widget_Material3_CollapsingToolbar 0x7f1200fc +int style Base_Widget_Material3_CompoundButton_CheckBox 0x7f1200fd +int style Base_Widget_Material3_CompoundButton_RadioButton 0x7f1200fe +int style Base_Widget_Material3_CompoundButton_Switch 0x7f1200ff +int style Base_Widget_Material3_ExtendedFloatingActionButton 0x7f120100 +int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x7f120101 +int style Base_Widget_Material3_FloatingActionButton 0x7f120102 +int style Base_Widget_Material3_FloatingActionButton_Large 0x7f120103 +int style Base_Widget_Material3_FloatingActionButton_Small 0x7f120104 +int style Base_Widget_Material3_Light_ActionBar_Solid 0x7f120105 +int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x7f120106 +int style Base_Widget_Material3_Snackbar 0x7f120107 +int style Base_Widget_Material3_TabLayout 0x7f120108 +int style Base_Widget_Material3_TabLayout_OnSurface 0x7f120109 +int style Base_Widget_Material3_TabLayout_Secondary 0x7f12010a +int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f12010b +int style Base_Widget_MaterialComponents_CheckedTextView 0x7f12010c +int style Base_Widget_MaterialComponents_Chip 0x7f12010d +int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f12010e +int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x7f12010f +int style Base_Widget_MaterialComponents_PopupMenu 0x7f120110 +int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f120111 +int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f120112 +int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f120113 +int style Base_Widget_MaterialComponents_Slider 0x7f120114 +int style Base_Widget_MaterialComponents_Snackbar 0x7f120115 +int style Base_Widget_MaterialComponents_TextInputEditText 0x7f120116 +int style Base_Widget_MaterialComponents_TextInputLayout 0x7f120117 +int style Base_Widget_MaterialComponents_TextView 0x7f120118 +int style CardView 0x7f120119 +int style CardView_Dark 0x7f12011a +int style CardView_Light 0x7f12011b +int style MaterialAlertDialog_Material3 0x7f12011c +int style MaterialAlertDialog_Material3_Animation 0x7f12011d +int style MaterialAlertDialog_Material3_Body_Text 0x7f12011e +int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x7f12011f +int style MaterialAlertDialog_Material3_Title_Icon 0x7f120120 +int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x7f120121 +int style MaterialAlertDialog_Material3_Title_Panel 0x7f120122 +int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x7f120123 +int style MaterialAlertDialog_Material3_Title_Text 0x7f120124 +int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x7f120125 +int style MaterialAlertDialog_MaterialComponents 0x7f120126 +int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f120127 +int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f120128 +int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f120129 +int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f12012a +int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f12012b +int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f12012c +int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f12012d +int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f12012e +int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f12012f +int style Platform_AppCompat 0x7f120130 +int style Platform_AppCompat_Light 0x7f120131 +int style Platform_MaterialComponents 0x7f120132 +int style Platform_MaterialComponents_Dialog 0x7f120133 +int style Platform_MaterialComponents_Light 0x7f120134 +int style Platform_MaterialComponents_Light_Dialog 0x7f120135 +int style Platform_ThemeOverlay_AppCompat 0x7f120136 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f120137 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f120138 +int style Platform_V21_AppCompat 0x7f120139 +int style Platform_V21_AppCompat_Light 0x7f12013a +int style Platform_V25_AppCompat 0x7f12013b +int style Platform_V25_AppCompat_Light 0x7f12013c +int style Platform_Widget_AppCompat_Spinner 0x7f12013d +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f12013e +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f12013f +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f120140 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f120141 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f120142 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f120143 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f120144 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f120145 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f120146 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f120147 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f120148 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f120149 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f12014a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f12014b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f12014c +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f12014d +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f12014e +int style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape 0x7f12014f +int style ShapeAppearance_M3_Comp_FilledButton_Container_Shape 0x7f120150 +int style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape 0x7f120151 +int style ShapeAppearance_M3_Comp_SearchBar_Avatar_Shape 0x7f120152 +int style ShapeAppearance_M3_Comp_SearchBar_Container_Shape 0x7f120153 +int style ShapeAppearance_M3_Comp_SearchView_FullScreen_Container_Shape 0x7f120154 +int style ShapeAppearance_M3_Comp_Switch_Handle_Shape 0x7f120155 +int style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape 0x7f120156 +int style ShapeAppearance_M3_Comp_Switch_Track_Shape 0x7f120157 +int style ShapeAppearance_M3_Comp_TextButton_Container_Shape 0x7f120158 +int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x7f120159 +int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x7f12015a +int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x7f12015b +int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x7f12015c +int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x7f12015d +int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x7f12015e +int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x7f12015f +int style ShapeAppearance_Material3_Corner_ExtraLarge 0x7f120160 +int style ShapeAppearance_Material3_Corner_ExtraSmall 0x7f120161 +int style ShapeAppearance_Material3_Corner_Full 0x7f120162 +int style ShapeAppearance_Material3_Corner_Large 0x7f120163 +int style ShapeAppearance_Material3_Corner_Medium 0x7f120164 +int style ShapeAppearance_Material3_Corner_None 0x7f120165 +int style ShapeAppearance_Material3_Corner_Small 0x7f120166 +int style ShapeAppearance_Material3_LargeComponent 0x7f120167 +int style ShapeAppearance_Material3_MediumComponent 0x7f120168 +int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x7f120169 +int style ShapeAppearance_Material3_SmallComponent 0x7f12016a +int style ShapeAppearance_Material3_Tooltip 0x7f12016b +int style ShapeAppearance_MaterialComponents 0x7f12016c +int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f12016d +int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f12016e +int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f12016f +int style ShapeAppearance_MaterialComponents_Tooltip 0x7f120170 +int style ShapeAppearanceOverlay_Material3_Button 0x7f120171 +int style ShapeAppearanceOverlay_Material3_Chip 0x7f120172 +int style ShapeAppearanceOverlay_Material3_Corner_Bottom 0x7f120173 +int style ShapeAppearanceOverlay_Material3_Corner_Left 0x7f120174 +int style ShapeAppearanceOverlay_Material3_Corner_Right 0x7f120175 +int style ShapeAppearanceOverlay_Material3_Corner_Top 0x7f120176 +int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x7f120177 +int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x7f120178 +int style ShapeAppearanceOverlay_Material3_SearchBar 0x7f120179 +int style ShapeAppearanceOverlay_Material3_SearchView 0x7f12017a +int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x7f12017b +int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f12017c +int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f12017d +int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f12017e +int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f12017f +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f120180 +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f120181 +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f120182 +int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f120183 +int style TextAppearance_AppCompat 0x7f120184 +int style TextAppearance_AppCompat_Body1 0x7f120185 +int style TextAppearance_AppCompat_Body2 0x7f120186 +int style TextAppearance_AppCompat_Button 0x7f120187 +int style TextAppearance_AppCompat_Caption 0x7f120188 +int style TextAppearance_AppCompat_Display1 0x7f120189 +int style TextAppearance_AppCompat_Display2 0x7f12018a +int style TextAppearance_AppCompat_Display3 0x7f12018b +int style TextAppearance_AppCompat_Display4 0x7f12018c +int style TextAppearance_AppCompat_Headline 0x7f12018d +int style TextAppearance_AppCompat_Inverse 0x7f12018e +int style TextAppearance_AppCompat_Large 0x7f12018f +int style TextAppearance_AppCompat_Large_Inverse 0x7f120190 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f120191 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f120192 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f120193 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f120194 +int style TextAppearance_AppCompat_Medium 0x7f120195 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f120196 +int style TextAppearance_AppCompat_Menu 0x7f120197 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f120198 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f120199 +int style TextAppearance_AppCompat_Small 0x7f12019a +int style TextAppearance_AppCompat_Small_Inverse 0x7f12019b +int style TextAppearance_AppCompat_Subhead 0x7f12019c +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f12019d +int style TextAppearance_AppCompat_Title 0x7f12019e +int style TextAppearance_AppCompat_Title_Inverse 0x7f12019f +int style TextAppearance_AppCompat_Tooltip 0x7f1201a0 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1201a1 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1201a2 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1201a3 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1201a4 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1201a5 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1201a6 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1201a7 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1201a8 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1201a9 +int style TextAppearance_AppCompat_Widget_Button 0x7f1201aa +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1201ab +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1201ac +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1201ad +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1201ae +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1201af +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1201b0 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1201b1 +int style TextAppearance_AppCompat_Widget_Switch 0x7f1201b2 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1201b3 +int style TextAppearance_Compat_Notification 0x7f1201b4 +int style TextAppearance_Compat_Notification_Info 0x7f1201b5 +int style TextAppearance_Compat_Notification_Line2 0x7f1201b6 +int style TextAppearance_Compat_Notification_Time 0x7f1201b7 +int style TextAppearance_Compat_Notification_Title 0x7f1201b8 +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f1201b9 +int style TextAppearance_Design_Counter 0x7f1201ba +int style TextAppearance_Design_Counter_Overflow 0x7f1201bb +int style TextAppearance_Design_Error 0x7f1201bc +int style TextAppearance_Design_HelperText 0x7f1201bd +int style TextAppearance_Design_Hint 0x7f1201be +int style TextAppearance_Design_Placeholder 0x7f1201bf +int style TextAppearance_Design_Prefix 0x7f1201c0 +int style TextAppearance_Design_Snackbar_Message 0x7f1201c1 +int style TextAppearance_Design_Suffix 0x7f1201c2 +int style TextAppearance_Design_Tab 0x7f1201c3 +int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x7f1201c4 +int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x7f1201c5 +int style TextAppearance_M3_Sys_Typescale_BodySmall 0x7f1201c6 +int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x7f1201c7 +int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x7f1201c8 +int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x7f1201c9 +int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x7f1201ca +int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x7f1201cb +int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x7f1201cc +int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x7f1201cd +int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x7f1201ce +int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x7f1201cf +int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x7f1201d0 +int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x7f1201d1 +int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x7f1201d2 +int style TextAppearance_Material3_ActionBar_Subtitle 0x7f1201d3 +int style TextAppearance_Material3_ActionBar_Title 0x7f1201d4 +int style TextAppearance_Material3_BodyLarge 0x7f1201d5 +int style TextAppearance_Material3_BodyMedium 0x7f1201d6 +int style TextAppearance_Material3_BodySmall 0x7f1201d7 +int style TextAppearance_Material3_DisplayLarge 0x7f1201d8 +int style TextAppearance_Material3_DisplayMedium 0x7f1201d9 +int style TextAppearance_Material3_DisplaySmall 0x7f1201da +int style TextAppearance_Material3_HeadlineLarge 0x7f1201db +int style TextAppearance_Material3_HeadlineMedium 0x7f1201dc +int style TextAppearance_Material3_HeadlineSmall 0x7f1201dd +int style TextAppearance_Material3_LabelLarge 0x7f1201de +int style TextAppearance_Material3_LabelMedium 0x7f1201df +int style TextAppearance_Material3_LabelSmall 0x7f1201e0 +int style TextAppearance_Material3_MaterialTimePicker_Title 0x7f1201e1 +int style TextAppearance_Material3_SearchBar 0x7f1201e2 +int style TextAppearance_Material3_SearchView 0x7f1201e3 +int style TextAppearance_Material3_SearchView_Prefix 0x7f1201e4 +int style TextAppearance_Material3_TitleLarge 0x7f1201e5 +int style TextAppearance_Material3_TitleMedium 0x7f1201e6 +int style TextAppearance_Material3_TitleSmall 0x7f1201e7 +int style TextAppearance_MaterialComponents_Badge 0x7f1201e8 +int style TextAppearance_MaterialComponents_Body1 0x7f1201e9 +int style TextAppearance_MaterialComponents_Body2 0x7f1201ea +int style TextAppearance_MaterialComponents_Button 0x7f1201eb +int style TextAppearance_MaterialComponents_Caption 0x7f1201ec +int style TextAppearance_MaterialComponents_Chip 0x7f1201ed +int style TextAppearance_MaterialComponents_Headline1 0x7f1201ee +int style TextAppearance_MaterialComponents_Headline2 0x7f1201ef +int style TextAppearance_MaterialComponents_Headline3 0x7f1201f0 +int style TextAppearance_MaterialComponents_Headline4 0x7f1201f1 +int style TextAppearance_MaterialComponents_Headline5 0x7f1201f2 +int style TextAppearance_MaterialComponents_Headline6 0x7f1201f3 +int style TextAppearance_MaterialComponents_Overline 0x7f1201f4 +int style TextAppearance_MaterialComponents_Subtitle1 0x7f1201f5 +int style TextAppearance_MaterialComponents_Subtitle2 0x7f1201f6 +int style TextAppearance_MaterialComponents_TimePicker_Title 0x7f1201f7 +int style TextAppearance_MaterialComponents_Tooltip 0x7f1201f8 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1201f9 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1201fa +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1201fb +int style Theme_AppCompat 0x7f1201fc +int style Theme_AppCompat_CompactMenu 0x7f1201fd +int style Theme_AppCompat_DayNight 0x7f1201fe +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1201ff +int style Theme_AppCompat_DayNight_Dialog 0x7f120200 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f120201 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f120202 +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f120203 +int style Theme_AppCompat_DayNight_NoActionBar 0x7f120204 +int style Theme_AppCompat_Dialog 0x7f120205 +int style Theme_AppCompat_Dialog_Alert 0x7f120206 +int style Theme_AppCompat_Dialog_MinWidth 0x7f120207 +int style Theme_AppCompat_DialogWhenLarge 0x7f120208 +int style Theme_AppCompat_Empty 0x7f120209 +int style Theme_AppCompat_Light 0x7f12020a +int style Theme_AppCompat_Light_DarkActionBar 0x7f12020b +int style Theme_AppCompat_Light_Dialog 0x7f12020c +int style Theme_AppCompat_Light_Dialog_Alert 0x7f12020d +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f12020e +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f12020f +int style Theme_AppCompat_Light_NoActionBar 0x7f120210 +int style Theme_AppCompat_NoActionBar 0x7f120211 +int style Theme_Design 0x7f120212 +int style Theme_Design_BottomSheetDialog 0x7f120213 +int style Theme_Design_Light 0x7f120214 +int style Theme_Design_Light_BottomSheetDialog 0x7f120215 +int style Theme_Design_Light_NoActionBar 0x7f120216 +int style Theme_Design_NoActionBar 0x7f120217 +int style Theme_JMastermind 0x7f120218 +int style Theme_Material3_Dark 0x7f120219 +int style Theme_Material3_Dark_BottomSheetDialog 0x7f12021a +int style Theme_Material3_Dark_Dialog 0x7f12021b +int style Theme_Material3_Dark_Dialog_Alert 0x7f12021c +int style Theme_Material3_Dark_Dialog_MinWidth 0x7f12021d +int style Theme_Material3_Dark_DialogWhenLarge 0x7f12021e +int style Theme_Material3_Dark_NoActionBar 0x7f12021f +int style Theme_Material3_Dark_SideSheetDialog 0x7f120220 +int style Theme_Material3_DayNight 0x7f120221 +int style Theme_Material3_DayNight_BottomSheetDialog 0x7f120222 +int style Theme_Material3_DayNight_Dialog 0x7f120223 +int style Theme_Material3_DayNight_Dialog_Alert 0x7f120224 +int style Theme_Material3_DayNight_Dialog_MinWidth 0x7f120225 +int style Theme_Material3_DayNight_DialogWhenLarge 0x7f120226 +int style Theme_Material3_DayNight_NoActionBar 0x7f120227 +int style Theme_Material3_DayNight_SideSheetDialog 0x7f120228 +int style Theme_Material3_DynamicColors_Dark 0x7f120229 +int style Theme_Material3_DynamicColors_DayNight 0x7f12022a +int style Theme_Material3_DynamicColors_Light 0x7f12022b +int style Theme_Material3_Light 0x7f12022c +int style Theme_Material3_Light_BottomSheetDialog 0x7f12022d +int style Theme_Material3_Light_Dialog 0x7f12022e +int style Theme_Material3_Light_Dialog_Alert 0x7f12022f +int style Theme_Material3_Light_Dialog_MinWidth 0x7f120230 +int style Theme_Material3_Light_DialogWhenLarge 0x7f120231 +int style Theme_Material3_Light_NoActionBar 0x7f120232 +int style Theme_Material3_Light_SideSheetDialog 0x7f120233 +int style Theme_MaterialComponents 0x7f120234 +int style Theme_MaterialComponents_BottomSheetDialog 0x7f120235 +int style Theme_MaterialComponents_Bridge 0x7f120236 +int style Theme_MaterialComponents_CompactMenu 0x7f120237 +int style Theme_MaterialComponents_DayNight 0x7f120238 +int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f120239 +int style Theme_MaterialComponents_DayNight_Bridge 0x7f12023a +int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f12023b +int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f12023c +int style Theme_MaterialComponents_DayNight_Dialog 0x7f12023d +int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f12023e +int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f12023f +int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f120240 +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f120241 +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f120242 +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f120243 +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f120244 +int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f120245 +int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f120246 +int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f120247 +int style Theme_MaterialComponents_Dialog 0x7f120248 +int style Theme_MaterialComponents_Dialog_Alert 0x7f120249 +int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f12024a +int style Theme_MaterialComponents_Dialog_Bridge 0x7f12024b +int style Theme_MaterialComponents_Dialog_FixedSize 0x7f12024c +int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f12024d +int style Theme_MaterialComponents_Dialog_MinWidth 0x7f12024e +int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f12024f +int style Theme_MaterialComponents_DialogWhenLarge 0x7f120250 +int style Theme_MaterialComponents_Light 0x7f120251 +int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f120252 +int style Theme_MaterialComponents_Light_Bridge 0x7f120253 +int style Theme_MaterialComponents_Light_DarkActionBar 0x7f120254 +int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f120255 +int style Theme_MaterialComponents_Light_Dialog 0x7f120256 +int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f120257 +int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f120258 +int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f120259 +int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f12025a +int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f12025b +int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f12025c +int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f12025d +int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f12025e +int style Theme_MaterialComponents_Light_NoActionBar 0x7f12025f +int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f120260 +int style Theme_MaterialComponents_NoActionBar 0x7f120261 +int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f120262 +int style ThemeOverlay_AppCompat 0x7f120263 +int style ThemeOverlay_AppCompat_ActionBar 0x7f120264 +int style ThemeOverlay_AppCompat_Dark 0x7f120265 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f120266 +int style ThemeOverlay_AppCompat_DayNight 0x7f120267 +int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f120268 +int style ThemeOverlay_AppCompat_Dialog 0x7f120269 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f12026a +int style ThemeOverlay_AppCompat_Light 0x7f12026b +int style ThemeOverlay_Design_TextInputEditText 0x7f12026c +int style ThemeOverlay_Material3 0x7f12026d +int style ThemeOverlay_Material3_ActionBar 0x7f12026e +int style ThemeOverlay_Material3_AutoCompleteTextView 0x7f12026f +int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x7f120270 +int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f120271 +int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x7f120272 +int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f120273 +int style ThemeOverlay_Material3_BottomAppBar 0x7f120274 +int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x7f120275 +int style ThemeOverlay_Material3_BottomSheetDialog 0x7f120276 +int style ThemeOverlay_Material3_Button 0x7f120277 +int style ThemeOverlay_Material3_Button_ElevatedButton 0x7f120278 +int style ThemeOverlay_Material3_Button_IconButton 0x7f120279 +int style ThemeOverlay_Material3_Button_IconButton_Filled 0x7f12027a +int style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal 0x7f12027b +int style ThemeOverlay_Material3_Button_TextButton 0x7f12027c +int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x7f12027d +int style ThemeOverlay_Material3_Button_TonalButton 0x7f12027e +int style ThemeOverlay_Material3_Chip 0x7f12027f +int style ThemeOverlay_Material3_Chip_Assist 0x7f120280 +int style ThemeOverlay_Material3_Dark 0x7f120281 +int style ThemeOverlay_Material3_Dark_ActionBar 0x7f120282 +int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x7f120283 +int style ThemeOverlay_Material3_DayNight_SideSheetDialog 0x7f120284 +int style ThemeOverlay_Material3_Dialog 0x7f120285 +int style ThemeOverlay_Material3_Dialog_Alert 0x7f120286 +int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x7f120287 +int style ThemeOverlay_Material3_DynamicColors_Dark 0x7f120288 +int style ThemeOverlay_Material3_DynamicColors_DayNight 0x7f120289 +int style ThemeOverlay_Material3_DynamicColors_Light 0x7f12028a +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary 0x7f12028b +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary 0x7f12028c +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface 0x7f12028d +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary 0x7f12028e +int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x7f12028f +int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x7f120290 +int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x7f120291 +int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x7f120292 +int style ThemeOverlay_Material3_HarmonizedColors 0x7f120293 +int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x7f120294 +int style ThemeOverlay_Material3_Light 0x7f120295 +int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x7f120296 +int style ThemeOverlay_Material3_MaterialAlertDialog 0x7f120297 +int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x7f120298 +int style ThemeOverlay_Material3_MaterialCalendar 0x7f120299 +int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x7f12029a +int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x7f12029b +int style ThemeOverlay_Material3_MaterialTimePicker 0x7f12029c +int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f12029d +int style ThemeOverlay_Material3_NavigationView 0x7f12029e +int style ThemeOverlay_Material3_PersonalizedColors 0x7f12029f +int style ThemeOverlay_Material3_Search 0x7f1202a0 +int style ThemeOverlay_Material3_SideSheetDialog 0x7f1202a1 +int style ThemeOverlay_Material3_Snackbar 0x7f1202a2 +int style ThemeOverlay_Material3_TextInputEditText 0x7f1202a3 +int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x7f1202a4 +int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x7f1202a5 +int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x7f1202a6 +int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x7f1202a7 +int style ThemeOverlay_Material3_Toolbar_Surface 0x7f1202a8 +int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x7f1202a9 +int style ThemeOverlay_MaterialComponents 0x7f1202aa +int style ThemeOverlay_MaterialComponents_ActionBar 0x7f1202ab +int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f1202ac +int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f1202ad +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f1202ae +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1202af +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1202b0 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1202b1 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1202b2 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f1202b3 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f1202b4 +int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1202b5 +int style ThemeOverlay_MaterialComponents_Dark 0x7f1202b6 +int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f1202b7 +int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f1202b8 +int style ThemeOverlay_MaterialComponents_Dialog 0x7f1202b9 +int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f1202ba +int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f1202bb +int style ThemeOverlay_MaterialComponents_Light 0x7f1202bc +int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f1202bd +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f1202be +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f1202bf +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f1202c0 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f1202c1 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f1202c2 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f1202c3 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f1202c4 +int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f1202c5 +int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1202c6 +int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1202c7 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1202c8 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1202c9 +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1202ca +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1202cb +int style ThemeOverlay_MaterialComponents_TimePicker 0x7f1202cc +int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x7f1202cd +int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f1202ce +int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x7f1202cf +int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1202d0 +int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1202d1 +int style Widget_AppCompat_ActionBar 0x7f1202d2 +int style Widget_AppCompat_ActionBar_Solid 0x7f1202d3 +int style Widget_AppCompat_ActionBar_TabBar 0x7f1202d4 +int style Widget_AppCompat_ActionBar_TabText 0x7f1202d5 +int style Widget_AppCompat_ActionBar_TabView 0x7f1202d6 +int style Widget_AppCompat_ActionButton 0x7f1202d7 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f1202d8 +int style Widget_AppCompat_ActionButton_Overflow 0x7f1202d9 +int style Widget_AppCompat_ActionMode 0x7f1202da +int style Widget_AppCompat_ActivityChooserView 0x7f1202db +int style Widget_AppCompat_AutoCompleteTextView 0x7f1202dc +int style Widget_AppCompat_Button 0x7f1202dd +int style Widget_AppCompat_Button_Borderless 0x7f1202de +int style Widget_AppCompat_Button_Borderless_Colored 0x7f1202df +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1202e0 +int style Widget_AppCompat_Button_Colored 0x7f1202e1 +int style Widget_AppCompat_Button_Small 0x7f1202e2 +int style Widget_AppCompat_ButtonBar 0x7f1202e3 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f1202e4 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f1202e5 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f1202e6 +int style Widget_AppCompat_CompoundButton_Switch 0x7f1202e7 +int style Widget_AppCompat_DrawerArrowToggle 0x7f1202e8 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f1202e9 +int style Widget_AppCompat_EditText 0x7f1202ea +int style Widget_AppCompat_ImageButton 0x7f1202eb +int style Widget_AppCompat_Light_ActionBar 0x7f1202ec +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1202ed +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1202ee +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1202ef +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1202f0 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1202f1 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1202f2 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1202f3 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1202f4 +int style Widget_AppCompat_Light_ActionButton 0x7f1202f5 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1202f6 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1202f7 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1202f8 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f1202f9 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1202fa +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1202fb +int style Widget_AppCompat_Light_ListPopupWindow 0x7f1202fc +int style Widget_AppCompat_Light_ListView_DropDown 0x7f1202fd +int style Widget_AppCompat_Light_PopupMenu 0x7f1202fe +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1202ff +int style Widget_AppCompat_Light_SearchView 0x7f120300 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f120301 +int style Widget_AppCompat_ListMenuView 0x7f120302 +int style Widget_AppCompat_ListPopupWindow 0x7f120303 +int style Widget_AppCompat_ListView 0x7f120304 +int style Widget_AppCompat_ListView_DropDown 0x7f120305 +int style Widget_AppCompat_ListView_Menu 0x7f120306 +int style Widget_AppCompat_PopupMenu 0x7f120307 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f120308 +int style Widget_AppCompat_PopupWindow 0x7f120309 +int style Widget_AppCompat_ProgressBar 0x7f12030a +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f12030b +int style Widget_AppCompat_RatingBar 0x7f12030c +int style Widget_AppCompat_RatingBar_Indicator 0x7f12030d +int style Widget_AppCompat_RatingBar_Small 0x7f12030e +int style Widget_AppCompat_SearchView 0x7f12030f +int style Widget_AppCompat_SearchView_ActionBar 0x7f120310 +int style Widget_AppCompat_SeekBar 0x7f120311 +int style Widget_AppCompat_SeekBar_Discrete 0x7f120312 +int style Widget_AppCompat_Spinner 0x7f120313 +int style Widget_AppCompat_Spinner_DropDown 0x7f120314 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f120315 +int style Widget_AppCompat_Spinner_Underlined 0x7f120316 +int style Widget_AppCompat_TextView 0x7f120317 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f120318 +int style Widget_AppCompat_Toolbar 0x7f120319 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f12031a +int style Widget_Compat_NotificationActionContainer 0x7f12031b +int style Widget_Compat_NotificationActionText 0x7f12031c +int style Widget_Design_AppBarLayout 0x7f12031d +int style Widget_Design_BottomNavigationView 0x7f12031e +int style Widget_Design_BottomSheet_Modal 0x7f12031f +int style Widget_Design_CollapsingToolbar 0x7f120320 +int style Widget_Design_FloatingActionButton 0x7f120321 +int style Widget_Design_NavigationView 0x7f120322 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f120323 +int style Widget_Design_Snackbar 0x7f120324 +int style Widget_Design_TabLayout 0x7f120325 +int style Widget_Design_TextInputEditText 0x7f120326 +int style Widget_Design_TextInputLayout 0x7f120327 +int style Widget_Material3_ActionBar_Solid 0x7f120328 +int style Widget_Material3_ActionMode 0x7f120329 +int style Widget_Material3_AppBarLayout 0x7f12032a +int style Widget_Material3_AutoCompleteTextView_FilledBox 0x7f12032b +int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f12032c +int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x7f12032d +int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f12032e +int style Widget_Material3_Badge 0x7f12032f +int style Widget_Material3_BottomAppBar 0x7f120330 +int style Widget_Material3_BottomAppBar_Button_Navigation 0x7f120331 +int style Widget_Material3_BottomAppBar_Legacy 0x7f120332 +int style Widget_Material3_BottomNavigationView 0x7f120333 +int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x7f120334 +int style Widget_Material3_BottomSheet 0x7f120335 +int style Widget_Material3_BottomSheet_DragHandle 0x7f120336 +int style Widget_Material3_BottomSheet_Modal 0x7f120337 +int style Widget_Material3_Button 0x7f120338 +int style Widget_Material3_Button_ElevatedButton 0x7f120339 +int style Widget_Material3_Button_ElevatedButton_Icon 0x7f12033a +int style Widget_Material3_Button_Icon 0x7f12033b +int style Widget_Material3_Button_IconButton 0x7f12033c +int style Widget_Material3_Button_IconButton_Filled 0x7f12033d +int style Widget_Material3_Button_IconButton_Filled_Tonal 0x7f12033e +int style Widget_Material3_Button_IconButton_Outlined 0x7f12033f +int style Widget_Material3_Button_OutlinedButton 0x7f120340 +int style Widget_Material3_Button_OutlinedButton_Icon 0x7f120341 +int style Widget_Material3_Button_TextButton 0x7f120342 +int style Widget_Material3_Button_TextButton_Dialog 0x7f120343 +int style Widget_Material3_Button_TextButton_Dialog_Flush 0x7f120344 +int style Widget_Material3_Button_TextButton_Dialog_Icon 0x7f120345 +int style Widget_Material3_Button_TextButton_Icon 0x7f120346 +int style Widget_Material3_Button_TextButton_Snackbar 0x7f120347 +int style Widget_Material3_Button_TonalButton 0x7f120348 +int style Widget_Material3_Button_TonalButton_Icon 0x7f120349 +int style Widget_Material3_Button_UnelevatedButton 0x7f12034a +int style Widget_Material3_CardView_Elevated 0x7f12034b +int style Widget_Material3_CardView_Filled 0x7f12034c +int style Widget_Material3_CardView_Outlined 0x7f12034d +int style Widget_Material3_CheckedTextView 0x7f12034e +int style Widget_Material3_Chip_Assist 0x7f12034f +int style Widget_Material3_Chip_Assist_Elevated 0x7f120350 +int style Widget_Material3_Chip_Filter 0x7f120351 +int style Widget_Material3_Chip_Filter_Elevated 0x7f120352 +int style Widget_Material3_Chip_Input 0x7f120353 +int style Widget_Material3_Chip_Input_Elevated 0x7f120354 +int style Widget_Material3_Chip_Input_Icon 0x7f120355 +int style Widget_Material3_Chip_Input_Icon_Elevated 0x7f120356 +int style Widget_Material3_Chip_Suggestion 0x7f120357 +int style Widget_Material3_Chip_Suggestion_Elevated 0x7f120358 +int style Widget_Material3_ChipGroup 0x7f120359 +int style Widget_Material3_CircularProgressIndicator 0x7f12035a +int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x7f12035b +int style Widget_Material3_CircularProgressIndicator_Medium 0x7f12035c +int style Widget_Material3_CircularProgressIndicator_Small 0x7f12035d +int style Widget_Material3_CollapsingToolbar 0x7f12035e +int style Widget_Material3_CollapsingToolbar_Large 0x7f12035f +int style Widget_Material3_CollapsingToolbar_Medium 0x7f120360 +int style Widget_Material3_CompoundButton_CheckBox 0x7f120361 +int style Widget_Material3_CompoundButton_MaterialSwitch 0x7f120362 +int style Widget_Material3_CompoundButton_RadioButton 0x7f120363 +int style Widget_Material3_CompoundButton_Switch 0x7f120364 +int style Widget_Material3_DrawerLayout 0x7f120365 +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x7f120366 +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x7f120367 +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x7f120368 +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x7f120369 +int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x7f12036a +int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x7f12036b +int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x7f12036c +int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x7f12036d +int style Widget_Material3_FloatingActionButton_Large_Primary 0x7f12036e +int style Widget_Material3_FloatingActionButton_Large_Secondary 0x7f12036f +int style Widget_Material3_FloatingActionButton_Large_Surface 0x7f120370 +int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x7f120371 +int style Widget_Material3_FloatingActionButton_Primary 0x7f120372 +int style Widget_Material3_FloatingActionButton_Secondary 0x7f120373 +int style Widget_Material3_FloatingActionButton_Small_Primary 0x7f120374 +int style Widget_Material3_FloatingActionButton_Small_Secondary 0x7f120375 +int style Widget_Material3_FloatingActionButton_Small_Surface 0x7f120376 +int style Widget_Material3_FloatingActionButton_Small_Tertiary 0x7f120377 +int style Widget_Material3_FloatingActionButton_Surface 0x7f120378 +int style Widget_Material3_FloatingActionButton_Tertiary 0x7f120379 +int style Widget_Material3_Light_ActionBar_Solid 0x7f12037a +int style Widget_Material3_LinearProgressIndicator 0x7f12037b +int style Widget_Material3_MaterialButtonToggleGroup 0x7f12037c +int style Widget_Material3_MaterialCalendar 0x7f12037d +int style Widget_Material3_MaterialCalendar_Day 0x7f12037e +int style Widget_Material3_MaterialCalendar_Day_Invalid 0x7f12037f +int style Widget_Material3_MaterialCalendar_Day_Selected 0x7f120380 +int style Widget_Material3_MaterialCalendar_Day_Today 0x7f120381 +int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x7f120382 +int style Widget_Material3_MaterialCalendar_DayTextView 0x7f120383 +int style Widget_Material3_MaterialCalendar_Fullscreen 0x7f120384 +int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x7f120385 +int style Widget_Material3_MaterialCalendar_HeaderDivider 0x7f120386 +int style Widget_Material3_MaterialCalendar_HeaderLayout 0x7f120387 +int style Widget_Material3_MaterialCalendar_HeaderLayout_Fullscreen 0x7f120388 +int style Widget_Material3_MaterialCalendar_HeaderSelection 0x7f120389 +int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x7f12038a +int style Widget_Material3_MaterialCalendar_HeaderTitle 0x7f12038b +int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x7f12038c +int style Widget_Material3_MaterialCalendar_Item 0x7f12038d +int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x7f12038e +int style Widget_Material3_MaterialCalendar_MonthTextView 0x7f12038f +int style Widget_Material3_MaterialCalendar_Year 0x7f120390 +int style Widget_Material3_MaterialCalendar_Year_Selected 0x7f120391 +int style Widget_Material3_MaterialCalendar_Year_Today 0x7f120392 +int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x7f120393 +int style Widget_Material3_MaterialDivider 0x7f120394 +int style Widget_Material3_MaterialDivider_Heavy 0x7f120395 +int style Widget_Material3_MaterialTimePicker 0x7f120396 +int style Widget_Material3_MaterialTimePicker_Button 0x7f120397 +int style Widget_Material3_MaterialTimePicker_Clock 0x7f120398 +int style Widget_Material3_MaterialTimePicker_Display 0x7f120399 +int style Widget_Material3_MaterialTimePicker_Display_Divider 0x7f12039a +int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x7f12039b +int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f12039c +int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x7f12039d +int style Widget_Material3_MaterialTimePicker_ImageButton 0x7f12039e +int style Widget_Material3_NavigationRailView 0x7f12039f +int style Widget_Material3_NavigationRailView_ActiveIndicator 0x7f1203a0 +int style Widget_Material3_NavigationView 0x7f1203a1 +int style Widget_Material3_PopupMenu 0x7f1203a2 +int style Widget_Material3_PopupMenu_ContextMenu 0x7f1203a3 +int style Widget_Material3_PopupMenu_ListPopupWindow 0x7f1203a4 +int style Widget_Material3_PopupMenu_Overflow 0x7f1203a5 +int style Widget_Material3_Search_ActionButton_Overflow 0x7f1203a6 +int style Widget_Material3_Search_Toolbar_Button_Navigation 0x7f1203a7 +int style Widget_Material3_SearchBar 0x7f1203a8 +int style Widget_Material3_SearchBar_Outlined 0x7f1203a9 +int style Widget_Material3_SearchView 0x7f1203aa +int style Widget_Material3_SearchView_Prefix 0x7f1203ab +int style Widget_Material3_SearchView_Toolbar 0x7f1203ac +int style Widget_Material3_SideSheet 0x7f1203ad +int style Widget_Material3_SideSheet_Modal 0x7f1203ae +int style Widget_Material3_Slider 0x7f1203af +int style Widget_Material3_Slider_Label 0x7f1203b0 +int style Widget_Material3_Snackbar 0x7f1203b1 +int style Widget_Material3_Snackbar_FullWidth 0x7f1203b2 +int style Widget_Material3_Snackbar_TextView 0x7f1203b3 +int style Widget_Material3_TabLayout 0x7f1203b4 +int style Widget_Material3_TabLayout_OnSurface 0x7f1203b5 +int style Widget_Material3_TabLayout_Secondary 0x7f1203b6 +int style Widget_Material3_TextInputEditText_FilledBox 0x7f1203b7 +int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x7f1203b8 +int style Widget_Material3_TextInputEditText_OutlinedBox 0x7f1203b9 +int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x7f1203ba +int style Widget_Material3_TextInputLayout_FilledBox 0x7f1203bb +int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x7f1203bc +int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f1203bd +int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f1203be +int style Widget_Material3_TextInputLayout_OutlinedBox 0x7f1203bf +int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x7f1203c0 +int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f1203c1 +int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f1203c2 +int style Widget_Material3_Toolbar 0x7f1203c3 +int style Widget_Material3_Toolbar_OnSurface 0x7f1203c4 +int style Widget_Material3_Toolbar_Surface 0x7f1203c5 +int style Widget_Material3_Tooltip 0x7f1203c6 +int style Widget_MaterialComponents_ActionBar_Primary 0x7f1203c7 +int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f1203c8 +int style Widget_MaterialComponents_ActionBar_Solid 0x7f1203c9 +int style Widget_MaterialComponents_ActionBar_Surface 0x7f1203ca +int style Widget_MaterialComponents_ActionMode 0x7f1203cb +int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f1203cc +int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f1203cd +int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f1203ce +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1203cf +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1203d0 +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1203d1 +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1203d2 +int style Widget_MaterialComponents_Badge 0x7f1203d3 +int style Widget_MaterialComponents_BottomAppBar 0x7f1203d4 +int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f1203d5 +int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f1203d6 +int style Widget_MaterialComponents_BottomNavigationView 0x7f1203d7 +int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f1203d8 +int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f1203d9 +int style Widget_MaterialComponents_BottomSheet 0x7f1203da +int style Widget_MaterialComponents_BottomSheet_Modal 0x7f1203db +int style Widget_MaterialComponents_Button 0x7f1203dc +int style Widget_MaterialComponents_Button_Icon 0x7f1203dd +int style Widget_MaterialComponents_Button_OutlinedButton 0x7f1203de +int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f1203df +int style Widget_MaterialComponents_Button_TextButton 0x7f1203e0 +int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f1203e1 +int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f1203e2 +int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f1203e3 +int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f1203e4 +int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f1203e5 +int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f1203e6 +int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f1203e7 +int style Widget_MaterialComponents_CardView 0x7f1203e8 +int style Widget_MaterialComponents_CheckedTextView 0x7f1203e9 +int style Widget_MaterialComponents_Chip_Action 0x7f1203ea +int style Widget_MaterialComponents_Chip_Choice 0x7f1203eb +int style Widget_MaterialComponents_Chip_Entry 0x7f1203ec +int style Widget_MaterialComponents_Chip_Filter 0x7f1203ed +int style Widget_MaterialComponents_ChipGroup 0x7f1203ee +int style Widget_MaterialComponents_CircularProgressIndicator 0x7f1203ef +int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x7f1203f0 +int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x7f1203f1 +int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x7f1203f2 +int style Widget_MaterialComponents_CollapsingToolbar 0x7f1203f3 +int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f1203f4 +int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f1203f5 +int style Widget_MaterialComponents_CompoundButton_Switch 0x7f1203f6 +int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f1203f7 +int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f1203f8 +int style Widget_MaterialComponents_FloatingActionButton 0x7f1203f9 +int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f1203fa +int style Widget_MaterialComponents_LinearProgressIndicator 0x7f1203fb +int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f1203fc +int style Widget_MaterialComponents_MaterialCalendar 0x7f1203fd +int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f1203fe +int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f1203ff +int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f120400 +int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f120401 +int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x7f120402 +int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f120403 +int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f120404 +int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x7f120405 +int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f120406 +int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f120407 +int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f120408 +int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout_Fullscreen 0x7f120409 +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f12040a +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f12040b +int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f12040c +int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f12040d +int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f12040e +int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x7f12040f +int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x7f120410 +int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f120411 +int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f120412 +int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f120413 +int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x7f120414 +int style Widget_MaterialComponents_MaterialDivider 0x7f120415 +int style Widget_MaterialComponents_NavigationRailView 0x7f120416 +int style Widget_MaterialComponents_NavigationRailView_Colored 0x7f120417 +int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x7f120418 +int style Widget_MaterialComponents_NavigationRailView_Compact 0x7f120419 +int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x7f12041a +int style Widget_MaterialComponents_NavigationView 0x7f12041b +int style Widget_MaterialComponents_PopupMenu 0x7f12041c +int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f12041d +int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f12041e +int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f12041f +int style Widget_MaterialComponents_ProgressIndicator 0x7f120420 +int style Widget_MaterialComponents_ShapeableImageView 0x7f120421 +int style Widget_MaterialComponents_Slider 0x7f120422 +int style Widget_MaterialComponents_Snackbar 0x7f120423 +int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f120424 +int style Widget_MaterialComponents_Snackbar_TextView 0x7f120425 +int style Widget_MaterialComponents_TabLayout 0x7f120426 +int style Widget_MaterialComponents_TabLayout_Colored 0x7f120427 +int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f120428 +int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f120429 +int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f12042a +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f12042b +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f12042c +int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f12042d +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f12042e +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f12042f +int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f120430 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f120431 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f120432 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f120433 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f120434 +int style Widget_MaterialComponents_TextView 0x7f120435 +int style Widget_MaterialComponents_TimePicker 0x7f120436 +int style Widget_MaterialComponents_TimePicker_Button 0x7f120437 +int style Widget_MaterialComponents_TimePicker_Clock 0x7f120438 +int style Widget_MaterialComponents_TimePicker_Display 0x7f120439 +int style Widget_MaterialComponents_TimePicker_Display_Divider 0x7f12043a +int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x7f12043b +int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f12043c +int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x7f12043d +int style Widget_MaterialComponents_TimePicker_ImageButton 0x7f12043e +int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x7f12043f +int style Widget_MaterialComponents_Toolbar 0x7f120440 +int style Widget_MaterialComponents_Toolbar_Primary 0x7f120441 +int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f120442 +int style Widget_MaterialComponents_Toolbar_Surface 0x7f120443 +int style Widget_MaterialComponents_Tooltip 0x7f120444 +int style Widget_Support_CoordinatorLayout 0x7f120445 +int[] styleable ActionBar { 0x7f030040, 0x7f030047, 0x7f030048, 0x7f0300ff, 0x7f030100, 0x7f030101, 0x7f030102, 0x7f030103, 0x7f030104, 0x7f03012b, 0x7f03013d, 0x7f03013e, 0x7f03015d, 0x7f0301d2, 0x7f0301da, 0x7f0301e0, 0x7f0301e1, 0x7f0301e5, 0x7f0301f0, 0x7f030206, 0x7f03027a, 0x7f0302f1, 0x7f03031f, 0x7f030326, 0x7f030327, 0x7f03038e, 0x7f030392, 0x7f030406, 0x7f030414 } +int styleable ActionBar_background 0 +int styleable ActionBar_backgroundSplit 1 +int styleable ActionBar_backgroundStacked 2 +int styleable ActionBar_contentInsetEnd 3 +int styleable ActionBar_contentInsetEndWithActions 4 +int styleable ActionBar_contentInsetLeft 5 +int styleable ActionBar_contentInsetRight 6 +int styleable ActionBar_contentInsetStart 7 +int styleable ActionBar_contentInsetStartWithNavigation 8 +int styleable ActionBar_customNavigationLayout 9 +int styleable ActionBar_displayOptions 10 +int styleable ActionBar_divider 11 +int styleable ActionBar_elevation 12 +int styleable ActionBar_height 13 +int styleable ActionBar_hideOnContentScroll 14 +int styleable ActionBar_homeAsUpIndicator 15 +int styleable ActionBar_homeLayout 16 +int styleable ActionBar_icon 17 +int styleable ActionBar_indeterminateProgressStyle 18 +int styleable ActionBar_itemPadding 19 +int styleable ActionBar_logo 20 +int styleable ActionBar_navigationMode 21 +int styleable ActionBar_popupTheme 22 +int styleable ActionBar_progressBarPadding 23 +int styleable ActionBar_progressBarStyle 24 +int styleable ActionBar_subtitle 25 +int styleable ActionBar_subtitleTextStyle 26 +int styleable ActionBar_title 27 +int styleable ActionBar_titleTextStyle 28 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f030040, 0x7f030047, 0x7f0300c0, 0x7f0301d2, 0x7f030392, 0x7f030414 } +int styleable ActionMode_background 0 +int styleable ActionMode_backgroundSplit 1 +int styleable ActionMode_closeItemLayout 2 +int styleable ActionMode_height 3 +int styleable ActionMode_subtitleTextStyle 4 +int styleable ActionMode_titleTextStyle 5 +int[] styleable ActivityChooserView { 0x7f030178, 0x7f0301f6 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f03007d, 0x7f030080, 0x7f03026f, 0x7f030270, 0x7f0302ed, 0x7f03035b, 0x7f030363 } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonIconDimen 1 +int styleable AlertDialog_buttonPanelSideLayout 2 +int styleable AlertDialog_listItemLayout 3 +int styleable AlertDialog_listLayout 4 +int styleable AlertDialog_multiChoiceItemLayout 5 +int styleable AlertDialog_showTitle 6 +int styleable AlertDialog_singleChoiceItemLayout 7 +int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } +int styleable AnimatedStateListDrawableCompat_android_dither 0 +int styleable AnimatedStateListDrawableCompat_android_visible 1 +int styleable AnimatedStateListDrawableCompat_android_variablePadding 2 +int styleable AnimatedStateListDrawableCompat_android_constantSize 3 +int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4 +int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5 +int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 } +int styleable AnimatedStateListDrawableItem_android_id 0 +int styleable AnimatedStateListDrawableItem_android_drawable 1 +int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b } +int styleable AnimatedStateListDrawableTransition_android_drawable 0 +int styleable AnimatedStateListDrawableTransition_android_toId 1 +int styleable AnimatedStateListDrawableTransition_android_fromId 2 +int styleable AnimatedStateListDrawableTransition_android_reversible 3 +int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f03015d, 0x7f030179, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030384 } +int styleable AppBarLayout_android_background 0 +int styleable AppBarLayout_android_touchscreenBlocksFocus 1 +int styleable AppBarLayout_android_keyboardNavigationCluster 2 +int styleable AppBarLayout_elevation 3 +int styleable AppBarLayout_expanded 4 +int styleable AppBarLayout_liftOnScroll 5 +int styleable AppBarLayout_liftOnScrollColor 6 +int styleable AppBarLayout_liftOnScrollTargetViewId 7 +int styleable AppBarLayout_statusBarForeground 8 +int[] styleable AppBarLayoutStates { 0x7f03037b, 0x7f03037c, 0x7f030380, 0x7f030381 } +int styleable AppBarLayoutStates_state_collapsed 0 +int styleable AppBarLayoutStates_state_collapsible 1 +int styleable AppBarLayoutStates_state_liftable 2 +int styleable AppBarLayoutStates_state_lifted 3 +int[] styleable AppBarLayout_Layout { 0x7f030261, 0x7f030262, 0x7f030263 } +int styleable AppBarLayout_Layout_layout_scrollEffect 0 +int styleable AppBarLayout_Layout_layout_scrollFlags 1 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 2 +int[] styleable AppCompatEmojiHelper { } +int[] styleable AppCompatImageView { 0x01010119, 0x7f030370, 0x7f030403, 0x7f030404 } +int styleable AppCompatImageView_android_src 0 +int styleable AppCompatImageView_srcCompat 1 +int styleable AppCompatImageView_tint 2 +int styleable AppCompatImageView_tintMode 3 +int[] styleable AppCompatSeekBar { 0x01010142, 0x7f0303ff, 0x7f030400, 0x7f030401 } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } +int styleable AppCompatTextHelper_android_textAppearance 0 +int styleable AppCompatTextHelper_android_drawableTop 1 +int styleable AppCompatTextHelper_android_drawableBottom 2 +int styleable AppCompatTextHelper_android_drawableLeft 3 +int styleable AppCompatTextHelper_android_drawableRight 4 +int styleable AppCompatTextHelper_android_drawableStart 5 +int styleable AppCompatTextHelper_android_drawableEnd 6 +int[] styleable AppCompatTextView { 0x01010034, 0x7f03003a, 0x7f03003b, 0x7f03003c, 0x7f03003d, 0x7f03003e, 0x7f03014a, 0x7f03014b, 0x7f03014c, 0x7f03014d, 0x7f03014f, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030161, 0x7f030199, 0x7f0301bd, 0x7f0301c6, 0x7f030220, 0x7f030268, 0x7f0303bc, 0x7f0303ed } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_autoSizeMaxTextSize 1 +int styleable AppCompatTextView_autoSizeMinTextSize 2 +int styleable AppCompatTextView_autoSizePresetSizes 3 +int styleable AppCompatTextView_autoSizeStepGranularity 4 +int styleable AppCompatTextView_autoSizeTextType 5 +int styleable AppCompatTextView_drawableBottomCompat 6 +int styleable AppCompatTextView_drawableEndCompat 7 +int styleable AppCompatTextView_drawableLeftCompat 8 +int styleable AppCompatTextView_drawableRightCompat 9 +int styleable AppCompatTextView_drawableStartCompat 10 +int styleable AppCompatTextView_drawableTint 11 +int styleable AppCompatTextView_drawableTintMode 12 +int styleable AppCompatTextView_drawableTopCompat 13 +int styleable AppCompatTextView_emojiCompatEnabled 14 +int styleable AppCompatTextView_firstBaselineToTopHeight 15 +int styleable AppCompatTextView_fontFamily 16 +int styleable AppCompatTextView_fontVariationSettings 17 +int styleable AppCompatTextView_lastBaselineToBottomHeight 18 +int styleable AppCompatTextView_lineHeight 19 +int styleable AppCompatTextView_textAllCaps 20 +int styleable AppCompatTextView_textLocale 21 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030024, 0x7f030026, 0x7f030027, 0x7f030028, 0x7f030029, 0x7f030038, 0x7f030062, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f030081, 0x7f030082, 0x7f030092, 0x7f03009d, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f0300d4, 0x7f0300e7, 0x7f0300e9, 0x7f0300f3, 0x7f03010e, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f030140, 0x7f030145, 0x7f030156, 0x7f030157, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f0301e0, 0x7f0301ee, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f030309, 0x7f03030a, 0x7f03030b, 0x7f03031e, 0x7f030320, 0x7f03032b, 0x7f03032d, 0x7f03032e, 0x7f03032f, 0x7f030341, 0x7f030342, 0x7f030343, 0x7f030344, 0x7f03036d, 0x7f03036e, 0x7f030399, 0x7f0303d3, 0x7f0303d5, 0x7f0303d6, 0x7f0303d7, 0x7f0303d9, 0x7f0303da, 0x7f0303db, 0x7f0303dc, 0x7f0303e2, 0x7f0303e3, 0x7f030417, 0x7f030418, 0x7f03041a, 0x7f03041b, 0x7f03043d, 0x7f030446, 0x7f030447, 0x7f030448, 0x7f030449, 0x7f03044a, 0x7f03044b, 0x7f03044c, 0x7f03044d, 0x7f03044e, 0x7f03044f } +int styleable AppCompatTheme_android_windowIsFloating 0 +int styleable AppCompatTheme_android_windowAnimationStyle 1 +int styleable AppCompatTheme_actionBarDivider 2 +int styleable AppCompatTheme_actionBarItemBackground 3 +int styleable AppCompatTheme_actionBarPopupTheme 4 +int styleable AppCompatTheme_actionBarSize 5 +int styleable AppCompatTheme_actionBarSplitStyle 6 +int styleable AppCompatTheme_actionBarStyle 7 +int styleable AppCompatTheme_actionBarTabBarStyle 8 +int styleable AppCompatTheme_actionBarTabStyle 9 +int styleable AppCompatTheme_actionBarTabTextStyle 10 +int styleable AppCompatTheme_actionBarTheme 11 +int styleable AppCompatTheme_actionBarWidgetTheme 12 +int styleable AppCompatTheme_actionButtonStyle 13 +int styleable AppCompatTheme_actionDropDownStyle 14 +int styleable AppCompatTheme_actionMenuTextAppearance 15 +int styleable AppCompatTheme_actionMenuTextColor 16 +int styleable AppCompatTheme_actionModeBackground 17 +int styleable AppCompatTheme_actionModeCloseButtonStyle 18 +int styleable AppCompatTheme_actionModeCloseContentDescription 19 +int styleable AppCompatTheme_actionModeCloseDrawable 20 +int styleable AppCompatTheme_actionModeCopyDrawable 21 +int styleable AppCompatTheme_actionModeCutDrawable 22 +int styleable AppCompatTheme_actionModeFindDrawable 23 +int styleable AppCompatTheme_actionModePasteDrawable 24 +int styleable AppCompatTheme_actionModePopupWindowStyle 25 +int styleable AppCompatTheme_actionModeSelectAllDrawable 26 +int styleable AppCompatTheme_actionModeShareDrawable 27 +int styleable AppCompatTheme_actionModeSplitBackground 28 +int styleable AppCompatTheme_actionModeStyle 29 +int styleable AppCompatTheme_actionModeTheme 30 +int styleable AppCompatTheme_actionModeWebSearchDrawable 31 +int styleable AppCompatTheme_actionOverflowButtonStyle 32 +int styleable AppCompatTheme_actionOverflowMenuStyle 33 +int styleable AppCompatTheme_activityChooserViewStyle 34 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 35 +int styleable AppCompatTheme_alertDialogCenterButtons 36 +int styleable AppCompatTheme_alertDialogStyle 37 +int styleable AppCompatTheme_alertDialogTheme 38 +int styleable AppCompatTheme_autoCompleteTextViewStyle 39 +int styleable AppCompatTheme_borderlessButtonStyle 40 +int styleable AppCompatTheme_buttonBarButtonStyle 41 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44 +int styleable AppCompatTheme_buttonBarStyle 45 +int styleable AppCompatTheme_buttonStyle 46 +int styleable AppCompatTheme_buttonStyleSmall 47 +int styleable AppCompatTheme_checkboxStyle 48 +int styleable AppCompatTheme_checkedTextViewStyle 49 +int styleable AppCompatTheme_colorAccent 50 +int styleable AppCompatTheme_colorBackgroundFloating 51 +int styleable AppCompatTheme_colorButtonNormal 52 +int styleable AppCompatTheme_colorControlActivated 53 +int styleable AppCompatTheme_colorControlHighlight 54 +int styleable AppCompatTheme_colorControlNormal 55 +int styleable AppCompatTheme_colorError 56 +int styleable AppCompatTheme_colorPrimary 57 +int styleable AppCompatTheme_colorPrimaryDark 58 +int styleable AppCompatTheme_colorSwitchThumbNormal 59 +int styleable AppCompatTheme_controlBackground 60 +int styleable AppCompatTheme_dialogCornerRadius 61 +int styleable AppCompatTheme_dialogPreferredPadding 62 +int styleable AppCompatTheme_dialogTheme 63 +int styleable AppCompatTheme_dividerHorizontal 64 +int styleable AppCompatTheme_dividerVertical 65 +int styleable AppCompatTheme_dropDownListViewStyle 66 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 67 +int styleable AppCompatTheme_editTextBackground 68 +int styleable AppCompatTheme_editTextColor 69 +int styleable AppCompatTheme_editTextStyle 70 +int styleable AppCompatTheme_homeAsUpIndicator 71 +int styleable AppCompatTheme_imageButtonStyle 72 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 73 +int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74 +int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75 +int styleable AppCompatTheme_listDividerAlertDialog 76 +int styleable AppCompatTheme_listMenuViewStyle 77 +int styleable AppCompatTheme_listPopupWindowStyle 78 +int styleable AppCompatTheme_listPreferredItemHeight 79 +int styleable AppCompatTheme_listPreferredItemHeightLarge 80 +int styleable AppCompatTheme_listPreferredItemHeightSmall 81 +int styleable AppCompatTheme_listPreferredItemPaddingEnd 82 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 83 +int styleable AppCompatTheme_listPreferredItemPaddingRight 84 +int styleable AppCompatTheme_listPreferredItemPaddingStart 85 +int styleable AppCompatTheme_panelBackground 86 +int styleable AppCompatTheme_panelMenuListTheme 87 +int styleable AppCompatTheme_panelMenuListWidth 88 +int styleable AppCompatTheme_popupMenuStyle 89 +int styleable AppCompatTheme_popupWindowStyle 90 +int styleable AppCompatTheme_radioButtonStyle 91 +int styleable AppCompatTheme_ratingBarStyle 92 +int styleable AppCompatTheme_ratingBarStyleIndicator 93 +int styleable AppCompatTheme_ratingBarStyleSmall 94 +int styleable AppCompatTheme_searchViewStyle 95 +int styleable AppCompatTheme_seekBarStyle 96 +int styleable AppCompatTheme_selectableItemBackground 97 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 98 +int styleable AppCompatTheme_spinnerDropDownItemStyle 99 +int styleable AppCompatTheme_spinnerStyle 100 +int styleable AppCompatTheme_switchStyle 101 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 102 +int styleable AppCompatTheme_textAppearanceListItem 103 +int styleable AppCompatTheme_textAppearanceListItemSecondary 104 +int styleable AppCompatTheme_textAppearanceListItemSmall 105 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 106 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 108 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109 +int styleable AppCompatTheme_textColorAlertDialogListItem 110 +int styleable AppCompatTheme_textColorSearchUrl 111 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 112 +int styleable AppCompatTheme_toolbarStyle 113 +int styleable AppCompatTheme_tooltipForegroundColor 114 +int styleable AppCompatTheme_tooltipFrameBackground 115 +int styleable AppCompatTheme_viewInflaterClass 116 +int styleable AppCompatTheme_windowActionBar 117 +int styleable AppCompatTheme_windowActionBarOverlay 118 +int styleable AppCompatTheme_windowActionModeOverlay 119 +int styleable AppCompatTheme_windowFixedHeightMajor 120 +int styleable AppCompatTheme_windowFixedHeightMinor 121 +int styleable AppCompatTheme_windowFixedWidthMajor 122 +int styleable AppCompatTheme_windowFixedWidthMinor 123 +int styleable AppCompatTheme_windowMinWidthMajor 124 +int styleable AppCompatTheme_windowMinWidthMinor 125 +int styleable AppCompatTheme_windowNoTitle 126 +int[] styleable Badge { 0x7f030041, 0x7f03004b, 0x7f03004c, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f0301e2, 0x7f0301e3, 0x7f0302b2, 0x7f0302f7, 0x7f03043b, 0x7f03043c } +int styleable Badge_backgroundColor 0 +int styleable Badge_badgeGravity 1 +int styleable Badge_badgeRadius 2 +int styleable Badge_badgeTextColor 3 +int styleable Badge_badgeWidePadding 4 +int styleable Badge_badgeWithTextRadius 5 +int styleable Badge_horizontalOffset 6 +int styleable Badge_horizontalOffsetWithText 7 +int styleable Badge_maxCharacterCount 8 +int styleable Badge_number 9 +int styleable Badge_verticalOffset 10 +int styleable Badge_verticalOffsetWithText 11 +int[] styleable BaseProgressIndicator { 0x01010139, 0x7f0301d7, 0x7f0301f1, 0x7f0302bd, 0x7f030354, 0x7f030356, 0x7f030423, 0x7f030426, 0x7f03042b } +int styleable BaseProgressIndicator_android_indeterminate 0 +int styleable BaseProgressIndicator_hideAnimationBehavior 1 +int styleable BaseProgressIndicator_indicatorColor 2 +int styleable BaseProgressIndicator_minHideDelay 3 +int styleable BaseProgressIndicator_showAnimationBehavior 4 +int styleable BaseProgressIndicator_showDelay 5 +int styleable BaseProgressIndicator_trackColor 6 +int styleable BaseProgressIndicator_trackCornerRadius 7 +int styleable BaseProgressIndicator_trackThickness 8 +int[] styleable BottomAppBar { 0x7f030025, 0x7f030049, 0x7f03015d, 0x7f03018b, 0x7f03018c, 0x7f03018d, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f0301db, 0x7f0302ba, 0x7f0302f0, 0x7f030302, 0x7f030304, 0x7f030305, 0x7f030335 } +int styleable BottomAppBar_addElevationShadow 0 +int styleable BottomAppBar_backgroundTint 1 +int styleable BottomAppBar_elevation 2 +int styleable BottomAppBar_fabAlignmentMode 3 +int styleable BottomAppBar_fabAlignmentModeEndMargin 4 +int styleable BottomAppBar_fabAnchorMode 5 +int styleable BottomAppBar_fabAnimationMode 6 +int styleable BottomAppBar_fabCradleMargin 7 +int styleable BottomAppBar_fabCradleRoundedCornerRadius 8 +int styleable BottomAppBar_fabCradleVerticalOffset 9 +int styleable BottomAppBar_hideOnScroll 10 +int styleable BottomAppBar_menuAlignmentMode 11 +int styleable BottomAppBar_navigationIconTint 12 +int styleable BottomAppBar_paddingBottomSystemWindowInsets 13 +int styleable BottomAppBar_paddingLeftSystemWindowInsets 14 +int styleable BottomAppBar_paddingRightSystemWindowInsets 15 +int styleable BottomAppBar_removeEmbeddedFabElevation 16 +int[] styleable BottomNavigationView { 0x01010140, 0x7f0300f7, 0x7f030200 } +int styleable BottomNavigationView_android_minHeight 0 +int styleable BottomNavigationView_compatShadowEnabled 1 +int styleable BottomNavigationView_itemHorizontalTranslationEnabled 2 +int[] styleable BottomSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f030049, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f0301cd, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030302, 0x7f030304, 0x7f030305, 0x7f030308, 0x7f030347, 0x7f03034f, 0x7f030353 } +int styleable BottomSheetBehavior_Layout_android_maxWidth 0 +int styleable BottomSheetBehavior_Layout_android_maxHeight 1 +int styleable BottomSheetBehavior_Layout_android_elevation 2 +int styleable BottomSheetBehavior_Layout_backgroundTint 3 +int styleable BottomSheetBehavior_Layout_behavior_draggable 4 +int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5 +int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6 +int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7 +int styleable BottomSheetBehavior_Layout_behavior_hideable 8 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9 +int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10 +int styleable BottomSheetBehavior_Layout_behavior_significantVelocityThreshold 11 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 12 +int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 13 +int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 14 +int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 15 +int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 16 +int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 17 +int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 18 +int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 19 +int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 20 +int styleable BottomSheetBehavior_Layout_shapeAppearance 21 +int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 22 +int styleable BottomSheetBehavior_Layout_shouldRemoveExpandedCorners 23 +int[] styleable ButtonBarLayout { 0x7f03002a } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable Capability { 0x7f03032a, 0x7f030352 } +int styleable Capability_queryPatterns 0 +int styleable Capability_shortcutMatchRequired 1 +int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f030105, 0x7f030106, 0x7f030108, 0x7f030109, 0x7f03010b } +int styleable CardView_android_minWidth 0 +int styleable CardView_android_minHeight 1 +int styleable CardView_cardBackgroundColor 2 +int styleable CardView_cardCornerRadius 3 +int styleable CardView_cardElevation 4 +int styleable CardView_cardMaxElevation 5 +int styleable CardView_cardPreventCornerOverlap 6 +int styleable CardView_cardUseCompatPadding 7 +int styleable CardView_contentPadding 8 +int styleable CardView_contentPaddingBottom 9 +int styleable CardView_contentPaddingLeft 10 +int styleable CardView_contentPaddingRight 11 +int styleable CardView_contentPaddingTop 12 +int[] styleable CheckedTextView { 0x01010108, 0x7f03008f, 0x7f030090, 0x7f030091 } +int styleable CheckedTextView_android_checkMark 0 +int styleable CheckedTextView_checkMarkCompat 1 +int styleable CheckedTextView_checkMarkTint 2 +int styleable CheckedTextView_checkMarkTintMode 3 +int[] styleable Chip { 0x01010034, 0x01010095, 0x01010098, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f030095, 0x7f030096, 0x7f03009a, 0x7f03009b, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a2, 0x7f0300a3, 0x7f0300a4, 0x7f0300a5, 0x7f0300a6, 0x7f0300a7, 0x7f0300a8, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b1, 0x7f0300b9, 0x7f0300ba, 0x7f0300bb, 0x7f0300bc, 0x7f0300bd, 0x7f0300be, 0x7f0300bf, 0x7f03016d, 0x7f0301d8, 0x7f0301e6, 0x7f0301ea, 0x7f030337, 0x7f030347, 0x7f03034f, 0x7f030358, 0x7f0303e4, 0x7f0303ee } +int styleable Chip_android_textAppearance 0 +int styleable Chip_android_textSize 1 +int styleable Chip_android_textColor 2 +int styleable Chip_android_ellipsize 3 +int styleable Chip_android_maxWidth 4 +int styleable Chip_android_text 5 +int styleable Chip_android_checkable 6 +int styleable Chip_checkedIcon 7 +int styleable Chip_checkedIconEnabled 8 +int styleable Chip_checkedIconTint 9 +int styleable Chip_checkedIconVisible 10 +int styleable Chip_chipBackgroundColor 11 +int styleable Chip_chipCornerRadius 12 +int styleable Chip_chipEndPadding 13 +int styleable Chip_chipIcon 14 +int styleable Chip_chipIconEnabled 15 +int styleable Chip_chipIconSize 16 +int styleable Chip_chipIconTint 17 +int styleable Chip_chipIconVisible 18 +int styleable Chip_chipMinHeight 19 +int styleable Chip_chipMinTouchTargetSize 20 +int styleable Chip_chipStartPadding 21 +int styleable Chip_chipStrokeColor 22 +int styleable Chip_chipStrokeWidth 23 +int styleable Chip_chipSurfaceColor 24 +int styleable Chip_closeIcon 25 +int styleable Chip_closeIconEnabled 26 +int styleable Chip_closeIconEndPadding 27 +int styleable Chip_closeIconSize 28 +int styleable Chip_closeIconStartPadding 29 +int styleable Chip_closeIconTint 30 +int styleable Chip_closeIconVisible 31 +int styleable Chip_ensureMinTouchTargetSize 32 +int styleable Chip_hideMotionSpec 33 +int styleable Chip_iconEndPadding 34 +int styleable Chip_iconStartPadding 35 +int styleable Chip_rippleColor 36 +int styleable Chip_shapeAppearance 37 +int styleable Chip_shapeAppearanceOverlay 38 +int styleable Chip_showMotionSpec 39 +int styleable Chip_textEndPadding 40 +int styleable Chip_textStartPadding 41 +int[] styleable ChipGroup { 0x7f030094, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f030345, 0x7f030364, 0x7f030365 } +int styleable ChipGroup_checkedChip 0 +int styleable ChipGroup_chipSpacing 1 +int styleable ChipGroup_chipSpacingHorizontal 2 +int styleable ChipGroup_chipSpacingVertical 3 +int styleable ChipGroup_selectionRequired 4 +int styleable ChipGroup_singleLine 5 +int styleable ChipGroup_singleSelection 6 +int[] styleable CircularProgressIndicator { 0x7f0301f2, 0x7f0301f4, 0x7f0301f5 } +int styleable CircularProgressIndicator_indicatorDirectionCircular 0 +int styleable CircularProgressIndicator_indicatorInset 1 +int styleable CircularProgressIndicator_indicatorSize 2 +int[] styleable ClockFaceView { 0x7f0300b5, 0x7f0300b8 } +int styleable ClockFaceView_clockFaceBackgroundColor 0 +int styleable ClockFaceView_clockNumberTextColor 1 +int[] styleable ClockHandView { 0x7f0300b6, 0x7f03029e, 0x7f030346 } +int styleable ClockHandView_clockHandColor 0 +int styleable ClockHandView_materialCircleRadius 1 +int styleable ClockHandView_selectorSize 2 +int[] styleable CollapsingToolbarLayout { 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f03010c, 0x7f03017b, 0x7f03017c, 0x7f03017d, 0x7f03017e, 0x7f03017f, 0x7f030180, 0x7f030181, 0x7f030182, 0x7f03018a, 0x7f0301c8, 0x7f0302b5, 0x7f03033b, 0x7f03033d, 0x7f030385, 0x7f030406, 0x7f030408, 0x7f030409, 0x7f030410, 0x7f030413, 0x7f030416 } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 +int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2 +int styleable CollapsingToolbarLayout_contentScrim 3 +int styleable CollapsingToolbarLayout_expandedTitleGravity 4 +int styleable CollapsingToolbarLayout_expandedTitleMargin 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10 +int styleable CollapsingToolbarLayout_expandedTitleTextColor 11 +int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12 +int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13 +int styleable CollapsingToolbarLayout_maxLines 14 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 15 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16 +int styleable CollapsingToolbarLayout_statusBarScrim 17 +int styleable CollapsingToolbarLayout_title 18 +int styleable CollapsingToolbarLayout_titleCollapseMode 19 +int styleable CollapsingToolbarLayout_titleEnabled 20 +int styleable CollapsingToolbarLayout_titlePositionInterpolator 21 +int styleable CollapsingToolbarLayout_titleTextEllipsize 22 +int styleable CollapsingToolbarLayout_toolbarId 23 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f030229, 0x7f03022a } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002b, 0x7f03021c } +int styleable ColorStateListItem_android_color 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_android_lStar 2 +int styleable ColorStateListItem_alpha 3 +int styleable ColorStateListItem_lStar 4 +int[] styleable CompoundButton { 0x01010107, 0x7f03007a, 0x7f030083, 0x7f030084 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonCompat 1 +int styleable CompoundButton_buttonTint 2 +int styleable CompoundButton_buttonTintMode 3 +int[] styleable Constraint { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f03008e, 0x7f0300fb, 0x7f030149, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b7, 0x7f0301b8, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f03022b, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f0302e7, 0x7f0302e8, 0x7f030311, 0x7f030318, 0x7f03042f, 0x7f030431, 0x7f03043e } +int styleable Constraint_android_orientation 0 +int styleable Constraint_android_id 1 +int styleable Constraint_android_visibility 2 +int styleable Constraint_android_layout_width 3 +int styleable Constraint_android_layout_height 4 +int styleable Constraint_android_layout_marginLeft 5 +int styleable Constraint_android_layout_marginTop 6 +int styleable Constraint_android_layout_marginRight 7 +int styleable Constraint_android_layout_marginBottom 8 +int styleable Constraint_android_maxWidth 9 +int styleable Constraint_android_maxHeight 10 +int styleable Constraint_android_minWidth 11 +int styleable Constraint_android_minHeight 12 +int styleable Constraint_android_alpha 13 +int styleable Constraint_android_transformPivotX 14 +int styleable Constraint_android_transformPivotY 15 +int styleable Constraint_android_translationX 16 +int styleable Constraint_android_translationY 17 +int styleable Constraint_android_scaleX 18 +int styleable Constraint_android_scaleY 19 +int styleable Constraint_android_rotation 20 +int styleable Constraint_android_rotationX 21 +int styleable Constraint_android_rotationY 22 +int styleable Constraint_android_layout_marginStart 23 +int styleable Constraint_android_layout_marginEnd 24 +int styleable Constraint_android_translationZ 25 +int styleable Constraint_android_elevation 26 +int styleable Constraint_animate_relativeTo 27 +int styleable Constraint_barrierAllowsGoneWidgets 28 +int styleable Constraint_barrierDirection 29 +int styleable Constraint_barrierMargin 30 +int styleable Constraint_chainUseRtl 31 +int styleable Constraint_constraint_referenced_ids 32 +int styleable Constraint_drawPath 33 +int styleable Constraint_flow_firstHorizontalBias 34 +int styleable Constraint_flow_firstHorizontalStyle 35 +int styleable Constraint_flow_firstVerticalBias 36 +int styleable Constraint_flow_firstVerticalStyle 37 +int styleable Constraint_flow_horizontalAlign 38 +int styleable Constraint_flow_horizontalBias 39 +int styleable Constraint_flow_horizontalGap 40 +int styleable Constraint_flow_horizontalStyle 41 +int styleable Constraint_flow_lastHorizontalBias 42 +int styleable Constraint_flow_lastHorizontalStyle 43 +int styleable Constraint_flow_lastVerticalBias 44 +int styleable Constraint_flow_lastVerticalStyle 45 +int styleable Constraint_flow_maxElementsWrap 46 +int styleable Constraint_flow_verticalAlign 47 +int styleable Constraint_flow_verticalBias 48 +int styleable Constraint_flow_verticalGap 49 +int styleable Constraint_flow_verticalStyle 50 +int styleable Constraint_flow_wrapMode 51 +int styleable Constraint_layout_constrainedHeight 52 +int styleable Constraint_layout_constrainedWidth 53 +int styleable Constraint_layout_constraintBaseline_creator 54 +int styleable Constraint_layout_constraintBaseline_toBaselineOf 55 +int styleable Constraint_layout_constraintBottom_creator 56 +int styleable Constraint_layout_constraintBottom_toBottomOf 57 +int styleable Constraint_layout_constraintBottom_toTopOf 58 +int styleable Constraint_layout_constraintCircle 59 +int styleable Constraint_layout_constraintCircleAngle 60 +int styleable Constraint_layout_constraintCircleRadius 61 +int styleable Constraint_layout_constraintDimensionRatio 62 +int styleable Constraint_layout_constraintEnd_toEndOf 63 +int styleable Constraint_layout_constraintEnd_toStartOf 64 +int styleable Constraint_layout_constraintGuide_begin 65 +int styleable Constraint_layout_constraintGuide_end 66 +int styleable Constraint_layout_constraintGuide_percent 67 +int styleable Constraint_layout_constraintHeight_default 68 +int styleable Constraint_layout_constraintHeight_max 69 +int styleable Constraint_layout_constraintHeight_min 70 +int styleable Constraint_layout_constraintHeight_percent 71 +int styleable Constraint_layout_constraintHorizontal_bias 72 +int styleable Constraint_layout_constraintHorizontal_chainStyle 73 +int styleable Constraint_layout_constraintHorizontal_weight 74 +int styleable Constraint_layout_constraintLeft_creator 75 +int styleable Constraint_layout_constraintLeft_toLeftOf 76 +int styleable Constraint_layout_constraintLeft_toRightOf 77 +int styleable Constraint_layout_constraintRight_creator 78 +int styleable Constraint_layout_constraintRight_toLeftOf 79 +int styleable Constraint_layout_constraintRight_toRightOf 80 +int styleable Constraint_layout_constraintStart_toEndOf 81 +int styleable Constraint_layout_constraintStart_toStartOf 82 +int styleable Constraint_layout_constraintTag 83 +int styleable Constraint_layout_constraintTop_creator 84 +int styleable Constraint_layout_constraintTop_toBottomOf 85 +int styleable Constraint_layout_constraintTop_toTopOf 86 +int styleable Constraint_layout_constraintVertical_bias 87 +int styleable Constraint_layout_constraintVertical_chainStyle 88 +int styleable Constraint_layout_constraintVertical_weight 89 +int styleable Constraint_layout_constraintWidth_default 90 +int styleable Constraint_layout_constraintWidth_max 91 +int styleable Constraint_layout_constraintWidth_min 92 +int styleable Constraint_layout_constraintWidth_percent 93 +int styleable Constraint_layout_editor_absoluteX 94 +int styleable Constraint_layout_editor_absoluteY 95 +int styleable Constraint_layout_goneMarginBottom 96 +int styleable Constraint_layout_goneMarginEnd 97 +int styleable Constraint_layout_goneMarginLeft 98 +int styleable Constraint_layout_goneMarginRight 99 +int styleable Constraint_layout_goneMarginStart 100 +int styleable Constraint_layout_goneMarginTop 101 +int styleable Constraint_motionProgress 102 +int styleable Constraint_motionStagger 103 +int styleable Constraint_pathMotionArc 104 +int styleable Constraint_pivotAnchor 105 +int styleable Constraint_transitionEasing 106 +int styleable Constraint_transitionPathRotate 107 +int styleable Constraint_visibilityMode 108 +int[] styleable ConstraintLayout_Layout { 0x010100c4, 0x010100d5, 0x010100d6, 0x010100d7, 0x010100d8, 0x010100d9, 0x010100dc, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x010103b3, 0x010103b4, 0x01010440, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f03008e, 0x7f0300f8, 0x7f0300fb, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b7, 0x7f0301b8, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f030223, 0x7f03022b, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f030260 } +int styleable ConstraintLayout_Layout_android_orientation 0 +int styleable ConstraintLayout_Layout_android_padding 1 +int styleable ConstraintLayout_Layout_android_paddingLeft 2 +int styleable ConstraintLayout_Layout_android_paddingTop 3 +int styleable ConstraintLayout_Layout_android_paddingRight 4 +int styleable ConstraintLayout_Layout_android_paddingBottom 5 +int styleable ConstraintLayout_Layout_android_visibility 6 +int styleable ConstraintLayout_Layout_android_maxWidth 7 +int styleable ConstraintLayout_Layout_android_maxHeight 8 +int styleable ConstraintLayout_Layout_android_minWidth 9 +int styleable ConstraintLayout_Layout_android_minHeight 10 +int styleable ConstraintLayout_Layout_android_paddingStart 11 +int styleable ConstraintLayout_Layout_android_paddingEnd 12 +int styleable ConstraintLayout_Layout_android_elevation 13 +int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14 +int styleable ConstraintLayout_Layout_barrierDirection 15 +int styleable ConstraintLayout_Layout_barrierMargin 16 +int styleable ConstraintLayout_Layout_chainUseRtl 17 +int styleable ConstraintLayout_Layout_constraintSet 18 +int styleable ConstraintLayout_Layout_constraint_referenced_ids 19 +int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20 +int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21 +int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22 +int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23 +int styleable ConstraintLayout_Layout_flow_horizontalAlign 24 +int styleable ConstraintLayout_Layout_flow_horizontalBias 25 +int styleable ConstraintLayout_Layout_flow_horizontalGap 26 +int styleable ConstraintLayout_Layout_flow_horizontalStyle 27 +int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28 +int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29 +int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30 +int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31 +int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32 +int styleable ConstraintLayout_Layout_flow_verticalAlign 33 +int styleable ConstraintLayout_Layout_flow_verticalBias 34 +int styleable ConstraintLayout_Layout_flow_verticalGap 35 +int styleable ConstraintLayout_Layout_flow_verticalStyle 36 +int styleable ConstraintLayout_Layout_flow_wrapMode 37 +int styleable ConstraintLayout_Layout_layoutDescription 38 +int styleable ConstraintLayout_Layout_layout_constrainedHeight 39 +int styleable ConstraintLayout_Layout_layout_constrainedWidth 40 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42 +int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45 +int styleable ConstraintLayout_Layout_layout_constraintCircle 46 +int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47 +int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48 +int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51 +int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52 +int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53 +int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54 +int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55 +int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56 +int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57 +int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61 +int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64 +int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65 +int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66 +int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67 +int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68 +int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69 +int styleable ConstraintLayout_Layout_layout_constraintTag 70 +int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71 +int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72 +int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73 +int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74 +int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75 +int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76 +int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77 +int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78 +int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79 +int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80 +int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81 +int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82 +int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83 +int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84 +int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85 +int styleable ConstraintLayout_Layout_layout_goneMarginRight 86 +int styleable ConstraintLayout_Layout_layout_goneMarginStart 87 +int styleable ConstraintLayout_Layout_layout_goneMarginTop 88 +int styleable ConstraintLayout_Layout_layout_optimizationLevel 89 +int[] styleable ConstraintLayout_placeholder { 0x7f0300fd, 0x7f03031c } +int styleable ConstraintLayout_placeholder_content 0 +int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1 +int[] styleable ConstraintSet { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x010101b5, 0x010101b6, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f030030, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f03008e, 0x7f0300fb, 0x7f030139, 0x7f030149, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b7, 0x7f0301b8, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f03022b, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f0302e7, 0x7f0302e8, 0x7f030311, 0x7f030318, 0x7f03042f, 0x7f030431 } +int styleable ConstraintSet_android_orientation 0 +int styleable ConstraintSet_android_id 1 +int styleable ConstraintSet_android_visibility 2 +int styleable ConstraintSet_android_layout_width 3 +int styleable ConstraintSet_android_layout_height 4 +int styleable ConstraintSet_android_layout_marginLeft 5 +int styleable ConstraintSet_android_layout_marginTop 6 +int styleable ConstraintSet_android_layout_marginRight 7 +int styleable ConstraintSet_android_layout_marginBottom 8 +int styleable ConstraintSet_android_maxWidth 9 +int styleable ConstraintSet_android_maxHeight 10 +int styleable ConstraintSet_android_minWidth 11 +int styleable ConstraintSet_android_minHeight 12 +int styleable ConstraintSet_android_pivotX 13 +int styleable ConstraintSet_android_pivotY 14 +int styleable ConstraintSet_android_alpha 15 +int styleable ConstraintSet_android_transformPivotX 16 +int styleable ConstraintSet_android_transformPivotY 17 +int styleable ConstraintSet_android_translationX 18 +int styleable ConstraintSet_android_translationY 19 +int styleable ConstraintSet_android_scaleX 20 +int styleable ConstraintSet_android_scaleY 21 +int styleable ConstraintSet_android_rotation 22 +int styleable ConstraintSet_android_rotationX 23 +int styleable ConstraintSet_android_rotationY 24 +int styleable ConstraintSet_android_layout_marginStart 25 +int styleable ConstraintSet_android_layout_marginEnd 26 +int styleable ConstraintSet_android_translationZ 27 +int styleable ConstraintSet_android_elevation 28 +int styleable ConstraintSet_animate_relativeTo 29 +int styleable ConstraintSet_barrierAllowsGoneWidgets 30 +int styleable ConstraintSet_barrierDirection 31 +int styleable ConstraintSet_barrierMargin 32 +int styleable ConstraintSet_chainUseRtl 33 +int styleable ConstraintSet_constraint_referenced_ids 34 +int styleable ConstraintSet_deriveConstraintsFrom 35 +int styleable ConstraintSet_drawPath 36 +int styleable ConstraintSet_flow_firstHorizontalBias 37 +int styleable ConstraintSet_flow_firstHorizontalStyle 38 +int styleable ConstraintSet_flow_firstVerticalBias 39 +int styleable ConstraintSet_flow_firstVerticalStyle 40 +int styleable ConstraintSet_flow_horizontalAlign 41 +int styleable ConstraintSet_flow_horizontalBias 42 +int styleable ConstraintSet_flow_horizontalGap 43 +int styleable ConstraintSet_flow_horizontalStyle 44 +int styleable ConstraintSet_flow_lastHorizontalBias 45 +int styleable ConstraintSet_flow_lastHorizontalStyle 46 +int styleable ConstraintSet_flow_lastVerticalBias 47 +int styleable ConstraintSet_flow_lastVerticalStyle 48 +int styleable ConstraintSet_flow_maxElementsWrap 49 +int styleable ConstraintSet_flow_verticalAlign 50 +int styleable ConstraintSet_flow_verticalBias 51 +int styleable ConstraintSet_flow_verticalGap 52 +int styleable ConstraintSet_flow_verticalStyle 53 +int styleable ConstraintSet_flow_wrapMode 54 +int styleable ConstraintSet_layout_constrainedHeight 55 +int styleable ConstraintSet_layout_constrainedWidth 56 +int styleable ConstraintSet_layout_constraintBaseline_creator 57 +int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58 +int styleable ConstraintSet_layout_constraintBottom_creator 59 +int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60 +int styleable ConstraintSet_layout_constraintBottom_toTopOf 61 +int styleable ConstraintSet_layout_constraintCircle 62 +int styleable ConstraintSet_layout_constraintCircleAngle 63 +int styleable ConstraintSet_layout_constraintCircleRadius 64 +int styleable ConstraintSet_layout_constraintDimensionRatio 65 +int styleable ConstraintSet_layout_constraintEnd_toEndOf 66 +int styleable ConstraintSet_layout_constraintEnd_toStartOf 67 +int styleable ConstraintSet_layout_constraintGuide_begin 68 +int styleable ConstraintSet_layout_constraintGuide_end 69 +int styleable ConstraintSet_layout_constraintGuide_percent 70 +int styleable ConstraintSet_layout_constraintHeight_default 71 +int styleable ConstraintSet_layout_constraintHeight_max 72 +int styleable ConstraintSet_layout_constraintHeight_min 73 +int styleable ConstraintSet_layout_constraintHeight_percent 74 +int styleable ConstraintSet_layout_constraintHorizontal_bias 75 +int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76 +int styleable ConstraintSet_layout_constraintHorizontal_weight 77 +int styleable ConstraintSet_layout_constraintLeft_creator 78 +int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79 +int styleable ConstraintSet_layout_constraintLeft_toRightOf 80 +int styleable ConstraintSet_layout_constraintRight_creator 81 +int styleable ConstraintSet_layout_constraintRight_toLeftOf 82 +int styleable ConstraintSet_layout_constraintRight_toRightOf 83 +int styleable ConstraintSet_layout_constraintStart_toEndOf 84 +int styleable ConstraintSet_layout_constraintStart_toStartOf 85 +int styleable ConstraintSet_layout_constraintTag 86 +int styleable ConstraintSet_layout_constraintTop_creator 87 +int styleable ConstraintSet_layout_constraintTop_toBottomOf 88 +int styleable ConstraintSet_layout_constraintTop_toTopOf 89 +int styleable ConstraintSet_layout_constraintVertical_bias 90 +int styleable ConstraintSet_layout_constraintVertical_chainStyle 91 +int styleable ConstraintSet_layout_constraintVertical_weight 92 +int styleable ConstraintSet_layout_constraintWidth_default 93 +int styleable ConstraintSet_layout_constraintWidth_max 94 +int styleable ConstraintSet_layout_constraintWidth_min 95 +int styleable ConstraintSet_layout_constraintWidth_percent 96 +int styleable ConstraintSet_layout_editor_absoluteX 97 +int styleable ConstraintSet_layout_editor_absoluteY 98 +int styleable ConstraintSet_layout_goneMarginBottom 99 +int styleable ConstraintSet_layout_goneMarginEnd 100 +int styleable ConstraintSet_layout_goneMarginLeft 101 +int styleable ConstraintSet_layout_goneMarginRight 102 +int styleable ConstraintSet_layout_goneMarginStart 103 +int styleable ConstraintSet_layout_goneMarginTop 104 +int styleable ConstraintSet_motionProgress 105 +int styleable ConstraintSet_motionStagger 106 +int styleable ConstraintSet_pathMotionArc 107 +int styleable ConstraintSet_pivotAnchor 108 +int styleable ConstraintSet_transitionEasing 109 +int styleable ConstraintSet_transitionPathRotate 110 +int[] styleable CoordinatorLayout { 0x7f03021b, 0x7f030383 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f030226, 0x7f030227, 0x7f030228, 0x7f030255, 0x7f03025e, 0x7f03025f } +int styleable CoordinatorLayout_Layout_android_layout_gravity 0 +int styleable CoordinatorLayout_Layout_layout_anchor 1 +int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 +int styleable CoordinatorLayout_Layout_layout_behavior 3 +int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 +int styleable CoordinatorLayout_Layout_layout_insetEdge 5 +int styleable CoordinatorLayout_Layout_layout_keyline 6 +int[] styleable CustomAttribute { 0x7f030037, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012c, 0x7f03012d } +int styleable CustomAttribute_attributeName 0 +int styleable CustomAttribute_customBoolean 1 +int styleable CustomAttribute_customColorDrawableValue 2 +int styleable CustomAttribute_customColorValue 3 +int styleable CustomAttribute_customDimension 4 +int styleable CustomAttribute_customFloatValue 5 +int styleable CustomAttribute_customIntegerValue 6 +int styleable CustomAttribute_customPixelDimension 7 +int styleable CustomAttribute_customStringValue 8 +int[] styleable DrawerArrowToggle { 0x7f030035, 0x7f030036, 0x7f030051, 0x7f0300cc, 0x7f03014e, 0x7f0301cc, 0x7f03036c, 0x7f0303f0 } +int styleable DrawerArrowToggle_arrowHeadLength 0 +int styleable DrawerArrowToggle_arrowShaftLength 1 +int styleable DrawerArrowToggle_barLength 2 +int styleable DrawerArrowToggle_color 3 +int styleable DrawerArrowToggle_drawableSize 4 +int styleable DrawerArrowToggle_gapBetweenBars 5 +int styleable DrawerArrowToggle_spinBars 6 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable DrawerLayout { 0x7f03015d } +int styleable DrawerLayout_elevation 0 +int[] styleable ExtendedFloatingActionButton { 0x7f0300c3, 0x7f03015d, 0x7f030183, 0x7f030184, 0x7f0301d8, 0x7f030358, 0x7f03035c } +int styleable ExtendedFloatingActionButton_collapsedSize 0 +int styleable ExtendedFloatingActionButton_elevation 1 +int styleable ExtendedFloatingActionButton_extendMotionSpec 2 +int styleable ExtendedFloatingActionButton_extendStrategy 3 +int styleable ExtendedFloatingActionButton_hideMotionSpec 4 +int styleable ExtendedFloatingActionButton_showMotionSpec 5 +int styleable ExtendedFloatingActionButton_shrinkMotionSpec 6 +int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f030055, 0x7f030056 } +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1 +int[] styleable FloatingActionButton { 0x0101000e, 0x7f030049, 0x7f03004a, 0x7f030061, 0x7f03015d, 0x7f03016d, 0x7f030192, 0x7f030193, 0x7f0301d8, 0x7f0301e4, 0x7f0302b4, 0x7f030325, 0x7f030337, 0x7f030347, 0x7f03034f, 0x7f030358, 0x7f030437 } +int styleable FloatingActionButton_android_enabled 0 +int styleable FloatingActionButton_backgroundTint 1 +int styleable FloatingActionButton_backgroundTintMode 2 +int styleable FloatingActionButton_borderWidth 3 +int styleable FloatingActionButton_elevation 4 +int styleable FloatingActionButton_ensureMinTouchTargetSize 5 +int styleable FloatingActionButton_fabCustomSize 6 +int styleable FloatingActionButton_fabSize 7 +int styleable FloatingActionButton_hideMotionSpec 8 +int styleable FloatingActionButton_hoveredFocusedTranslationZ 9 +int styleable FloatingActionButton_maxImageSize 10 +int styleable FloatingActionButton_pressedTranslationZ 11 +int styleable FloatingActionButton_rippleColor 12 +int styleable FloatingActionButton_shapeAppearance 13 +int styleable FloatingActionButton_shapeAppearanceOverlay 14 +int styleable FloatingActionButton_showMotionSpec 15 +int styleable FloatingActionButton_useCompatPadding 16 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f030055 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FlowLayout { 0x7f030211, 0x7f030269 } +int styleable FlowLayout_itemSpacing 0 +int styleable FlowLayout_lineSpacing 1 +int[] styleable FontFamily { 0x7f0301be, 0x7f0301bf, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301c3, 0x7f0301c4 } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 1 +int styleable FontFamily_fontProviderFetchStrategy 2 +int styleable FontFamily_fontProviderFetchTimeout 3 +int styleable FontFamily_fontProviderPackage 4 +int styleable FontFamily_fontProviderQuery 5 +int styleable FontFamily_fontProviderSystemFontFamily 6 +int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f0301bc, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f030436 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontWeight 1 +int styleable FontFamilyFont_android_fontStyle 2 +int styleable FontFamilyFont_android_ttcIndex 3 +int styleable FontFamilyFont_android_fontVariationSettings 4 +int styleable FontFamilyFont_font 5 +int styleable FontFamilyFont_fontStyle 6 +int styleable FontFamilyFont_fontVariationSettings 7 +int styleable FontFamilyFont_fontWeight 8 +int styleable FontFamilyFont_ttcIndex 9 +int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f0301ca } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 } +int styleable Fragment_android_name 0 +int styleable Fragment_android_id 1 +int styleable Fragment_android_tag 2 +int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 } +int styleable FragmentContainerView_android_name 0 +int styleable FragmentContainerView_android_tag 1 +int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 } +int styleable GradientColor_android_startColor 0 +int styleable GradientColor_android_endColor 1 +int styleable GradientColor_android_type 2 +int styleable GradientColor_android_centerX 3 +int styleable GradientColor_android_centerY 4 +int styleable GradientColor_android_gradientRadius 5 +int styleable GradientColor_android_tileMode 6 +int styleable GradientColor_android_centerColor 7 +int styleable GradientColor_android_startX 8 +int styleable GradientColor_android_startY 9 +int styleable GradientColor_android_endX 10 +int styleable GradientColor_android_endY 11 +int[] styleable GradientColorItem { 0x010101a5, 0x01010514 } +int styleable GradientColorItem_android_color 0 +int styleable GradientColorItem_android_offset 1 +int[] styleable ImageFilterView { 0x7f03002d, 0x7f030074, 0x7f03010d, 0x7f030122, 0x7f030300, 0x7f030338, 0x7f030339, 0x7f03033a, 0x7f030440 } +int styleable ImageFilterView_altSrc 0 +int styleable ImageFilterView_brightness 1 +int styleable ImageFilterView_contrast 2 +int styleable ImageFilterView_crossfade 3 +int styleable ImageFilterView_overlay 4 +int styleable ImageFilterView_round 5 +int styleable ImageFilterView_roundPercent 6 +int styleable ImageFilterView_saturation 7 +int styleable ImageFilterView_warmth 8 +int[] styleable Insets { 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030302, 0x7f030304, 0x7f030305, 0x7f030308 } +int styleable Insets_marginLeftSystemWindowInsets 0 +int styleable Insets_marginRightSystemWindowInsets 1 +int styleable Insets_marginTopSystemWindowInsets 2 +int styleable Insets_paddingBottomSystemWindowInsets 3 +int styleable Insets_paddingLeftSystemWindowInsets 4 +int styleable Insets_paddingRightSystemWindowInsets 5 +int styleable Insets_paddingTopSystemWindowInsets 6 +int[] styleable KeyAttribute { 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030124, 0x7f0301cb, 0x7f0302e7, 0x7f0302e9, 0x7f03042f, 0x7f030431 } +int styleable KeyAttribute_android_alpha 0 +int styleable KeyAttribute_android_transformPivotX 1 +int styleable KeyAttribute_android_transformPivotY 2 +int styleable KeyAttribute_android_translationX 3 +int styleable KeyAttribute_android_translationY 4 +int styleable KeyAttribute_android_scaleX 5 +int styleable KeyAttribute_android_scaleY 6 +int styleable KeyAttribute_android_rotation 7 +int styleable KeyAttribute_android_rotationX 8 +int styleable KeyAttribute_android_rotationY 9 +int styleable KeyAttribute_android_translationZ 10 +int styleable KeyAttribute_android_elevation 11 +int styleable KeyAttribute_curveFit 12 +int styleable KeyAttribute_framePosition 13 +int styleable KeyAttribute_motionProgress 14 +int styleable KeyAttribute_motionTarget 15 +int styleable KeyAttribute_transitionEasing 16 +int styleable KeyAttribute_transitionPathRotate 17 +int[] styleable KeyCycle { 0x0101031f, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030124, 0x7f0301cb, 0x7f0302e7, 0x7f0302e9, 0x7f03042f, 0x7f030431, 0x7f030442, 0x7f030443, 0x7f030444, 0x7f030445 } +int styleable KeyCycle_android_alpha 0 +int styleable KeyCycle_android_translationX 1 +int styleable KeyCycle_android_translationY 2 +int styleable KeyCycle_android_scaleX 3 +int styleable KeyCycle_android_scaleY 4 +int styleable KeyCycle_android_rotation 5 +int styleable KeyCycle_android_rotationX 6 +int styleable KeyCycle_android_rotationY 7 +int styleable KeyCycle_android_translationZ 8 +int styleable KeyCycle_android_elevation 9 +int styleable KeyCycle_curveFit 10 +int styleable KeyCycle_framePosition 11 +int styleable KeyCycle_motionProgress 12 +int styleable KeyCycle_motionTarget 13 +int styleable KeyCycle_transitionEasing 14 +int styleable KeyCycle_transitionPathRotate 15 +int styleable KeyCycle_waveOffset 16 +int styleable KeyCycle_wavePeriod 17 +int styleable KeyCycle_waveShape 18 +int styleable KeyCycle_waveVariesBy 19 +int[] styleable KeyFrame { } +int[] styleable KeyFramesAcceleration { } +int[] styleable KeyFramesVelocity { } +int[] styleable KeyPosition { 0x7f030124, 0x7f030149, 0x7f0301cb, 0x7f030219, 0x7f0302e9, 0x7f030311, 0x7f030313, 0x7f030314, 0x7f030315, 0x7f030316, 0x7f030366, 0x7f03042f } +int styleable KeyPosition_curveFit 0 +int styleable KeyPosition_drawPath 1 +int styleable KeyPosition_framePosition 2 +int styleable KeyPosition_keyPositionType 3 +int styleable KeyPosition_motionTarget 4 +int styleable KeyPosition_pathMotionArc 5 +int styleable KeyPosition_percentHeight 6 +int styleable KeyPosition_percentWidth 7 +int styleable KeyPosition_percentX 8 +int styleable KeyPosition_percentY 9 +int styleable KeyPosition_sizePercent 10 +int styleable KeyPosition_transitionEasing 11 +int[] styleable KeyTimeCycle { 0x0101031f, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030124, 0x7f0301cb, 0x7f0302e7, 0x7f0302e9, 0x7f03042f, 0x7f030431, 0x7f030441, 0x7f030442, 0x7f030443, 0x7f030444 } +int styleable KeyTimeCycle_android_alpha 0 +int styleable KeyTimeCycle_android_translationX 1 +int styleable KeyTimeCycle_android_translationY 2 +int styleable KeyTimeCycle_android_scaleX 3 +int styleable KeyTimeCycle_android_scaleY 4 +int styleable KeyTimeCycle_android_rotation 5 +int styleable KeyTimeCycle_android_rotationX 6 +int styleable KeyTimeCycle_android_rotationY 7 +int styleable KeyTimeCycle_android_translationZ 8 +int styleable KeyTimeCycle_android_elevation 9 +int styleable KeyTimeCycle_curveFit 10 +int styleable KeyTimeCycle_framePosition 11 +int styleable KeyTimeCycle_motionProgress 12 +int styleable KeyTimeCycle_motionTarget 13 +int styleable KeyTimeCycle_transitionEasing 14 +int styleable KeyTimeCycle_transitionPathRotate 15 +int styleable KeyTimeCycle_waveDecay 16 +int styleable KeyTimeCycle_waveOffset 17 +int styleable KeyTimeCycle_wavePeriod 18 +int styleable KeyTimeCycle_waveShape 19 +int[] styleable KeyTrigger { 0x7f0301cb, 0x7f0302e9, 0x7f0302ea, 0x7f0302eb, 0x7f0302f9, 0x7f0302fb, 0x7f0302fc, 0x7f030433, 0x7f030434, 0x7f030435 } +int styleable KeyTrigger_framePosition 0 +int styleable KeyTrigger_motionTarget 1 +int styleable KeyTrigger_motion_postLayoutCollision 2 +int styleable KeyTrigger_motion_triggerOnCollision 3 +int styleable KeyTrigger_onCross 4 +int styleable KeyTrigger_onNegativeCross 5 +int styleable KeyTrigger_onPositiveCross 6 +int styleable KeyTrigger_triggerId 7 +int styleable KeyTrigger_triggerReceiver 8 +int styleable KeyTrigger_triggerSlack 9 +int[] styleable Layout { 0x010100c4, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x010103b5, 0x010103b6, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f03008e, 0x7f0300fb, 0x7f03022b, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f0302b3, 0x7f0302b7, 0x7f0302bc, 0x7f0302c0 } +int styleable Layout_android_orientation 0 +int styleable Layout_android_layout_width 1 +int styleable Layout_android_layout_height 2 +int styleable Layout_android_layout_marginLeft 3 +int styleable Layout_android_layout_marginTop 4 +int styleable Layout_android_layout_marginRight 5 +int styleable Layout_android_layout_marginBottom 6 +int styleable Layout_android_layout_marginStart 7 +int styleable Layout_android_layout_marginEnd 8 +int styleable Layout_barrierAllowsGoneWidgets 9 +int styleable Layout_barrierDirection 10 +int styleable Layout_barrierMargin 11 +int styleable Layout_chainUseRtl 12 +int styleable Layout_constraint_referenced_ids 13 +int styleable Layout_layout_constrainedHeight 14 +int styleable Layout_layout_constrainedWidth 15 +int styleable Layout_layout_constraintBaseline_creator 16 +int styleable Layout_layout_constraintBaseline_toBaselineOf 17 +int styleable Layout_layout_constraintBottom_creator 18 +int styleable Layout_layout_constraintBottom_toBottomOf 19 +int styleable Layout_layout_constraintBottom_toTopOf 20 +int styleable Layout_layout_constraintCircle 21 +int styleable Layout_layout_constraintCircleAngle 22 +int styleable Layout_layout_constraintCircleRadius 23 +int styleable Layout_layout_constraintDimensionRatio 24 +int styleable Layout_layout_constraintEnd_toEndOf 25 +int styleable Layout_layout_constraintEnd_toStartOf 26 +int styleable Layout_layout_constraintGuide_begin 27 +int styleable Layout_layout_constraintGuide_end 28 +int styleable Layout_layout_constraintGuide_percent 29 +int styleable Layout_layout_constraintHeight_default 30 +int styleable Layout_layout_constraintHeight_max 31 +int styleable Layout_layout_constraintHeight_min 32 +int styleable Layout_layout_constraintHeight_percent 33 +int styleable Layout_layout_constraintHorizontal_bias 34 +int styleable Layout_layout_constraintHorizontal_chainStyle 35 +int styleable Layout_layout_constraintHorizontal_weight 36 +int styleable Layout_layout_constraintLeft_creator 37 +int styleable Layout_layout_constraintLeft_toLeftOf 38 +int styleable Layout_layout_constraintLeft_toRightOf 39 +int styleable Layout_layout_constraintRight_creator 40 +int styleable Layout_layout_constraintRight_toLeftOf 41 +int styleable Layout_layout_constraintRight_toRightOf 42 +int styleable Layout_layout_constraintStart_toEndOf 43 +int styleable Layout_layout_constraintStart_toStartOf 44 +int styleable Layout_layout_constraintTop_creator 45 +int styleable Layout_layout_constraintTop_toBottomOf 46 +int styleable Layout_layout_constraintTop_toTopOf 47 +int styleable Layout_layout_constraintVertical_bias 48 +int styleable Layout_layout_constraintVertical_chainStyle 49 +int styleable Layout_layout_constraintVertical_weight 50 +int styleable Layout_layout_constraintWidth_default 51 +int styleable Layout_layout_constraintWidth_max 52 +int styleable Layout_layout_constraintWidth_min 53 +int styleable Layout_layout_constraintWidth_percent 54 +int styleable Layout_layout_editor_absoluteX 55 +int styleable Layout_layout_editor_absoluteY 56 +int styleable Layout_layout_goneMarginBottom 57 +int styleable Layout_layout_goneMarginEnd 58 +int styleable Layout_layout_goneMarginLeft 59 +int styleable Layout_layout_goneMarginRight 60 +int styleable Layout_layout_goneMarginStart 61 +int styleable Layout_layout_goneMarginTop 62 +int styleable Layout_maxHeight 63 +int styleable Layout_maxWidth 64 +int styleable Layout_minHeight 65 +int styleable Layout_minWidth 66 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f03013e, 0x7f030143, 0x7f0302b8, 0x7f030357 } +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 6 +int styleable LinearLayoutCompat_measureWithLargestChild 7 +int styleable LinearLayoutCompat_showDividers 8 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +int[] styleable LinearProgressIndicator { 0x7f0301ef, 0x7f0301f3 } +int styleable LinearProgressIndicator_indeterminateAnimationType 0 +int styleable LinearProgressIndicator_indicatorDirectionLinear 1 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MaterialAlertDialog { 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030045 } +int styleable MaterialAlertDialog_backgroundInsetBottom 0 +int styleable MaterialAlertDialog_backgroundInsetEnd 1 +int styleable MaterialAlertDialog_backgroundInsetStart 2 +int styleable MaterialAlertDialog_backgroundInsetTop 3 +int[] styleable MaterialAlertDialogTheme { 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287 } +int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0 +int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1 +int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2 +int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3 +int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4 +int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5 +int[] styleable MaterialAutoCompleteTextView { 0x01010220, 0x0101048c, 0x7f03035f, 0x7f030360, 0x7f030361, 0x7f030362 } +int styleable MaterialAutoCompleteTextView_android_inputType 0 +int styleable MaterialAutoCompleteTextView_android_popupElevation 1 +int styleable MaterialAutoCompleteTextView_simpleItemLayout 2 +int styleable MaterialAutoCompleteTextView_simpleItemSelectedColor 3 +int styleable MaterialAutoCompleteTextView_simpleItemSelectedRippleColor 4 +int styleable MaterialAutoCompleteTextView_simpleItems 5 +int[] styleable MaterialButton { 0x010100d4, 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f030049, 0x7f03004a, 0x7f030116, 0x7f03015d, 0x7f0301e5, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301eb, 0x7f0301ec, 0x7f030337, 0x7f030347, 0x7f03034f, 0x7f030386, 0x7f030387, 0x7f030415 } +int styleable MaterialButton_android_background 0 +int styleable MaterialButton_android_insetLeft 1 +int styleable MaterialButton_android_insetRight 2 +int styleable MaterialButton_android_insetTop 3 +int styleable MaterialButton_android_insetBottom 4 +int styleable MaterialButton_android_checkable 5 +int styleable MaterialButton_backgroundTint 6 +int styleable MaterialButton_backgroundTintMode 7 +int styleable MaterialButton_cornerRadius 8 +int styleable MaterialButton_elevation 9 +int styleable MaterialButton_icon 10 +int styleable MaterialButton_iconGravity 11 +int styleable MaterialButton_iconPadding 12 +int styleable MaterialButton_iconSize 13 +int styleable MaterialButton_iconTint 14 +int styleable MaterialButton_iconTintMode 15 +int styleable MaterialButton_rippleColor 16 +int styleable MaterialButton_shapeAppearance 17 +int styleable MaterialButton_shapeAppearanceOverlay 18 +int styleable MaterialButton_strokeColor 19 +int styleable MaterialButton_strokeWidth 20 +int styleable MaterialButton_toggleCheckedStateOnClick 21 +int[] styleable MaterialButtonToggleGroup { 0x0101000e, 0x7f030093, 0x7f030345, 0x7f030365 } +int styleable MaterialButtonToggleGroup_android_enabled 0 +int styleable MaterialButtonToggleGroup_checkedButton 1 +int styleable MaterialButtonToggleGroup_selectionRequired 2 +int styleable MaterialButtonToggleGroup_singleSelection 3 +int[] styleable MaterialCalendar { 0x0101020d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f0302f6, 0x7f03032c, 0x7f030450, 0x7f030451, 0x7f030452 } +int styleable MaterialCalendar_android_windowFullscreen 0 +int styleable MaterialCalendar_dayInvalidStyle 1 +int styleable MaterialCalendar_daySelectedStyle 2 +int styleable MaterialCalendar_dayStyle 3 +int styleable MaterialCalendar_dayTodayStyle 4 +int styleable MaterialCalendar_nestedScrollable 5 +int styleable MaterialCalendar_rangeFillColor 6 +int styleable MaterialCalendar_yearSelectedStyle 7 +int styleable MaterialCalendar_yearStyle 8 +int styleable MaterialCalendar_yearTodayStyle 9 +int[] styleable MaterialCalendarItem { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f0301fe, 0x7f03020a, 0x7f03020b, 0x7f030212, 0x7f030213, 0x7f030217 } +int styleable MaterialCalendarItem_android_insetLeft 0 +int styleable MaterialCalendarItem_android_insetRight 1 +int styleable MaterialCalendarItem_android_insetTop 2 +int styleable MaterialCalendarItem_android_insetBottom 3 +int styleable MaterialCalendarItem_itemFillColor 4 +int styleable MaterialCalendarItem_itemShapeAppearance 5 +int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6 +int styleable MaterialCalendarItem_itemStrokeColor 7 +int styleable MaterialCalendarItem_itemStrokeWidth 8 +int styleable MaterialCalendarItem_itemTextColor 9 +int[] styleable MaterialCardView { 0x010101e5, 0x7f030088, 0x7f030095, 0x7f030097, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f030337, 0x7f030347, 0x7f03034f, 0x7f03037d, 0x7f030386, 0x7f030387 } +int styleable MaterialCardView_android_checkable 0 +int styleable MaterialCardView_cardForegroundColor 1 +int styleable MaterialCardView_checkedIcon 2 +int styleable MaterialCardView_checkedIconGravity 3 +int styleable MaterialCardView_checkedIconMargin 4 +int styleable MaterialCardView_checkedIconSize 5 +int styleable MaterialCardView_checkedIconTint 6 +int styleable MaterialCardView_rippleColor 7 +int styleable MaterialCardView_shapeAppearance 8 +int styleable MaterialCardView_shapeAppearanceOverlay 9 +int styleable MaterialCardView_state_dragged 10 +int styleable MaterialCardView_strokeColor 11 +int styleable MaterialCardView_strokeWidth 12 +int[] styleable MaterialCheckBox { 0x01010107, 0x7f03007a, 0x7f03007c, 0x7f03007e, 0x7f03007f, 0x7f030083, 0x7f03008d, 0x7f03009c, 0x7f03016e, 0x7f030175, 0x7f030439 } +int styleable MaterialCheckBox_android_button 0 +int styleable MaterialCheckBox_buttonCompat 1 +int styleable MaterialCheckBox_buttonIcon 2 +int styleable MaterialCheckBox_buttonIconTint 3 +int styleable MaterialCheckBox_buttonIconTintMode 4 +int styleable MaterialCheckBox_buttonTint 5 +int styleable MaterialCheckBox_centerIfNoTextEnabled 6 +int styleable MaterialCheckBox_checkedState 7 +int styleable MaterialCheckBox_errorAccessibilityLabel 8 +int styleable MaterialCheckBox_errorShown 9 +int styleable MaterialCheckBox_useMaterialThemeColors 10 +int[] styleable MaterialCheckBoxStates { 0x7f03037e, 0x7f03037f } +int styleable MaterialCheckBoxStates_state_error 0 +int styleable MaterialCheckBoxStates_state_indeterminate 1 +int[] styleable MaterialDivider { 0x7f03013f, 0x7f030141, 0x7f030142, 0x7f030144, 0x7f030221 } +int styleable MaterialDivider_dividerColor 0 +int styleable MaterialDivider_dividerInsetEnd 1 +int styleable MaterialDivider_dividerInsetStart 2 +int styleable MaterialDivider_dividerThickness 3 +int styleable MaterialDivider_lastItemDecorated 4 +int[] styleable MaterialRadioButton { 0x7f030083, 0x7f030439 } +int styleable MaterialRadioButton_buttonTint 0 +int styleable MaterialRadioButton_useMaterialThemeColors 1 +int[] styleable MaterialShape { 0x7f030347, 0x7f03034f } +int styleable MaterialShape_shapeAppearance 0 +int styleable MaterialShape_shapeAppearanceOverlay 1 +int[] styleable MaterialSwitch { 0x7f0303f3, 0x7f0303f4, 0x7f0303f5, 0x7f030427, 0x7f030428, 0x7f030429 } +int styleable MaterialSwitch_thumbIcon 0 +int styleable MaterialSwitch_thumbIconTint 1 +int styleable MaterialSwitch_thumbIconTintMode 2 +int styleable MaterialSwitch_trackDecoration 3 +int styleable MaterialSwitch_trackDecorationTint 4 +int styleable MaterialSwitch_trackDecorationTintMode 5 +int[] styleable MaterialTextAppearance { 0x010104b6, 0x0101057f, 0x7f030268 } +int styleable MaterialTextAppearance_android_letterSpacing 0 +int styleable MaterialTextAppearance_android_lineHeight 1 +int styleable MaterialTextAppearance_lineHeight 2 +int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f030268 } +int styleable MaterialTextView_android_textAppearance 0 +int styleable MaterialTextView_android_lineHeight 1 +int styleable MaterialTextView_lineHeight 2 +int[] styleable MaterialTimePicker { 0x7f0300b7, 0x7f03021a } +int styleable MaterialTimePicker_clockIcon 0 +int styleable MaterialTimePicker_keyboardIcon 1 +int[] styleable MaterialToolbar { 0x7f03027b, 0x7f03027d, 0x7f0302f0, 0x7f03038f, 0x7f030407 } +int styleable MaterialToolbar_logoAdjustViewBounds 0 +int styleable MaterialToolbar_logoScaleType 1 +int styleable MaterialToolbar_navigationIconTint 2 +int styleable MaterialToolbar_subtitleCentered 3 +int styleable MaterialToolbar_titleCentered 4 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_visible 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_checkableBehavior 5 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f030021, 0x7f030023, 0x7f03002c, 0x7f0300fe, 0x7f0301eb, 0x7f0301ec, 0x7f0302f8, 0x7f030355, 0x7f03041d } +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_actionLayout 13 +int styleable MenuItem_actionProviderClass 14 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_alphabeticModifiers 16 +int styleable MenuItem_contentDescription 17 +int styleable MenuItem_iconTint 18 +int styleable MenuItem_iconTintMode 19 +int styleable MenuItem_numericModifiers 20 +int styleable MenuItem_showAsAction 21 +int styleable MenuItem_tooltipText 22 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f030324, 0x7f030388 } +int styleable MenuView_android_windowAnimationStyle 0 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable MockView { 0x7f0302c1, 0x7f0302c2, 0x7f0302c3, 0x7f0302c4, 0x7f0302c5, 0x7f0302c6 } +int styleable MockView_mock_diagonalsColor 0 +int styleable MockView_mock_label 1 +int styleable MockView_mock_labelBackgroundColor 2 +int styleable MockView_mock_labelColor 3 +int styleable MockView_mock_showDiagonals 4 +int styleable MockView_mock_showLabel 5 +int[] styleable Motion { 0x7f030030, 0x7f030149, 0x7f0302e6, 0x7f0302e8, 0x7f030311, 0x7f03042f } +int styleable Motion_animate_relativeTo 0 +int styleable Motion_drawPath 1 +int styleable Motion_motionPathRotate 2 +int styleable Motion_motionStagger 3 +int styleable Motion_pathMotionArc 4 +int styleable Motion_transitionEasing 5 +int[] styleable MotionHelper { 0x7f0302fa, 0x7f0302fd } +int styleable MotionHelper_onHide 0 +int styleable MotionHelper_onShow 1 +int[] styleable MotionLayout { 0x7f030033, 0x7f030123, 0x7f030223, 0x7f0302c7, 0x7f0302e7, 0x7f030359 } +int styleable MotionLayout_applyMotionScene 0 +int styleable MotionLayout_currentState 1 +int styleable MotionLayout_layoutDescription 2 +int styleable MotionLayout_motionDebug 3 +int styleable MotionLayout_motionProgress 4 +int styleable MotionLayout_showPaths 5 +int[] styleable MotionScene { 0x7f030132, 0x7f030224 } +int styleable MotionScene_defaultDuration 0 +int styleable MotionScene_layoutDuringTransition 1 +int[] styleable MotionTelltales { 0x7f0303b9, 0x7f0303ba, 0x7f0303bb } +int styleable MotionTelltales_telltales_tailColor 0 +int styleable MotionTelltales_telltales_tailScale 1 +int styleable MotionTelltales_telltales_velocityMode 2 +int[] styleable NavigationBarActiveIndicator { 0x01010155, 0x01010159, 0x010101a5, 0x7f03027e, 0x7f030347 } +int styleable NavigationBarActiveIndicator_android_height 0 +int styleable NavigationBarActiveIndicator_android_width 1 +int styleable NavigationBarActiveIndicator_android_color 2 +int styleable NavigationBarActiveIndicator_marginHorizontal 3 +int styleable NavigationBarActiveIndicator_shapeAppearance 4 +int[] styleable NavigationBarView { 0x7f030049, 0x7f03015d, 0x7f0301fc, 0x7f0301fd, 0x7f030202, 0x7f030203, 0x7f030207, 0x7f030208, 0x7f030209, 0x7f030215, 0x7f030216, 0x7f030217, 0x7f03021f, 0x7f0302b9 } +int styleable NavigationBarView_backgroundTint 0 +int styleable NavigationBarView_elevation 1 +int styleable NavigationBarView_itemActiveIndicatorStyle 2 +int styleable NavigationBarView_itemBackground 3 +int styleable NavigationBarView_itemIconSize 4 +int styleable NavigationBarView_itemIconTint 5 +int styleable NavigationBarView_itemPaddingBottom 6 +int styleable NavigationBarView_itemPaddingTop 7 +int styleable NavigationBarView_itemRippleColor 8 +int styleable NavigationBarView_itemTextAppearanceActive 9 +int styleable NavigationBarView_itemTextAppearanceInactive 10 +int styleable NavigationBarView_itemTextColor 11 +int styleable NavigationBarView_labelVisibilityMode 12 +int styleable NavigationBarView_menu 13 +int[] styleable NavigationRailView { 0x7f0301d1, 0x7f030205, 0x7f0302bb, 0x7f030302, 0x7f030308 } +int styleable NavigationRailView_headerLayout 0 +int styleable NavigationRailView_itemMinHeight 1 +int styleable NavigationRailView_menuGravity 2 +int styleable NavigationRailView_paddingBottomSystemWindowInsets 3 +int styleable NavigationRailView_paddingTopSystemWindowInsets 4 +int[] styleable NavigationView { 0x010100b3, 0x010100d4, 0x010100dd, 0x0101011f, 0x7f030064, 0x7f030141, 0x7f030142, 0x7f030154, 0x7f03015d, 0x7f0301d1, 0x7f0301fd, 0x7f0301ff, 0x7f030201, 0x7f030202, 0x7f030203, 0x7f030204, 0x7f030209, 0x7f03020a, 0x7f03020b, 0x7f03020c, 0x7f03020d, 0x7f03020e, 0x7f03020f, 0x7f030210, 0x7f030214, 0x7f030217, 0x7f030218, 0x7f0302b9, 0x7f030347, 0x7f03034f, 0x7f030389, 0x7f03038a, 0x7f03038b, 0x7f03038c, 0x7f03041e } +int styleable NavigationView_android_layout_gravity 0 +int styleable NavigationView_android_background 1 +int styleable NavigationView_android_fitsSystemWindows 2 +int styleable NavigationView_android_maxWidth 3 +int styleable NavigationView_bottomInsetScrimEnabled 4 +int styleable NavigationView_dividerInsetEnd 5 +int styleable NavigationView_dividerInsetStart 6 +int styleable NavigationView_drawerLayoutCornerSize 7 +int styleable NavigationView_elevation 8 +int styleable NavigationView_headerLayout 9 +int styleable NavigationView_itemBackground 10 +int styleable NavigationView_itemHorizontalPadding 11 +int styleable NavigationView_itemIconPadding 12 +int styleable NavigationView_itemIconSize 13 +int styleable NavigationView_itemIconTint 14 +int styleable NavigationView_itemMaxLines 15 +int styleable NavigationView_itemRippleColor 16 +int styleable NavigationView_itemShapeAppearance 17 +int styleable NavigationView_itemShapeAppearanceOverlay 18 +int styleable NavigationView_itemShapeFillColor 19 +int styleable NavigationView_itemShapeInsetBottom 20 +int styleable NavigationView_itemShapeInsetEnd 21 +int styleable NavigationView_itemShapeInsetStart 22 +int styleable NavigationView_itemShapeInsetTop 23 +int styleable NavigationView_itemTextAppearance 24 +int styleable NavigationView_itemTextColor 25 +int styleable NavigationView_itemVerticalPadding 26 +int styleable NavigationView_menu 27 +int styleable NavigationView_shapeAppearance 28 +int styleable NavigationView_shapeAppearanceOverlay 29 +int styleable NavigationView_subheaderColor 30 +int styleable NavigationView_subheaderInsetEnd 31 +int styleable NavigationView_subheaderInsetStart 32 +int styleable NavigationView_subheaderTextAppearance 33 +int styleable NavigationView_topInsetScrimEnabled 34 +int[] styleable OnClick { 0x7f0300b4, 0x7f0303b8 } +int styleable OnClick_clickAction 0 +int styleable OnClick_targetId 1 +int[] styleable OnSwipe { 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030267, 0x7f0302af, 0x7f0302b6, 0x7f0302ec, 0x7f0302f4, 0x7f0302fe, 0x7f03041f, 0x7f030420, 0x7f030421 } +int styleable OnSwipe_dragDirection 0 +int styleable OnSwipe_dragScale 1 +int styleable OnSwipe_dragThreshold 2 +int styleable OnSwipe_limitBoundsTo 3 +int styleable OnSwipe_maxAcceleration 4 +int styleable OnSwipe_maxVelocity 5 +int styleable OnSwipe_moveWhenScrollAtTop 6 +int styleable OnSwipe_nestedScrollFlags 7 +int styleable OnSwipe_onTouchUp 8 +int styleable OnSwipe_touchAnchorId 9 +int styleable OnSwipe_touchAnchorSide 10 +int styleable OnSwipe_touchRegionId 11 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0302ff } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f03037a } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable PropertySet { 0x010100dc, 0x0101031f, 0x7f03024a, 0x7f0302e7, 0x7f03043e } +int styleable PropertySet_android_visibility 0 +int styleable PropertySet_android_alpha 1 +int styleable PropertySet_layout_constraintTag 2 +int styleable PropertySet_motionProgress 3 +int styleable PropertySet_visibilityMode 4 +int[] styleable RadialViewGroup { 0x7f03029e } +int styleable RadialViewGroup_materialCircleRadius 0 +int[] styleable RangeSlider { 0x7f0302be, 0x7f03043a } +int styleable RangeSlider_minSeparation 0 +int styleable RangeSlider_values 1 +int[] styleable RecycleListView { 0x7f030301, 0x7f030307 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f030194, 0x7f030195, 0x7f030196, 0x7f030197, 0x7f030198, 0x7f030225, 0x7f030336, 0x7f03036b, 0x7f030371 } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_android_clipToPadding 1 +int styleable RecyclerView_android_descendantFocusability 2 +int styleable RecyclerView_fastScrollEnabled 3 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 6 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 7 +int styleable RecyclerView_layoutManager 8 +int styleable RecyclerView_reverseLayout 9 +int styleable RecyclerView_spanCount 10 +int styleable RecyclerView_stackFromEnd 11 +int[] styleable ScrimInsetsFrameLayout { 0x7f0301f7 } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f03005c } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchBar { 0x01010034, 0x0101014f, 0x01010150, 0x7f030133, 0x7f030135, 0x7f03015d, 0x7f0301c9, 0x7f0301d9, 0x7f0302f0, 0x7f030386, 0x7f030387, 0x7f030405 } +int styleable SearchBar_android_textAppearance 0 +int styleable SearchBar_android_text 1 +int styleable SearchBar_android_hint 2 +int styleable SearchBar_defaultMarginsEnabled 3 +int styleable SearchBar_defaultScrollFlagsEnabled 4 +int styleable SearchBar_elevation 5 +int styleable SearchBar_forceDefaultNavigationOnClickListener 6 +int styleable SearchBar_hideNavigationIcon 7 +int styleable SearchBar_navigationIconTint 8 +int styleable SearchBar_strokeColor 9 +int styleable SearchBar_strokeWidth 10 +int styleable SearchBar_tintNavigationIcon 11 +int[] styleable SearchView { 0x01010034, 0x010100da, 0x0101011f, 0x0101014f, 0x01010150, 0x01010220, 0x01010264, 0x7f03002e, 0x7f03002f, 0x7f030039, 0x7f0300b9, 0x7f0300f6, 0x7f030134, 0x7f0301ce, 0x7f0301d1, 0x7f0301d9, 0x7f0301ed, 0x7f030222, 0x7f030328, 0x7f030329, 0x7f03033e, 0x7f03033f, 0x7f030340, 0x7f03038d, 0x7f030396, 0x7f030438, 0x7f03043f } +int styleable SearchView_android_textAppearance 0 +int styleable SearchView_android_focusable 1 +int styleable SearchView_android_maxWidth 2 +int styleable SearchView_android_text 3 +int styleable SearchView_android_hint 4 +int styleable SearchView_android_inputType 5 +int styleable SearchView_android_imeOptions 6 +int styleable SearchView_animateMenuItems 7 +int styleable SearchView_animateNavigationIcon 8 +int styleable SearchView_autoShowKeyboard 9 +int styleable SearchView_closeIcon 10 +int styleable SearchView_commitIcon 11 +int styleable SearchView_defaultQueryHint 12 +int styleable SearchView_goIcon 13 +int styleable SearchView_headerLayout 14 +int styleable SearchView_hideNavigationIcon 15 +int styleable SearchView_iconifiedByDefault 16 +int styleable SearchView_layout 17 +int styleable SearchView_queryBackground 18 +int styleable SearchView_queryHint 19 +int styleable SearchView_searchHintIcon 20 +int styleable SearchView_searchIcon 21 +int styleable SearchView_searchPrefixText 22 +int styleable SearchView_submitBackground 23 +int styleable SearchView_suggestionRowLayout 24 +int styleable SearchView_useDrawerArrowDrawable 25 +int styleable SearchView_voiceIcon 26 +int[] styleable ShapeAppearance { 0x7f030111, 0x7f030112, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b } +int styleable ShapeAppearance_cornerFamily 0 +int styleable ShapeAppearance_cornerFamilyBottomLeft 1 +int styleable ShapeAppearance_cornerFamilyBottomRight 2 +int styleable ShapeAppearance_cornerFamilyTopLeft 3 +int styleable ShapeAppearance_cornerFamilyTopRight 4 +int styleable ShapeAppearance_cornerSize 5 +int styleable ShapeAppearance_cornerSizeBottomLeft 6 +int styleable ShapeAppearance_cornerSizeBottomRight 7 +int styleable ShapeAppearance_cornerSizeTopLeft 8 +int styleable ShapeAppearance_cornerSizeTopRight 9 +int[] styleable ShapeableImageView { 0x7f030105, 0x7f030106, 0x7f030107, 0x7f030108, 0x7f030109, 0x7f03010a, 0x7f03010b, 0x7f030347, 0x7f03034f, 0x7f030386, 0x7f030387 } +int styleable ShapeableImageView_contentPadding 0 +int styleable ShapeableImageView_contentPaddingBottom 1 +int styleable ShapeableImageView_contentPaddingEnd 2 +int styleable ShapeableImageView_contentPaddingLeft 3 +int styleable ShapeableImageView_contentPaddingRight 4 +int styleable ShapeableImageView_contentPaddingStart 5 +int styleable ShapeableImageView_contentPaddingTop 6 +int styleable ShapeableImageView_shapeAppearance 7 +int styleable ShapeableImageView_shapeAppearanceOverlay 8 +int styleable ShapeableImageView_strokeColor 9 +int styleable ShapeableImageView_strokeWidth 10 +int[] styleable SideSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f030049, 0x7f030057, 0x7f030110, 0x7f030347, 0x7f03034f } +int styleable SideSheetBehavior_Layout_android_maxWidth 0 +int styleable SideSheetBehavior_Layout_android_maxHeight 1 +int styleable SideSheetBehavior_Layout_android_elevation 2 +int styleable SideSheetBehavior_Layout_backgroundTint 3 +int styleable SideSheetBehavior_Layout_behavior_draggable 4 +int styleable SideSheetBehavior_Layout_coplanarSiblingViewId 5 +int styleable SideSheetBehavior_Layout_shapeAppearance 6 +int styleable SideSheetBehavior_Layout_shapeAppearanceOverlay 7 +int[] styleable Slider { 0x0101000e, 0x01010024, 0x01010146, 0x010102de, 0x010102df, 0x7f0301cf, 0x7f0301d0, 0x7f03021d, 0x7f03021e, 0x7f0302bf, 0x7f0303f1, 0x7f0303f2, 0x7f0303f6, 0x7f0303f7, 0x7f0303f8, 0x7f0303fc, 0x7f0303fd, 0x7f0303fe, 0x7f030402, 0x7f030423, 0x7f030424, 0x7f030425, 0x7f03042a } +int styleable Slider_android_enabled 0 +int styleable Slider_android_value 1 +int styleable Slider_android_stepSize 2 +int styleable Slider_android_valueFrom 3 +int styleable Slider_android_valueTo 4 +int styleable Slider_haloColor 5 +int styleable Slider_haloRadius 6 +int styleable Slider_labelBehavior 7 +int styleable Slider_labelStyle 8 +int styleable Slider_minTouchTargetSize 9 +int styleable Slider_thumbColor 10 +int styleable Slider_thumbElevation 11 +int styleable Slider_thumbRadius 12 +int styleable Slider_thumbStrokeColor 13 +int styleable Slider_thumbStrokeWidth 14 +int styleable Slider_tickColor 15 +int styleable Slider_tickColorActive 16 +int styleable Slider_tickColorInactive 17 +int styleable Slider_tickVisible 18 +int styleable Slider_trackColor 19 +int styleable Slider_trackColorActive 20 +int styleable Slider_trackColorInactive 21 +int styleable Slider_trackHeight 22 +int[] styleable Snackbar { 0x7f030368, 0x7f030369, 0x7f03036a } +int styleable Snackbar_snackbarButtonStyle 0 +int styleable Snackbar_snackbarStyle 1 +int styleable Snackbar_snackbarTextViewStyle 2 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f030022, 0x7f030031, 0x7f030046, 0x7f030049, 0x7f03004a, 0x7f03015d, 0x7f0302b0, 0x7f030347, 0x7f03034f } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_actionTextColorAlpha 1 +int styleable SnackbarLayout_animationMode 2 +int styleable SnackbarLayout_backgroundOverlayColorAlpha 3 +int styleable SnackbarLayout_backgroundTint 4 +int styleable SnackbarLayout_backgroundTintMode 5 +int styleable SnackbarLayout_elevation 6 +int styleable SnackbarLayout_maxActionInlineWidth 7 +int styleable SnackbarLayout_shapeAppearance 8 +int styleable SnackbarLayout_shapeAppearanceOverlay 9 +int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f03031f } +int styleable Spinner_android_entries 0 +int styleable Spinner_android_popupBackground 1 +int styleable Spinner_android_prompt 2 +int styleable Spinner_android_dropDownWidth 3 +int styleable Spinner_popupTheme 4 +int[] styleable State { 0x010100d0, 0x7f0300fc } +int styleable State_android_id 0 +int styleable State_constraints 1 +int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } +int styleable StateListDrawable_android_dither 0 +int styleable StateListDrawable_android_visible 1 +int styleable StateListDrawable_android_variablePadding 2 +int styleable StateListDrawable_android_constantSize 3 +int styleable StateListDrawable_android_enterFadeDuration 4 +int styleable StateListDrawable_android_exitFadeDuration 5 +int[] styleable StateListDrawableItem { 0x01010199 } +int styleable StateListDrawableItem_android_drawable 0 +int[] styleable StateSet { 0x7f030136 } +int styleable StateSet_defaultState 0 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f03035a, 0x7f03036f, 0x7f030397, 0x7f030398, 0x7f03039a, 0x7f0303f9, 0x7f0303fa, 0x7f0303fb, 0x7f030422, 0x7f03042c, 0x7f03042d } +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 3 +int styleable SwitchCompat_splitTrack 4 +int styleable SwitchCompat_switchMinWidth 5 +int styleable SwitchCompat_switchPadding 6 +int styleable SwitchCompat_switchTextAppearance 7 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 9 +int styleable SwitchCompat_thumbTintMode 10 +int styleable SwitchCompat_track 11 +int styleable SwitchCompat_trackTint 12 +int styleable SwitchCompat_trackTintMode 13 +int[] styleable SwitchMaterial { 0x7f030439 } +int styleable SwitchMaterial_useMaterialThemeColors 0 +int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } +int styleable TabItem_android_icon 0 +int styleable TabItem_android_layout 1 +int styleable TabItem_android_text 2 +int[] styleable TabLayout { 0x7f03039b, 0x7f03039c, 0x7f03039d, 0x7f03039e, 0x7f03039f, 0x7f0303a0, 0x7f0303a1, 0x7f0303a2, 0x7f0303a3, 0x7f0303a4, 0x7f0303a5, 0x7f0303a6, 0x7f0303a7, 0x7f0303a8, 0x7f0303a9, 0x7f0303aa, 0x7f0303ab, 0x7f0303ac, 0x7f0303ad, 0x7f0303ae, 0x7f0303af, 0x7f0303b0, 0x7f0303b2, 0x7f0303b3, 0x7f0303b5, 0x7f0303b6, 0x7f0303b7 } +int styleable TabLayout_tabBackground 0 +int styleable TabLayout_tabContentStart 1 +int styleable TabLayout_tabGravity 2 +int styleable TabLayout_tabIconTint 3 +int styleable TabLayout_tabIconTintMode 4 +int styleable TabLayout_tabIndicator 5 +int styleable TabLayout_tabIndicatorAnimationDuration 6 +int styleable TabLayout_tabIndicatorAnimationMode 7 +int styleable TabLayout_tabIndicatorColor 8 +int styleable TabLayout_tabIndicatorFullWidth 9 +int styleable TabLayout_tabIndicatorGravity 10 +int styleable TabLayout_tabIndicatorHeight 11 +int styleable TabLayout_tabInlineLabel 12 +int styleable TabLayout_tabMaxWidth 13 +int styleable TabLayout_tabMinWidth 14 +int styleable TabLayout_tabMode 15 +int styleable TabLayout_tabPadding 16 +int styleable TabLayout_tabPaddingBottom 17 +int styleable TabLayout_tabPaddingEnd 18 +int styleable TabLayout_tabPaddingStart 19 +int styleable TabLayout_tabPaddingTop 20 +int styleable TabLayout_tabRippleColor 21 +int styleable TabLayout_tabSelectedTextAppearance 22 +int styleable TabLayout_tabSelectedTextColor 23 +int styleable TabLayout_tabTextAppearance 24 +int styleable TabLayout_tabTextColor 25 +int styleable TabLayout_tabUnboundedRipple 26 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f0301bd, 0x7f0301c6, 0x7f0303bc, 0x7f0303ed } +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textColorHint 4 +int styleable TextAppearance_android_textColorLink 5 +int styleable TextAppearance_android_shadowColor 6 +int styleable TextAppearance_android_shadowDx 7 +int styleable TextAppearance_android_shadowDy 8 +int styleable TextAppearance_android_shadowRadius 9 +int styleable TextAppearance_android_fontFamily 10 +int styleable TextAppearance_android_textFontWeight 11 +int styleable TextAppearance_fontFamily 12 +int styleable TextAppearance_fontVariationSettings 13 +int styleable TextAppearance_textAllCaps 14 +int styleable TextAppearance_textLocale 15 +int[] styleable TextInputEditText { 0x7f0303e8 } +int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0 +int[] styleable TextInputLayout { 0x0101000e, 0x0101009a, 0x0101011f, 0x0101013f, 0x01010150, 0x01010157, 0x0101015a, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f03006d, 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030073, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f030169, 0x7f03016a, 0x7f03016f, 0x7f030170, 0x7f030171, 0x7f030172, 0x7f030173, 0x7f030174, 0x7f030176, 0x7f030177, 0x7f03017a, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301d6, 0x7f0301dc, 0x7f0301dd, 0x7f0301de, 0x7f0301df, 0x7f03030c, 0x7f03030d, 0x7f03030e, 0x7f03030f, 0x7f030310, 0x7f030319, 0x7f03031a, 0x7f03031b, 0x7f030321, 0x7f030322, 0x7f030323, 0x7f030347, 0x7f03034f, 0x7f030373, 0x7f030374, 0x7f030375, 0x7f030376, 0x7f030377, 0x7f030378, 0x7f030379, 0x7f030393, 0x7f030394, 0x7f030395 } +int styleable TextInputLayout_android_enabled 0 +int styleable TextInputLayout_android_textColorHint 1 +int styleable TextInputLayout_android_maxWidth 2 +int styleable TextInputLayout_android_minWidth 3 +int styleable TextInputLayout_android_hint 4 +int styleable TextInputLayout_android_maxEms 5 +int styleable TextInputLayout_android_minEms 6 +int styleable TextInputLayout_boxBackgroundColor 7 +int styleable TextInputLayout_boxBackgroundMode 8 +int styleable TextInputLayout_boxCollapsedPaddingTop 9 +int styleable TextInputLayout_boxCornerRadiusBottomEnd 10 +int styleable TextInputLayout_boxCornerRadiusBottomStart 11 +int styleable TextInputLayout_boxCornerRadiusTopEnd 12 +int styleable TextInputLayout_boxCornerRadiusTopStart 13 +int styleable TextInputLayout_boxStrokeColor 14 +int styleable TextInputLayout_boxStrokeErrorColor 15 +int styleable TextInputLayout_boxStrokeWidth 16 +int styleable TextInputLayout_boxStrokeWidthFocused 17 +int styleable TextInputLayout_counterEnabled 18 +int styleable TextInputLayout_counterMaxLength 19 +int styleable TextInputLayout_counterOverflowTextAppearance 20 +int styleable TextInputLayout_counterOverflowTextColor 21 +int styleable TextInputLayout_counterTextAppearance 22 +int styleable TextInputLayout_counterTextColor 23 +int styleable TextInputLayout_endIconCheckable 24 +int styleable TextInputLayout_endIconContentDescription 25 +int styleable TextInputLayout_endIconDrawable 26 +int styleable TextInputLayout_endIconMinSize 27 +int styleable TextInputLayout_endIconMode 28 +int styleable TextInputLayout_endIconScaleType 29 +int styleable TextInputLayout_endIconTint 30 +int styleable TextInputLayout_endIconTintMode 31 +int styleable TextInputLayout_errorAccessibilityLiveRegion 32 +int styleable TextInputLayout_errorContentDescription 33 +int styleable TextInputLayout_errorEnabled 34 +int styleable TextInputLayout_errorIconDrawable 35 +int styleable TextInputLayout_errorIconTint 36 +int styleable TextInputLayout_errorIconTintMode 37 +int styleable TextInputLayout_errorTextAppearance 38 +int styleable TextInputLayout_errorTextColor 39 +int styleable TextInputLayout_expandedHintEnabled 40 +int styleable TextInputLayout_helperText 41 +int styleable TextInputLayout_helperTextEnabled 42 +int styleable TextInputLayout_helperTextTextAppearance 43 +int styleable TextInputLayout_helperTextTextColor 44 +int styleable TextInputLayout_hintAnimationEnabled 45 +int styleable TextInputLayout_hintEnabled 46 +int styleable TextInputLayout_hintTextAppearance 47 +int styleable TextInputLayout_hintTextColor 48 +int styleable TextInputLayout_passwordToggleContentDescription 49 +int styleable TextInputLayout_passwordToggleDrawable 50 +int styleable TextInputLayout_passwordToggleEnabled 51 +int styleable TextInputLayout_passwordToggleTint 52 +int styleable TextInputLayout_passwordToggleTintMode 53 +int styleable TextInputLayout_placeholderText 54 +int styleable TextInputLayout_placeholderTextAppearance 55 +int styleable TextInputLayout_placeholderTextColor 56 +int styleable TextInputLayout_prefixText 57 +int styleable TextInputLayout_prefixTextAppearance 58 +int styleable TextInputLayout_prefixTextColor 59 +int styleable TextInputLayout_shapeAppearance 60 +int styleable TextInputLayout_shapeAppearanceOverlay 61 +int styleable TextInputLayout_startIconCheckable 62 +int styleable TextInputLayout_startIconContentDescription 63 +int styleable TextInputLayout_startIconDrawable 64 +int styleable TextInputLayout_startIconMinSize 65 +int styleable TextInputLayout_startIconScaleType 66 +int styleable TextInputLayout_startIconTint 67 +int styleable TextInputLayout_startIconTintMode 68 +int styleable TextInputLayout_suffixText 69 +int styleable TextInputLayout_suffixTextAppearance 70 +int styleable TextInputLayout_suffixTextColor 71 +int[] styleable ThemeEnforcement { 0x01010034, 0x7f03016b, 0x7f03016c } +int styleable ThemeEnforcement_android_textAppearance 0 +int styleable ThemeEnforcement_enforceMaterialTheme 1 +int styleable ThemeEnforcement_enforceTextAppearance 2 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03007b, 0x7f0300c1, 0x7f0300c2, 0x7f0300ff, 0x7f030100, 0x7f030101, 0x7f030102, 0x7f030103, 0x7f030104, 0x7f03027a, 0x7f03027c, 0x7f0302b1, 0x7f0302b9, 0x7f0302ee, 0x7f0302ef, 0x7f03031f, 0x7f03038e, 0x7f030390, 0x7f030391, 0x7f030406, 0x7f03040a, 0x7f03040b, 0x7f03040c, 0x7f03040d, 0x7f03040e, 0x7f03040f, 0x7f030411, 0x7f030412 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 2 +int styleable Toolbar_collapseContentDescription 3 +int styleable Toolbar_collapseIcon 4 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetEndWithActions 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 9 +int styleable Toolbar_contentInsetStartWithNavigation 10 +int styleable Toolbar_logo 11 +int styleable Toolbar_logoDescription 12 +int styleable Toolbar_maxButtonHeight 13 +int styleable Toolbar_menu 14 +int styleable Toolbar_navigationContentDescription 15 +int styleable Toolbar_navigationIcon 16 +int styleable Toolbar_popupTheme 17 +int styleable Toolbar_subtitle 18 +int styleable Toolbar_subtitleTextAppearance 19 +int styleable Toolbar_subtitleTextColor 20 +int styleable Toolbar_title 21 +int styleable Toolbar_titleMargin 22 +int styleable Toolbar_titleMarginBottom 23 +int styleable Toolbar_titleMarginEnd 24 +int styleable Toolbar_titleMarginStart 25 +int styleable Toolbar_titleMarginTop 26 +int styleable Toolbar_titleMargins 27 +int styleable Toolbar_titleTextAppearance 28 +int styleable Toolbar_titleTextColor 29 +int[] styleable Tooltip { 0x01010034, 0x01010098, 0x010100d5, 0x010100f6, 0x0101013f, 0x01010140, 0x0101014f, 0x7f030049 } +int styleable Tooltip_android_textAppearance 0 +int styleable Tooltip_android_textColor 1 +int styleable Tooltip_android_padding 2 +int styleable Tooltip_android_layout_margin 3 +int styleable Tooltip_android_minWidth 4 +int styleable Tooltip_android_minHeight 5 +int styleable Tooltip_android_text 6 +int styleable Tooltip_backgroundTint 7 +int[] styleable Transform { 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440 } +int styleable Transform_android_transformPivotX 0 +int styleable Transform_android_transformPivotY 1 +int styleable Transform_android_translationX 2 +int styleable Transform_android_translationY 3 +int styleable Transform_android_scaleX 4 +int styleable Transform_android_scaleY 5 +int styleable Transform_android_rotation 6 +int styleable Transform_android_rotationX 7 +int styleable Transform_android_rotationY 8 +int styleable Transform_android_translationZ 9 +int styleable Transform_android_elevation 10 +int[] styleable Transition { 0x010100d0, 0x7f03003f, 0x7f0300f9, 0x7f0300fa, 0x7f030158, 0x7f030224, 0x7f0302e4, 0x7f030311, 0x7f030372, 0x7f03042e, 0x7f030430 } +int styleable Transition_android_id 0 +int styleable Transition_autoTransition 1 +int styleable Transition_constraintSetEnd 2 +int styleable Transition_constraintSetStart 3 +int styleable Transition_duration 4 +int styleable Transition_layoutDuringTransition 5 +int styleable Transition_motionInterpolator 6 +int styleable Transition_pathMotionArc 7 +int styleable Transition_staggered 8 +int styleable Transition_transitionDisable 9 +int styleable Transition_transitionFlags 10 +int[] styleable Variant { 0x7f0300fc, 0x7f030331, 0x7f030332, 0x7f030333, 0x7f030334 } +int styleable Variant_constraints 0 +int styleable Variant_region_heightLessThan 1 +int styleable Variant_region_heightMoreThan 2 +int styleable Variant_region_widthLessThan 3 +int styleable Variant_region_widthMoreThan 4 +int[] styleable View { 0x01010000, 0x010100da, 0x7f030303, 0x7f030306, 0x7f0303ef } +int styleable View_android_theme 0 +int styleable View_android_focusable 1 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 3 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030049, 0x7f03004a } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewPager2 { 0x010100c4 } +int styleable ViewPager2_android_orientation 0 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_layout 1 +int styleable ViewStubCompat_android_inflatedId 2 +int xml backup_rules 0x7f140000 +int xml data_extraction_rules 0x7f140001 diff --git a/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json b/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json new file mode 100644 index 0000000..51f6368 --- /dev/null +++ b/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json @@ -0,0 +1 @@ +{"enableV1Signing":false,"enableV2Signing":true,"enableV3Signing":false,"enableV4Signing":false} \ No newline at end of file diff --git a/app/build/intermediates/source_set_path_map/debug/file-map.txt b/app/build/intermediates/source_set_path_map/debug/file-map.txt new file mode 100644 index 0000000..7ec5267 --- /dev/null +++ b/app/build/intermediates/source_set_path_map/debug/file-map.txt @@ -0,0 +1,32 @@ +com.example.jmastermind.app-lifecycle-livedata-core-2.5.1-0 C:\Users\probo\.gradle\caches\transforms-3\0671bb7bb856238b78c07173458201df\transformed\lifecycle-livedata-core-2.5.1\res +com.example.jmastermind.app-coordinatorlayout-1.1.0-1 C:\Users\probo\.gradle\caches\transforms-3\18f023b2040b9372c02d7a2bae3533d8\transformed\coordinatorlayout-1.1.0\res +com.example.jmastermind.app-lifecycle-viewmodel-savedstate-2.5.1-2 C:\Users\probo\.gradle\caches\transforms-3\3bc14027e3271addbd104e62a121e1f3\transformed\lifecycle-viewmodel-savedstate-2.5.1\res +com.example.jmastermind.app-recyclerview-1.1.0-3 C:\Users\probo\.gradle\caches\transforms-3\44e7915931e72843d3f33bbe594cb141\transformed\recyclerview-1.1.0\res +com.example.jmastermind.app-material-1.8.0-4 C:\Users\probo\.gradle\caches\transforms-3\4fbcf167c94e837ff1be43cd429a082f\transformed\material-1.8.0\res +com.example.jmastermind.app-emoji2-views-helper-1.2.0-5 C:\Users\probo\.gradle\caches\transforms-3\6132d3e701be993b180a5ccf88a70fbe\transformed\emoji2-views-helper-1.2.0\res +com.example.jmastermind.app-lifecycle-process-2.4.1-6 C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\res +com.example.jmastermind.app-startup-runtime-1.1.1-7 C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\res +com.example.jmastermind.app-emoji2-1.2.0-8 C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\res +com.example.jmastermind.app-transition-1.2.0-9 C:\Users\probo\.gradle\caches\transforms-3\81d099f3403dfda2405faee6a54c68f8\transformed\transition-1.2.0\res +com.example.jmastermind.app-core-1.9.0-10 C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\res +com.example.jmastermind.app-appcompat-1.6.1-11 C:\Users\probo\.gradle\caches\transforms-3\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\transformed\appcompat-1.6.1\res +com.example.jmastermind.app-viewpager2-1.0.0-12 C:\Users\probo\.gradle\caches\transforms-3\a3e3036654d5223220c3dad2f6b0bd75\transformed\viewpager2-1.0.0\res +com.example.jmastermind.app-constraintlayout-2.0.1-13 C:\Users\probo\.gradle\caches\transforms-3\a6870320fbf663d6f89d0216db3e539f\transformed\constraintlayout-2.0.1\res +com.example.jmastermind.app-activity-1.6.0-14 C:\Users\probo\.gradle\caches\transforms-3\bb7d634cb8bc11a3a574c3760b5b9204\transformed\activity-1.6.0\res +com.example.jmastermind.app-cardview-1.0.0-15 C:\Users\probo\.gradle\caches\transforms-3\bf77ad590024d0e14c0f8c0505794694\transformed\cardview-1.0.0\res +com.example.jmastermind.app-savedstate-1.2.0-16 C:\Users\probo\.gradle\caches\transforms-3\c44a24eb114b00d4ae0b944c5b3b714e\transformed\savedstate-1.2.0\res +com.example.jmastermind.app-fragment-1.3.6-17 C:\Users\probo\.gradle\caches\transforms-3\c44db921d64db197524d35fa7594e186\transformed\fragment-1.3.6\res +com.example.jmastermind.app-core-ktx-1.9.0-18 C:\Users\probo\.gradle\caches\transforms-3\c7f702c1be845b1bab56d0a5ef8ec003\transformed\core-ktx-1.9.0\res +com.example.jmastermind.app-appcompat-resources-1.6.1-19 C:\Users\probo\.gradle\caches\transforms-3\cb75003958f24a4c9df8991789c69529\transformed\appcompat-resources-1.6.1\res +com.example.jmastermind.app-lifecycle-runtime-2.5.1-20 C:\Users\probo\.gradle\caches\transforms-3\e9c0667ffb0f5abbc13f0e6ed5d96563\transformed\lifecycle-runtime-2.5.1\res +com.example.jmastermind.app-drawerlayout-1.1.1-21 C:\Users\probo\.gradle\caches\transforms-3\f66ae2e3f3030ca408ea17e7c467639b\transformed\drawerlayout-1.1.1\res +com.example.jmastermind.app-lifecycle-viewmodel-2.5.1-22 C:\Users\probo\.gradle\caches\transforms-3\f94025579e5a4c230bbba5aa7dd1079d\transformed\lifecycle-viewmodel-2.5.1\res +com.example.jmastermind.app-annotation-experimental-1.3.0-23 C:\Users\probo\.gradle\caches\transforms-3\fd3daf95af5e4e1fd3f3860fc1410040\transformed\annotation-experimental-1.3.0\res +com.example.jmastermind.app-pngs-24 C:\Users\probo\Desktop\JMastermind\app\build\generated\res\pngs\debug +com.example.jmastermind.app-resValues-25 C:\Users\probo\Desktop\JMastermind\app\build\generated\res\resValues\debug +com.example.jmastermind.app-rs-26 C:\Users\probo\Desktop\JMastermind\app\build\generated\res\rs\debug +com.example.jmastermind.app-packageDebugResources-27 C:\Users\probo\Desktop\JMastermind\app\build\intermediates\incremental\debug\packageDebugResources\merged.dir +com.example.jmastermind.app-packageDebugResources-28 C:\Users\probo\Desktop\JMastermind\app\build\intermediates\incremental\debug\packageDebugResources\stripped.dir +com.example.jmastermind.app-merged_res-29 C:\Users\probo\Desktop\JMastermind\app\build\intermediates\merged_res\debug +com.example.jmastermind.app-debug-30 C:\Users\probo\Desktop\JMastermind\app\src\debug\res +com.example.jmastermind.app-main-31 C:\Users\probo\Desktop\JMastermind\app\src\main\res diff --git a/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt b/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt new file mode 100644 index 0000000..ad89c94 --- /dev/null +++ b/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt @@ -0,0 +1,5097 @@ +com.example.jmastermind:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f120012 +com.example.jmastermind:style/Widget.Material3.Toolbar.Surface = 0x7f1203c5 +com.example.jmastermind:styleable/ScrimInsetsFrameLayout = 0x7f130071 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1202c7 +com.example.jmastermind:style/Widget.Design.BottomSheet.Modal = 0x7f12031f +com.example.jmastermind:styleable/Tooltip = 0x7f130089 +com.example.jmastermind:style/Widget.Material3.Button.TextButton.Dialog.Flush = 0x7f120344 +com.example.jmastermind:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f120441 +com.example.jmastermind:styleable/MenuGroup = 0x7f13005b +com.example.jmastermind:styleable/GradientColorItem = 0x7f130039 +com.example.jmastermind:style/Widget.Compat.NotificationActionText = 0x7f12031c +com.example.jmastermind:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f12015a +com.example.jmastermind:style/Widget.Material3.MaterialDivider = 0x7f120394 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f12038f +com.example.jmastermind:styleable/StateListDrawableItem = 0x7f13007e +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f12006f +com.example.jmastermind:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f1203f3 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1202b5 +com.example.jmastermind:style/Widget.MaterialComponents.FloatingActionButton = 0x7f1203f9 +com.example.jmastermind:style/Widget.Material3.CompoundButton.RadioButton = 0x7f120363 +com.example.jmastermind:drawable/abc_ic_clear_material = 0x7f070040 +com.example.jmastermind:styleable/KeyFrame = 0x7f13003e +com.example.jmastermind:macro/m3_comp_search_bar_supporting_text_color = 0x7f0d006d +com.example.jmastermind:style/Base.V22.Theme.AppCompat = 0x7f1200a7 +com.example.jmastermind:style/TextAppearance.Compat.Notification.Info = 0x7f1201b5 +com.example.jmastermind:dimen/mtrl_slider_thumb_radius = 0x7f06028c +com.example.jmastermind:styleable/CompoundButton = 0x7f130024 +com.example.jmastermind:layout/notification_template_part_time = 0x7f0c0066 +com.example.jmastermind:style/Widget.Material3.CardView.Filled = 0x7f12034c +com.example.jmastermind:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f120097 +com.example.jmastermind:style/Widget.Material3.Slider = 0x7f1203af +com.example.jmastermind:style/Theme.Material3.DynamicColors.Light = 0x7f12022b +com.example.jmastermind:layout/material_clock_display = 0x7f0c0033 +com.example.jmastermind:styleable/SearchBar = 0x7f130073 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f12042b +com.example.jmastermind:color/abc_primary_text_material_light = 0x7f05000c +com.example.jmastermind:id/fitXY = 0x7f0900d2 +com.example.jmastermind:style/Base.Widget.MaterialComponents.Chip = 0x7f12010d +com.example.jmastermind:styleable/MotionScene = 0x7f130062 +com.example.jmastermind:dimen/m3_btn_dialog_btn_min_width = 0x7f0600c1 +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Small.Primary = 0x7f120374 +com.example.jmastermind:styleable/MaterialTextAppearance = 0x7f130057 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Button = 0x7f120017 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f12042f +com.example.jmastermind:style/TextAppearance.AppCompat.Inverse = 0x7f12018e +com.example.jmastermind:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f120278 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f120069 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f120381 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f12023c +com.example.jmastermind:styleable/KeyAttribute = 0x7f13003c +com.example.jmastermind:macro/m3_comp_outlined_text_field_error_supporting_text_color = 0x7f0d0047 +com.example.jmastermind:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f1203a4 +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f120173 +com.example.jmastermind:string/mtrl_picker_announce_current_selection = 0x7f110063 +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f12043f +com.example.jmastermind:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f120051 +com.example.jmastermind:style/ThemeOverlay.Material3.Button.TextButton = 0x7f12027c +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f12036f +com.example.jmastermind:xml/data_extraction_rules = 0x7f140001 +com.example.jmastermind:string/mtrl_picker_out_of_range = 0x7f110072 +com.example.jmastermind:styleable/DrawerLayout = 0x7f13002d +com.example.jmastermind:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f12026a +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_with_label_text_inactive_label_text_color = 0x7f0d0062 +com.example.jmastermind:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1203d5 +com.example.jmastermind:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f1203fb +com.example.jmastermind:style/ThemeOverlay.Material3.Chip = 0x7f12027f +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_accelerate_control_x2 = 0x7f0601b1 +com.example.jmastermind:style/Platform.AppCompat.Light = 0x7f120131 +com.example.jmastermind:style/Widget.Material3.Tooltip = 0x7f1203c6 +com.example.jmastermind:style/Base.Theme.Material3.Light.Dialog = 0x7f12005d +com.example.jmastermind:dimen/m3_comp_search_bar_pressed_state_layer_opacity = 0x7f060132 +com.example.jmastermind:style/TextAppearance.Compat.Notification = 0x7f1201b4 +com.example.jmastermind:color/m3_timepicker_button_background_color = 0x7f0501a2 +com.example.jmastermind:id/accessibility_custom_action_29 = 0x7f090026 +com.example.jmastermind:raw/menusong = 0x7f100001 +com.example.jmastermind:style/Widget.MaterialComponents.Button.Icon = 0x7f1203dd +com.example.jmastermind:id/SHOW_ALL = 0x7f090008 +com.example.jmastermind:id/tag_window_insets_animation_callback = 0x7f0901e7 +com.example.jmastermind:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1202e8 +com.example.jmastermind:dimen/abc_dropdownitem_icon_width = 0x7f060029 +com.example.jmastermind:styleable/RadialViewGroup = 0x7f13006d +com.example.jmastermind:styleable/AnimatedStateListDrawableItem = 0x7f130008 +com.example.jmastermind:drawable/m3_avd_show_password = 0x7f070099 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Dark = 0x7f1202b6 +com.example.jmastermind:raw/loosegamesong = 0x7f100002 +com.example.jmastermind:color/material_personalized_color_on_error = 0x7f05020e +com.example.jmastermind:id/material_minute_text_input = 0x7f09010e +com.example.jmastermind:macro/m3_comp_extended_fab_surface_container_color = 0x7f0d0013 +com.example.jmastermind:style/Animation.Material3.BottomSheetDialog = 0x7f120006 +com.example.jmastermind:id/enterAlwaysCollapsed = 0x7f0900c5 +com.example.jmastermind:styleable/OnSwipe = 0x7f130069 +com.example.jmastermind:styleable/ActivityChooserView = 0x7f130005 +com.example.jmastermind:style/TextAppearance.Material3.LabelMedium = 0x7f1201df +com.example.jmastermind:style/ThemeOverlay.Material3.BottomAppBar.Legacy = 0x7f120275 +com.example.jmastermind:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f1200c3 +com.example.jmastermind:style/Widget.Material3.CompoundButton.Switch = 0x7f120364 +com.example.jmastermind:id/checkCircle83 = 0x7f090085 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f1202b4 +com.example.jmastermind:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f120286 +com.example.jmastermind:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f120255 +com.example.jmastermind:style/Widget.Material3.Button.UnelevatedButton = 0x7f12034a +com.example.jmastermind:style/TextAppearance.Compat.Notification.Line2 = 0x7f1201b6 +com.example.jmastermind:id/normalCircle74 = 0x7f090164 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f120021 +com.example.jmastermind:layout/mtrl_picker_header_title_text = 0x7f0c005b +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1201b2 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f1202ae +com.example.jmastermind:id/easeInOut = 0x7f0900bd +com.example.jmastermind:style/Widget.Material3.Chip.Assist.Elevated = 0x7f120350 +com.example.jmastermind:style/Base.Widget.AppCompat.ActionButton = 0x7f1200c1 +com.example.jmastermind:style/Widget.MaterialComponents.Snackbar = 0x7f120423 +com.example.jmastermind:plurals/mtrl_badge_content_description = 0x7f0f0000 +com.example.jmastermind:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1200d3 +com.example.jmastermind:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1202e4 +com.example.jmastermind:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f120089 +com.example.jmastermind:style/Base.Widget.MaterialComponents.Slider = 0x7f120114 +com.example.jmastermind:integer/design_snackbar_text_max_lines = 0x7f0a0006 +com.example.jmastermind:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f120230 +com.example.jmastermind:macro/m3_sys_shape_corner_full_family = 0x7f0d00c8 +com.example.jmastermind:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f1203f4 +com.example.jmastermind:style/ThemeOverlay.Design.TextInputEditText = 0x7f12026c +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f0601b9 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f120385 +com.example.jmastermind:style/Widget.Material3.CollapsingToolbar.Large = 0x7f12035f +com.example.jmastermind:style/Widget.AppCompat.ListView = 0x7f120304 +com.example.jmastermind:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f1200fd +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1201ab +com.example.jmastermind:style/ShapeAppearance.Material3.Corner.Medium = 0x7f120164 +com.example.jmastermind:style/Platform.AppCompat = 0x7f120130 +com.example.jmastermind:interpolator/mtrl_fast_out_linear_in = 0x7f0b000e +com.example.jmastermind:styleable/MaterialButtonToggleGroup = 0x7f13004d +com.example.jmastermind:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0d000f +com.example.jmastermind:style/ThemeOverlay.AppCompat.Light = 0x7f12026b +com.example.jmastermind:dimen/material_textinput_min_width = 0x7f0601e4 +com.example.jmastermind:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f1202e6 +com.example.jmastermind:style/Widget.Design.TextInputEditText = 0x7f120326 +com.example.jmastermind:attr/values = 0x7f03043a +com.example.jmastermind:style/TextAppearance.MaterialComponents.Tooltip = 0x7f1201f8 +com.example.jmastermind:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f0601ad +com.example.jmastermind:style/TextAppearance.AppCompat.Subhead = 0x7f12019c +com.example.jmastermind:dimen/design_snackbar_action_text_color_alpha = 0x7f06007f +com.example.jmastermind:integer/m3_sys_motion_duration_short4 = 0x7f0a001d +com.example.jmastermind:style/Widget.MaterialComponents.Chip.Entry = 0x7f1203ec +com.example.jmastermind:macro/m3_ref_typeface_plain_regular = 0x7f0d00c2 +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.Display.TextInputLayout = 0x7f12043d +com.example.jmastermind:mipmap/ic_launcher_round = 0x7f0e0001 +com.example.jmastermind:style/Widget.MaterialComponents.Button.OutlinedButton = 0x7f1203de +com.example.jmastermind:style/ShapeAppearance.M3.Comp.BottomAppBar.Container.Shape = 0x7f12014f +com.example.jmastermind:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f0601ac +com.example.jmastermind:id/position = 0x7f090180 +com.example.jmastermind:style/Widget.MaterialComponents.Button.TextButton = 0x7f1203e0 +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Body.Text = 0x7f120127 +com.example.jmastermind:color/m3_ref_palette_secondary80 = 0x7f050116 +com.example.jmastermind:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f120193 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth = 0x7f120243 +com.example.jmastermind:style/ThemeOverlay.Material3.FloatingActionButton.Primary = 0x7f12028f +com.example.jmastermind:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f120443 +com.example.jmastermind:style/Widget.MaterialComponents.CircularProgressIndicator.Medium = 0x7f1203f1 +com.example.jmastermind:style/MaterialAlertDialog.Material3.Title.Text = 0x7f120124 +com.example.jmastermind:macro/m3_comp_search_bar_input_text_color = 0x7f0d0068 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f120239 +com.example.jmastermind:dimen/mtrl_shape_corner_size_small_component = 0x7f060286 +com.example.jmastermind:string/material_slider_range_start = 0x7f110048 +com.example.jmastermind:macro/m3_comp_text_button_label_text_type = 0x7f0d00bd +com.example.jmastermind:id/checkCircle52 = 0x7f090078 +com.example.jmastermind:layout/game = 0x7f0c002c +com.example.jmastermind:style/Base.V21.Theme.MaterialComponents.Light = 0x7f1200a1 +com.example.jmastermind:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1203d0 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f120391 +com.example.jmastermind:style/Base.Widget.AppCompat.ListMenuView = 0x7f1200df +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.YearNavigationButton = 0x7f120414 +com.example.jmastermind:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f1202f9 +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f1202ee +com.example.jmastermind:styleable/DrawerArrowToggle = 0x7f13002c +com.example.jmastermind:style/Widget.Design.TabLayout = 0x7f120325 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f12040c +com.example.jmastermind:macro/m3_comp_switch_disabled_unselected_track_outline_color = 0x7f0d0097 +com.example.jmastermind:macro/m3_comp_sheet_bottom_docked_drag_handle_color = 0x7f0d0086 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f120434 +com.example.jmastermind:styleable/KeyCycle = 0x7f13003d +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f12036c +com.example.jmastermind:style/Base.Widget.AppCompat.ProgressBar = 0x7f1200e7 +com.example.jmastermind:style/Widget.MaterialComponents.AppBarLayout.PrimarySurface = 0x7f1203cd +com.example.jmastermind:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0d003c +com.example.jmastermind:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f1202a9 +com.example.jmastermind:style/Theme.AppCompat.DayNight.Dialog = 0x7f120200 +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.Display = 0x7f120439 +com.example.jmastermind:style/Widget.Material3.PopupMenu = 0x7f1203a2 +com.example.jmastermind:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1203d8 +com.example.jmastermind:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f120272 +com.example.jmastermind:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f120110 +com.example.jmastermind:dimen/m3_comp_input_chip_container_elevation = 0x7f060112 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f12017d +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f120245 +com.example.jmastermind:styleable/ForegroundLinearLayout = 0x7f130035 +com.example.jmastermind:dimen/m3_comp_fab_primary_icon_size = 0x7f060102 +com.example.jmastermind:macro/m3_comp_sheet_bottom_docked_container_color = 0x7f0d0084 +com.example.jmastermind:dimen/m3_comp_fab_primary_large_container_height = 0x7f060103 +com.example.jmastermind:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f12024f +com.example.jmastermind:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f12007a +com.example.jmastermind:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f120081 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f1202c9 +com.example.jmastermind:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f12041a +com.example.jmastermind:style/Widget.Material3.Snackbar.TextView = 0x7f1203b3 +com.example.jmastermind:id/confirm_button = 0x7f090096 +com.example.jmastermind:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f1200a3 +com.example.jmastermind:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0b0005 +com.example.jmastermind:macro/m3_comp_checkbox_unselected_outline_color = 0x7f0d0009 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1201c4 +com.example.jmastermind:string/error_icon_content_description = 0x7f110029 +com.example.jmastermind:style/Widget.AppCompat.ActionMode = 0x7f1202da +com.example.jmastermind:styleable/Layout = 0x7f130044 +com.example.jmastermind:style/Widget.Material3.DrawerLayout = 0x7f120365 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f1202cc +com.example.jmastermind:macro/m3_comp_search_bar_supporting_text_type = 0x7f0d006e +com.example.jmastermind:id/checkCircle72 = 0x7f090080 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f12006a +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f120403 +com.example.jmastermind:style/Widget.Material3.CardView.Elevated = 0x7f12034b +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_checked_unchecked__2 = 0x7f070013 +com.example.jmastermind:id/fade = 0x7f0900c9 +com.example.jmastermind:style/Widget.Material3.SideSheet = 0x7f1203ad +com.example.jmastermind:style/Theme.MaterialComponents.NoActionBar = 0x7f120261 +com.example.jmastermind:attr/flow_lastHorizontalBias = 0x7f0301b1 +com.example.jmastermind:dimen/mtrl_btn_disabled_elevation = 0x7f0601fd +com.example.jmastermind:dimen/mtrl_slider_widget_height = 0x7f06028f +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Large = 0x7f12001f +com.example.jmastermind:string/material_clock_toggle_content_description = 0x7f11003c +com.example.jmastermind:style/ThemeOverlay.Material3.MaterialAlertDialog = 0x7f120297 +com.example.jmastermind:id/snackbar_text = 0x7f0901c2 +com.example.jmastermind:style/ThemeOverlay.Material3.NavigationView = 0x7f12029e +com.example.jmastermind:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface = 0x7f12028d +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f12040d +com.example.jmastermind:style/TextAppearance.AppCompat = 0x7f120184 +com.example.jmastermind:layout/material_clockface_textview = 0x7f0c0037 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1202b2 +com.example.jmastermind:style/Widget.MaterialComponents.ProgressIndicator = 0x7f120420 +com.example.jmastermind:drawable/mtrl_switch_thumb_unchecked_checked = 0x7f0700cc +com.example.jmastermind:string/material_motion_easing_decelerated = 0x7f110043 +com.example.jmastermind:macro/m3_comp_extended_fab_primary_container_shape = 0x7f0d000e +com.example.jmastermind:drawable/space = 0x7f0700de +com.example.jmastermind:styleable/AppCompatTextView = 0x7f130011 +com.example.jmastermind:color/material_dynamic_primary30 = 0x7f0501d2 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f120020 +com.example.jmastermind:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f1203ef +com.example.jmastermind:style/Widget.Design.FloatingActionButton = 0x7f120321 +com.example.jmastermind:drawable/m3_selection_control_ripple = 0x7f07009d +com.example.jmastermind:styleable/AppCompatTextHelper = 0x7f130010 +com.example.jmastermind:style/TextAppearance.MaterialComponents.Body1 = 0x7f1201e9 +com.example.jmastermind:style/Widget.AppCompat.Light.PopupMenu = 0x7f1202fe +com.example.jmastermind:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f120252 +com.example.jmastermind:drawable/notification_bg_low_normal = 0x7f0700d5 +com.example.jmastermind:style/Widget.Compat.NotificationActionContainer = 0x7f12031b +com.example.jmastermind:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f120298 +com.example.jmastermind:styleable/MotionHelper = 0x7f130060 +com.example.jmastermind:style/TextAppearance.Design.Error = 0x7f1201bc +com.example.jmastermind:style/TextAppearance.Material3.TitleMedium = 0x7f1201e6 +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents = 0x7f12008b +com.example.jmastermind:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f1202fb +com.example.jmastermind:color/mtrl_on_surface_ripple_color = 0x7f050252 +com.example.jmastermind:layout/abc_action_bar_title_item = 0x7f0c0000 +com.example.jmastermind:styleable/ListPopupWindow = 0x7f130048 +com.example.jmastermind:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f1203e7 +com.example.jmastermind:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f120122 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1201cf +com.example.jmastermind:color/m3_calendar_item_disabled_text = 0x7f050066 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton = 0x7f120406 +com.example.jmastermind:id/slide = 0x7f0901c0 +com.example.jmastermind:style/Theme.Design.Light = 0x7f120214 +com.example.jmastermind:style/ThemeOverlay.Material3.Light = 0x7f120295 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f120071 +com.example.jmastermind:style/Base.Widget.MaterialComponents.Snackbar = 0x7f120115 +com.example.jmastermind:style/TextAppearance.Material3.ActionBar.Title = 0x7f1201d4 +com.example.jmastermind:style/Widget.MaterialComponents.BottomNavigationView = 0x7f1203d7 +com.example.jmastermind:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f1203a3 +com.example.jmastermind:layout/mtrl_alert_dialog_title = 0x7f0c0043 +com.example.jmastermind:id/TOP_END = 0x7f09000c +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f120177 +com.example.jmastermind:id/parentPanel = 0x7f090177 +com.example.jmastermind:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1201ee +com.example.jmastermind:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f120106 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1202c4 +com.example.jmastermind:style/ThemeOverlay.AppCompat = 0x7f120263 +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f120178 +com.example.jmastermind:styleable/CoordinatorLayout = 0x7f130029 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1202b8 +com.example.jmastermind:style/Widget.AppCompat.Spinner.DropDown = 0x7f120314 +com.example.jmastermind:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f1203fa +com.example.jmastermind:id/animateToEnd = 0x7f090048 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider = 0x7f120407 +com.example.jmastermind:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f120201 +com.example.jmastermind:style/Widget.MaterialComponents.ChipGroup = 0x7f1203ee +com.example.jmastermind:style/TextAppearance.Design.Hint = 0x7f1201be +com.example.jmastermind:layout/material_timepicker_textinput_display = 0x7f0c003f +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f120376 +com.example.jmastermind:dimen/design_snackbar_padding_vertical = 0x7f060086 +com.example.jmastermind:id/title = 0x7f0901f9 +com.example.jmastermind:layout/abc_screen_toolbar = 0x7f0c0017 +com.example.jmastermind:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f12035c +com.example.jmastermind:style/Widget.MaterialComponents.Snackbar.TextView = 0x7f120425 +com.example.jmastermind:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f12013e +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f06019b +com.example.jmastermind:style/Widget.Design.AppBarLayout = 0x7f12031d +com.example.jmastermind:id/navigation_bar_item_labels_group = 0x7f09013d +com.example.jmastermind:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f120266 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_control_x2 = 0x7f0601a5 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f120388 +com.example.jmastermind:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f12025f +com.example.jmastermind:macro/m3_sys_shape_corner_extra_large_family = 0x7f0d00c6 +com.example.jmastermind:style/Widget.AppCompat.Spinner = 0x7f120313 +com.example.jmastermind:id/material_minute_tv = 0x7f09010f +com.example.jmastermind:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f12021e +com.example.jmastermind:string/mtrl_picker_date_header_unselected = 0x7f110069 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f12023a +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Display4 = 0x7f12001c +com.example.jmastermind:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f1203c1 +com.example.jmastermind:style/Widget.Material3.Slider.Label = 0x7f1203b0 +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f12025b +com.example.jmastermind:style/Widget.Material3.BottomSheet.Modal = 0x7f120337 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f120433 +com.example.jmastermind:dimen/mtrl_calendar_navigation_height = 0x7f06022e +com.example.jmastermind:style/Widget.Material3.Chip.Input.Icon = 0x7f120355 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f120065 +com.example.jmastermind:dimen/mtrl_snackbar_background_corner_radius = 0x7f060291 +com.example.jmastermind:color/mtrl_calendar_item_stroke_color = 0x7f050237 +com.example.jmastermind:string/mtrl_picker_text_input_date_hint = 0x7f11007a +com.example.jmastermind:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f120315 +com.example.jmastermind:id/visible = 0x7f090213 +com.example.jmastermind:style/ThemeOverlay.Material3.Snackbar = 0x7f1202a2 +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog.Alert.Bridge = 0x7f120258 +com.example.jmastermind:macro/m3_comp_divider_color = 0x7f0d000b +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog.MinWidth.Bridge = 0x7f12025d +com.example.jmastermind:style/Widget.MaterialComponents.CheckedTextView = 0x7f1203e9 +com.example.jmastermind:style/TextAppearance.MaterialComponents.Overline = 0x7f1201f4 +com.example.jmastermind:styleable/ViewBackgroundHelper = 0x7f13008e +com.example.jmastermind:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f12029d +com.example.jmastermind:dimen/m3_btn_elevation = 0x7f0600c6 +com.example.jmastermind:drawable/abc_text_cursor_material = 0x7f07006e +com.example.jmastermind:bool/mtrl_btn_textappearance_all_caps = 0x7f040002 +com.example.jmastermind:string/fab_transformation_scrim_behavior = 0x7f11002b +com.example.jmastermind:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f120113 +com.example.jmastermind:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f1203f5 +com.example.jmastermind:id/centerInside = 0x7f09005e +com.example.jmastermind:style/Theme.Design.Light.NoActionBar = 0x7f120216 +com.example.jmastermind:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f1201f9 +com.example.jmastermind:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f120076 +com.example.jmastermind:id/alertTitle = 0x7f090044 +com.example.jmastermind:drawable/m3_tabs_transparent_background = 0x7f0700a1 +com.example.jmastermind:style/Theme.AppCompat.Dialog = 0x7f120205 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f120411 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500b1 +com.example.jmastermind:attr/deltaPolarRadius = 0x7f030138 +com.example.jmastermind:string/material_motion_easing_linear = 0x7f110045 +com.example.jmastermind:style/Theme.MaterialComponents.Dialog = 0x7f120248 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f1202cf +com.example.jmastermind:id/search_view_scrim = 0x7f0901b1 +com.example.jmastermind:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f120290 +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f120259 +com.example.jmastermind:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f120116 +com.example.jmastermind:macro/m3_comp_outlined_text_field_supporting_text_color = 0x7f0d0054 +com.example.jmastermind:styleable/CollapsingToolbarLayout = 0x7f130021 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.LabelLarge = 0x7f1201cd +com.example.jmastermind:style/Widget.MaterialComponents.ShapeableImageView = 0x7f120421 +com.example.jmastermind:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1203d1 +com.example.jmastermind:style/ShapeAppearance.Material3.Corner.Full = 0x7f120162 +com.example.jmastermind:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f120077 +com.example.jmastermind:dimen/m3_comp_divider_thickness = 0x7f0600f1 +com.example.jmastermind:style/Theme.AppCompat = 0x7f1201fc +com.example.jmastermind:style/TextAppearance.Design.Counter.Overflow = 0x7f1201bb +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f120244 +com.example.jmastermind:attr/cornerFamilyTopLeft = 0x7f030114 +com.example.jmastermind:color/m3_ref_palette_error20 = 0x7f0500dc +com.example.jmastermind:style/TextAppearance.MaterialComponents.Headline6 = 0x7f1201f3 +com.example.jmastermind:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f120075 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f12023b +com.example.jmastermind:id/textSpacerNoButtons = 0x7f0901eb +com.example.jmastermind:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f1203fc +com.example.jmastermind:style/Theme.Material3.Light = 0x7f12022c +com.example.jmastermind:styleable/LinearLayoutCompat_Layout = 0x7f130046 +com.example.jmastermind:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0600b4 +com.example.jmastermind:style/Theme.Material3.Light.NoActionBar = 0x7f120232 +com.example.jmastermind:color/error_color_material_light = 0x7f050059 +com.example.jmastermind:string/bottomsheet_drag_handle_clicked = 0x7f110022 +com.example.jmastermind:drawable/abc_switch_track_mtrl_alpha = 0x7f07006b +com.example.jmastermind:macro/m3_comp_outlined_button_outline_color = 0x7f0d003e +com.example.jmastermind:style/Theme.Material3.Light.BottomSheetDialog = 0x7f12022d +com.example.jmastermind:string/character_counter_overflowed_content_description = 0x7f110025 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f120246 +com.example.jmastermind:integer/mtrl_card_anim_duration_ms = 0x7f0a002c +com.example.jmastermind:integer/mtrl_chip_anim_duration = 0x7f0a002d +com.example.jmastermind:macro/m3_comp_navigation_rail_container_color = 0x7f0d0036 +com.example.jmastermind:style/Widget.Material3.Search.Toolbar.Button.Navigation = 0x7f1203a7 +com.example.jmastermind:dimen/m3_comp_slider_inactive_track_height = 0x7f06013f +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f12043a +com.example.jmastermind:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f1201ff +com.example.jmastermind:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0d0051 +com.example.jmastermind:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1203c7 +com.example.jmastermind:id/notification_background = 0x7f09016d +com.example.jmastermind:style/Widget.AppCompat.Spinner.Underlined = 0x7f120316 +com.example.jmastermind:style/Widget.Material3.SearchBar.Outlined = 0x7f1203a9 +com.example.jmastermind:styleable/MaterialTimePicker = 0x7f130059 +com.example.jmastermind:style/Theme.Material3.DayNight = 0x7f120221 +com.example.jmastermind:string/material_slider_value = 0x7f110049 +com.example.jmastermind:styleable/Motion = 0x7f13005f +com.example.jmastermind:string/mtrl_picker_range_header_unselected = 0x7f110077 +com.example.jmastermind:style/AlertDialog.AppCompat.Light = 0x7f120001 +com.example.jmastermind:id/FUNCTION = 0x7f090004 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f120430 +com.example.jmastermind:string/m3_sys_motion_easing_emphasized = 0x7f110030 +com.example.jmastermind:color/m3_ref_palette_neutral_variant10 = 0x7f0500f4 +com.example.jmastermind:style/Theme.JMastermind = 0x7f120218 +com.example.jmastermind:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0d009f +com.example.jmastermind:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07005f +com.example.jmastermind:dimen/mtrl_switch_text_padding = 0x7f060296 +com.example.jmastermind:id/normalCircle24 = 0x7f090150 +com.example.jmastermind:style/Widget.AppCompat.AutoCompleteTextView = 0x7f1202dc +com.example.jmastermind:drawable/abc_tab_indicator_mtrl_alpha = 0x7f07006d +com.example.jmastermind:style/Theme.Design.Light.BottomSheetDialog = 0x7f120215 +com.example.jmastermind:macro/m3_comp_search_view_container_color = 0x7f0d0070 +com.example.jmastermind:dimen/mtrl_extended_fab_disabled_elevation = 0x7f060249 +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f12036e +com.example.jmastermind:dimen/m3_small_fab_size = 0x7f06018f +com.example.jmastermind:color/switch_thumb_normal_material_dark = 0x7f05027d +com.example.jmastermind:style/Theme.Design = 0x7f120212 +com.example.jmastermind:style/Theme.AppCompat.Light.DarkActionBar = 0x7f12020b +com.example.jmastermind:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f120111 +com.example.jmastermind:style/Widget.Material3.SideSheet.Modal = 0x7f1203ae +com.example.jmastermind:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f120345 +com.example.jmastermind:id/special_effects_controller_view_tag = 0x7f0901c6 +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f12025a +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f120370 +com.example.jmastermind:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f12020d +com.example.jmastermind:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f12032d +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500b0 +com.example.jmastermind:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f12021a +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Subhead = 0x7f12002b +com.example.jmastermind:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f12028b +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1202cd +com.example.jmastermind:attr/counterEnabled = 0x7f03011c +com.example.jmastermind:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0d00b9 +com.example.jmastermind:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f1201f7 +com.example.jmastermind:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c +com.example.jmastermind:style/ThemeOverlay.Material3 = 0x7f12026d +com.example.jmastermind:style/TextAppearance.MaterialComponents.Badge = 0x7f1201e8 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f12039b +com.example.jmastermind:style/TextAppearance.Material3.BodySmall = 0x7f1201d7 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Menu = 0x7f120025 +com.example.jmastermind:id/customPanel = 0x7f0900a1 +com.example.jmastermind:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1200db +com.example.jmastermind:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f12028e +com.example.jmastermind:styleable/MaterialCalendarItem = 0x7f13004f +com.example.jmastermind:drawable/$avd_hide_password__0 = 0x7f070000 +com.example.jmastermind:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1203c9 +com.example.jmastermind:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1201d3 +com.example.jmastermind:style/Widget.Material3.Chip.Input.Elevated = 0x7f120354 +com.example.jmastermind:style/TextAppearance.Design.Tab = 0x7f1201c3 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f1201d1 +com.example.jmastermind:string/mtrl_picker_invalid_format = 0x7f11006c +com.example.jmastermind:style/Base.Widget.Material3.Snackbar = 0x7f120107 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1201d0 +com.example.jmastermind:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f1202df +com.example.jmastermind:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f1203bd +com.example.jmastermind:dimen/mtrl_card_corner_radius = 0x7f06023f +com.example.jmastermind:style/Widget.Material3.Snackbar = 0x7f1203b1 +com.example.jmastermind:style/Widget.AppCompat.Light.SearchView = 0x7f120300 +com.example.jmastermind:style/Widget.Material3.Chip.Filter = 0x7f120351 +com.example.jmastermind:string/material_hour_suffix = 0x7f11003f +com.example.jmastermind:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f12016e +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.DisplaySmall = 0x7f1201c9 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f1201c7 +com.example.jmastermind:macro/m3_sys_shape_corner_medium_family = 0x7f0d00ca +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f12003d +com.example.jmastermind:drawable/$mtrl_switch_thumb_unchecked_checked__0 = 0x7f070026 +com.example.jmastermind:color/m3_sys_color_light_on_tertiary_container = 0x7f050189 +com.example.jmastermind:style/Widget.Material3.TabLayout = 0x7f1203b4 +com.example.jmastermind:layout/design_text_input_end_icon = 0x7f0c002a +com.example.jmastermind:dimen/abc_text_size_headline_material = 0x7f060047 +com.example.jmastermind:style/TextAppearance.Design.Suffix = 0x7f1201c2 +com.example.jmastermind:style/ShapeAppearance.M3.Comp.Switch.Handle.Shape = 0x7f120155 +com.example.jmastermind:dimen/notification_main_column_padding_top = 0x7f0602b1 +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y1 = 0x7f06019a +com.example.jmastermind:dimen/m3_card_elevation = 0x7f0600de +com.example.jmastermind:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1200ce +com.example.jmastermind:style/TextAppearance.Design.Prefix = 0x7f1201c0 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f12014c +com.example.jmastermind:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1201b9 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1202c1 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f120038 +com.example.jmastermind:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f1203b9 +com.example.jmastermind:id/accessibility_custom_action_11 = 0x7f090013 +com.example.jmastermind:color/m3_sys_color_dark_error = 0x7f050131 +com.example.jmastermind:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f1200ff +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_accelerate_control_y1 = 0x7f0601a2 +com.example.jmastermind:drawable/$mtrl_switch_thumb_pressed_unchecked__0 = 0x7f070025 +com.example.jmastermind:integer/show_password_duration = 0x7f0a003a +com.example.jmastermind:id/gone = 0x7f0900db +com.example.jmastermind:style/TextAppearance.MaterialComponents.Body2 = 0x7f1201ea +com.example.jmastermind:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f12010b +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f1201a1 +com.example.jmastermind:style/ThemeOverlay.Material3.PersonalizedColors = 0x7f12029f +com.example.jmastermind:style/TextAppearance.AppCompat.Tooltip = 0x7f1201a0 +com.example.jmastermind:layout/mtrl_search_bar = 0x7f0c005f +com.example.jmastermind:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f120308 +com.example.jmastermind:style/TextAppearance.Material3.HeadlineSmall = 0x7f1201dd +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1201a4 +com.example.jmastermind:xml/backup_rules = 0x7f140000 +com.example.jmastermind:dimen/mtrl_calendar_day_height = 0x7f060219 +com.example.jmastermind:id/yellow = 0x7f09021b +com.example.jmastermind:style/Widget.Material3.LinearProgressIndicator = 0x7f12037b +com.example.jmastermind:id/normalCircle83 = 0x7f090167 +com.example.jmastermind:string/mtrl_picker_confirm = 0x7f110066 +com.example.jmastermind:dimen/mtrl_fab_elevation = 0x7f060258 +com.example.jmastermind:dimen/design_fab_translation_z_hovered_focused = 0x7f060073 +com.example.jmastermind:style/Base.Theme.AppCompat.Dialog = 0x7f12004b +com.example.jmastermind:id/accessibility_custom_action_2 = 0x7f09001c +com.example.jmastermind:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021 +com.example.jmastermind:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f120291 +com.example.jmastermind:styleable/Transition = 0x7f13008b +com.example.jmastermind:style/Widget.Material3.CardView.Outlined = 0x7f12034d +com.example.jmastermind:color/material_dynamic_secondary100 = 0x7f0501dd +com.example.jmastermind:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f120299 +com.example.jmastermind:style/TextAppearance.Compat.Notification.Time = 0x7f1201b7 +com.example.jmastermind:style/Widget.AppCompat.SeekBar = 0x7f120311 +com.example.jmastermind:style/TextAppearance.AppCompat.Small.Inverse = 0x7f12019b +com.example.jmastermind:style/Theme.Material3.Dark.Dialog.Alert = 0x7f12021c +com.example.jmastermind:style/Widget.Design.Snackbar = 0x7f120324 +com.example.jmastermind:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f120199 +com.example.jmastermind:style/Base.V7.Theme.AppCompat.Dialog = 0x7f1200b5 +com.example.jmastermind:dimen/mtrl_fab_translation_z_pressed = 0x7f06025b +com.example.jmastermind:style/ThemeOverlay.AppCompat.ActionBar = 0x7f120264 +com.example.jmastermind:style/TextAppearance.AppCompat.Menu = 0x7f120197 +com.example.jmastermind:style/Base.V14.Theme.Material3.Dark = 0x7f120083 +com.example.jmastermind:id/beginOnFirstDraw = 0x7f090053 +com.example.jmastermind:style/TextAppearance.AppCompat.Caption = 0x7f120188 +com.example.jmastermind:style/Widget.Material3.CollapsingToolbar = 0x7f12035e +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1201ce +com.example.jmastermind:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f120289 +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.SearchView = 0x7f12017a +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.Button = 0x7f120171 +com.example.jmastermind:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f120048 +com.example.jmastermind:dimen/mtrl_btn_text_btn_padding_left = 0x7f06020f +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_surface = 0x7f05016b +com.example.jmastermind:drawable/abc_ratingbar_indicator_material = 0x7f07005b +com.example.jmastermind:macro/m3_comp_outlined_button_hover_outline_color = 0x7f0d003d +com.example.jmastermind:style/Widget.Support.CoordinatorLayout = 0x7f120445 +com.example.jmastermind:style/Theme.AppCompat.Dialog.Alert = 0x7f120206 +com.example.jmastermind:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f120170 +com.example.jmastermind:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f120169 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f120392 +com.example.jmastermind:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1200d8 +com.example.jmastermind:style/ShapeAppearance.Material3.Corner.Small = 0x7f120166 +com.example.jmastermind:style/ShapeAppearance.Material3.Corner.None = 0x7f120165 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1201c5 +com.example.jmastermind:layout/design_layout_tab_text = 0x7f0c0022 +com.example.jmastermind:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f120161 +com.example.jmastermind:styleable/KeyFramesVelocity = 0x7f130040 +com.example.jmastermind:dimen/mtrl_tooltip_arrowSize = 0x7f0602a5 +com.example.jmastermind:style/Theme.Material3.DynamicColors.Dark = 0x7f120229 +com.example.jmastermind:style/Widget.Material3.Button.TextButton.Snackbar = 0x7f120347 +com.example.jmastermind:style/TextAppearance.Design.Counter = 0x7f1201ba +com.example.jmastermind:color/m3_ref_palette_dynamic_primary50 = 0x7f0500b8 +com.example.jmastermind:dimen/abc_button_inset_vertical_material = 0x7f060013 +com.example.jmastermind:style/Animation.Material3.SideSheetDialog = 0x7f120007 +com.example.jmastermind:macro/m3_comp_suggestion_chip_label_text_type = 0x7f0d0090 +com.example.jmastermind:layout/mtrl_calendar_day = 0x7f0c0048 +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f1202f1 +com.example.jmastermind:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f12033e +com.example.jmastermind:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f12015d +com.example.jmastermind:style/Base.Widget.Material3.TabLayout = 0x7f120108 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f120040 +com.example.jmastermind:dimen/m3_small_fab_max_image_size = 0x7f06018e +com.example.jmastermind:style/Widget.Design.TextInputLayout = 0x7f120327 +com.example.jmastermind:styleable/MaterialShape = 0x7f130055 +com.example.jmastermind:style/Base.Widget.MaterialComponents.TextInputLayout = 0x7f120117 +com.example.jmastermind:styleable/MotionTelltales = 0x7f130063 +com.example.jmastermind:dimen/mtrl_progress_circular_size_medium = 0x7f06027d +com.example.jmastermind:style/ShapeAppearance.M3.Comp.Switch.StateLayer.Shape = 0x7f120156 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f120142 +com.example.jmastermind:styleable/ActionMode = 0x7f130004 +com.example.jmastermind:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f120284 +com.example.jmastermind:style/Base.Widget.AppCompat.SeekBar = 0x7f1200ee +com.example.jmastermind:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f120301 +com.example.jmastermind:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f120120 +com.example.jmastermind:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1203c0 +com.example.jmastermind:drawable/abc_list_pressed_holo_dark = 0x7f070051 +com.example.jmastermind:style/TextAppearance.Design.Snackbar.Message = 0x7f1201c1 +com.example.jmastermind:drawable/ic_clock_black_24dp = 0x7f07008a +com.example.jmastermind:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f120153 +com.example.jmastermind:drawable/abc_dialog_material_background = 0x7f07003c +com.example.jmastermind:integer/m3_sys_motion_duration_short3 = 0x7f0a001c +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f12014b +com.example.jmastermind:string/material_hour_24h_suffix = 0x7f11003d +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f1202f4 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f12014a +com.example.jmastermind:color/mtrl_outlined_icon_tint = 0x7f050253 +com.example.jmastermind:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0d00ad +com.example.jmastermind:style/Theme.MaterialComponents.Light = 0x7f120251 +com.example.jmastermind:id/title_template = 0x7f0901fb +com.example.jmastermind:styleable/ActionBar = 0x7f130000 +com.example.jmastermind:layout/design_bottom_sheet_dialog = 0x7f0c001e +com.example.jmastermind:id/beginning = 0x7f090054 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f120382 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary95 = 0x7f0500bd +com.example.jmastermind:dimen/mtrl_card_elevation = 0x7f060241 +com.example.jmastermind:style/Widget.MaterialComponents.TabLayout = 0x7f120426 +com.example.jmastermind:style/Widget.Material3.Chip.Filter.Elevated = 0x7f120352 +com.example.jmastermind:color/secondary_text_default_material_dark = 0x7f050275 +com.example.jmastermind:styleable/CustomAttribute = 0x7f13002b +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Body2 = 0x7f120016 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f120140 +com.example.jmastermind:styleable/KeyPosition = 0x7f130041 +com.example.jmastermind:style/Platform.Widget.AppCompat.Spinner = 0x7f12013d +com.example.jmastermind:style/Base.Theme.Material3.Dark.Dialog = 0x7f120059 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1201a5 +com.example.jmastermind:styleable/Badge = 0x7f130013 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f120032 +com.example.jmastermind:styleable/FontFamilyFont = 0x7f130034 +com.example.jmastermind:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f13002f +com.example.jmastermind:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f05008c +com.example.jmastermind:attr/actionModeSelectAllDrawable = 0x7f030019 +com.example.jmastermind:style/ThemeOverlay.Material3.Dark = 0x7f120281 +com.example.jmastermind:attr/errorIconDrawable = 0x7f030172 +com.example.jmastermind:macro/m3_comp_text_button_label_text_color = 0x7f0d00bc +com.example.jmastermind:style/Platform.V21.AppCompat.Light = 0x7f12013a +com.example.jmastermind:color/m3_sys_color_dynamic_light_primary_container = 0x7f050172 +com.example.jmastermind:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f120224 +com.example.jmastermind:style/Platform.MaterialComponents.Dialog = 0x7f120133 +com.example.jmastermind:string/mtrl_picker_invalid_range = 0x7f11006f +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f12012e +com.example.jmastermind:styleable/SwitchMaterial = 0x7f130081 +com.example.jmastermind:id/tag_unhandled_key_listeners = 0x7f0901e6 +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f12012c +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f12012a +com.example.jmastermind:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f120123 +com.example.jmastermind:style/Base.Widget.Design.TabLayout = 0x7f1200f6 +com.example.jmastermind:attr/customFloatValue = 0x7f030129 +com.example.jmastermind:dimen/design_bottom_navigation_active_item_max_width = 0x7f06005f +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f120413 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1201cc +com.example.jmastermind:dimen/m3_fab_corner_size = 0x7f06015e +com.example.jmastermind:id/spline = 0x7f0901c7 +com.example.jmastermind:dimen/m3_bottom_nav_item_active_indicator_height = 0x7f0600b2 +com.example.jmastermind:style/CardView = 0x7f120119 +com.example.jmastermind:dimen/tooltip_vertical_padding = 0x7f0602bf +com.example.jmastermind:macro/m3_comp_switch_selected_focus_icon_color = 0x7f0d0099 +com.example.jmastermind:style/Base.Widget.MaterialComponents.TextView = 0x7f120118 +com.example.jmastermind:string/mtrl_switch_thumb_path_checked = 0x7f110086 +com.example.jmastermind:id/startHorizontal = 0x7f0901d1 +com.example.jmastermind:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f120105 +com.example.jmastermind:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f12032b +com.example.jmastermind:id/search_button = 0x7f0901a2 +com.example.jmastermind:attr/animateMenuItems = 0x7f03002e +com.example.jmastermind:attr/actionBarSplitStyle = 0x7f030004 +com.example.jmastermind:dimen/mtrl_tooltip_padding = 0x7f0602a9 +com.example.jmastermind:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f1203e1 +com.example.jmastermind:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f120103 +com.example.jmastermind:dimen/mtrl_navigation_item_icon_padding = 0x7f060269 +com.example.jmastermind:dimen/mtrl_textinput_end_icon_margin_start = 0x7f0602a1 +com.example.jmastermind:style/Widget.AppCompat.RatingBar.Small = 0x7f12030e +com.example.jmastermind:color/m3_ref_palette_primary0 = 0x7f050100 +com.example.jmastermind:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f12015e +com.example.jmastermind:id/all = 0x7f090046 +com.example.jmastermind:style/Base.Theme.MaterialComponents = 0x7f12005f +com.example.jmastermind:id/checkCircle34 = 0x7f090072 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f120066 +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f1202ed +com.example.jmastermind:dimen/m3_btn_translation_z_hovered = 0x7f0600d9 +com.example.jmastermind:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f120100 +com.example.jmastermind:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f1203e6 +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_divider_height = 0x7f060129 +com.example.jmastermind:string/mtrl_picker_text_input_day_abbr = 0x7f11007d +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f120129 +com.example.jmastermind:drawable/design_fab_background = 0x7f070082 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Display1 = 0x7f120019 +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0 = 0x7f070015 +com.example.jmastermind:dimen/m3_comp_switch_unselected_focus_state_layer_opacity = 0x7f06014f +com.example.jmastermind:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f120268 +com.example.jmastermind:string/material_motion_easing_accelerated = 0x7f110042 +com.example.jmastermind:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f1200eb +com.example.jmastermind:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1200e0 +com.example.jmastermind:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f07002f +com.example.jmastermind:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1200d9 +com.example.jmastermind:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1200de +com.example.jmastermind:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1200d2 +com.example.jmastermind:dimen/m3_comp_bottom_app_bar_container_elevation = 0x7f0600ed +com.example.jmastermind:style/Base.V26.Theme.AppCompat.Light = 0x7f1200b0 +com.example.jmastermind:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f1202f6 +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_with_icon_active_icon_color = 0x7f0d005f +com.example.jmastermind:color/design_dark_default_color_on_secondary = 0x7f050035 +com.example.jmastermind:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f060257 +com.example.jmastermind:style/TextAppearance.Material3.HeadlineMedium = 0x7f1201dc +com.example.jmastermind:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f120112 +com.example.jmastermind:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1200cf +com.example.jmastermind:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f120203 +com.example.jmastermind:color/mtrl_chip_background_color = 0x7f05023b +com.example.jmastermind:string/bottomsheet_action_expand_halfway = 0x7f110021 +com.example.jmastermind:id/add = 0x7f090043 +com.example.jmastermind:styleable/CardView = 0x7f13001a +com.example.jmastermind:style/Widget.Material3.Button.TextButton.Icon = 0x7f120346 +com.example.jmastermind:style/Base.V23.Theme.AppCompat = 0x7f1200a9 +com.example.jmastermind:id/ignoreRequest = 0x7f0900eb +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f1202d1 +com.example.jmastermind:style/Base.Widget.AppCompat.ButtonBar = 0x7f1200cd +com.example.jmastermind:drawable/game = 0x7f070087 +com.example.jmastermind:styleable/AnimatedStateListDrawableCompat = 0x7f130007 +com.example.jmastermind:dimen/tooltip_precise_anchor_extra_offset = 0x7f0602bd +com.example.jmastermind:macro/m3_comp_switch_selected_hover_handle_color = 0x7f0d009d +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1202ab +com.example.jmastermind:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1202e0 +com.example.jmastermind:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f070020 +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog = 0x7f120256 +com.example.jmastermind:macro/m3_comp_outlined_button_pressed_outline_color = 0x7f0d003f +com.example.jmastermind:dimen/design_fab_translation_z_pressed = 0x7f060074 +com.example.jmastermind:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1200c9 +com.example.jmastermind:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f1200b1 +com.example.jmastermind:id/search_view_root = 0x7f0901b0 +com.example.jmastermind:layout/abc_list_menu_item_layout = 0x7f0c0010 +com.example.jmastermind:style/Animation.AppCompat.Tooltip = 0x7f120004 +com.example.jmastermind:style/Base.V14.Theme.Material3.Light = 0x7f120087 +com.example.jmastermind:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1200c8 +com.example.jmastermind:style/TextAppearance.AppCompat.Large.Inverse = 0x7f120190 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f120027 +com.example.jmastermind:dimen/mtrl_calendar_day_corner = 0x7f060218 +com.example.jmastermind:dimen/m3_alert_dialog_elevation = 0x7f0600a0 +com.example.jmastermind:layout/notification_template_part_chronometer = 0x7f0c0065 +com.example.jmastermind:macro/m3_comp_outlined_text_field_container_shape = 0x7f0d0041 +com.example.jmastermind:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1200c0 +com.example.jmastermind:macro/m3_comp_fab_surface_container_color = 0x7f0d001e +com.example.jmastermind:style/Base.V7.Widget.AppCompat.EditText = 0x7f1200ba +com.example.jmastermind:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f1200c5 +com.example.jmastermind:macro/m3_comp_assist_chip_label_text_type = 0x7f0d0001 +com.example.jmastermind:styleable/AppCompatSeekBar = 0x7f13000f +com.example.jmastermind:color/m3_sys_color_dark_on_primary = 0x7f050139 +com.example.jmastermind:macro/m3_comp_switch_selected_icon_color = 0x7f0d00a1 +com.example.jmastermind:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1200b9 +com.example.jmastermind:styleable/SideSheetBehavior_Layout = 0x7f130077 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500ad +com.example.jmastermind:color/m3_ref_palette_primary10 = 0x7f050101 +com.example.jmastermind:integer/m3_btn_anim_delay_ms = 0x7f0a0009 +com.example.jmastermind:macro/m3_comp_filled_text_field_input_text_type = 0x7f0d002c +com.example.jmastermind:style/Base.V28.Theme.AppCompat.Light = 0x7f1200b3 +com.example.jmastermind:id/dragUp = 0x7f0900ba +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_inactive_focus_state_layer_color = 0x7f0d005c +com.example.jmastermind:style/Base.V28.Theme.AppCompat = 0x7f1200b2 +com.example.jmastermind:macro/m3_comp_fab_primary_large_container_shape = 0x7f0d001a +com.example.jmastermind:style/Base.V24.Theme.Material3.Light.Dialog = 0x7f1200ae +com.example.jmastermind:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f060265 +com.example.jmastermind:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1200a6 +com.example.jmastermind:id/checkCircle42 = 0x7f090074 +com.example.jmastermind:font/text = 0x7f080000 +com.example.jmastermind:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f1200d0 +com.example.jmastermind:styleable/FlowLayout = 0x7f130032 +com.example.jmastermind:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1203ca +com.example.jmastermind:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f12019d +com.example.jmastermind:id/startToEnd = 0x7f0901d2 +com.example.jmastermind:style/Base.Widget.AppCompat.RatingBar = 0x7f1200e9 +com.example.jmastermind:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f120226 +com.example.jmastermind:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f110031 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputEditText.FilledBox = 0x7f120429 +com.example.jmastermind:string/androidx_startup = 0x7f11001b +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Medium = 0x7f120023 +com.example.jmastermind:style/Widget.Material3.CircularProgressIndicator = 0x7f12035a +com.example.jmastermind:color/material_dynamic_neutral_variant30 = 0x7f0501c5 +com.example.jmastermind:style/Theme.Material3.DayNight.Dialog = 0x7f120223 +com.example.jmastermind:styleable/MaterialDivider = 0x7f130053 +com.example.jmastermind:style/Widget.Material3.ActionMode = 0x7f120329 +com.example.jmastermind:style/Widget.Material3.ActionBar.Solid = 0x7f120328 +com.example.jmastermind:style/Base.V21.Theme.AppCompat.Dialog = 0x7f12009c +com.example.jmastermind:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f12011f +com.example.jmastermind:style/Base.Widget.Material3.CardView = 0x7f1200fa +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f120369 +com.example.jmastermind:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f12015c +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Surface = 0x7f120378 +com.example.jmastermind:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f120096 +com.example.jmastermind:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f120098 +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f120172 +com.example.jmastermind:dimen/m3_badge_with_text_radius = 0x7f0600b0 +com.example.jmastermind:id/content = 0x7f090098 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar = 0x7f1203fd +com.example.jmastermind:style/Base.V14.ThemeOverlay.Material3.SideSheetDialog = 0x7f120095 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f120398 +com.example.jmastermind:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f120094 +com.example.jmastermind:id/checkCircle53 = 0x7f090079 +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f120092 +com.example.jmastermind:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f120080 +com.example.jmastermind:dimen/abc_action_button_min_width_material = 0x7f06000e +com.example.jmastermind:attr/itemShapeAppearance = 0x7f03020a +com.example.jmastermind:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f12016f +com.example.jmastermind:string/bottomsheet_action_expand = 0x7f110020 +com.example.jmastermind:dimen/m3_searchbar_text_margin_start_no_navigation_icon = 0x7f060182 +com.example.jmastermind:integer/material_motion_duration_medium_2 = 0x7f0a0021 +com.example.jmastermind:styleable/SwitchCompat = 0x7f130080 +com.example.jmastermind:dimen/abc_text_size_small_material = 0x7f06004c +com.example.jmastermind:dimen/abc_action_bar_stacked_max_height = 0x7f060009 +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f120090 +com.example.jmastermind:dimen/m3_divider_heavy_thickness = 0x7f060156 +com.example.jmastermind:style/Widget.Material3.TabLayout.OnSurface = 0x7f1203b5 +com.example.jmastermind:styleable/ViewPager2 = 0x7f13008f +com.example.jmastermind:style/Widget.AppCompat.Toolbar = 0x7f120319 +com.example.jmastermind:macro/m3_comp_switch_unselected_focus_track_color = 0x7f0d00aa +com.example.jmastermind:string/searchview_clear_text_content_description = 0x7f110096 +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f12008e +com.example.jmastermind:drawable/$m3_avd_show_password__0 = 0x7f07000a +com.example.jmastermind:style/Base.AlertDialog.AppCompat.Light = 0x7f12000a +com.example.jmastermind:style/TextAppearance.AppCompat.Display2 = 0x7f12018a +com.example.jmastermind:style/Widget.AppCompat.ProgressBar = 0x7f12030a +com.example.jmastermind:string/material_hour_selection = 0x7f11003e +com.example.jmastermind:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f120088 +com.example.jmastermind:string/mtrl_switch_thumb_path_pressed = 0x7f110089 +com.example.jmastermind:id/pathRelative = 0x7f09017c +com.example.jmastermind:style/Base.ThemeOverlay.AppCompat.Light = 0x7f120078 +com.example.jmastermind:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f120073 +com.example.jmastermind:style/Widget.AppCompat.Button = 0x7f1202dd +com.example.jmastermind:dimen/m3_bottom_sheet_modal_elevation = 0x7f0600ba +com.example.jmastermind:color/m3_efab_ripple_color_selector = 0x7f050083 +com.example.jmastermind:id/robotselect = 0x7f090191 +com.example.jmastermind:string/abc_shareactionprovider_share_with_application = 0x7f110019 +com.example.jmastermind:style/Widget.Material3.Button.IconButton = 0x7f12033c +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f120024 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f120070 +com.example.jmastermind:styleable/NavigationView = 0x7f130067 +com.example.jmastermind:macro/m3_comp_input_chip_container_shape = 0x7f0d0031 +com.example.jmastermind:id/center = 0x7f09005c +com.example.jmastermind:styleable/BottomSheetBehavior_Layout = 0x7f130017 +com.example.jmastermind:id/checkCircle93 = 0x7f090089 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f120063 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.Button = 0x7f1201aa +com.example.jmastermind:style/Widget.Design.NavigationView = 0x7f120322 +com.example.jmastermind:string/m3_sys_motion_easing_linear = 0x7f110037 +com.example.jmastermind:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f120056 +com.example.jmastermind:color/mtrl_text_btn_text_color_selector = 0x7f050260 +com.example.jmastermind:style/TextAppearance.Material3.DisplaySmall = 0x7f1201da +com.example.jmastermind:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f1202fa +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_label_text_type = 0x7f0d0080 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1201a8 +com.example.jmastermind:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f120055 +com.example.jmastermind:style/Base.Widget.AppCompat.ActionMode = 0x7f1200c4 +com.example.jmastermind:color/material_personalized_color_on_surface_inverse = 0x7f050215 +com.example.jmastermind:styleable/TabItem = 0x7f130082 +com.example.jmastermind:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1200bf +com.example.jmastermind:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f120053 +com.example.jmastermind:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f12024b +com.example.jmastermind:id/accessibility_custom_action_13 = 0x7f090015 +com.example.jmastermind:color/m3_text_button_foreground_color_selector = 0x7f05019b +com.example.jmastermind:style/Base.Theme.AppCompat.Light.Dialog = 0x7f120052 +com.example.jmastermind:id/peekHeight = 0x7f09017d +com.example.jmastermind:dimen/abc_control_inset_material = 0x7f060019 +com.example.jmastermind:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f120318 +com.example.jmastermind:string/material_timepicker_minute = 0x7f11004d +com.example.jmastermind:style/Base.Theme.AppCompat.Light = 0x7f120050 +com.example.jmastermind:attr/behavior_overlapTop = 0x7f03005c +com.example.jmastermind:id/mtrl_calendar_year_selector_frame = 0x7f09012a +com.example.jmastermind:string/m3_sys_motion_easing_standard_decelerate = 0x7f11003a +com.example.jmastermind:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f12004d +com.example.jmastermind:styleable/KeyTimeCycle = 0x7f130042 +com.example.jmastermind:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f12004c +com.example.jmastermind:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f120046 +com.example.jmastermind:id/normalCircle81 = 0x7f090165 +com.example.jmastermind:styleable/MaterialButton = 0x7f13004c +com.example.jmastermind:layout/abc_alert_dialog_material = 0x7f0c0009 +com.example.jmastermind:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f120159 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f120033 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f120026 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f12003f +com.example.jmastermind:integer/m3_sys_motion_duration_medium1 = 0x7f0a0016 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f12003a +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f12003e +com.example.jmastermind:dimen/m3_side_sheet_width = 0x7f060189 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f12003c +com.example.jmastermind:attr/telltales_tailColor = 0x7f0303b9 +com.example.jmastermind:string/mtrl_timepicker_confirm = 0x7f11008e +com.example.jmastermind:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f12032c +com.example.jmastermind:dimen/m3_comp_suggestion_chip_elevated_container_elevation = 0x7f060141 +com.example.jmastermind:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f1203db +com.example.jmastermind:styleable/ActionMenuItemView = 0x7f130002 +com.example.jmastermind:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f120082 +com.example.jmastermind:style/Base.AlertDialog.AppCompat = 0x7f120009 +com.example.jmastermind:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f12016d +com.example.jmastermind:macro/m3_comp_slider_disabled_active_track_color = 0x7f0d0088 +com.example.jmastermind:color/m3_dark_default_color_primary_text = 0x7f050072 +com.example.jmastermind:id/search_view_clear_button = 0x7f0901aa +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Inverse = 0x7f12001e +com.example.jmastermind:id/material_label = 0x7f09010d +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Caption = 0x7f120018 +com.example.jmastermind:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f120341 +com.example.jmastermind:dimen/mtrl_calendar_day_horizontal_padding = 0x7f06021a +com.example.jmastermind:integer/cancel_button_image_alpha = 0x7f0a0004 +com.example.jmastermind:string/abc_menu_delete_shortcut_label = 0x7f11000a +com.example.jmastermind:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f120044 +com.example.jmastermind:dimen/mtrl_progress_circular_size = 0x7f06027b +com.example.jmastermind:layout/m3_auto_complete_simple_item = 0x7f0c0030 +com.example.jmastermind:color/switch_thumb_disabled_material_dark = 0x7f050279 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Body1 = 0x7f120015 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1202b1 +com.example.jmastermind:styleable/State = 0x7f13007c +com.example.jmastermind:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f1201f5 +com.example.jmastermind:style/TextAppearance.Design.HelperText = 0x7f1201bd +com.example.jmastermind:style/Base.TextAppearance.AppCompat = 0x7f120014 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f120183 +com.example.jmastermind:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f12026f +com.example.jmastermind:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f120013 +com.example.jmastermind:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f120010 +com.example.jmastermind:drawable/abc_ic_voice_search_api_material = 0x7f07004a +com.example.jmastermind:style/Base.DialogWindowTitle.AppCompat = 0x7f12000f +com.example.jmastermind:macro/m3_comp_checkbox_selected_icon_color = 0x7f0d0008 +com.example.jmastermind:style/Base.Animation.AppCompat.DropDownUp = 0x7f12000c +com.example.jmastermind:style/MaterialAlertDialog.Material3 = 0x7f12011c +com.example.jmastermind:id/staticPostLayout = 0x7f0901d5 +com.example.jmastermind:style/Animation.Design.BottomSheetDialog = 0x7f120005 +com.example.jmastermind:style/Base.Widget.AppCompat.Spinner = 0x7f1200f0 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f05014e +com.example.jmastermind:attr/tabRippleColor = 0x7f0303b0 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f12040f +com.example.jmastermind:style/Animation.AppCompat.DropDownUp = 0x7f120003 +com.example.jmastermind:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d +com.example.jmastermind:id/homeAsUp = 0x7f0900e5 +com.example.jmastermind:id/radio = 0x7f090187 +com.example.jmastermind:style/Theme.Material3.DynamicColors.DayNight = 0x7f12022a +com.example.jmastermind:style/ShapeAppearance.M3.Comp.TextButton.Container.Shape = 0x7f120158 +com.example.jmastermind:style/Base.Widget.AppCompat.EditText = 0x7f1200d5 +com.example.jmastermind:string/path_password_strike_through = 0x7f110093 +com.example.jmastermind:string/mtrl_switch_track_decoration_path = 0x7f11008b +com.example.jmastermind:style/Widget.MaterialComponents.PopupMenu = 0x7f12041c +com.example.jmastermind:styleable/RecyclerView = 0x7f130070 +com.example.jmastermind:string/mtrl_picker_save = 0x7f110078 +com.example.jmastermind:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f1203b7 +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f12012d +com.example.jmastermind:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1200bd +com.example.jmastermind:string/mtrl_picker_navigate_to_current_year_description = 0x7f110070 +com.example.jmastermind:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f120008 +com.example.jmastermind:string/mtrl_picker_end_date_description = 0x7f11006b +com.example.jmastermind:dimen/m3_btn_icon_only_icon_padding = 0x7f0600cb +com.example.jmastermind:string/mtrl_picker_day_of_week_column_header = 0x7f11006a +com.example.jmastermind:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f12029a +com.example.jmastermind:style/ShapeAppearance.Material3.MediumComponent = 0x7f120168 +com.example.jmastermind:style/TextAppearance.AppCompat.Headline = 0x7f12018d +com.example.jmastermind:string/mtrl_picker_date_header_title = 0x7f110068 +com.example.jmastermind:style/Widget.Material3.Button.Icon = 0x7f12033b +com.example.jmastermind:string/mtrl_chip_close_icon_content_description = 0x7f11005d +com.example.jmastermind:string/mtrl_checkbox_state_description_unchecked = 0x7f11005c +com.example.jmastermind:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f120296 +com.example.jmastermind:string/material_slider_range_end = 0x7f110047 +com.example.jmastermind:id/transitionToEnd = 0x7f090200 +com.example.jmastermind:id/scrollView = 0x7f09019d +com.example.jmastermind:string/mtrl_checkbox_state_description_checked = 0x7f11005a +com.example.jmastermind:color/m3_dark_default_color_secondary_text = 0x7f050073 +com.example.jmastermind:color/primary_text_default_material_light = 0x7f05026d +com.example.jmastermind:string/mtrl_checkbox_button_path_unchecked = 0x7f110059 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f12003b +com.example.jmastermind:attr/bottomSheetDialogTheme = 0x7f030066 +com.example.jmastermind:color/m3_ref_palette_error100 = 0x7f0500db +com.example.jmastermind:id/password_toggle = 0x7f09017a +com.example.jmastermind:dimen/m3_comp_suggestion_chip_with_leading_icon_leading_icon_size = 0x7f060144 +com.example.jmastermind:macro/m3_comp_fab_secondary_container_color = 0x7f0d001c +com.example.jmastermind:string/mtrl_checkbox_button_path_name = 0x7f110058 +com.example.jmastermind:styleable/ActionBarLayout = 0x7f130001 +com.example.jmastermind:id/normalCircle51 = 0x7f090159 +com.example.jmastermind:id/mtrl_calendar_months = 0x7f090127 +com.example.jmastermind:attr/itemStrokeColor = 0x7f030212 +com.example.jmastermind:styleable/MaterialTextView = 0x7f130058 +com.example.jmastermind:styleable/ChipGroup = 0x7f13001d +com.example.jmastermind:layout/design_navigation_menu_item = 0x7f0c0029 +com.example.jmastermind:color/material_harmonized_color_error = 0x7f0501fc +com.example.jmastermind:style/TextAppearance.Material3.TitleSmall = 0x7f1201e7 +com.example.jmastermind:string/mtrl_checkbox_button_path_group_name = 0x7f110057 +com.example.jmastermind:styleable/GradientColor = 0x7f130038 +com.example.jmastermind:string/side_sheet_behavior = 0x7f110099 +com.example.jmastermind:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f1200c2 +com.example.jmastermind:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f110054 +com.example.jmastermind:id/checkCircle33 = 0x7f090071 +com.example.jmastermind:layout/abc_alert_dialog_title_material = 0x7f0c000a +com.example.jmastermind:styleable/StateSet = 0x7f13007f +com.example.jmastermind:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f12024c +com.example.jmastermind:string/mtrl_badge_numberless_content_description = 0x7f110051 +com.example.jmastermind:string/material_timepicker_select_time = 0x7f11004f +com.example.jmastermind:style/Widget.Material3.MaterialButtonToggleGroup = 0x7f12037c +com.example.jmastermind:style/TextAppearance.Material3.TitleLarge = 0x7f1201e5 +com.example.jmastermind:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f120428 +com.example.jmastermind:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f120417 +com.example.jmastermind:style/Widget.Material3.Chip.Suggestion = 0x7f120357 +com.example.jmastermind:dimen/mtrl_calendar_year_width = 0x7f06023c +com.example.jmastermind:color/mtrl_switch_thumb_tint = 0x7f050258 +com.example.jmastermind:style/Base.CardView = 0x7f12000e +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_with_icon_icon_size = 0x7f06012d +com.example.jmastermind:style/Platform.MaterialComponents.Light = 0x7f120134 +com.example.jmastermind:id/snap = 0x7f0901c3 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1202bb +com.example.jmastermind:string/material_timepicker_clock_mode_description = 0x7f11004b +com.example.jmastermind:style/ShapeAppearance.Material3.Corner.Large = 0x7f120163 +com.example.jmastermind:style/ThemeOverlay.Material3.SideSheetDialog = 0x7f1202a1 +com.example.jmastermind:string/status_bar_notification_info_overflow = 0x7f11009a +com.example.jmastermind:id/custom = 0x7f0900a0 +com.example.jmastermind:color/design_dark_default_color_secondary_variant = 0x7f05003b +com.example.jmastermind:string/character_counter_pattern = 0x7f110026 +com.example.jmastermind:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f120235 +com.example.jmastermind:id/tag_unhandled_key_event_manager = 0x7f0901e5 +com.example.jmastermind:style/TextAppearance.Compat.Notification.Title = 0x7f1201b8 +com.example.jmastermind:color/m3_button_background_color_selector = 0x7f050061 +com.example.jmastermind:styleable/KeyTrigger = 0x7f130043 +com.example.jmastermind:string/material_motion_easing_emphasized = 0x7f110044 +com.example.jmastermind:style/ThemeOverlay.Material3.TextInputEditText.FilledBox = 0x7f1202a4 +com.example.jmastermind:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0d0006 +com.example.jmastermind:color/m3_ref_palette_secondary20 = 0x7f050110 +com.example.jmastermind:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070029 +com.example.jmastermind:style/Base.Widget.Material3.FloatingActionButton.Small = 0x7f120104 +com.example.jmastermind:id/search_voice_btn = 0x7f0901b6 +com.example.jmastermind:layout/mtrl_calendar_day_of_week = 0x7f0c0049 +com.example.jmastermind:string/m3_sys_motion_easing_legacy_accelerate = 0x7f110035 +com.example.jmastermind:color/m3_default_color_secondary_text = 0x7f050078 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Dialog = 0x7f120062 +com.example.jmastermind:string/m3_sys_motion_easing_emphasized_path_data = 0x7f110033 +com.example.jmastermind:string/hide_bottom_view_on_scroll_behavior = 0x7f11002d +com.example.jmastermind:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0b0003 +com.example.jmastermind:style/Theme.AppCompat.Dialog.MinWidth = 0x7f120207 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f1202bd +com.example.jmastermind:dimen/m3_sys_elevation_level1 = 0x7f060193 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f1201ac +com.example.jmastermind:style/Widget.Material3.MaterialDivider.Heavy = 0x7f120395 +com.example.jmastermind:styleable/FloatingActionButton = 0x7f130030 +com.example.jmastermind:string/exposed_dropdown_menu_content_description = 0x7f11002a +com.example.jmastermind:styleable/AppCompatEmojiHelper = 0x7f13000d +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_active_label_text_color = 0x7f0d007b +com.example.jmastermind:color/m3_sys_color_dark_on_surface_variant = 0x7f05013e +com.example.jmastermind:color/primary_material_light = 0x7f05026b +com.example.jmastermind:string/m3_sys_motion_easing_legacy_decelerate = 0x7f110036 +com.example.jmastermind:style/Theme.MaterialComponents.CompactMenu = 0x7f120237 +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f12025c +com.example.jmastermind:string/error_a11y_label = 0x7f110028 +com.example.jmastermind:styleable/PopupWindowBackgroundState = 0x7f13006b +com.example.jmastermind:integer/mtrl_switch_track_viewport_width = 0x7f0a0035 +com.example.jmastermind:style/TextAppearance.AppCompat.Title = 0x7f12019e +com.example.jmastermind:string/bottomsheet_drag_handle_content_description = 0x7f110023 +com.example.jmastermind:macro/m3_comp_filter_chip_label_text_type = 0x7f0d0030 +com.example.jmastermind:id/useLogo = 0x7f09020c +com.example.jmastermind:string/bottomsheet_action_collapse = 0x7f11001f +com.example.jmastermind:color/m3_sys_color_dynamic_light_background = 0x7f050162 +com.example.jmastermind:string/bottom_sheet_behavior = 0x7f11001e +com.example.jmastermind:id/black = 0x7f090055 +com.example.jmastermind:style/Theme.Material3.Light.SideSheetDialog = 0x7f120233 +com.example.jmastermind:attr/toolbarNavigationButtonStyle = 0x7f030417 +com.example.jmastermind:drawable/mtrl_ic_checkbox_unchecked = 0x7f0700be +com.example.jmastermind:string/app_name = 0x7f11001c +com.example.jmastermind:string/m3_sys_motion_easing_legacy = 0x7f110034 +com.example.jmastermind:string/abc_menu_space_shortcut_label = 0x7f11000f +com.example.jmastermind:string/abc_menu_meta_shortcut_label = 0x7f11000d +com.example.jmastermind:style/TextAppearance.Material3.BodyLarge = 0x7f1201d5 +com.example.jmastermind:id/checkCircle61 = 0x7f09007b +com.example.jmastermind:string/abc_menu_enter_shortcut_label = 0x7f11000b +com.example.jmastermind:dimen/design_bottom_navigation_elevation = 0x7f060062 +com.example.jmastermind:color/abc_hint_foreground_material_light = 0x7f050008 +com.example.jmastermind:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1202d8 +com.example.jmastermind:style/Base.V7.Theme.AppCompat.Light = 0x7f1200b6 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f12039d +com.example.jmastermind:styleable/Spinner = 0x7f13007b +com.example.jmastermind:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f12005c +com.example.jmastermind:style/Base.Widget.AppCompat.PopupMenu = 0x7f1200e4 +com.example.jmastermind:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f0600a5 +com.example.jmastermind:dimen/m3_comp_suggestion_chip_container_height = 0x7f060140 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1202c6 +com.example.jmastermind:string/abc_menu_alt_shortcut_label = 0x7f110008 +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Small.Tertiary = 0x7f120377 +com.example.jmastermind:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f060292 +com.example.jmastermind:string/abc_capital_on = 0x7f110007 +com.example.jmastermind:string/abc_action_menu_overflow_description = 0x7f110002 +com.example.jmastermind:color/material_dynamic_tertiary10 = 0x7f0501e9 +com.example.jmastermind:id/withinBounds = 0x7f090218 +com.example.jmastermind:attr/labelVisibilityMode = 0x7f03021f +com.example.jmastermind:id/normalCircle23 = 0x7f09014f +com.example.jmastermind:layout/mtrl_alert_dialog_actions = 0x7f0c0042 +com.example.jmastermind:string/abc_action_bar_up_description = 0x7f110001 +com.example.jmastermind:macro/m3_ref_typeface_plain_medium = 0x7f0d00c1 +com.example.jmastermind:string/abc_action_bar_home_description = 0x7f110000 +com.example.jmastermind:layout/notification_template_custom_big = 0x7f0c0063 +com.example.jmastermind:id/design_menu_item_text = 0x7f0900ac +com.example.jmastermind:dimen/m3_comp_filter_chip_flat_unselected_outline_width = 0x7f060110 +com.example.jmastermind:raw/prologuesong = 0x7f100000 +com.example.jmastermind:styleable/ShapeAppearance = 0x7f130075 +com.example.jmastermind:dimen/m3_navigation_rail_item_padding_top = 0x7f060176 +com.example.jmastermind:mipmap/ic_launcher = 0x7f0e0000 +com.example.jmastermind:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1200ef +com.example.jmastermind:macro/m3_sys_shape_corner_small_family = 0x7f0d00cc +com.example.jmastermind:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f1203f7 +com.example.jmastermind:macro/m3_sys_shape_corner_none_family = 0x7f0d00cb +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f120093 +com.example.jmastermind:macro/m3_sys_shape_corner_large_family = 0x7f0d00c9 +com.example.jmastermind:integer/m3_sys_motion_duration_short2 = 0x7f0a001b +com.example.jmastermind:macro/m3_ref_typeface_brand_regular = 0x7f0d00c0 +com.example.jmastermind:layout/design_navigation_item_subheader = 0x7f0c0027 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f120380 +com.example.jmastermind:macro/m3_comp_text_button_hover_state_layer_color = 0x7f0d00bb +com.example.jmastermind:style/TextAppearance.AppCompat.Body1 = 0x7f120185 +com.example.jmastermind:macro/m3_comp_switch_unselected_track_color = 0x7f0d00b8 +com.example.jmastermind:color/mtrl_navigation_bar_ripple_color = 0x7f05024d +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f05016e +com.example.jmastermind:dimen/abc_text_size_subhead_material = 0x7f06004d +com.example.jmastermind:attr/materialCardViewElevatedStyle = 0x7f03029a +com.example.jmastermind:styleable/AnimatedStateListDrawableTransition = 0x7f130009 +com.example.jmastermind:id/search_edit_frame = 0x7f0901a4 +com.example.jmastermind:dimen/m3_comp_assist_chip_elevated_container_elevation = 0x7f0600e9 +com.example.jmastermind:dimen/material_clock_hand_stroke_width = 0x7f0601ca +com.example.jmastermind:style/Widget.Material3.BottomSheet.DragHandle = 0x7f120336 +com.example.jmastermind:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0d00b5 +com.example.jmastermind:style/Theme.Material3.Light.Dialog = 0x7f12022e +com.example.jmastermind:dimen/m3_sys_elevation_level4 = 0x7f060196 +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_active_indicator_color = 0x7f0d0058 +com.example.jmastermind:id/buttonPanel = 0x7f09005a +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f1202b7 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f12013f +com.example.jmastermind:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0d00b4 +com.example.jmastermind:id/mtrl_picker_header = 0x7f090130 +com.example.jmastermind:styleable/MaterialCheckBoxStates = 0x7f130052 +com.example.jmastermind:macro/m3_comp_switch_unselected_pressed_handle_color = 0x7f0d00b3 +com.example.jmastermind:macro/m3_comp_switch_unselected_hover_track_outline_color = 0x7f0d00b1 +com.example.jmastermind:layout/material_timepicker_dialog = 0x7f0c003e +com.example.jmastermind:macro/m3_comp_switch_unselected_handle_color = 0x7f0d00ac +com.example.jmastermind:macro/m3_comp_switch_unselected_focus_track_outline_color = 0x7f0d00ab +com.example.jmastermind:macro/m3_comp_switch_selected_track_color = 0x7f0d00a6 +com.example.jmastermind:macro/m3_comp_switch_selected_hover_track_color = 0x7f0d00a0 +com.example.jmastermind:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0d009e +com.example.jmastermind:dimen/design_tab_text_size = 0x7f06008b +com.example.jmastermind:macro/m3_comp_switch_selected_focus_track_color = 0x7f0d009b +com.example.jmastermind:macro/m3_comp_switch_disabled_unselected_icon_color = 0x7f0d0095 +com.example.jmastermind:dimen/m3_comp_switch_disabled_selected_handle_opacity = 0x7f060145 +com.example.jmastermind:id/standard = 0x7f0901cf +com.example.jmastermind:id/textTop = 0x7f0901ee +com.example.jmastermind:macro/m3_comp_switch_disabled_selected_handle_color = 0x7f0d0091 +com.example.jmastermind:macro/m3_comp_slider_label_label_text_color = 0x7f0d008e +com.example.jmastermind:color/m3_sys_color_dynamic_dark_secondary = 0x7f05015c +com.example.jmastermind:macro/m3_comp_slider_inactive_track_color = 0x7f0d008c +com.example.jmastermind:id/cos = 0x7f09009c +com.example.jmastermind:id/disableScroll = 0x7f0900b3 +com.example.jmastermind:macro/m3_comp_slider_handle_color = 0x7f0d008b +com.example.jmastermind:style/Theme.AppCompat.NoActionBar = 0x7f120211 +com.example.jmastermind:styleable/View = 0x7f13008d +com.example.jmastermind:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f1203cc +com.example.jmastermind:styleable/AlertDialog = 0x7f130006 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0d0083 +com.example.jmastermind:style/Base.V21.ThemeOverlay.Material3.SideSheetDialog = 0x7f1200a5 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0d0082 +com.example.jmastermind:id/view_tree_saved_state_registry_owner = 0x7f090211 +com.example.jmastermind:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f1202a6 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_focus_state_layer_color = 0x7f0d007d +com.example.jmastermind:string/path_password_eye_mask_strike_through = 0x7f110091 +com.example.jmastermind:styleable/LinearProgressIndicator = 0x7f130047 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_active_indicator_color = 0x7f0d007a +com.example.jmastermind:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f120273 +com.example.jmastermind:string/searchbar_scrolling_view_behavior = 0x7f110095 +com.example.jmastermind:id/design_navigation_view = 0x7f0900ad +com.example.jmastermind:macro/m3_comp_search_view_header_trailing_icon_color = 0x7f0d0079 +com.example.jmastermind:macro/m3_comp_search_view_header_supporting_text_type = 0x7f0d0078 +com.example.jmastermind:macro/m3_comp_search_view_header_supporting_text_color = 0x7f0d0077 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f12038a +com.example.jmastermind:id/snapMargins = 0x7f0901c4 +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents = 0x7f120126 +com.example.jmastermind:layout/select_dialog_item_material = 0x7f0c0068 +com.example.jmastermind:color/m3_ref_palette_primary80 = 0x7f050109 +com.example.jmastermind:drawable/abc_list_divider_mtrl_alpha = 0x7f07004e +com.example.jmastermind:drawable/abc_list_longpressed_holo = 0x7f070050 +com.example.jmastermind:macro/m3_comp_search_view_header_input_text_type = 0x7f0d0075 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1202d0 +com.example.jmastermind:id/tag_screen_reader_focusable = 0x7f0901e2 +com.example.jmastermind:macro/m3_comp_search_view_header_input_text_color = 0x7f0d0074 +com.example.jmastermind:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f120099 +com.example.jmastermind:string/mtrl_switch_thumb_path_name = 0x7f110088 +com.example.jmastermind:macro/m3_comp_search_view_docked_container_shape = 0x7f0d0073 +com.example.jmastermind:macro/m3_comp_search_bar_pressed_supporting_text_color = 0x7f0d006c +com.example.jmastermind:integer/mtrl_calendar_selection_text_lines = 0x7f0a0029 +com.example.jmastermind:macro/m3_comp_search_bar_input_text_type = 0x7f0d0069 +com.example.jmastermind:string/material_timepicker_pm = 0x7f11004e +com.example.jmastermind:id/textinput_helper_text = 0x7f0901f4 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f120241 +com.example.jmastermind:attr/gestureInsetBottomIgnored = 0x7f0301cd +com.example.jmastermind:attr/itemMinHeight = 0x7f030205 +com.example.jmastermind:id/floating = 0x7f0900d5 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f120028 +com.example.jmastermind:macro/m3_comp_search_bar_hover_state_layer_color = 0x7f0d0066 +com.example.jmastermind:string/mtrl_picker_announce_current_range_selection = 0x7f110062 +com.example.jmastermind:style/ThemeOverlay.AppCompat.DayNight = 0x7f120267 +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0d0060 +com.example.jmastermind:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0d00b6 +com.example.jmastermind:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f110081 +com.example.jmastermind:dimen/notification_top_pad = 0x7f0602b8 +com.example.jmastermind:string/abc_activity_chooser_view_see_all = 0x7f110004 +com.example.jmastermind:string/mtrl_picker_invalid_format_use = 0x7f11006e +com.example.jmastermind:dimen/cardview_default_elevation = 0x7f060053 +com.example.jmastermind:color/m3_navigation_item_icon_tint = 0x7f050090 +com.example.jmastermind:attr/alertDialogCenterButtons = 0x7f030027 +com.example.jmastermind:string/mtrl_picker_text_input_year_abbr = 0x7f11007f +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_divider_color = 0x7f0d005b +com.example.jmastermind:id/text = 0x7f0901e8 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f120039 +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0d0059 +com.example.jmastermind:dimen/abc_text_size_title_material = 0x7f06004f +com.example.jmastermind:macro/m3_comp_outlined_text_field_supporting_text_type = 0x7f0d0055 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f1202ac +com.example.jmastermind:macro/m3_comp_navigation_rail_label_text_type = 0x7f0d0037 +com.example.jmastermind:id/normalCircle32 = 0x7f090152 +com.example.jmastermind:id/design_menu_item_action_area = 0x7f0900aa +com.example.jmastermind:attr/verticalOffset = 0x7f03043b +com.example.jmastermind:style/Widget.AppCompat.PopupWindow = 0x7f120309 +com.example.jmastermind:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0d0044 +com.example.jmastermind:id/end = 0x7f0900c2 +com.example.jmastermind:style/ShapeAppearance.M3.Comp.FilledButton.Container.Shape = 0x7f120150 +com.example.jmastermind:string/abc_menu_ctrl_shortcut_label = 0x7f110009 +com.example.jmastermind:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f1203f2 +com.example.jmastermind:macro/m3_comp_outlined_text_field_hover_supporting_text_color = 0x7f0d004f +com.example.jmastermind:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f120160 +com.example.jmastermind:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0d004d +com.example.jmastermind:string/mtrl_picker_a11y_next_month = 0x7f110060 +com.example.jmastermind:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1200da +com.example.jmastermind:macro/m3_comp_outlined_text_field_error_outline_color = 0x7f0d0046 +com.example.jmastermind:macro/m3_comp_outlined_text_field_disabled_label_text_color = 0x7f0d0043 +com.example.jmastermind:dimen/m3_navigation_item_vertical_padding = 0x7f06016b +com.example.jmastermind:macro/m3_comp_outlined_text_field_disabled_input_text_color = 0x7f0d0042 +com.example.jmastermind:macro/m3_comp_outlined_button_disabled_outline_color = 0x7f0d003b +com.example.jmastermind:macro/m3_comp_input_chip_label_text_type = 0x7f0d0032 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.HeadlineMedium = 0x7f1201cb +com.example.jmastermind:macro/m3_comp_elevated_button_container_color = 0x7f0d000c +com.example.jmastermind:macro/m3_comp_filled_tonal_button_container_color = 0x7f0d002d +com.example.jmastermind:macro/m3_comp_linear_progress_indicator_track_color = 0x7f0d0034 +com.example.jmastermind:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f0601ae +com.example.jmastermind:attr/showDividers = 0x7f030357 +com.example.jmastermind:dimen/abc_action_bar_default_height_material = 0x7f060002 +com.example.jmastermind:macro/m3_comp_filled_text_field_error_trailing_icon_color = 0x7f0d002b +com.example.jmastermind:macro/m3_comp_filled_text_field_container_shape = 0x7f0d0028 +com.example.jmastermind:styleable/TextInputLayout = 0x7f130086 +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity = 0x7f06012a +com.example.jmastermind:macro/m3_comp_filled_text_field_container_color = 0x7f0d0027 +com.example.jmastermind:id/transitionToStart = 0x7f090201 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f12023f +com.example.jmastermind:macro/m3_comp_filled_button_label_text_color = 0x7f0d0025 +com.example.jmastermind:color/background_floating_material_light = 0x7f05001e +com.example.jmastermind:id/normalCircle101 = 0x7f090145 +com.example.jmastermind:style/TextAppearance.Material3.SearchBar = 0x7f1201e2 +com.example.jmastermind:macro/m3_comp_fab_tertiary_icon_color = 0x7f0d0021 +com.example.jmastermind:macro/m3_comp_fab_tertiary_container_color = 0x7f0d0020 +com.example.jmastermind:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1202d4 +com.example.jmastermind:style/Theme.AppCompat.DayNight = 0x7f1201fe +com.example.jmastermind:layout/notification_action_tombstone = 0x7f0c0062 +com.example.jmastermind:macro/m3_comp_fab_surface_icon_color = 0x7f0d001f +com.example.jmastermind:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f120257 +com.example.jmastermind:macro/m3_comp_fab_secondary_icon_color = 0x7f0d001d +com.example.jmastermind:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f120271 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.BottomSheet = 0x7f12017c +com.example.jmastermind:style/Base.Theme.AppCompat.CompactMenu = 0x7f12004a +com.example.jmastermind:macro/m3_comp_fab_primary_icon_color = 0x7f0d0019 +com.example.jmastermind:macro/m3_comp_extended_fab_tertiary_icon_color = 0x7f0d0016 +com.example.jmastermind:macro/m3_comp_extended_fab_secondary_icon_color = 0x7f0d0012 +com.example.jmastermind:style/Platform.V25.AppCompat = 0x7f12013b +com.example.jmastermind:attr/colorOnPrimaryContainer = 0x7f0300dc +com.example.jmastermind:id/navigation_bar_item_icon_container = 0x7f09013b +com.example.jmastermind:color/m3_ref_palette_neutral70 = 0x7f0500ee +com.example.jmastermind:dimen/design_navigation_item_horizontal_padding = 0x7f060078 +com.example.jmastermind:style/Widget.Material3.Snackbar.FullWidth = 0x7f1203b2 +com.example.jmastermind:id/checkCircle91 = 0x7f090087 +com.example.jmastermind:macro/m3_comp_extended_fab_primary_label_text_type = 0x7f0d0010 +com.example.jmastermind:macro/m3_comp_extended_fab_primary_container_color = 0x7f0d000d +com.example.jmastermind:macro/m3_comp_circular_progress_indicator_active_indicator_color = 0x7f0d000a +com.example.jmastermind:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0d0004 +com.example.jmastermind:id/auto = 0x7f09004d +com.example.jmastermind:color/m3_ref_palette_neutral80 = 0x7f0500ef +com.example.jmastermind:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f1200d4 +com.example.jmastermind:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1200d1 +com.example.jmastermind:layout/prologue = 0x7f0c0067 +com.example.jmastermind:macro/m3_comp_linear_progress_indicator_active_indicator_color = 0x7f0d0033 +com.example.jmastermind:style/Widget.AppCompat.ButtonBar = 0x7f1202e3 +com.example.jmastermind:layout/mtrl_picker_text_input_date = 0x7f0c005d +com.example.jmastermind:layout/mtrl_picker_header_toggle = 0x7f0c005c +com.example.jmastermind:color/bright_foreground_material_light = 0x7f050027 +com.example.jmastermind:id/notification_main_column = 0x7f09016e +com.example.jmastermind:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1200c6 +com.example.jmastermind:id/visible_removing_fragment_view_tag = 0x7f090214 +com.example.jmastermind:macro/m3_comp_outlined_autocomplete_text_field_caret_color = 0x7f0d0039 +com.example.jmastermind:drawable/material_ic_keyboard_arrow_next_black_24dp = 0x7f0700a7 +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_active_focus_state_layer_opacity = 0x7f060125 +com.example.jmastermind:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1201e4 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f120412 +com.example.jmastermind:style/Theme.AppCompat.DialogWhenLarge = 0x7f120208 +com.example.jmastermind:integer/hide_password_duration = 0x7f0a0008 +com.example.jmastermind:layout/mtrl_picker_header_selection_text = 0x7f0c005a +com.example.jmastermind:dimen/material_time_picker_minimum_screen_height = 0x7f0601e5 +com.example.jmastermind:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016 +com.example.jmastermind:layout/abc_search_view = 0x7f0c0019 +com.example.jmastermind:styleable/ViewStubCompat = 0x7f130090 +com.example.jmastermind:layout/mtrl_picker_header_dialog = 0x7f0c0058 +com.example.jmastermind:layout/mtrl_navigation_rail_item = 0x7f0c0054 +com.example.jmastermind:layout/mtrl_calendar_months = 0x7f0c004f +com.example.jmastermind:layout/mtrl_calendar_month = 0x7f0c004c +com.example.jmastermind:styleable/RecycleListView = 0x7f13006f +com.example.jmastermind:layout/mtrl_calendar_days_of_week = 0x7f0c004a +com.example.jmastermind:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f120079 +com.example.jmastermind:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0c0046 +com.example.jmastermind:layout/mtrl_alert_select_dialog_multichoice = 0x7f0c0045 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_container_color = 0x7f0d007c +com.example.jmastermind:styleable/AppBarLayoutStates = 0x7f13000b +com.example.jmastermind:layout/material_time_chip = 0x7f0c003b +com.example.jmastermind:style/Base.Widget.Material3.CollapsingToolbar = 0x7f1200fc +com.example.jmastermind:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0b000d +com.example.jmastermind:color/material_personalized_color_on_background = 0x7f05020d +com.example.jmastermind:drawable/ic_mtrl_checked_circle = 0x7f070091 +com.example.jmastermind:layout/material_clock_period_toggle_land = 0x7f0c0036 +com.example.jmastermind:layout/material_clock_period_toggle = 0x7f0c0035 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Day = 0x7f12037e +com.example.jmastermind:layout/m3_alert_dialog_title = 0x7f0c002f +com.example.jmastermind:macro/m3_comp_search_view_header_leading_icon_color = 0x7f0d0076 +com.example.jmastermind:layout/m3_alert_dialog_actions = 0x7f0c002e +com.example.jmastermind:macro/m3_comp_search_bar_container_color = 0x7f0d0064 +com.example.jmastermind:id/normalCircle94 = 0x7f09016c +com.example.jmastermind:id/normalCircle64 = 0x7f090160 +com.example.jmastermind:drawable/mtrl_tabs_default_indicator = 0x7f0700d0 +com.example.jmastermind:layout/design_navigation_menu = 0x7f0c0028 +com.example.jmastermind:layout/design_navigation_item_separator = 0x7f0c0026 +com.example.jmastermind:layout/design_menu_item_action_area = 0x7f0c0023 +com.example.jmastermind:layout/design_layout_snackbar_include = 0x7f0c0020 +com.example.jmastermind:color/mtrl_navigation_item_background_color = 0x7f05024e +com.example.jmastermind:color/design_fab_shadow_mid_color = 0x7f05004c +com.example.jmastermind:styleable/MaterialAlertDialog = 0x7f130049 +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f120176 +com.example.jmastermind:layout/abc_screen_simple = 0x7f0c0015 +com.example.jmastermind:macro/m3_comp_filled_autocomplete_menu_list_item_selected_container_color = 0x7f0d0022 +com.example.jmastermind:color/m3_sys_color_light_error = 0x7f05017a +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500c6 +com.example.jmastermind:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f120254 +com.example.jmastermind:style/TextAppearance.MaterialComponents.Headline3 = 0x7f1201f0 +com.example.jmastermind:attr/dividerColor = 0x7f03013f +com.example.jmastermind:layout/design_navigation_item = 0x7f0c0024 +com.example.jmastermind:styleable/BaseProgressIndicator = 0x7f130014 +com.example.jmastermind:layout/abc_popup_menu_header_item_layout = 0x7f0c0012 +com.example.jmastermind:layout/abc_list_menu_item_radio = 0x7f0c0011 +com.example.jmastermind:layout/abc_list_menu_item_icon = 0x7f0c000f +com.example.jmastermind:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f120125 +com.example.jmastermind:dimen/m3_fab_border_width = 0x7f06015d +com.example.jmastermind:layout/abc_dialog_title_material = 0x7f0c000c +com.example.jmastermind:layout/abc_cascading_menu_item_layout = 0x7f0c000b +com.example.jmastermind:layout/abc_activity_chooser_view = 0x7f0c0006 +com.example.jmastermind:id/tag_on_apply_window_listener = 0x7f0901df +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1201b0 +com.example.jmastermind:layout/abc_action_menu_item_layout = 0x7f0c0002 +com.example.jmastermind:id/mtrl_calendar_days_of_week = 0x7f090124 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f120147 +com.example.jmastermind:interpolator/m3_sys_motion_easing_standard = 0x7f0b000b +com.example.jmastermind:id/triangle = 0x7f090207 +com.example.jmastermind:dimen/material_emphasis_high_type = 0x7f0601d6 +com.example.jmastermind:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0b0002 +com.example.jmastermind:id/message = 0x7f090118 +com.example.jmastermind:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0b0001 +com.example.jmastermind:integer/mtrl_view_visible = 0x7f0a0039 +com.example.jmastermind:integer/mtrl_switch_thumb_viewport_center_coordinate = 0x7f0a0032 +com.example.jmastermind:layout/material_clockface_view = 0x7f0c0038 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.Button = 0x7f120397 +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f120367 +com.example.jmastermind:id/CTRL = 0x7f090003 +com.example.jmastermind:color/mtrl_choice_chip_ripple_color = 0x7f050240 +com.example.jmastermind:string/mtrl_switch_track_path = 0x7f11008c +com.example.jmastermind:integer/mtrl_switch_thumb_pre_morphing_duration = 0x7f0a0030 +com.example.jmastermind:style/Widget.MaterialComponents.BottomSheet = 0x7f1203da +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f1203ff +com.example.jmastermind:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1202e9 +com.example.jmastermind:integer/mtrl_switch_thumb_post_morphing_duration = 0x7f0a002f +com.example.jmastermind:style/Widget.Material3.SearchView.Toolbar = 0x7f1203ac +com.example.jmastermind:styleable/PopupWindow = 0x7f13006a +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1201b1 +com.example.jmastermind:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f120323 +com.example.jmastermind:integer/mtrl_btn_anim_delay_ms = 0x7f0a0026 +com.example.jmastermind:id/SHOW_PROGRESS = 0x7f09000a +com.example.jmastermind:dimen/abc_text_size_display_3_material = 0x7f060045 +com.example.jmastermind:integer/material_motion_path = 0x7f0a0024 +com.example.jmastermind:style/TextAppearance.Material3.DisplayLarge = 0x7f1201d8 +com.example.jmastermind:integer/material_motion_duration_short_1 = 0x7f0a0022 +com.example.jmastermind:styleable/LinearLayoutCompat = 0x7f130045 +com.example.jmastermind:integer/material_motion_duration_medium_1 = 0x7f0a0020 +com.example.jmastermind:integer/material_motion_duration_long_2 = 0x7f0a001f +com.example.jmastermind:integer/m3_sys_motion_duration_short1 = 0x7f0a001a +com.example.jmastermind:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f1203f0 +com.example.jmastermind:integer/m3_sys_motion_duration_medium4 = 0x7f0a0019 +com.example.jmastermind:layout/mtrl_calendar_horizontal = 0x7f0c004b +com.example.jmastermind:integer/m3_sys_motion_duration_medium3 = 0x7f0a0018 +com.example.jmastermind:id/fill_vertical = 0x7f0900cc +com.example.jmastermind:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f120157 +com.example.jmastermind:attr/tabPadding = 0x7f0303ab +com.example.jmastermind:style/Widget.AppCompat.ListPopupWindow = 0x7f120303 +com.example.jmastermind:drawable/mtrl_switch_thumb_unchecked = 0x7f0700cb +com.example.jmastermind:integer/m3_sys_motion_duration_long3 = 0x7f0a0014 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Year = 0x7f120390 +com.example.jmastermind:integer/m3_sys_motion_duration_long2 = 0x7f0a0013 +com.example.jmastermind:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f120270 +com.example.jmastermind:layout/select_dialog_multichoice_material = 0x7f0c0069 +com.example.jmastermind:integer/m3_sys_motion_duration_long1 = 0x7f0a0012 +com.example.jmastermind:color/m3_popupmenu_overlay_color = 0x7f050093 +com.example.jmastermind:id/showHome = 0x7f0901bc +com.example.jmastermind:id/mtrl_motion_snapshot_view = 0x7f09012e +com.example.jmastermind:integer/m3_sys_motion_duration_extra_long4 = 0x7f0a0011 +com.example.jmastermind:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f1200fe +com.example.jmastermind:integer/m3_sys_motion_duration_extra_long1 = 0x7f0a000e +com.example.jmastermind:integer/m3_card_anim_duration_ms = 0x7f0a000c +com.example.jmastermind:attr/textColorAlertDialogListItem = 0x7f0303e2 +com.example.jmastermind:dimen/mtrl_transition_shared_axis_slide_distance = 0x7f0602aa +com.example.jmastermind:id/submit_area = 0x7f0901d9 +com.example.jmastermind:integer/design_tab_indicator_anim_duration_ms = 0x7f0a0007 +com.example.jmastermind:drawable/mtrl_switch_thumb_checked_unchecked = 0x7f0700c7 +com.example.jmastermind:anim/abc_shrink_fade_out_from_bottom = 0x7f010005 +com.example.jmastermind:style/Widget.Material3.CompoundButton.CheckBox = 0x7f120361 +com.example.jmastermind:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f120138 +com.example.jmastermind:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f1203bc +com.example.jmastermind:integer/abc_config_activityDefaultDur = 0x7f0a0000 +com.example.jmastermind:id/wrap = 0x7f090219 +com.example.jmastermind:id/normalCircle61 = 0x7f09015d +com.example.jmastermind:attr/thumbTintMode = 0x7f0303fb +com.example.jmastermind:id/view_tree_lifecycle_owner = 0x7f09020f +com.example.jmastermind:layout/mtrl_layout_snackbar = 0x7f0c0052 +com.example.jmastermind:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1200ca +com.example.jmastermind:id/validate = 0x7f09020d +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1201c6 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f120402 +com.example.jmastermind:id/unlabeled = 0x7f09020a +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_unchecked_checked__2 = 0x7f07001a +com.example.jmastermind:attr/showAsAction = 0x7f030355 +com.example.jmastermind:id/uniform = 0x7f090209 +com.example.jmastermind:id/checkCircle82 = 0x7f090084 +com.example.jmastermind:id/normalCircle12 = 0x7f09014a +com.example.jmastermind:id/transition_layout_save = 0x7f090203 +com.example.jmastermind:integer/mtrl_switch_thumb_motion_duration = 0x7f0a002e +com.example.jmastermind:id/transition_current_scene = 0x7f090202 +com.example.jmastermind:style/Widget.MaterialComponents.NavigationRailView = 0x7f120416 +com.example.jmastermind:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1200e3 +com.example.jmastermind:id/top = 0x7f0901fd +com.example.jmastermind:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f120360 +com.example.jmastermind:id/toggle = 0x7f0901fc +com.example.jmastermind:id/time = 0x7f0901f8 +com.example.jmastermind:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f060231 +com.example.jmastermind:string/mtrl_picker_a11y_prev_month = 0x7f110061 +com.example.jmastermind:id/textinput_counter = 0x7f0901f2 +com.example.jmastermind:id/text_input_start_icon = 0x7f0901f1 +com.example.jmastermind:id/textSpacerNoTitle = 0x7f0901ec +com.example.jmastermind:id/tag_transition_group = 0x7f0901e4 +com.example.jmastermind:style/Base.Widget.Material3.ActionBar.Solid = 0x7f1200f7 +com.example.jmastermind:styleable/MaterialToolbar = 0x7f13005a +com.example.jmastermind:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f120362 +com.example.jmastermind:id/tag_accessibility_pane_title = 0x7f0901de +com.example.jmastermind:id/tag_accessibility_clickable_spans = 0x7f0901dc +com.example.jmastermind:style/Base.Widget.AppCompat.ActionBar = 0x7f1200bc +com.example.jmastermind:id/stretch = 0x7f0901d7 +com.example.jmastermind:id/staticLayout = 0x7f0901d4 +com.example.jmastermind:id/start = 0x7f0901d0 +com.example.jmastermind:id/square = 0x7f0901cb +com.example.jmastermind:color/primary_material_dark = 0x7f05026a +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f120034 +com.example.jmastermind:id/spread = 0x7f0901c9 +com.example.jmastermind:dimen/design_bottom_navigation_text_size = 0x7f06006a +com.example.jmastermind:dimen/mtrl_calendar_header_height = 0x7f060223 +com.example.jmastermind:id/linear = 0x7f0900fc +com.example.jmastermind:color/m3_sys_color_dynamic_light_secondary_container = 0x7f050174 +com.example.jmastermind:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f120356 +com.example.jmastermind:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f120074 +com.example.jmastermind:attr/errorTextAppearance = 0x7f030176 +com.example.jmastermind:dimen/m3_searchbar_outlined_stroke_width = 0x7f060180 +com.example.jmastermind:styleable/MaterialCheckBox = 0x7f130051 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f1201af +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1201a7 +com.example.jmastermind:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1200dc +com.example.jmastermind:dimen/m3_menu_elevation = 0x7f060163 +com.example.jmastermind:style/Base.V21.Theme.AppCompat.Light = 0x7f12009d +com.example.jmastermind:dimen/design_navigation_icon_size = 0x7f060077 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1202ad +com.example.jmastermind:id/spacer = 0x7f0901c5 +com.example.jmastermind:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f12014e +com.example.jmastermind:color/mtrl_filled_stroke_color = 0x7f050248 +com.example.jmastermind:layout/mtrl_picker_header_fullscreen = 0x7f0c0059 +com.example.jmastermind:id/showTitle = 0x7f0901bd +com.example.jmastermind:id/skipCollapsed = 0x7f0901bf +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f120037 +com.example.jmastermind:id/showCustom = 0x7f0901bb +com.example.jmastermind:dimen/design_appbar_elevation = 0x7f06005e +com.example.jmastermind:id/shortcut = 0x7f0901ba +com.example.jmastermind:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0d0052 +com.example.jmastermind:id/selected = 0x7f0901b8 +com.example.jmastermind:id/select_dialog_listview = 0x7f0901b7 +com.example.jmastermind:style/Widget.Material3.BottomNavigationView = 0x7f120333 +com.example.jmastermind:drawable/mtrl_checkbox_button_icon_indeterminate_checked = 0x7f0700b2 +com.example.jmastermind:color/material_harmonized_color_on_error = 0x7f0501fe +com.example.jmastermind:id/material_timepicker_view = 0x7f090115 +com.example.jmastermind:id/search_view_status_bar_spacer = 0x7f0901b3 +com.example.jmastermind:layout/m3_side_sheet_dialog = 0x7f0c0031 +com.example.jmastermind:string/mtrl_picker_toggle_to_day_selection = 0x7f110082 +com.example.jmastermind:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f120287 +com.example.jmastermind:layout/mtrl_picker_dialog = 0x7f0c0056 +com.example.jmastermind:id/normal = 0x7f090144 +com.example.jmastermind:color/m3_sys_color_light_surface_variant = 0x7f050191 +com.example.jmastermind:styleable/TabLayout = 0x7f130083 +com.example.jmastermind:id/search_plate = 0x7f0901a7 +com.example.jmastermind:string/abc_searchview_description_clear = 0x7f110013 +com.example.jmastermind:styleable/ScrollingViewBehavior_Layout = 0x7f130072 +com.example.jmastermind:dimen/notification_top_pad_large_text = 0x7f0602b9 +com.example.jmastermind:attr/materialCalendarHeaderDivider = 0x7f030290 +com.example.jmastermind:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1200b7 +com.example.jmastermind:style/Widget.Material3.Button.OutlinedButton = 0x7f120340 +com.example.jmastermind:id/search_bar_text_view = 0x7f0901a1 +com.example.jmastermind:id/save_non_transition_alpha = 0x7f090195 +com.example.jmastermind:style/Base.V24.Theme.Material3.Light = 0x7f1200ad +com.example.jmastermind:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0d006f +com.example.jmastermind:id/view_tree_view_model_store_owner = 0x7f090212 +com.example.jmastermind:layout/notification_template_icon_group = 0x7f0c0064 +com.example.jmastermind:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f12041d +com.example.jmastermind:style/Theme.Material3.DayNight.NoActionBar = 0x7f120227 +com.example.jmastermind:id/right = 0x7f09018d +com.example.jmastermind:id/design_bottom_sheet = 0x7f0900a9 +com.example.jmastermind:id/red = 0x7f09018a +com.example.jmastermind:color/m3_sys_color_light_tertiary = 0x7f050192 +com.example.jmastermind:attr/tabPaddingTop = 0x7f0303af +com.example.jmastermind:id/path = 0x7f09017b +com.example.jmastermind:id/parent_matrix = 0x7f090179 +com.example.jmastermind:attr/labelStyle = 0x7f03021e +com.example.jmastermind:id/outline = 0x7f090172 +com.example.jmastermind:integer/m3_card_anim_delay_ms = 0x7f0a000b +com.example.jmastermind:id/off = 0x7f090170 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f120431 +com.example.jmastermind:id/normalCircle71 = 0x7f090161 +com.example.jmastermind:attr/constraintSetStart = 0x7f0300fa +com.example.jmastermind:id/normalCircle33 = 0x7f090153 +com.example.jmastermind:macro/m3_comp_switch_disabled_selected_track_color = 0x7f0d0093 +com.example.jmastermind:attr/hintEnabled = 0x7f0301dd +com.example.jmastermind:id/normalCircle21 = 0x7f09014d +com.example.jmastermind:macro/m3_comp_outlined_text_field_focus_label_text_color = 0x7f0d004a +com.example.jmastermind:id/normalCircle102 = 0x7f090146 +com.example.jmastermind:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f1203df +com.example.jmastermind:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f0a0036 +com.example.jmastermind:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f06009b +com.example.jmastermind:id/noScroll = 0x7f090142 +com.example.jmastermind:id/never = 0x7f090141 +com.example.jmastermind:id/accessibility_custom_action_17 = 0x7f090019 +com.example.jmastermind:id/navigation_bar_item_small_label_view = 0x7f09013f +com.example.jmastermind:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f12031a +com.example.jmastermind:id/mtrl_picker_text_input_date = 0x7f090134 +com.example.jmastermind:id/mtrl_picker_header_selection_text = 0x7f090131 +com.example.jmastermind:attr/layout_constraintRight_toRightOf = 0x7f030247 +com.example.jmastermind:layout/m3_alert_dialog = 0x7f0c002d +com.example.jmastermind:id/mtrl_calendar_selection_frame = 0x7f090128 +com.example.jmastermind:id/mtrl_calendar_frame = 0x7f090125 +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500bf +com.example.jmastermind:id/normalCircle73 = 0x7f090163 +com.example.jmastermind:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f120121 +com.example.jmastermind:id/mtrl_calendar_day_selector_frame = 0x7f090123 +com.example.jmastermind:id/motion_base = 0x7f090121 +com.example.jmastermind:attr/sideSheetDialogTheme = 0x7f03035d +com.example.jmastermind:drawable/notification_bg_low = 0x7f0700d4 +com.example.jmastermind:id/month_navigation_previous = 0x7f09011f +com.example.jmastermind:dimen/m3_appbar_expanded_title_margin_bottom = 0x7f0600a4 +com.example.jmastermind:attr/colorContainer = 0x7f0300d0 +com.example.jmastermind:id/checkCircle21 = 0x7f09006b +com.example.jmastermind:id/material_timepicker_cancel_button = 0x7f090111 +com.example.jmastermind:id/prologue = 0x7f090185 +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f12043e +com.example.jmastermind:id/material_textinput_timepicker = 0x7f090110 +com.example.jmastermind:id/material_clock_period_toggle = 0x7f09010a +com.example.jmastermind:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f12010e +com.example.jmastermind:id/material_clock_face = 0x7f090105 +com.example.jmastermind:color/m3_tabs_text_color = 0x7f050198 +com.example.jmastermind:id/material_hour_text_input = 0x7f09010b +com.example.jmastermind:id/material_clock_display = 0x7f090103 +com.example.jmastermind:attr/colorPrimarySurface = 0x7f0300eb +com.example.jmastermind:id/accessibility_action_clickable_span = 0x7f09000f +com.example.jmastermind:id/jumpToStart = 0x7f0900f5 +com.example.jmastermind:attr/collapsingToolbarLayoutStyle = 0x7f0300cb +com.example.jmastermind:style/Widget.MaterialComponents.ActionMode = 0x7f1203cb +com.example.jmastermind:integer/bottom_sheet_slide_duration = 0x7f0a0003 +com.example.jmastermind:style/Base.V22.Theme.AppCompat.Light = 0x7f1200a8 +com.example.jmastermind:style/ThemeOverlay.Material3.Button.IconButton = 0x7f120279 +com.example.jmastermind:id/normalCircle62 = 0x7f09015e +com.example.jmastermind:id/m3_side_sheet = 0x7f0900ff +com.example.jmastermind:attr/overlay = 0x7f030300 +com.example.jmastermind:id/inward = 0x7f0900f0 +com.example.jmastermind:anim/m3_bottom_sheet_slide_in = 0x7f010021 +com.example.jmastermind:string/mtrl_picker_text_input_date_range_end_hint = 0x7f11007b +com.example.jmastermind:id/postLayout = 0x7f090181 +com.example.jmastermind:integer/mtrl_badge_max_character_count = 0x7f0a0025 +com.example.jmastermind:dimen/design_bottom_navigation_active_text_size = 0x7f060061 +com.example.jmastermind:id/invisible = 0x7f0900ef +com.example.jmastermind:id/chains = 0x7f090062 +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f120373 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f1201b3 +com.example.jmastermind:id/indeterminate = 0x7f0900ed +com.example.jmastermind:id/action_container = 0x7f090037 +com.example.jmastermind:id/gray = 0x7f0900de +com.example.jmastermind:id/checkCircle12 = 0x7f090068 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f120031 +com.example.jmastermind:layout/mtrl_calendar_year = 0x7f0c0051 +com.example.jmastermind:id/checkCircle41 = 0x7f090073 +com.example.jmastermind:attr/emojiCompatEnabled = 0x7f030161 +com.example.jmastermind:color/material_dynamic_neutral40 = 0x7f0501b9 +com.example.jmastermind:id/ghost_view_holder = 0x7f0900da +com.example.jmastermind:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f0601d8 +com.example.jmastermind:id/fragment_container_view_tag = 0x7f0900d7 +com.example.jmastermind:id/listMode = 0x7f0900fd +com.example.jmastermind:id/clockwise = 0x7f090092 +com.example.jmastermind:drawable/abc_tab_indicator_material = 0x7f07006c +com.example.jmastermind:attr/number = 0x7f0302f7 +com.example.jmastermind:dimen/m3_comp_input_chip_container_height = 0x7f060113 +com.example.jmastermind:id/forever = 0x7f0900d6 +com.example.jmastermind:id/flip = 0x7f0900d4 +com.example.jmastermind:id/fixed = 0x7f0900d3 +com.example.jmastermind:macro/m3_comp_fab_primary_container_shape = 0x7f0d0018 +com.example.jmastermind:id/fitStart = 0x7f0900d0 +com.example.jmastermind:style/Widget.Material3.PopupMenu.Overflow = 0x7f1203a5 +com.example.jmastermind:id/groups = 0x7f0900e1 +com.example.jmastermind:id/fill_horizontal = 0x7f0900cb +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.Corner.Left = 0x7f120174 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f12002c +com.example.jmastermind:style/Base.V7.Theme.AppCompat = 0x7f1200b4 +com.example.jmastermind:dimen/abc_dialog_padding_top_material = 0x7f060025 +com.example.jmastermind:id/fill = 0x7f0900ca +com.example.jmastermind:id/expand_activities_button = 0x7f0900c7 +com.example.jmastermind:style/Widget.Material3.Button.IconButton.Filled = 0x7f12033d +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_active_focus_state_layer_color = 0x7f0d0056 +com.example.jmastermind:drawable/ic_clear_black_24 = 0x7f070089 +com.example.jmastermind:style/Platform.MaterialComponents = 0x7f120132 +com.example.jmastermind:id/endToStart = 0x7f0900c3 +com.example.jmastermind:style/Theme.MaterialComponents.Bridge = 0x7f120236 +com.example.jmastermind:id/actions = 0x7f090041 +com.example.jmastermind:id/header_title = 0x7f0900e2 +com.example.jmastermind:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1201e1 +com.example.jmastermind:id/edit_query = 0x7f0900bf +com.example.jmastermind:macro/m3_ref_typeface_brand_medium = 0x7f0d00bf +com.example.jmastermind:attr/materialClockStyle = 0x7f03029f +com.example.jmastermind:drawable/abc_seekbar_track_material = 0x7f070065 +com.example.jmastermind:integer/m3_sys_motion_duration_extra_long3 = 0x7f0a0010 +com.example.jmastermind:id/disablePostScroll = 0x7f0900b2 +com.example.jmastermind:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f120427 +com.example.jmastermind:style/Widget.MaterialComponents.Button = 0x7f1203dc +com.example.jmastermind:dimen/mtrl_progress_circular_track_thickness_small = 0x7f060281 +com.example.jmastermind:dimen/compat_button_inset_horizontal_material = 0x7f060056 +com.example.jmastermind:styleable/MenuItem = 0x7f13005c +com.example.jmastermind:drawable/btn_checkbox_unchecked_mtrl = 0x7f07007c +com.example.jmastermind:string/clear_text_end_icon_content_description = 0x7f110027 +com.example.jmastermind:styleable/PropertySet = 0x7f13006c +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderToggleButton = 0x7f12038c +com.example.jmastermind:style/Widget.Material3.Button.TextButton = 0x7f120342 +com.example.jmastermind:id/dimensions = 0x7f0900af +com.example.jmastermind:dimen/m3_comp_assist_chip_flat_container_elevation = 0x7f0600ea +com.example.jmastermind:color/m3_ref_palette_neutral100 = 0x7f0500e8 +com.example.jmastermind:dimen/m3_extended_fab_end_padding = 0x7f060158 +com.example.jmastermind:id/default_activity_button = 0x7f0900a7 +com.example.jmastermind:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f12015f +com.example.jmastermind:id/date_picker_actions = 0x7f0900a3 +com.example.jmastermind:id/counterclockwise = 0x7f09009e +com.example.jmastermind:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f120192 +com.example.jmastermind:style/Widget.AppCompat.Button.Borderless = 0x7f1202de +com.example.jmastermind:attr/menuAlignmentMode = 0x7f0302ba +com.example.jmastermind:id/checkCircle101 = 0x7f090063 +com.example.jmastermind:id/coordinator = 0x7f09009b +com.example.jmastermind:id/contentPanel = 0x7f090099 +com.example.jmastermind:styleable/CoordinatorLayout_Layout = 0x7f13002a +com.example.jmastermind:string/m3_sys_motion_easing_emphasized_decelerate = 0x7f110032 +com.example.jmastermind:macro/m3_comp_switch_disabled_selected_icon_color = 0x7f0d0092 +com.example.jmastermind:attr/background = 0x7f030040 +com.example.jmastermind:id/clip_horizontal = 0x7f090090 +com.example.jmastermind:id/checkbox = 0x7f09008b +com.example.jmastermind:id/checkCircle81 = 0x7f090083 +com.example.jmastermind:styleable/MaterialAlertDialogTheme = 0x7f13004a +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Display3 = 0x7f12001b +com.example.jmastermind:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f120250 +com.example.jmastermind:id/checkCircle71 = 0x7f09007f +com.example.jmastermind:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0b0004 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1202c8 +com.example.jmastermind:macro/m3_comp_filled_text_field_error_supporting_text_color = 0x7f0d002a +com.example.jmastermind:id/checkCircle63 = 0x7f09007d +com.example.jmastermind:macro/m3_comp_filled_button_container_color = 0x7f0d0024 +com.example.jmastermind:id/tag_on_receive_content_mime_types = 0x7f0901e1 +com.example.jmastermind:id/checkCircle62 = 0x7f09007c +com.example.jmastermind:id/easeOut = 0x7f0900be +com.example.jmastermind:style/CardView.Dark = 0x7f12011a +com.example.jmastermind:style/Base.Theme.MaterialComponents.Bridge = 0x7f120060 +com.example.jmastermind:id/checkCircle54 = 0x7f09007a +com.example.jmastermind:dimen/m3_btn_text_btn_padding_left = 0x7f0600d6 +com.example.jmastermind:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f1200a2 +com.example.jmastermind:id/checkCircle44 = 0x7f090076 +com.example.jmastermind:attr/barrierDirection = 0x7f030053 +com.example.jmastermind:drawable/mtrl_ic_cancel = 0x7f0700bb +com.example.jmastermind:dimen/m3_card_hovered_z = 0x7f0600df +com.example.jmastermind:attr/minWidth = 0x7f0302c0 +com.example.jmastermind:color/m3_dark_hint_foreground = 0x7f050075 +com.example.jmastermind:id/checkCircle32 = 0x7f090070 +com.example.jmastermind:color/mtrl_btn_text_color_selector = 0x7f050235 +com.example.jmastermind:id/filled = 0x7f0900cd +com.example.jmastermind:id/checkCircle31 = 0x7f09006f +com.example.jmastermind:id/checkCircle23 = 0x7f09006d +com.example.jmastermind:style/Widget.MaterialComponents.TextView = 0x7f120435 +com.example.jmastermind:id/checkCircle22 = 0x7f09006c +com.example.jmastermind:attr/layout_constraintHeight_min = 0x7f03023d +com.example.jmastermind:id/checkCircle14 = 0x7f09006a +com.example.jmastermind:string/abc_shareactionprovider_share_with = 0x7f110018 +com.example.jmastermind:id/textinput_prefix_text = 0x7f0901f6 +com.example.jmastermind:id/accessibility_custom_action_27 = 0x7f090024 +com.example.jmastermind:dimen/design_snackbar_max_width = 0x7f060083 +com.example.jmastermind:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f070061 +com.example.jmastermind:id/checkCircle92 = 0x7f090088 +com.example.jmastermind:color/material_personalized_color_on_tertiary = 0x7f050217 +com.example.jmastermind:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f12004f +com.example.jmastermind:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f060247 +com.example.jmastermind:dimen/abc_text_size_subtitle_material_toolbar = 0x7f06004e +com.example.jmastermind:id/accessibility_custom_action_25 = 0x7f090022 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f0601a0 +com.example.jmastermind:id/chain = 0x7f090061 +com.example.jmastermind:id/textStart = 0x7f0901ed +com.example.jmastermind:attr/navigationViewStyle = 0x7f0302f3 +com.example.jmastermind:id/cancel_button = 0x7f09005b +com.example.jmastermind:id/asConfigured = 0x7f09004b +com.example.jmastermind:dimen/abc_edit_text_inset_top_material = 0x7f06002e +com.example.jmastermind:style/Widget.MaterialComponents.NavigationView = 0x7f12041b +com.example.jmastermind:id/always = 0x7f090047 +com.example.jmastermind:id/aligned = 0x7f090045 +com.example.jmastermind:string/material_timepicker_hour = 0x7f11004c +com.example.jmastermind:id/action_text = 0x7f090040 +com.example.jmastermind:color/material_dynamic_tertiary80 = 0x7f0501f1 +com.example.jmastermind:id/disableHome = 0x7f0900b1 +com.example.jmastermind:id/action_mode_close_button = 0x7f09003f +com.example.jmastermind:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f0601e8 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f12040a +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f120438 +com.example.jmastermind:id/action_mode_bar_stub = 0x7f09003e +com.example.jmastermind:string/mtrl_picker_text_input_date_range_start_hint = 0x7f11007c +com.example.jmastermind:style/Widget.AppCompat.ListView.DropDown = 0x7f120305 +com.example.jmastermind:style/ThemeOverlay.Material3.ActionBar = 0x7f12026e +com.example.jmastermind:id/action_image = 0x7f09003a +com.example.jmastermind:id/action_bar_subtitle = 0x7f090035 +com.example.jmastermind:id/month_navigation_bar = 0x7f09011c +com.example.jmastermind:dimen/m3_comp_filter_chip_elevated_container_elevation = 0x7f06010e +com.example.jmastermind:color/m3_ref_palette_tertiary10 = 0x7f05011b +com.example.jmastermind:id/action_bar_root = 0x7f090033 +com.example.jmastermind:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f0700ab +com.example.jmastermind:attr/layout_collapseParallaxMultiplier = 0x7f03022a +com.example.jmastermind:id/rectangles = 0x7f090189 +com.example.jmastermind:id/action_bar_container = 0x7f090032 +com.example.jmastermind:id/action_bar_activity_content = 0x7f090031 +com.example.jmastermind:id/accessibility_custom_action_22 = 0x7f09001f +com.example.jmastermind:style/ThemeOverlay.Material3.BottomAppBar = 0x7f120274 +com.example.jmastermind:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f120194 +com.example.jmastermind:id/accessibility_custom_action_5 = 0x7f09002b +com.example.jmastermind:attr/motionDurationExtraLong3 = 0x7f0302ca +com.example.jmastermind:id/accessibility_custom_action_30 = 0x7f090028 +com.example.jmastermind:attr/layout_dodgeInsetEdges = 0x7f030255 +com.example.jmastermind:style/Widget.MaterialComponents.Tooltip = 0x7f120444 +com.example.jmastermind:attr/liftOnScrollColor = 0x7f030265 +com.example.jmastermind:dimen/mtrl_progress_circular_inset_small = 0x7f060279 +com.example.jmastermind:attr/paddingBottomNoButtons = 0x7f030301 +com.example.jmastermind:id/rounded = 0x7f090192 +com.example.jmastermind:styleable/StateListDrawable = 0x7f13007d +com.example.jmastermind:string/abc_searchview_description_query = 0x7f110014 +com.example.jmastermind:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f1201fb +com.example.jmastermind:color/m3_ref_palette_error99 = 0x7f0500e5 +com.example.jmastermind:id/accessibility_custom_action_28 = 0x7f090025 +com.example.jmastermind:style/TextAppearance.Material3.DisplayMedium = 0x7f1201d9 +com.example.jmastermind:id/accessibility_custom_action_20 = 0x7f09001d +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f12002a +com.example.jmastermind:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1202a3 +com.example.jmastermind:id/material_clock_period_am_button = 0x7f090108 +com.example.jmastermind:id/BOTTOM_END = 0x7f090001 +com.example.jmastermind:string/fab_transformation_sheet_behavior = 0x7f11002c +com.example.jmastermind:id/accessibility_custom_action_14 = 0x7f090016 +com.example.jmastermind:dimen/m3_btn_text_btn_icon_padding_left = 0x7f0600d4 +com.example.jmastermind:macro/m3_comp_text_button_focus_state_layer_color = 0x7f0d00ba +com.example.jmastermind:id/accessibility_custom_action_10 = 0x7f090012 +com.example.jmastermind:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f12007d +com.example.jmastermind:string/mtrl_checkbox_button_icon_path_group_name = 0x7f110053 +com.example.jmastermind:color/m3_icon_button_icon_color_selector = 0x7f05008b +com.example.jmastermind:id/SHOW_PATH = 0x7f090009 +com.example.jmastermind:id/META = 0x7f090005 +com.example.jmastermind:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f120042 +com.example.jmastermind:id/ignore = 0x7f0900ea +com.example.jmastermind:font/title = 0x7f080001 +com.example.jmastermind:macro/m3_comp_fab_primary_small_container_shape = 0x7f0d001b +com.example.jmastermind:integer/material_motion_duration_short_2 = 0x7f0a0023 +com.example.jmastermind:dimen/mtrl_navigation_elevation = 0x7f060267 +com.example.jmastermind:dimen/m3_sys_elevation_level0 = 0x7f060192 +com.example.jmastermind:color/m3_textfield_indicator_text_color = 0x7f05019e +com.example.jmastermind:drawable/notification_template_icon_bg = 0x7f0700da +com.example.jmastermind:attr/layout_constraintHorizontal_weight = 0x7f030241 +com.example.jmastermind:string/abc_search_hint = 0x7f110012 +com.example.jmastermind:drawable/notification_icon_background = 0x7f0700d9 +com.example.jmastermind:id/checkCircle104 = 0x7f090066 +com.example.jmastermind:drawable/notification_bg_normal_pressed = 0x7f0700d8 +com.example.jmastermind:color/tooltip_background_light = 0x7f050282 +com.example.jmastermind:drawable/notification_action_background = 0x7f0700d2 +com.example.jmastermind:style/Widget.AppCompat.Button.Small = 0x7f1202e2 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1201a9 +com.example.jmastermind:style/Widget.Material3.SearchView = 0x7f1203aa +com.example.jmastermind:attr/layout_constraintTag = 0x7f03024a +com.example.jmastermind:drawable/mtrl_switch_track = 0x7f0700ce +com.example.jmastermind:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f120054 +com.example.jmastermind:style/Widget.AppCompat.ActionButton = 0x7f1202d7 +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500c8 +com.example.jmastermind:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f120045 +com.example.jmastermind:style/Widget.Material3.BottomSheet = 0x7f120335 +com.example.jmastermind:macro/m3_comp_search_bar_leading_icon_color = 0x7f0d006a +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500a8 +com.example.jmastermind:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0700cd +com.example.jmastermind:attr/behavior_significantVelocityThreshold = 0x7f03005f +com.example.jmastermind:id/accessibility_custom_action_31 = 0x7f090029 +com.example.jmastermind:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0700c6 +com.example.jmastermind:drawable/mtrl_switch_thumb = 0x7f0700c4 +com.example.jmastermind:style/ShapeAppearance.M3.Comp.SearchBar.Avatar.Shape = 0x7f120152 +com.example.jmastermind:dimen/design_navigation_max_width = 0x7f06007b +com.example.jmastermind:drawable/mtrl_popupmenu_background = 0x7f0700c2 +com.example.jmastermind:style/Base.Widget.AppCompat.SearchView = 0x7f1200ec +com.example.jmastermind:attr/coplanarSiblingViewId = 0x7f030110 +com.example.jmastermind:drawable/mtrl_ic_arrow_drop_down = 0x7f0700b9 +com.example.jmastermind:id/on = 0x7f090171 +com.example.jmastermind:drawable/mtrl_dropdown_arrow = 0x7f0700b8 +com.example.jmastermind:id/src_over = 0x7f0901ce +com.example.jmastermind:drawable/mtrl_checkbox_button_icon_unchecked_checked = 0x7f0700b4 +com.example.jmastermind:macro/m3_comp_extended_fab_tertiary_container_color = 0x7f0d0015 +com.example.jmastermind:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f120262 +com.example.jmastermind:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1200ea +com.example.jmastermind:drawable/mtrl_checkbox_button_icon_checked_unchecked = 0x7f0700b1 +com.example.jmastermind:layout/abc_action_menu_layout = 0x7f0c0003 +com.example.jmastermind:layout/abc_screen_simple_overlay_action_mode = 0x7f0c0016 +com.example.jmastermind:style/Base.Theme.Material3.Light = 0x7f12005b +com.example.jmastermind:id/marquee = 0x7f090100 +com.example.jmastermind:drawable/mtrl_checkbox_button_icon = 0x7f0700af +com.example.jmastermind:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f120204 +com.example.jmastermind:dimen/m3_chip_disabled_translation_z = 0x7f0600e3 +com.example.jmastermind:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0700ae +com.example.jmastermind:id/pin = 0x7f09017f +com.example.jmastermind:drawable/material_ic_menu_arrow_down_black_24dp = 0x7f0700aa +com.example.jmastermind:dimen/design_fab_elevation = 0x7f06006f +com.example.jmastermind:attr/contentPaddingBottom = 0x7f030106 +com.example.jmastermind:dimen/m3_comp_fab_primary_small_icon_size = 0x7f060108 +com.example.jmastermind:attr/fabAnchorMode = 0x7f03018d +com.example.jmastermind:attr/textAppearanceHeadlineLarge = 0x7f0303cd +com.example.jmastermind:drawable/mtrl_ic_indeterminate = 0x7f0700c0 +com.example.jmastermind:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f0700a9 +com.example.jmastermind:color/mtrl_btn_ripple_color = 0x7f050230 +com.example.jmastermind:dimen/mtrl_calendar_header_height_fullscreen = 0x7f060224 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f12006b +com.example.jmastermind:string/abc_activitychooserview_choose_application = 0x7f110005 +com.example.jmastermind:id/accessibility_custom_action_15 = 0x7f090017 +com.example.jmastermind:attr/circularProgressIndicatorStyle = 0x7f0300b3 +com.example.jmastermind:id/mtrl_view_tag_bottom_padding = 0x7f090138 +com.example.jmastermind:drawable/material_ic_edit_black_24dp = 0x7f0700a5 +com.example.jmastermind:id/normalCircle44 = 0x7f090158 +com.example.jmastermind:attr/endIconCheckable = 0x7f030163 +com.example.jmastermind:color/design_default_color_surface = 0x7f050049 +com.example.jmastermind:attr/itemShapeInsetBottom = 0x7f03020d +com.example.jmastermind:drawable/m3_radiobutton_ripple = 0x7f07009c +com.example.jmastermind:drawable/m3_avd_hide_password = 0x7f070098 +com.example.jmastermind:drawable/m3_appbar_background = 0x7f070097 +com.example.jmastermind:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f12028a +com.example.jmastermind:drawable/ic_search_black_24 = 0x7f070095 +com.example.jmastermind:drawable/ic_mtrl_chip_close_circle = 0x7f070094 +com.example.jmastermind:attr/trackCornerRadius = 0x7f030426 +com.example.jmastermind:attr/behavior_peekHeight = 0x7f03005d +com.example.jmastermind:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f060232 +com.example.jmastermind:id/TOP_START = 0x7f09000d +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_container_height = 0x7f0600f5 +com.example.jmastermind:id/checkCircle24 = 0x7f09006e +com.example.jmastermind:drawable/abc_vector_test = 0x7f070077 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialDivider = 0x7f120415 +com.example.jmastermind:attr/materialCalendarMonth = 0x7f030295 +com.example.jmastermind:drawable/ic_mtrl_chip_checked_circle = 0x7f070093 +com.example.jmastermind:string/mtrl_picker_toggle_to_year_selection = 0x7f110084 +com.example.jmastermind:drawable/ic_mtrl_chip_checked_black = 0x7f070092 +com.example.jmastermind:id/checkCircle64 = 0x7f09007e +com.example.jmastermind:drawable/ic_m3_chip_checked_circle = 0x7f07008f +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f12006c +com.example.jmastermind:drawable/ic_m3_chip_check = 0x7f07008e +com.example.jmastermind:macro/m3_comp_switch_unselected_hover_state_layer_color = 0x7f0d00af +com.example.jmastermind:style/Widget.Material3.Button = 0x7f120338 +com.example.jmastermind:attr/spinnerStyle = 0x7f03036e +com.example.jmastermind:drawable/ic_launcher_background = 0x7f07008c +com.example.jmastermind:id/spread_inside = 0x7f0901ca +com.example.jmastermind:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f070081 +com.example.jmastermind:drawable/btn_radio_on_mtrl = 0x7f070080 +com.example.jmastermind:macro/m3_comp_outlined_autocomplete_text_field_input_text_type = 0x7f0d003a +com.example.jmastermind:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f07007f +com.example.jmastermind:id/scrollIndicatorUp = 0x7f09019c +com.example.jmastermind:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f120260 +com.example.jmastermind:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f07007d +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_inactive_hover_state_layer_color = 0x7f0d005d +com.example.jmastermind:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f07007b +com.example.jmastermind:style/Widget.Material3.Button.ElevatedButton = 0x7f120339 +com.example.jmastermind:macro/m3_comp_text_button_pressed_state_layer_color = 0x7f0d00be +com.example.jmastermind:macro/m3_sys_motion_path = 0x7f0d00c5 +com.example.jmastermind:color/m3_ref_palette_primary50 = 0x7f050106 +com.example.jmastermind:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f12041f +com.example.jmastermind:drawable/avd_hide_password = 0x7f070078 +com.example.jmastermind:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0d0049 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1202af +com.example.jmastermind:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070075 +com.example.jmastermind:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f070074 +com.example.jmastermind:drawable/abc_textfield_default_mtrl_alpha = 0x7f070073 +com.example.jmastermind:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f090210 +com.example.jmastermind:drawable/abc_spinner_mtrl_am_alpha = 0x7f070066 +com.example.jmastermind:color/material_on_surface_stroke = 0x7f050209 +com.example.jmastermind:attr/forceApplySystemWindowInsetTop = 0x7f0301c8 +com.example.jmastermind:color/material_on_surface_emphasis_high_type = 0x7f050207 +com.example.jmastermind:drawable/abc_seekbar_tick_mark_material = 0x7f070064 +com.example.jmastermind:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f050163 +com.example.jmastermind:drawable/navigation_empty_icon = 0x7f0700d1 +com.example.jmastermind:drawable/abc_seekbar_thumb_material = 0x7f070063 +com.example.jmastermind:attr/errorAccessibilityLabel = 0x7f03016e +com.example.jmastermind:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070060 +com.example.jmastermind:dimen/m3_comp_outlined_text_field_outline_width = 0x7f060124 +com.example.jmastermind:color/abc_decor_view_status_guard = 0x7f050005 +com.example.jmastermind:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f060006 +com.example.jmastermind:drawable/abc_popup_background_mtrl_mult = 0x7f07005a +com.example.jmastermind:style/TextAppearance.Material3.HeadlineLarge = 0x7f1201db +com.example.jmastermind:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070059 +com.example.jmastermind:animator/fragment_fade_exit = 0x7f020006 +com.example.jmastermind:drawable/abc_list_selector_disabled_holo_dark = 0x7f070055 +com.example.jmastermind:dimen/m3_navigation_item_shape_inset_top = 0x7f06016a +com.example.jmastermind:drawable/abc_list_selector_background_transition_holo_dark = 0x7f070053 +com.example.jmastermind:color/material_dynamic_neutral_variant0 = 0x7f0501c1 +com.example.jmastermind:attr/extendedFloatingActionButtonPrimaryStyle = 0x7f030185 +com.example.jmastermind:drawable/abc_list_focused_holo = 0x7f07004f +com.example.jmastermind:color/material_dynamic_neutral_variant20 = 0x7f0501c4 +com.example.jmastermind:color/m3_tabs_ripple_color = 0x7f050196 +com.example.jmastermind:drawable/abc_item_background_holo_dark = 0x7f07004b +com.example.jmastermind:style/Theme.Design.NoActionBar = 0x7f120217 +com.example.jmastermind:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f070046 +com.example.jmastermind:drawable/abc_ic_menu_overflow_material = 0x7f070045 +com.example.jmastermind:attr/shrinkMotionSpec = 0x7f03035c +com.example.jmastermind:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f070044 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f12039a +com.example.jmastermind:color/m3_primary_text_disable_only = 0x7f050094 +com.example.jmastermind:dimen/m3_searchview_divider_size = 0x7f060184 +com.example.jmastermind:drawable/abc_ic_go_search_api_material = 0x7f070042 +com.example.jmastermind:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f070041 +com.example.jmastermind:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f1203a0 +com.example.jmastermind:drawable/abc_ic_ab_back_material = 0x7f07003e +com.example.jmastermind:layout/mtrl_alert_select_dialog_item = 0x7f0c0044 +com.example.jmastermind:drawable/abc_control_background_material = 0x7f07003b +com.example.jmastermind:id/async = 0x7f09004c +com.example.jmastermind:drawable/abc_cab_background_top_mtrl_alpha = 0x7f07003a +com.example.jmastermind:macro/m3_comp_switch_selected_handle_color = 0x7f0d009c +com.example.jmastermind:styleable/NavigationBarView = 0x7f130065 +com.example.jmastermind:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070037 +com.example.jmastermind:attr/multiChoiceItemLayout = 0x7f0302ed +com.example.jmastermind:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f070034 +com.example.jmastermind:drawable/abc_btn_radio_material_anim = 0x7f070033 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500af +com.example.jmastermind:id/accelerate = 0x7f09000e +com.example.jmastermind:id/search_view_content_container = 0x7f0901ab +com.example.jmastermind:attr/horizontalOffset = 0x7f0301e2 +com.example.jmastermind:styleable/ClockHandView = 0x7f130020 +com.example.jmastermind:drawable/abc_btn_default_mtrl_shape = 0x7f070031 +com.example.jmastermind:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f07002e +com.example.jmastermind:drawable/abc_btn_check_material_anim = 0x7f07002d +com.example.jmastermind:drawable/abc_btn_check_material = 0x7f07002c +com.example.jmastermind:dimen/m3_btn_text_btn_padding_right = 0x7f0600d7 +com.example.jmastermind:drawable/mtrl_ic_checkbox_checked = 0x7f0700bd +com.example.jmastermind:drawable/abc_ic_search_api_material = 0x7f070049 +com.example.jmastermind:attr/layout_constraintHorizontal_chainStyle = 0x7f030240 +com.example.jmastermind:drawable/abc_btn_borderless_material = 0x7f07002b +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity = 0x7f06012b +com.example.jmastermind:id/accessibility_custom_action_3 = 0x7f090027 +com.example.jmastermind:drawable/$mtrl_switch_thumb_pressed_checked__0 = 0x7f070024 +com.example.jmastermind:drawable/$mtrl_switch_thumb_checked_unchecked__1 = 0x7f070023 +com.example.jmastermind:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f120191 +com.example.jmastermind:drawable/$mtrl_switch_thumb_checked_pressed__0 = 0x7f070021 +com.example.jmastermind:style/Base.Widget.AppCompat.Button.Colored = 0x7f1200cb +com.example.jmastermind:dimen/m3_comp_switch_disabled_track_opacity = 0x7f060147 +com.example.jmastermind:color/material_harmonized_color_error_container = 0x7f0501fd +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1 = 0x7f07001c +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0 = 0x7f07001b +com.example.jmastermind:styleable/Insets = 0x7f13003b +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2 = 0x7f070017 +com.example.jmastermind:styleable/MaterialRadioButton = 0x7f130054 +com.example.jmastermind:attr/layout_constraintHorizontal_bias = 0x7f03023f +com.example.jmastermind:id/search_view_edit_text = 0x7f0901ae +com.example.jmastermind:id/normalCircle13 = 0x7f09014b +com.example.jmastermind:integer/m3_sys_motion_duration_medium2 = 0x7f0a0017 +com.example.jmastermind:id/dragEnd = 0x7f0900b6 +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1 = 0x7f070016 +com.example.jmastermind:style/Widget.MaterialComponents.Chip.Filter = 0x7f1203ed +com.example.jmastermind:color/m3_ref_palette_primary90 = 0x7f05010a +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_checked_unchecked__1 = 0x7f070012 +com.example.jmastermind:drawable/$mtrl_checkbox_button_checked_unchecked__2 = 0x7f07000f +com.example.jmastermind:drawable/$mtrl_checkbox_button_checked_unchecked__0 = 0x7f07000d +com.example.jmastermind:attr/menu = 0x7f0302b9 +com.example.jmastermind:id/normalCircle103 = 0x7f090147 +com.example.jmastermind:attr/mock_labelColor = 0x7f0302c4 +com.example.jmastermind:id/action_menu_divider = 0x7f09003b +com.example.jmastermind:drawable/$m3_avd_show_password__1 = 0x7f07000b +com.example.jmastermind:drawable/$m3_avd_hide_password__2 = 0x7f070009 +com.example.jmastermind:macro/m3_comp_bottom_app_bar_container_color = 0x7f0d0002 +com.example.jmastermind:drawable/$m3_avd_hide_password__1 = 0x7f070008 +com.example.jmastermind:integer/mtrl_view_gone = 0x7f0a0037 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Light = 0x7f1202bc +com.example.jmastermind:drawable/$m3_avd_hide_password__0 = 0x7f070007 +com.example.jmastermind:drawable/$avd_show_password__2 = 0x7f070005 +com.example.jmastermind:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f06024a +com.example.jmastermind:attr/contentInsetStartWithNavigation = 0x7f030104 +com.example.jmastermind:drawable/abc_list_selector_holo_light = 0x7f070058 +com.example.jmastermind:attr/layout_goneMarginTop = 0x7f03025d +com.example.jmastermind:drawable/$avd_hide_password__2 = 0x7f070002 +com.example.jmastermind:dimen/tooltip_margin = 0x7f0602bc +com.example.jmastermind:dimen/notification_right_icon_size = 0x7f0602b3 +com.example.jmastermind:dimen/mtrl_card_checked_icon_margin = 0x7f06023d +com.example.jmastermind:dimen/notification_media_narrow_margin = 0x7f0602b2 +com.example.jmastermind:dimen/notification_action_text_size = 0x7f0602ac +com.example.jmastermind:attr/commitIcon = 0x7f0300f6 +com.example.jmastermind:dimen/mtrl_tooltip_minWidth = 0x7f0602a8 +com.example.jmastermind:dimen/cardview_default_radius = 0x7f060054 +com.example.jmastermind:dimen/mtrl_tooltip_cornerSize = 0x7f0602a6 +com.example.jmastermind:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070036 +com.example.jmastermind:style/Widget.MaterialComponents.Chip.Choice = 0x7f1203eb +com.example.jmastermind:attr/cornerFamilyBottomLeft = 0x7f030112 +com.example.jmastermind:dimen/m3_card_stroke_width = 0x7f0600e0 +com.example.jmastermind:id/material_clock_display_and_toggle = 0x7f090104 +com.example.jmastermind:dimen/mtrl_textinput_start_icon_margin_end = 0x7f0602a3 +com.example.jmastermind:attr/behavior_halfExpandedRatio = 0x7f03005a +com.example.jmastermind:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f0501aa +com.example.jmastermind:color/m3_ref_palette_tertiary95 = 0x7f050125 +com.example.jmastermind:drawable/m3_tabs_background = 0x7f07009e +com.example.jmastermind:dimen/mtrl_switch_thumb_elevation = 0x7f060297 +com.example.jmastermind:color/material_dynamic_tertiary40 = 0x7f0501ed +com.example.jmastermind:dimen/mtrl_snackbar_padding_horizontal = 0x7f060295 +com.example.jmastermind:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f060294 +com.example.jmastermind:id/checkCircle13 = 0x7f090069 +com.example.jmastermind:id/fullscreen_header = 0x7f0900d8 +com.example.jmastermind:style/ShapeAppearance.Material3.SmallComponent = 0x7f12016a +com.example.jmastermind:dimen/mtrl_snackbar_margin = 0x7f060293 +com.example.jmastermind:dimen/m3_navigation_rail_item_padding_bottom = 0x7f060175 +com.example.jmastermind:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0b0000 +com.example.jmastermind:dimen/mtrl_slider_thumb_elevation = 0x7f06028b +com.example.jmastermind:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f120047 +com.example.jmastermind:color/material_personalized_color_tertiary = 0x7f050222 +com.example.jmastermind:dimen/mtrl_slider_halo_radius = 0x7f060287 +com.example.jmastermind:id/fitToContents = 0x7f0900d1 +com.example.jmastermind:dimen/mtrl_shape_corner_size_medium_component = 0x7f060285 +com.example.jmastermind:id/accessibility_custom_action_19 = 0x7f09001b +com.example.jmastermind:dimen/mtrl_progress_circular_size_small = 0x7f06027e +com.example.jmastermind:id/mtrl_internal_children_alpha_tag = 0x7f09012d +com.example.jmastermind:dimen/mtrl_slider_label_radius = 0x7f060289 +com.example.jmastermind:dimen/mtrl_progress_circular_size_extra_small = 0x7f06027c +com.example.jmastermind:style/ShapeAppearance.MaterialComponents = 0x7f12016c +com.example.jmastermind:color/design_dark_default_color_on_background = 0x7f050032 +com.example.jmastermind:dimen/mtrl_navigation_rail_text_size = 0x7f060275 +com.example.jmastermind:animator/design_fab_show_motion_spec = 0x7f020002 +com.example.jmastermind:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f060274 +com.example.jmastermind:dimen/material_emphasis_medium = 0x7f0601d7 +com.example.jmastermind:dimen/mtrl_navigation_rail_margin = 0x7f060273 +com.example.jmastermind:attr/round = 0x7f030338 +com.example.jmastermind:attr/textAppearanceButton = 0x7f0303c2 +com.example.jmastermind:dimen/mtrl_navigation_rail_icon_size = 0x7f060272 +com.example.jmastermind:attr/materialAlertDialogTheme = 0x7f030284 +com.example.jmastermind:color/design_fab_shadow_end_color = 0x7f05004b +com.example.jmastermind:attr/textAppearanceSubtitle1 = 0x7f0303dd +com.example.jmastermind:id/mtrl_anchor_parent = 0x7f090122 +com.example.jmastermind:dimen/mtrl_navigation_rail_icon_margin = 0x7f060271 +com.example.jmastermind:attr/extendedFloatingActionButtonSurfaceStyle = 0x7f030188 +com.example.jmastermind:attr/materialCalendarDay = 0x7f03028b +com.example.jmastermind:dimen/mtrl_switch_track_width = 0x7f06029a +com.example.jmastermind:dimen/mtrl_navigation_rail_elevation = 0x7f060270 +com.example.jmastermind:color/m3_ref_palette_neutral_variant30 = 0x7f0500f7 +com.example.jmastermind:dimen/mtrl_navigation_rail_default_width = 0x7f06026f +com.example.jmastermind:dimen/mtrl_navigation_rail_compact_width = 0x7f06026e +com.example.jmastermind:color/m3_sys_color_dark_tertiary_container = 0x7f05014a +com.example.jmastermind:id/autoCompleteToEnd = 0x7f09004f +com.example.jmastermind:id/material_hour_tv = 0x7f09010c +com.example.jmastermind:drawable/mtrl_switch_thumb_checked = 0x7f0700c5 +com.example.jmastermind:color/m3_chip_assist_text_color = 0x7f05006d +com.example.jmastermind:id/scrollIndicatorDown = 0x7f09019b +com.example.jmastermind:color/material_dynamic_neutral_variant80 = 0x7f0501ca +com.example.jmastermind:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f06026b +com.example.jmastermind:dimen/mtrl_textinput_box_corner_radius_small = 0x7f06029c +com.example.jmastermind:drawable/abc_text_select_handle_middle_mtrl = 0x7f070070 +com.example.jmastermind:attr/layout_constraintHeight_percent = 0x7f03023e +com.example.jmastermind:dimen/mtrl_min_touch_target_size = 0x7f060264 +com.example.jmastermind:dimen/mtrl_low_ripple_hovered_alpha = 0x7f060262 +com.example.jmastermind:id/mtrl_calendar_main_pane = 0x7f090126 +com.example.jmastermind:dimen/mtrl_high_ripple_pressed_alpha = 0x7f06025f +com.example.jmastermind:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700b5 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Centered = 0x7f1202bf +com.example.jmastermind:id/with_icon = 0x7f090217 +com.example.jmastermind:dimen/mtrl_high_ripple_hovered_alpha = 0x7f06025e +com.example.jmastermind:dimen/mtrl_high_ripple_default_alpha = 0x7f06025c +com.example.jmastermind:attr/submitBackground = 0x7f03038d +com.example.jmastermind:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f06025a +com.example.jmastermind:dimen/mtrl_extended_fab_translation_z_base = 0x7f060255 +com.example.jmastermind:attr/boxStrokeErrorColor = 0x7f030071 +com.example.jmastermind:dimen/abc_star_medium = 0x7f06003c +com.example.jmastermind:dimen/mtrl_extended_fab_start_padding = 0x7f060252 +com.example.jmastermind:id/normalCircle93 = 0x7f09016b +com.example.jmastermind:dimen/mtrl_extended_fab_min_width = 0x7f060251 +com.example.jmastermind:style/Widget.MaterialComponents.BottomAppBar = 0x7f1203d4 +com.example.jmastermind:dimen/mtrl_extended_fab_icon_text_spacing = 0x7f06024f +com.example.jmastermind:dimen/mtrl_extended_fab_end_padding_icon = 0x7f06024d +com.example.jmastermind:dimen/mtrl_extended_fab_end_padding = 0x7f06024c +com.example.jmastermind:attr/motionDurationLong4 = 0x7f0302cf +com.example.jmastermind:dimen/mtrl_extended_fab_elevation = 0x7f06024b +com.example.jmastermind:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1202ff +com.example.jmastermind:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f060246 +com.example.jmastermind:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f060245 +com.example.jmastermind:id/material_clock_level = 0x7f090107 +com.example.jmastermind:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f06020c +com.example.jmastermind:attr/autoCompleteTextViewStyle = 0x7f030038 +com.example.jmastermind:dimen/mtrl_chip_text_size = 0x7f060244 +com.example.jmastermind:string/mtrl_checkbox_state_description_indeterminate = 0x7f11005b +com.example.jmastermind:style/Widget.Material3.BottomAppBar = 0x7f120330 +com.example.jmastermind:dimen/mtrl_chip_pressed_translation_z = 0x7f060243 +com.example.jmastermind:dimen/mtrl_card_dragged_z = 0x7f060240 +com.example.jmastermind:dimen/mtrl_calendar_title_baseline_to_top = 0x7f060236 +com.example.jmastermind:attr/actionModeTheme = 0x7f03001d +com.example.jmastermind:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f060233 +com.example.jmastermind:color/cardview_light_background = 0x7f05002b +com.example.jmastermind:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f060230 +com.example.jmastermind:macro/m3_sys_shape_corner_extra_small_family = 0x7f0d00c7 +com.example.jmastermind:attr/startIconTint = 0x7f030378 +com.example.jmastermind:color/m3_textfield_stroke_color = 0x7f0501a1 +com.example.jmastermind:id/material_clock_hand = 0x7f090106 +com.example.jmastermind:dimen/mtrl_calendar_month_vertical_padding = 0x7f06022c +com.example.jmastermind:style/ThemeOverlay.Material3.Button.IconButton.Filled = 0x7f12027a +com.example.jmastermind:dimen/mtrl_calendar_month_horizontal_padding = 0x7f06022b +com.example.jmastermind:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f060228 +com.example.jmastermind:dimen/mtrl_calendar_header_toggle_margin_bottom = 0x7f060227 +com.example.jmastermind:attr/borderWidth = 0x7f030061 +com.example.jmastermind:styleable/Capability = 0x7f130019 +com.example.jmastermind:id/SYM = 0x7f09000b +com.example.jmastermind:drawable/material_ic_clear_black_24dp = 0x7f0700a4 +com.example.jmastermind:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f060221 +com.example.jmastermind:layout/abc_action_bar_up_container = 0x7f0c0001 +com.example.jmastermind:dimen/abc_text_size_menu_header_material = 0x7f06004a +com.example.jmastermind:dimen/mtrl_calendar_header_content_padding = 0x7f060220 +com.example.jmastermind:style/Widget.AppCompat.PopupMenu = 0x7f120307 +com.example.jmastermind:color/design_default_color_secondary_variant = 0x7f050048 +com.example.jmastermind:dimen/mtrl_calendar_days_of_week_height = 0x7f06021e +com.example.jmastermind:dimen/mtrl_calendar_day_vertical_padding = 0x7f06021c +com.example.jmastermind:dimen/mtrl_calendar_content_padding = 0x7f060217 +com.example.jmastermind:id/tag_accessibility_actions = 0x7f0901db +com.example.jmastermind:id/search_go_btn = 0x7f0901a5 +com.example.jmastermind:dimen/mtrl_progress_indicator_full_rounded_corner_radius = 0x7f060282 +com.example.jmastermind:color/m3_sys_color_dark_outline_variant = 0x7f050142 +com.example.jmastermind:dimen/mtrl_btn_z = 0x7f060212 +com.example.jmastermind:id/info = 0x7f0900ee +com.example.jmastermind:dimen/mtrl_btn_text_size = 0x7f060211 +com.example.jmastermind:dimen/mtrl_btn_text_btn_padding_right = 0x7f060210 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Small = 0x7f120029 +com.example.jmastermind:dimen/mtrl_btn_pressed_z = 0x7f06020b +com.example.jmastermind:dimen/mtrl_btn_padding_left = 0x7f060208 +com.example.jmastermind:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f060234 +com.example.jmastermind:style/Base.Animation.AppCompat.Dialog = 0x7f12000b +com.example.jmastermind:dimen/mtrl_btn_padding_bottom = 0x7f060207 +com.example.jmastermind:id/decor_content_parent = 0x7f0900a6 +com.example.jmastermind:drawable/ic_keyboard_black_24dp = 0x7f07008b +com.example.jmastermind:dimen/mtrl_btn_max_width = 0x7f060206 +com.example.jmastermind:macro/m3_comp_search_bar_pressed_state_layer_color = 0x7f0d006b +com.example.jmastermind:dimen/mtrl_btn_inset = 0x7f060204 +com.example.jmastermind:dimen/mtrl_btn_icon_padding = 0x7f060203 +com.example.jmastermind:dimen/mtrl_btn_hovered_z = 0x7f060201 +com.example.jmastermind:dimen/m3_comp_outlined_text_field_disabled_supporting_text_opacity = 0x7f060122 +com.example.jmastermind:dimen/mtrl_btn_focused_z = 0x7f060200 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_primary = 0x7f050150 +com.example.jmastermind:dimen/mtrl_btn_dialog_btn_min_width = 0x7f0601fc +com.example.jmastermind:attr/titlePositionInterpolator = 0x7f030410 +com.example.jmastermind:dimen/cardview_compat_inset_shadow = 0x7f060052 +com.example.jmastermind:styleable/Transform = 0x7f13008a +com.example.jmastermind:style/ShapeAppearance.Material3.LargeComponent = 0x7f120167 +com.example.jmastermind:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f0601f9 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f120144 +com.example.jmastermind:id/activity_chooser_view_content = 0x7f090042 +com.example.jmastermind:attr/ratingBarStyle = 0x7f03032d +com.example.jmastermind:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f0601f5 +com.example.jmastermind:color/switch_thumb_disabled_material_light = 0x7f05027a +com.example.jmastermind:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f0601f3 +com.example.jmastermind:style/Theme.MaterialComponents = 0x7f120234 +com.example.jmastermind:dimen/m3_comp_slider_disabled_inactive_track_opacity = 0x7f06013e +com.example.jmastermind:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f0601f2 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f1201a6 +com.example.jmastermind:attr/drawableTintMode = 0x7f030151 +com.example.jmastermind:dimen/mtrl_badge_text_horizontal_edge_offset = 0x7f0601f0 +com.example.jmastermind:attr/colorSurfaceVariant = 0x7f0300f2 +com.example.jmastermind:dimen/mtrl_badge_radius = 0x7f0601ef +com.example.jmastermind:dimen/mtrl_badge_long_text_horizontal_padding = 0x7f0601ee +com.example.jmastermind:attr/actionModeCutDrawable = 0x7f030015 +com.example.jmastermind:dimen/mtrl_badge_horizontal_edge_offset = 0x7f0601ed +com.example.jmastermind:attr/tickColor = 0x7f0303fc +com.example.jmastermind:dimen/mtrl_alert_dialog_background_inset_top = 0x7f0601eb +com.example.jmastermind:drawable/mtrl_checkbox_button_icon_indeterminate_unchecked = 0x7f0700b3 +com.example.jmastermind:dimen/mtrl_alert_dialog_background_inset_start = 0x7f0601ea +com.example.jmastermind:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f05015f +com.example.jmastermind:dimen/material_timepicker_dialog_buttons_margin_top = 0x7f0601e7 +com.example.jmastermind:dimen/m3_chip_hovered_translation_z = 0x7f0600e6 +com.example.jmastermind:dimen/material_textinput_max_width = 0x7f0601e3 +com.example.jmastermind:color/m3_dynamic_dark_hint_foreground = 0x7f05007c +com.example.jmastermind:attr/itemTextAppearanceInactive = 0x7f030216 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f120036 +com.example.jmastermind:dimen/m3_comp_slider_disabled_active_track_opacity = 0x7f06013c +com.example.jmastermind:attr/hoveredFocusedTranslationZ = 0x7f0301e4 +com.example.jmastermind:dimen/material_input_text_to_prefix_suffix_padding = 0x7f0601e1 +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_icon_size = 0x7f0600fa +com.example.jmastermind:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f0601df +com.example.jmastermind:dimen/material_helper_text_default_padding_top = 0x7f0601de +com.example.jmastermind:dimen/material_font_2_0_box_collapsed_padding_top = 0x7f0601dd +com.example.jmastermind:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f0601dc +com.example.jmastermind:dimen/material_filled_edittext_font_2_0_padding_bottom = 0x7f0601da +com.example.jmastermind:string/abc_searchview_description_submit = 0x7f110016 +com.example.jmastermind:drawable/material_cursor_drawable = 0x7f0700a2 +com.example.jmastermind:dimen/design_bottom_navigation_margin = 0x7f060068 +com.example.jmastermind:dimen/material_emphasis_disabled_background = 0x7f0601d5 +com.example.jmastermind:dimen/material_emphasis_disabled = 0x7f0601d4 +com.example.jmastermind:color/m3_ref_palette_neutral10 = 0x7f0500e7 +com.example.jmastermind:dimen/material_cursor_width = 0x7f0601d2 +com.example.jmastermind:dimen/material_cursor_inset = 0x7f0601d1 +com.example.jmastermind:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f12007f +com.example.jmastermind:dimen/material_clock_period_toggle_vertical_gap = 0x7f0601ce +com.example.jmastermind:layout/mtrl_calendar_month_navigation = 0x7f0c004e +com.example.jmastermind:dimen/material_clock_period_toggle_horizontal_gap = 0x7f0601cd +com.example.jmastermind:attr/windowFixedHeightMinor = 0x7f03044a +com.example.jmastermind:dimen/material_clock_face_margin_top = 0x7f0601c7 +com.example.jmastermind:attr/floatingActionButtonLargeStyle = 0x7f03019c +com.example.jmastermind:dimen/material_clock_display_height = 0x7f0601c4 +com.example.jmastermind:drawable/design_snackbar_background = 0x7f070086 +com.example.jmastermind:dimen/m3_toolbar_text_size_title = 0x7f0601c2 +com.example.jmastermind:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f0601be +com.example.jmastermind:attr/fontProviderCerts = 0x7f0301bf +com.example.jmastermind:style/Base.Widget.Material3.ActionMode = 0x7f1200f8 +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f0601bb +com.example.jmastermind:id/dragStart = 0x7f0900b9 +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f0601b7 +com.example.jmastermind:integer/mtrl_switch_track_viewport_height = 0x7f0a0034 +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f0601b6 +com.example.jmastermind:style/TextAppearance.AppCompat.Display1 = 0x7f120189 +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f0601b4 +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_accelerate_control_x1 = 0x7f0601b0 +com.example.jmastermind:styleable/FontFamily = 0x7f130033 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f0601a7 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f0601a6 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f0601a4 +com.example.jmastermind:attr/materialIconButtonStyle = 0x7f0302a6 +com.example.jmastermind:styleable/Chip = 0x7f13001c +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f0601a3 +com.example.jmastermind:id/graph = 0x7f0900dc +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y2 = 0x7f06019f +com.example.jmastermind:style/ThemeOverlay.AppCompat.Dark = 0x7f120265 +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f06019d +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f06019c +com.example.jmastermind:id/text_input_error_icon = 0x7f0901f0 +com.example.jmastermind:id/right_side = 0x7f090190 +com.example.jmastermind:dimen/m3_sys_elevation_level3 = 0x7f060195 +com.example.jmastermind:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f0601ec +com.example.jmastermind:dimen/m3_sys_elevation_level2 = 0x7f060194 +com.example.jmastermind:attr/splitTrack = 0x7f03036f +com.example.jmastermind:dimen/mtrl_calendar_day_width = 0x7f06021d +com.example.jmastermind:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1203d2 +com.example.jmastermind:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f0700a8 +com.example.jmastermind:dimen/m3_snackbar_margin = 0x7f060191 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1202c0 +com.example.jmastermind:dimen/m3_snackbar_action_text_color_alpha = 0x7f060190 +com.example.jmastermind:dimen/m3_slider_thumb_elevation = 0x7f06018d +com.example.jmastermind:id/search_close_btn = 0x7f0901a3 +com.example.jmastermind:dimen/m3_slider_inactive_track_height = 0x7f06018c +com.example.jmastermind:style/Base.Widget.Material3.Chip = 0x7f1200fb +com.example.jmastermind:attr/tickMark = 0x7f0303ff +com.example.jmastermind:dimen/m3_simple_item_color_hovered_alpha = 0x7f06018a +com.example.jmastermind:animator/mtrl_extended_fab_change_size_collapse_motion_spec = 0x7f020018 +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500c0 +com.example.jmastermind:style/Widget.Material3.Button.IconButton.Outlined = 0x7f12033f +com.example.jmastermind:dimen/m3_side_sheet_standard_elevation = 0x7f060188 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker = 0x7f120396 +com.example.jmastermind:dimen/m3_searchview_elevation = 0x7f060185 +com.example.jmastermind:dimen/m3_searchbar_text_size = 0x7f060183 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Year = 0x7f120182 +com.example.jmastermind:dimen/m3_searchbar_padding_start = 0x7f060181 +com.example.jmastermind:dimen/m3_searchbar_margin_horizontal = 0x7f06017e +com.example.jmastermind:attr/actionModePopupWindowStyle = 0x7f030018 +com.example.jmastermind:color/m3_sys_color_dark_on_secondary_container = 0x7f05013c +com.example.jmastermind:dimen/m3_searchbar_elevation = 0x7f06017c +com.example.jmastermind:attr/colorAccent = 0x7f0300cd +com.example.jmastermind:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0d0098 +com.example.jmastermind:dimen/tooltip_precise_anchor_threshold = 0x7f0602be +com.example.jmastermind:dimen/m3_ripple_pressed_alpha = 0x7f06017a +com.example.jmastermind:attr/toolbarId = 0x7f030416 +com.example.jmastermind:dimen/m3_ripple_default_alpha = 0x7f060177 +com.example.jmastermind:id/mtrl_child_content_container = 0x7f09012c +com.example.jmastermind:color/material_cursor_color = 0x7f0501b0 +com.example.jmastermind:styleable/CircularProgressIndicator = 0x7f13001e +com.example.jmastermind:attr/rangeFillColor = 0x7f03032c +com.example.jmastermind:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f060173 +com.example.jmastermind:color/design_dark_default_color_on_surface = 0x7f050036 +com.example.jmastermind:dimen/m3_navigation_rail_item_active_indicator_height = 0x7f060171 +com.example.jmastermind:dimen/m3_navigation_rail_icon_size = 0x7f060170 +com.example.jmastermind:layout/abc_select_dialog_material = 0x7f0c001a +com.example.jmastermind:attr/layout_constraintBottom_toTopOf = 0x7f030231 +com.example.jmastermind:attr/state_collapsible = 0x7f03037c +com.example.jmastermind:drawable/abc_btn_colored_material = 0x7f070030 +com.example.jmastermind:dimen/m3_navigation_item_shape_inset_end = 0x7f060168 +com.example.jmastermind:dimen/m3_navigation_item_shape_inset_bottom = 0x7f060167 +com.example.jmastermind:styleable/ConstraintLayout_Layout = 0x7f130026 +com.example.jmastermind:dimen/m3_navigation_item_horizontal_padding = 0x7f060165 +com.example.jmastermind:layout/material_textinput_timepicker = 0x7f0c003a +com.example.jmastermind:id/checkCircle94 = 0x7f09008a +com.example.jmastermind:color/material_deep_teal_500 = 0x7f0501b2 +com.example.jmastermind:id/green = 0x7f0900df +com.example.jmastermind:dimen/m3_large_fab_size = 0x7f060162 +com.example.jmastermind:drawable/ic_launcher_foreground = 0x7f07008d +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f120179 +com.example.jmastermind:dimen/m3_large_fab_max_image_size = 0x7f060161 +com.example.jmastermind:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f0601f6 +com.example.jmastermind:dimen/m3_fab_translation_z_pressed = 0x7f060160 +com.example.jmastermind:dimen/m3_fab_translation_z_hovered_focused = 0x7f06015f +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity = 0x7f060128 +com.example.jmastermind:color/m3_ref_palette_tertiary99 = 0x7f050126 +com.example.jmastermind:dimen/m3_extended_fab_top_padding = 0x7f06015c +com.example.jmastermind:attr/closeIconVisible = 0x7f0300bf +com.example.jmastermind:dimen/mtrl_btn_padding_right = 0x7f060209 +com.example.jmastermind:dimen/m3_extended_fab_icon_padding = 0x7f060159 +com.example.jmastermind:dimen/m3_extended_fab_bottom_padding = 0x7f060157 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f120404 +com.example.jmastermind:styleable/MotionLayout = 0x7f130061 +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f070014 +com.example.jmastermind:dimen/mtrl_progress_circular_inset = 0x7f060276 +com.example.jmastermind:id/mtrl_picker_fullscreen = 0x7f09012f +com.example.jmastermind:dimen/m3_btn_translation_z_base = 0x7f0600d8 +com.example.jmastermind:dimen/m3_comp_switch_unselected_hover_state_layer_opacity = 0x7f060150 +com.example.jmastermind:drawable/abc_list_selector_holo_dark = 0x7f070057 +com.example.jmastermind:dimen/m3_comp_switch_disabled_selected_icon_opacity = 0x7f060146 +com.example.jmastermind:animator/m3_extended_fab_hide_motion_spec = 0x7f020011 +com.example.jmastermind:color/m3_ref_palette_neutral90 = 0x7f0500f0 +com.example.jmastermind:dimen/material_clock_display_width = 0x7f0601c6 +com.example.jmastermind:dimen/m3_comp_suggestion_chip_flat_container_elevation = 0x7f060142 +com.example.jmastermind:attr/materialCalendarHeaderLayout = 0x7f030291 +com.example.jmastermind:dimen/m3_comp_sheet_bottom_docked_standard_container_elevation = 0x7f06013b +com.example.jmastermind:color/secondary_text_disabled_material_dark = 0x7f050277 +com.example.jmastermind:dimen/m3_comp_sheet_bottom_docked_modal_container_elevation = 0x7f06013a +com.example.jmastermind:attr/materialCalendarHeaderConfirmButton = 0x7f03028f +com.example.jmastermind:color/m3_text_button_background_color_selector = 0x7f05019a +com.example.jmastermind:styleable/Snackbar = 0x7f130079 +com.example.jmastermind:dimen/m3_comp_secondary_navigation_tab_pressed_state_layer_opacity = 0x7f060139 +com.example.jmastermind:string/item_view_role_description = 0x7f11002f +com.example.jmastermind:attr/placeholderText = 0x7f030319 +com.example.jmastermind:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f070048 +com.example.jmastermind:id/none = 0x7f090143 +com.example.jmastermind:integer/mtrl_switch_thumb_viewport_size = 0x7f0a0033 +com.example.jmastermind:drawable/ic_m3_chip_close = 0x7f070090 +com.example.jmastermind:color/background_material_dark = 0x7f05001f +com.example.jmastermind:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f060138 +com.example.jmastermind:dimen/m3_comp_secondary_navigation_tab_focus_state_layer_opacity = 0x7f060137 +com.example.jmastermind:dimen/m3_comp_search_view_full_screen_header_container_height = 0x7f060135 +com.example.jmastermind:dimen/m3_comp_search_view_container_elevation = 0x7f060133 +com.example.jmastermind:dimen/m3_comp_search_bar_hover_state_layer_opacity = 0x7f060131 +com.example.jmastermind:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0600bc +com.example.jmastermind:id/normalCircle42 = 0x7f090156 +com.example.jmastermind:dimen/m3_comp_search_bar_avatar_size = 0x7f06012e +com.example.jmastermind:attr/windowFixedWidthMajor = 0x7f03044b +com.example.jmastermind:id/leftToRight = 0x7f0900f9 +com.example.jmastermind:style/Base.V14.Theme.Material3.Dark.SideSheetDialog = 0x7f120086 +com.example.jmastermind:dimen/abc_edit_text_inset_horizontal_material = 0x7f06002d +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity = 0x7f06012c +com.example.jmastermind:color/m3_sys_color_dark_inverse_primary = 0x7f050134 +com.example.jmastermind:attr/elevationOverlayColor = 0x7f03015f +com.example.jmastermind:dimen/m3_navigation_item_icon_padding = 0x7f060166 +com.example.jmastermind:id/checkCircle43 = 0x7f090075 +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_active_indicator_height = 0x7f060127 +com.example.jmastermind:dimen/notification_right_side_padding_top = 0x7f0602b4 +com.example.jmastermind:dimen/m3_comp_outlined_text_field_disabled_label_text_opacity = 0x7f060121 +com.example.jmastermind:dimen/mtrl_slider_track_side_padding = 0x7f06028e +com.example.jmastermind:dimen/m3_comp_outlined_button_outline_width = 0x7f06011f +com.example.jmastermind:dimen/m3_appbar_size_compact = 0x7f0600a9 +com.example.jmastermind:dimen/m3_comp_outlined_button_disabled_outline_opacity = 0x7f06011e +com.example.jmastermind:color/m3_ref_palette_primary100 = 0x7f050102 +com.example.jmastermind:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0d00b7 +com.example.jmastermind:dimen/m3_comp_navigation_rail_icon_size = 0x7f06011c +com.example.jmastermind:dimen/m3_comp_navigation_rail_container_width = 0x7f06011b +com.example.jmastermind:dimen/m3_comp_navigation_rail_active_indicator_width = 0x7f060119 +com.example.jmastermind:color/m3_sys_color_light_error_container = 0x7f05017b +com.example.jmastermind:dimen/m3_comp_navigation_rail_active_indicator_height = 0x7f060118 +com.example.jmastermind:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f060116 +com.example.jmastermind:string/mtrl_picker_cancel = 0x7f110065 +com.example.jmastermind:dimen/m3_comp_filter_chip_with_icon_icon_size = 0x7f060111 +com.example.jmastermind:dimen/m3_comp_filter_chip_flat_container_elevation = 0x7f06010f +com.example.jmastermind:style/Theme.AppCompat.CompactMenu = 0x7f1201fd +com.example.jmastermind:dimen/m3_comp_filled_button_with_icon_icon_size = 0x7f06010b +com.example.jmastermind:style/TextAppearance.AppCompat.Display4 = 0x7f12018c +com.example.jmastermind:dimen/m3_comp_fab_primary_pressed_container_elevation = 0x7f060105 +com.example.jmastermind:style/Widget.Material3.ChipGroup = 0x7f120359 +com.example.jmastermind:id/labeled = 0x7f0900f6 +com.example.jmastermind:dimen/m3_comp_fab_primary_hover_container_elevation = 0x7f060100 +com.example.jmastermind:dimen/m3_comp_fab_primary_container_elevation = 0x7f0600fd +com.example.jmastermind:id/baseline = 0x7f090052 +com.example.jmastermind:color/design_dark_default_color_surface = 0x7f05003c +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_pressed_state_layer_opacity = 0x7f0600fc +com.example.jmastermind:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f060280 +com.example.jmastermind:layout/material_radial_view_group = 0x7f0c0039 +com.example.jmastermind:styleable/AppCompatTheme = 0x7f130012 +com.example.jmastermind:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1200f1 +com.example.jmastermind:attr/curveFit = 0x7f030124 +com.example.jmastermind:attr/popupWindowStyle = 0x7f030320 +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f0600f8 +com.example.jmastermind:string/password_toggle_content_description = 0x7f11008f +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_focus_container_elevation = 0x7f0600f6 +com.example.jmastermind:layout/select_dialog_singlechoice_material = 0x7f0c006a +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f0600f4 +com.example.jmastermind:dimen/m3_comp_elevated_button_disabled_container_elevation = 0x7f0600f3 +com.example.jmastermind:dimen/m3_comp_circular_progress_indicator_active_indicator_width = 0x7f0600f0 +com.example.jmastermind:attr/textAllCaps = 0x7f0303bc +com.example.jmastermind:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1200f3 +com.example.jmastermind:attr/titleMargins = 0x7f03040f +com.example.jmastermind:dimen/mtrl_navigation_item_icon_size = 0x7f06026a +com.example.jmastermind:dimen/m3_comp_checkbox_selected_disabled_container_opacity = 0x7f0600ef +com.example.jmastermind:dimen/m3_comp_bottom_app_bar_container_height = 0x7f0600ee +com.example.jmastermind:id/search_src_text = 0x7f0901a8 +com.example.jmastermind:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f0600ec +com.example.jmastermind:style/Widget.Material3.Badge = 0x7f12032f +com.example.jmastermind:dimen/m3_comp_assist_chip_flat_outline_width = 0x7f0600eb +com.example.jmastermind:color/mtrl_textinput_focused_box_stroke_color = 0x7f050264 +com.example.jmastermind:dimen/m3_comp_assist_chip_container_height = 0x7f0600e8 +com.example.jmastermind:dimen/m3_chip_icon_size = 0x7f0600e7 +com.example.jmastermind:dimen/m3_chip_elevated_elevation = 0x7f0600e5 +com.example.jmastermind:style/Base.Widget.AppCompat.Button.Small = 0x7f1200cc +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f12038b +com.example.jmastermind:dimen/m3_chip_dragged_translation_z = 0x7f0600e4 +com.example.jmastermind:dimen/m3_chip_checked_hovered_translation_z = 0x7f0600e1 +com.example.jmastermind:drawable/mtrl_switch_thumb_pressed = 0x7f0700c8 +com.example.jmastermind:color/m3_sys_color_light_surface = 0x7f050190 +com.example.jmastermind:dimen/m3_card_elevated_elevation = 0x7f0600dc +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral0 = 0x7f050098 +com.example.jmastermind:dimen/m3_card_dragged_z = 0x7f0600da +com.example.jmastermind:attr/startIconMinSize = 0x7f030376 +com.example.jmastermind:dimen/mtrl_navigation_item_horizontal_padding = 0x7f060268 +com.example.jmastermind:dimen/material_filled_edittext_font_1_3_padding_top = 0x7f0601d9 +com.example.jmastermind:color/bright_foreground_material_dark = 0x7f050026 +com.example.jmastermind:dimen/m3_btn_stroke_size = 0x7f0600d3 +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_container_color = 0x7f0d005a +com.example.jmastermind:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f060143 +com.example.jmastermind:attr/backgroundInsetEnd = 0x7f030043 +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_secondary = 0x7f050169 +com.example.jmastermind:id/accessibility_custom_action_24 = 0x7f090021 +com.example.jmastermind:attr/linearProgressIndicatorStyle = 0x7f03026a +com.example.jmastermind:dimen/m3_btn_padding_top = 0x7f0600d2 +com.example.jmastermind:dimen/notification_large_icon_height = 0x7f0602af +com.example.jmastermind:attr/flow_maxElementsWrap = 0x7f0301b5 +com.example.jmastermind:dimen/m3_btn_padding_right = 0x7f0600d1 +com.example.jmastermind:attr/seekBarStyle = 0x7f030342 +com.example.jmastermind:dimen/m3_btn_padding_left = 0x7f0600d0 +com.example.jmastermind:dimen/design_fab_border_width = 0x7f06006e +com.example.jmastermind:dimen/m3_btn_padding_bottom = 0x7f0600cf +com.example.jmastermind:attr/motionEasingEmphasizedAccelerateInterpolator = 0x7f0302db +com.example.jmastermind:layout/support_simple_spinner_dropdown_item = 0x7f0c006b +com.example.jmastermind:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f1203f6 +com.example.jmastermind:style/Widget.AppCompat.SearchView = 0x7f12030f +com.example.jmastermind:dimen/m3_comp_search_view_docked_header_container_height = 0x7f060134 +com.example.jmastermind:id/deltaRelative = 0x7f0900a8 +com.example.jmastermind:style/TextAppearance.AppCompat.Body2 = 0x7f120186 +com.example.jmastermind:dimen/m3_btn_icon_only_default_padding = 0x7f0600c9 +com.example.jmastermind:dimen/m3_btn_icon_btn_padding_right = 0x7f0600c8 +com.example.jmastermind:dimen/m3_btn_elevated_btn_elevation = 0x7f0600c5 +com.example.jmastermind:dimen/m3_btn_disabled_translation_z = 0x7f0600c4 +com.example.jmastermind:dimen/m3_btn_dialog_btn_spacing = 0x7f0600c2 +com.example.jmastermind:attr/floatingActionButtonLargeTertiaryStyle = 0x7f03019e +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral50 = 0x7f05009e +com.example.jmastermind:integer/m3_sys_motion_duration_long4 = 0x7f0a0015 +com.example.jmastermind:id/notification_main_column_container = 0x7f09016f +com.example.jmastermind:dimen/m3_bottomappbar_horizontal_padding = 0x7f0600c0 +com.example.jmastermind:drawable/abc_text_select_handle_right_mtrl = 0x7f070071 +com.example.jmastermind:dimen/m3_bottomappbar_height = 0x7f0600bf +com.example.jmastermind:styleable/TextAppearance = 0x7f130084 +com.example.jmastermind:attr/layout_constraintHeight_default = 0x7f03023b +com.example.jmastermind:style/Widget.Material3.Button.TonalButton.Icon = 0x7f120349 +com.example.jmastermind:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0600bd +com.example.jmastermind:attr/toolbarSurfaceStyle = 0x7f030419 +com.example.jmastermind:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0600a7 +com.example.jmastermind:color/m3_sys_color_light_tertiary_container = 0x7f050193 +com.example.jmastermind:dimen/m3_alert_dialog_icon_size = 0x7f0600a2 +com.example.jmastermind:dimen/m3_alert_dialog_icon_margin = 0x7f0600a1 +com.example.jmastermind:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f12015b +com.example.jmastermind:layout/material_clock_display_divider = 0x7f0c0034 +com.example.jmastermind:drawable/notification_tile_bg = 0x7f0700dc +com.example.jmastermind:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f120276 +com.example.jmastermind:id/exitUntilCollapsed = 0x7f0900c6 +com.example.jmastermind:dimen/tooltip_y_offset_touch = 0x7f0602c1 +com.example.jmastermind:dimen/m3_alert_dialog_corner_size = 0x7f06009f +com.example.jmastermind:dimen/m3_navigation_rail_elevation = 0x7f06016f +com.example.jmastermind:style/TextAppearance.Material3.BodyMedium = 0x7f1201d6 +com.example.jmastermind:dimen/m3_alert_dialog_action_top_padding = 0x7f06009e +com.example.jmastermind:attr/subheaderInsetEnd = 0x7f03038a +com.example.jmastermind:dimen/m3_alert_dialog_action_bottom_padding = 0x7f06009d +com.example.jmastermind:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f120101 +com.example.jmastermind:color/highlighted_text_material_light = 0x7f05005d +com.example.jmastermind:dimen/item_touch_helper_swipe_escape_velocity = 0x7f06009c +com.example.jmastermind:dimen/m3_comp_fab_primary_focus_state_layer_opacity = 0x7f0600ff +com.example.jmastermind:id/normalCircle43 = 0x7f090157 +com.example.jmastermind:attr/contentScrim = 0x7f03010c +com.example.jmastermind:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f06009a +com.example.jmastermind:dimen/hint_pressed_alpha_material_light = 0x7f060099 +com.example.jmastermind:id/left = 0x7f0900f8 +com.example.jmastermind:dimen/hint_pressed_alpha_material_dark = 0x7f060098 +com.example.jmastermind:dimen/hint_alpha_material_light = 0x7f060097 +com.example.jmastermind:id/mtrl_picker_title_text = 0x7f090137 +com.example.jmastermind:dimen/hint_alpha_material_dark = 0x7f060096 +com.example.jmastermind:string/character_counter_content_description = 0x7f110024 +com.example.jmastermind:dimen/highlight_alpha_material_light = 0x7f060095 +com.example.jmastermind:drawable/abc_star_black_48dp = 0x7f070068 +com.example.jmastermind:dimen/highlight_alpha_material_colored = 0x7f060093 +com.example.jmastermind:color/material_blue_grey_950 = 0x7f0501af +com.example.jmastermind:dimen/fastscroll_default_thickness = 0x7f060090 +com.example.jmastermind:color/material_slider_halo_color = 0x7f050226 +com.example.jmastermind:dimen/mtrl_btn_corner_radius = 0x7f0601fb +com.example.jmastermind:dimen/disabled_alpha_material_dark = 0x7f06008e +com.example.jmastermind:dimen/m3_comp_fab_primary_hover_state_layer_opacity = 0x7f060101 +com.example.jmastermind:macro/m3_sys_color_light_surface_tint = 0x7f0d00c4 +com.example.jmastermind:attr/materialCalendarFullscreenTheme = 0x7f03028d +com.example.jmastermind:id/checkCircle51 = 0x7f090077 +com.example.jmastermind:dimen/design_textinput_caption_translate_y = 0x7f06008d +com.example.jmastermind:dimen/design_tab_text_size_2line = 0x7f06008c +com.example.jmastermind:id/mini = 0x7f09011a +com.example.jmastermind:dimen/design_tab_max_width = 0x7f060089 +com.example.jmastermind:dimen/design_snackbar_text_size = 0x7f060088 +com.example.jmastermind:attr/homeLayout = 0x7f0301e1 +com.example.jmastermind:dimen/design_snackbar_padding_vertical_2lines = 0x7f060087 +com.example.jmastermind:attr/drawableBottomCompat = 0x7f03014a +com.example.jmastermind:id/outward = 0x7f090173 +com.example.jmastermind:dimen/design_snackbar_padding_horizontal = 0x7f060085 +com.example.jmastermind:interpolator/m3_sys_motion_easing_linear = 0x7f0b000a +com.example.jmastermind:dimen/design_snackbar_action_inline_max_width = 0x7f06007e +com.example.jmastermind:dimen/design_navigation_separator_vertical_padding = 0x7f06007d +com.example.jmastermind:color/m3_ref_palette_error90 = 0x7f0500e3 +com.example.jmastermind:styleable/ImageFilterView = 0x7f13003a +com.example.jmastermind:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f120419 +com.example.jmastermind:id/clip_vertical = 0x7f090091 +com.example.jmastermind:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016 +com.example.jmastermind:drawable/$ic_launcher_foreground__0 = 0x7f070006 +com.example.jmastermind:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f120288 +com.example.jmastermind:color/material_deep_teal_200 = 0x7f0501b1 +com.example.jmastermind:dimen/m3_comp_switch_selected_focus_state_layer_opacity = 0x7f06014a +com.example.jmastermind:drawable/mtrl_ic_check_mark = 0x7f0700bc +com.example.jmastermind:dimen/design_navigation_icon_padding = 0x7f060076 +com.example.jmastermind:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f120424 +com.example.jmastermind:dimen/design_navigation_elevation = 0x7f060075 +com.example.jmastermind:dimen/mtrl_alert_dialog_background_inset_end = 0x7f0601e9 +com.example.jmastermind:dimen/design_fab_size_normal = 0x7f060072 +com.example.jmastermind:dimen/design_fab_image_size = 0x7f060070 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_hover_state_layer_color = 0x7f0d007e +com.example.jmastermind:dimen/design_bottom_sheet_elevation = 0x7f06006b +com.example.jmastermind:layout/design_layout_tab_icon = 0x7f0c0021 +com.example.jmastermind:id/enterAlways = 0x7f0900c4 +com.example.jmastermind:dimen/design_bottom_navigation_item_max_width = 0x7f060065 +com.example.jmastermind:dimen/def_drawer_elevation = 0x7f06005d +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f120143 +com.example.jmastermind:dimen/compat_notification_large_icon_max_width = 0x7f06005c +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f0601ab +com.example.jmastermind:dimen/compat_notification_large_icon_max_height = 0x7f06005b +com.example.jmastermind:layout/notification_action = 0x7f0c0061 +com.example.jmastermind:dimen/compat_button_padding_vertical_material = 0x7f060059 +com.example.jmastermind:color/material_on_background_emphasis_medium = 0x7f050202 +com.example.jmastermind:dimen/clock_face_margin_start = 0x7f060055 +com.example.jmastermind:attr/floatingActionButtonStyle = 0x7f0301a6 +com.example.jmastermind:dimen/abc_text_size_title_material_toolbar = 0x7f060050 +com.example.jmastermind:dimen/abc_text_size_medium_material = 0x7f060049 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral10 = 0x7f050099 +com.example.jmastermind:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f1200a4 +com.example.jmastermind:dimen/m3_btn_icon_only_default_size = 0x7f0600ca +com.example.jmastermind:dimen/abc_text_size_body_2_material = 0x7f060040 +com.example.jmastermind:dimen/abc_star_small = 0x7f06003d +com.example.jmastermind:dimen/abc_seekbar_track_progress_height_material = 0x7f060039 +com.example.jmastermind:attr/fastScrollEnabled = 0x7f030194 +com.example.jmastermind:dimen/abc_seekbar_track_background_height_material = 0x7f060038 +com.example.jmastermind:attr/motionEasingStandardAccelerateInterpolator = 0x7f0302e1 +com.example.jmastermind:attr/textAppearanceLineHeightEnabled = 0x7f0303d4 +com.example.jmastermind:dimen/abc_search_view_preferred_width = 0x7f060037 +com.example.jmastermind:dimen/abc_panel_menu_list_width = 0x7f060034 +com.example.jmastermind:attr/chipStartPadding = 0x7f0300ad +com.example.jmastermind:dimen/abc_list_item_padding_horizontal_material = 0x7f060033 +com.example.jmastermind:dimen/abc_floating_window_z = 0x7f06002f +com.example.jmastermind:string/mtrl_picker_date_header_selected = 0x7f110067 +com.example.jmastermind:dimen/notification_content_margin_start = 0x7f0602ae +com.example.jmastermind:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a +com.example.jmastermind:dimen/abc_text_size_caption_material = 0x7f060042 +com.example.jmastermind:dimen/abc_disabled_alpha_material_light = 0x7f060028 +com.example.jmastermind:style/Base.Widget.MaterialComponents.CheckedTextView = 0x7f12010c +com.example.jmastermind:attr/boxCornerRadiusTopStart = 0x7f03006f +com.example.jmastermind:dimen/abc_dialog_title_divider_material = 0x7f060026 +com.example.jmastermind:drawable/design_password_eye = 0x7f070085 +com.example.jmastermind:dimen/abc_dialog_min_width_minor = 0x7f060023 +com.example.jmastermind:dimen/highlight_alpha_material_dark = 0x7f060094 +com.example.jmastermind:dimen/mtrl_calendar_action_padding = 0x7f060215 +com.example.jmastermind:dimen/abc_dialog_min_width_major = 0x7f060022 +com.example.jmastermind:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060020 +com.example.jmastermind:dimen/abc_dialog_fixed_width_major = 0x7f06001e +com.example.jmastermind:dimen/abc_dialog_fixed_height_minor = 0x7f06001d +com.example.jmastermind:color/material_dynamic_neutral50 = 0x7f0501ba +com.example.jmastermind:dimen/abc_dialog_corner_radius_material = 0x7f06001b +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.Button = 0x7f120437 +com.example.jmastermind:dimen/abc_control_padding_material = 0x7f06001a +com.example.jmastermind:dimen/abc_config_prefDialogWidth = 0x7f060017 +com.example.jmastermind:attr/hintTextColor = 0x7f0301df +com.example.jmastermind:drawable/mtrl_ic_arrow_drop_up = 0x7f0700ba +com.example.jmastermind:drawable/mtrl_bottomsheet_drag_handle = 0x7f0700ac +com.example.jmastermind:attr/layout_constraintCircleRadius = 0x7f030234 +com.example.jmastermind:layout/abc_screen_content_include = 0x7f0c0014 +com.example.jmastermind:dimen/m3_simple_item_color_selected_alpha = 0x7f06018b +com.example.jmastermind:dimen/abc_alert_dialog_button_bar_height = 0x7f060010 +com.example.jmastermind:attr/spanCount = 0x7f03036b +com.example.jmastermind:attr/layout_constraintGuide_end = 0x7f030239 +com.example.jmastermind:id/touch_outside = 0x7f0901ff +com.example.jmastermind:id/dropdown_menu = 0x7f0900bb +com.example.jmastermind:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f +com.example.jmastermind:dimen/material_clock_period_toggle_width = 0x7f0601cf +com.example.jmastermind:attr/onShow = 0x7f0302fd +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500ce +com.example.jmastermind:drawable/mtrl_checkbox_button = 0x7f0700ad +com.example.jmastermind:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a +com.example.jmastermind:style/Base.V14.Widget.MaterialComponents.AutoCompleteTextView = 0x7f12009a +com.example.jmastermind:id/material_clock_period_pm_button = 0x7f090109 +com.example.jmastermind:id/up = 0x7f09020b +com.example.jmastermind:id/icon = 0x7f0900e7 +com.example.jmastermind:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001e +com.example.jmastermind:dimen/abc_switch_padding = 0x7f06003e +com.example.jmastermind:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008 +com.example.jmastermind:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007 +com.example.jmastermind:dimen/abc_action_bar_default_padding_start_material = 0x7f060004 +com.example.jmastermind:id/normalCircle63 = 0x7f09015f +com.example.jmastermind:dimen/abc_action_bar_default_padding_end_material = 0x7f060003 +com.example.jmastermind:dimen/mtrl_calendar_day_today_stroke = 0x7f06021b +com.example.jmastermind:id/normalCircle72 = 0x7f090162 +com.example.jmastermind:dimen/abc_action_bar_content_inset_material = 0x7f060000 +com.example.jmastermind:color/m3_sys_color_dark_inverse_surface = 0x7f050135 +com.example.jmastermind:attr/windowMinWidthMajor = 0x7f03044d +com.example.jmastermind:color/white = 0x7f050283 +com.example.jmastermind:color/material_personalized_color_primary_container = 0x7f05021a +com.example.jmastermind:color/m3_sys_color_dark_on_background = 0x7f050136 +com.example.jmastermind:drawable/abc_star_half_black_48dp = 0x7f070069 +com.example.jmastermind:id/split_action_bar = 0x7f0901c8 +com.example.jmastermind:dimen/mtrl_extended_fab_bottom_padding = 0x7f060248 +com.example.jmastermind:color/teal_700 = 0x7f050280 +com.example.jmastermind:color/material_dynamic_secondary50 = 0x7f0501e1 +com.example.jmastermind:string/abc_toolbar_collapse_description = 0x7f11001a +com.example.jmastermind:color/teal_200 = 0x7f05027f +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f1201c8 +com.example.jmastermind:color/switch_thumb_material_light = 0x7f05027c +com.example.jmastermind:attr/actionModeFindDrawable = 0x7f030016 +com.example.jmastermind:dimen/mtrl_calendar_title_baseline_to_top_fullscreen = 0x7f060237 +com.example.jmastermind:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0600b3 +com.example.jmastermind:color/secondary_text_disabled_material_light = 0x7f050278 +com.example.jmastermind:dimen/m3_timepicker_window_elevation = 0x7f0601c1 +com.example.jmastermind:color/ripple_material_dark = 0x7f050273 +com.example.jmastermind:color/purple_700 = 0x7f050272 +com.example.jmastermind:color/purple_200 = 0x7f050270 +com.example.jmastermind:color/primary_text_disabled_material_light = 0x7f05026f +com.example.jmastermind:style/Widget.AppCompat.ActionBar.TabView = 0x7f1202d6 +com.example.jmastermind:drawable/mtrl_navigation_bar_item_background = 0x7f0700c1 +com.example.jmastermind:dimen/mtrl_extended_fab_top_padding = 0x7f060254 +com.example.jmastermind:color/notification_icon_bg_color = 0x7f050267 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f120401 +com.example.jmastermind:integer/mtrl_view_invisible = 0x7f0a0038 +com.example.jmastermind:color/mtrl_textinput_hovered_box_stroke_color = 0x7f050265 +com.example.jmastermind:style/Widget.AppCompat.RatingBar.Indicator = 0x7f12030d +com.example.jmastermind:macro/m3_comp_switch_unselected_icon_color = 0x7f0d00b2 +com.example.jmastermind:color/mtrl_textinput_filled_box_default_background_color = 0x7f050263 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Window.Fullscreen = 0x7f120181 +com.example.jmastermind:color/mtrl_tabs_ripple_color = 0x7f05025f +com.example.jmastermind:color/notification_action_color_filter = 0x7f050266 +com.example.jmastermind:color/mtrl_tabs_legacy_text_color_selector = 0x7f05025e +com.example.jmastermind:color/mtrl_switch_thumb_icon_tint = 0x7f050257 +com.example.jmastermind:color/m3_dynamic_primary_text_disable_only = 0x7f050082 +com.example.jmastermind:color/mtrl_scrim_color = 0x7f050256 +com.example.jmastermind:style/Widget.AppCompat.Light.ActionButton = 0x7f1202f5 +com.example.jmastermind:string/material_minute_selection = 0x7f110040 +com.example.jmastermind:color/mtrl_popupmenu_overlay_color = 0x7f050255 +com.example.jmastermind:color/mtrl_outlined_stroke_color = 0x7f050254 +com.example.jmastermind:color/mtrl_navigation_bar_item_tint = 0x7f05024c +com.example.jmastermind:dimen/m3_side_sheet_modal_elevation = 0x7f060187 +com.example.jmastermind:color/mtrl_indicator_text_color = 0x7f050249 +com.example.jmastermind:color/mtrl_fab_ripple_color = 0x7f050245 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f120148 +com.example.jmastermind:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f12027d +com.example.jmastermind:color/mtrl_fab_bg_color_selector = 0x7f050243 +com.example.jmastermind:attr/startIconDrawable = 0x7f030375 +com.example.jmastermind:color/mtrl_choice_chip_text_color = 0x7f050241 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f12002e +com.example.jmastermind:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0601f8 +com.example.jmastermind:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f06016d +com.example.jmastermind:drawable/mtrl_switch_track_decoration = 0x7f0700cf +com.example.jmastermind:color/mtrl_chip_text_color = 0x7f05023e +com.example.jmastermind:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f1200d7 +com.example.jmastermind:dimen/m3_comp_filled_text_field_disabled_active_indicator_opacity = 0x7f06010c +com.example.jmastermind:color/mtrl_calendar_selected_range = 0x7f050238 +com.example.jmastermind:id/accessibility_custom_action_18 = 0x7f09001a +com.example.jmastermind:color/mtrl_btn_transparent_bg_color = 0x7f050236 +com.example.jmastermind:style/ShapeAppearance.Material3.Tooltip = 0x7f12016b +com.example.jmastermind:color/mtrl_btn_text_color_disabled = 0x7f050234 +com.example.jmastermind:drawable/material_ic_calendar_black_24dp = 0x7f0700a3 +com.example.jmastermind:color/mtrl_btn_text_btn_bg_color_selector = 0x7f050232 +com.example.jmastermind:anim/abc_slide_out_top = 0x7f010009 +com.example.jmastermind:attr/contentInsetEnd = 0x7f0300ff +com.example.jmastermind:color/mtrl_btn_stroke_color_selector = 0x7f050231 +com.example.jmastermind:layout/abc_alert_dialog_button_bar_material = 0x7f0c0008 +com.example.jmastermind:animator/mtrl_chip_state_list_anim = 0x7f020017 +com.example.jmastermind:id/autoCompleteToStart = 0x7f090050 +com.example.jmastermind:dimen/design_navigation_item_vertical_padding = 0x7f06007a +com.example.jmastermind:dimen/m3_comp_switch_disabled_unselected_icon_opacity = 0x7f060149 +com.example.jmastermind:color/material_timepicker_modebutton_tint = 0x7f05022e +com.example.jmastermind:attr/layout_constraintLeft_creator = 0x7f030242 +com.example.jmastermind:color/material_slider_inactive_track_color = 0x7f050228 +com.example.jmastermind:styleable/SnackbarLayout = 0x7f13007a +com.example.jmastermind:color/material_slider_inactive_tick_marks_color = 0x7f050227 +com.example.jmastermind:color/material_slider_active_track_color = 0x7f050225 +com.example.jmastermind:id/mtrl_calendar_text_input_frame = 0x7f090129 +com.example.jmastermind:id/accessibility_custom_action_26 = 0x7f090023 +com.example.jmastermind:dimen/disabled_alpha_material_light = 0x7f06008f +com.example.jmastermind:style/Theme.MaterialComponents.Light.Bridge = 0x7f120253 +com.example.jmastermind:color/material_personalized_color_tertiary_container = 0x7f050223 +com.example.jmastermind:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f12029b +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500d1 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f120409 +com.example.jmastermind:color/material_personalized_color_surface_outline = 0x7f050220 +com.example.jmastermind:style/Theme.Material3.Dark.NoActionBar = 0x7f12021f +com.example.jmastermind:color/material_personalized_color_surface = 0x7f05021e +com.example.jmastermind:layout/abc_popup_menu_item_layout = 0x7f0c0013 +com.example.jmastermind:color/material_personalized_color_secondary_container = 0x7f05021d +com.example.jmastermind:color/material_personalized_color_primary_inverse = 0x7f05021b +com.example.jmastermind:attr/touchAnchorId = 0x7f03041f +com.example.jmastermind:attr/dropdownListPreferredItemHeight = 0x7f030157 +com.example.jmastermind:color/material_timepicker_button_stroke = 0x7f05022b +com.example.jmastermind:color/material_personalized_color_on_surface_variant = 0x7f050216 +com.example.jmastermind:attr/maxActionInlineWidth = 0x7f0302b0 +com.example.jmastermind:id/percent = 0x7f09017e +com.example.jmastermind:color/material_personalized_color_on_secondary_container = 0x7f050213 +com.example.jmastermind:color/material_personalized_color_on_primary_container = 0x7f050211 +com.example.jmastermind:id/search_view_background = 0x7f0901a9 +com.example.jmastermind:dimen/material_helper_text_font_1_3_padding_top = 0x7f0601e0 +com.example.jmastermind:color/material_personalized_color_on_primary = 0x7f050210 +com.example.jmastermind:color/material_personalized_color_on_error_container = 0x7f05020f +com.example.jmastermind:dimen/mtrl_btn_icon_btn_padding_left = 0x7f060202 +com.example.jmastermind:color/material_personalized_color_error_container = 0x7f05020c +com.example.jmastermind:macro/m3_comp_slider_disabled_inactive_track_color = 0x7f0d008a +com.example.jmastermind:color/material_personalized_color_error = 0x7f05020b +com.example.jmastermind:color/mtrl_textinput_disabled_color = 0x7f050262 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f12042e +com.example.jmastermind:color/material_personalized_color_background = 0x7f05020a +com.example.jmastermind:string/abc_menu_sym_shortcut_label = 0x7f110010 +com.example.jmastermind:color/material_on_surface_disabled = 0x7f050206 +com.example.jmastermind:dimen/material_bottom_sheet_max_width = 0x7f0601c3 +com.example.jmastermind:dimen/abc_control_corner_material = 0x7f060018 +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_with_label_text_active_label_text_color = 0x7f0d0061 +com.example.jmastermind:color/material_on_primary_emphasis_high_type = 0x7f050204 +com.example.jmastermind:attr/switchMinWidth = 0x7f030397 +com.example.jmastermind:color/material_on_primary_disabled = 0x7f050203 +com.example.jmastermind:attr/layout_constraintTop_toTopOf = 0x7f03024d +com.example.jmastermind:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f070043 +com.example.jmastermind:macro/m3_comp_outlined_text_field_outline_color = 0x7f0d0053 +com.example.jmastermind:dimen/mtrl_btn_elevation = 0x7f0601ff +com.example.jmastermind:color/material_harmonized_color_on_error_container = 0x7f0501ff +com.example.jmastermind:attr/actionTextColorAlpha = 0x7f030022 +com.example.jmastermind:style/Base.ThemeOverlay.Material3.Dialog = 0x7f12007b +com.example.jmastermind:color/material_grey_900 = 0x7f0501fb +com.example.jmastermind:color/material_grey_600 = 0x7f0501f8 +com.example.jmastermind:color/material_dynamic_neutral_variant70 = 0x7f0501c9 +com.example.jmastermind:color/material_grey_50 = 0x7f0501f7 +com.example.jmastermind:id/accessibility_custom_action_6 = 0x7f09002c +com.example.jmastermind:color/material_grey_100 = 0x7f0501f5 +com.example.jmastermind:id/packed = 0x7f090174 +com.example.jmastermind:color/material_dynamic_tertiary95 = 0x7f0501f3 +com.example.jmastermind:color/material_dynamic_tertiary90 = 0x7f0501f2 +com.example.jmastermind:color/material_dynamic_tertiary60 = 0x7f0501ef +com.example.jmastermind:color/material_on_primary_emphasis_medium = 0x7f050205 +com.example.jmastermind:color/material_dynamic_tertiary50 = 0x7f0501ee +com.example.jmastermind:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f1203b8 +com.example.jmastermind:color/design_default_color_background = 0x7f05003d +com.example.jmastermind:attr/menuGravity = 0x7f0302bb +com.example.jmastermind:color/material_dynamic_tertiary20 = 0x7f0501eb +com.example.jmastermind:attr/errorEnabled = 0x7f030171 +com.example.jmastermind:color/dim_foreground_material_light = 0x7f050057 +com.example.jmastermind:id/ALT = 0x7f090000 +com.example.jmastermind:color/material_dynamic_secondary0 = 0x7f0501db +com.example.jmastermind:color/material_dynamic_tertiary100 = 0x7f0501ea +com.example.jmastermind:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f060256 +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f120091 +com.example.jmastermind:color/m3_sys_color_dark_inverse_on_surface = 0x7f050133 +com.example.jmastermind:drawable/m3_tabs_rounded_line_indicator = 0x7f0700a0 +com.example.jmastermind:dimen/mtrl_badge_text_size = 0x7f0601f1 +com.example.jmastermind:attr/passwordToggleTint = 0x7f03030f +com.example.jmastermind:dimen/compat_button_inset_vertical_material = 0x7f060057 +com.example.jmastermind:attr/textInputFilledExposedDropdownMenuStyle = 0x7f0303e6 +com.example.jmastermind:color/material_dynamic_secondary99 = 0x7f0501e7 +com.example.jmastermind:attr/dividerThickness = 0x7f030144 +com.example.jmastermind:macro/m3_sys_color_dark_surface_tint = 0x7f0d00c3 +com.example.jmastermind:color/material_dynamic_secondary95 = 0x7f0501e6 +com.example.jmastermind:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1203d9 +com.example.jmastermind:color/material_dynamic_secondary90 = 0x7f0501e5 +com.example.jmastermind:color/primary_dark_material_light = 0x7f050269 +com.example.jmastermind:color/material_dynamic_secondary80 = 0x7f0501e4 +com.example.jmastermind:style/Widget.AppCompat.ImageButton = 0x7f1202eb +com.example.jmastermind:dimen/m3_comp_secondary_navigation_tab_active_indicator_height = 0x7f060136 +com.example.jmastermind:color/material_dynamic_secondary30 = 0x7f0501df +com.example.jmastermind:dimen/m3_sys_elevation_level5 = 0x7f060197 +com.example.jmastermind:layout/mtrl_auto_complete_simple_item = 0x7f0c0047 +com.example.jmastermind:color/material_dynamic_primary99 = 0x7f0501da +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f12006e +com.example.jmastermind:style/Widget.AppCompat.ActivityChooserView = 0x7f1202db +com.example.jmastermind:color/material_dynamic_primary80 = 0x7f0501d7 +com.example.jmastermind:id/stop = 0x7f0901d6 +com.example.jmastermind:id/material_timepicker_ok_button = 0x7f090114 +com.example.jmastermind:attr/clockIcon = 0x7f0300b7 +com.example.jmastermind:macro/m3_comp_assist_chip_container_shape = 0x7f0d0000 +com.example.jmastermind:color/material_dynamic_primary50 = 0x7f0501d4 +com.example.jmastermind:color/material_dynamic_primary40 = 0x7f0501d3 +com.example.jmastermind:dimen/material_clock_display_padding = 0x7f0601c5 +com.example.jmastermind:color/material_dynamic_primary20 = 0x7f0501d1 +com.example.jmastermind:style/Theme.AppCompat.Empty = 0x7f120209 +com.example.jmastermind:drawable/design_ic_visibility_off = 0x7f070084 +com.example.jmastermind:color/material_dynamic_primary100 = 0x7f0501d0 +com.example.jmastermind:drawable/abc_text_select_handle_left_mtrl = 0x7f07006f +com.example.jmastermind:color/material_dynamic_primary10 = 0x7f0501cf +com.example.jmastermind:style/TextAppearance.MaterialComponents.Button = 0x7f1201eb +com.example.jmastermind:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0d004e +com.example.jmastermind:color/material_dynamic_primary0 = 0x7f0501ce +com.example.jmastermind:attr/materialCalendarDayOfWeekLabel = 0x7f03028c +com.example.jmastermind:drawable/$mtrl_switch_thumb_unchecked_checked__1 = 0x7f070027 +com.example.jmastermind:color/material_dynamic_neutral_variant99 = 0x7f0501cd +com.example.jmastermind:style/ThemeOverlay.Material3.Chip.Assist = 0x7f120280 +com.example.jmastermind:attr/layout_constraintWidth_percent = 0x7f030254 +com.example.jmastermind:color/material_personalized_color_on_secondary = 0x7f050212 +com.example.jmastermind:dimen/mtrl_btn_text_btn_icon_padding = 0x7f06020e +com.example.jmastermind:color/m3_radiobutton_ripple_tint = 0x7f050096 +com.example.jmastermind:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f0601f7 +com.example.jmastermind:color/material_dynamic_neutral_variant90 = 0x7f0501cb +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1201ca +com.example.jmastermind:color/material_slider_active_tick_marks_color = 0x7f050224 +com.example.jmastermind:macro/m3_comp_navigation_rail_active_indicator_color = 0x7f0d0035 +com.example.jmastermind:color/material_dynamic_neutral_variant60 = 0x7f0501c8 +com.example.jmastermind:id/normalCircle22 = 0x7f09014e +com.example.jmastermind:color/m3_dynamic_dark_default_color_primary_text = 0x7f050079 +com.example.jmastermind:macro/m3_comp_switch_unselected_focus_state_layer_color = 0x7f0d00a9 +com.example.jmastermind:color/material_dynamic_neutral_variant40 = 0x7f0501c6 +com.example.jmastermind:string/mtrl_switch_thumb_group_name = 0x7f110085 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton = 0x7f12017e +com.example.jmastermind:id/normalCircle14 = 0x7f09014c +com.example.jmastermind:id/ghost_view = 0x7f0900d9 +com.example.jmastermind:color/material_dynamic_neutral99 = 0x7f0501c0 +com.example.jmastermind:attr/checkedIconEnabled = 0x7f030096 +com.example.jmastermind:style/Base.V21.Theme.MaterialComponents = 0x7f12009f +com.example.jmastermind:color/material_dynamic_neutral90 = 0x7f0501be +com.example.jmastermind:attr/colorOnSecondaryContainer = 0x7f0300df +com.example.jmastermind:attr/buttonBarNegativeButtonStyle = 0x7f030076 +com.example.jmastermind:drawable/abc_list_selector_background_transition_holo_light = 0x7f070054 +com.example.jmastermind:color/material_dynamic_neutral80 = 0x7f0501bd +com.example.jmastermind:dimen/mtrl_navigation_bar_item_default_margin = 0x7f060266 +com.example.jmastermind:color/ripple_material_light = 0x7f050274 +com.example.jmastermind:dimen/tooltip_y_offset_non_touch = 0x7f0602c0 +com.example.jmastermind:color/material_dynamic_neutral70 = 0x7f0501bc +com.example.jmastermind:string/abc_capital_off = 0x7f110006 +com.example.jmastermind:dimen/abc_button_padding_horizontal_material = 0x7f060014 +com.example.jmastermind:dimen/m3_btn_max_width = 0x7f0600ce +com.example.jmastermind:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f120067 +com.example.jmastermind:color/m3_ref_palette_secondary30 = 0x7f050111 +com.example.jmastermind:attr/onNegativeCross = 0x7f0302fb +com.example.jmastermind:color/material_dynamic_neutral20 = 0x7f0501b7 +com.example.jmastermind:style/AlertDialog.AppCompat = 0x7f120000 +com.example.jmastermind:color/material_dynamic_neutral10 = 0x7f0501b5 +com.example.jmastermind:drawable/btn_checkbox_checked_mtrl = 0x7f07007a +com.example.jmastermind:color/design_error = 0x7f05004a +com.example.jmastermind:id/tabMode = 0x7f0901da +com.example.jmastermind:color/material_dynamic_neutral0 = 0x7f0501b4 +com.example.jmastermind:attr/drawerArrowStyle = 0x7f030153 +com.example.jmastermind:dimen/m3_timepicker_display_stroke_width = 0x7f0601c0 +com.example.jmastermind:layout/mtrl_picker_text_input_date_range = 0x7f0c005e +com.example.jmastermind:dimen/abc_text_size_button_material = 0x7f060041 +com.example.jmastermind:styleable/BottomNavigationView = 0x7f130016 +com.example.jmastermind:color/material_blue_grey_800 = 0x7f0501ad +com.example.jmastermind:dimen/m3_btn_text_btn_icon_padding_right = 0x7f0600d5 +com.example.jmastermind:attr/motion_postLayoutCollision = 0x7f0302ea +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050152 +com.example.jmastermind:attr/actionModeBackground = 0x7f030010 +com.example.jmastermind:macro/m3_comp_slider_label_container_color = 0x7f0d008d +com.example.jmastermind:attr/materialAlertDialogTitleIconStyle = 0x7f030285 +com.example.jmastermind:color/m3_tonal_button_ripple_color_selector = 0x7f0501ac +com.example.jmastermind:style/TextAppearance.AppCompat.Large = 0x7f12018f +com.example.jmastermind:id/submenuarrow = 0x7f0901d8 +com.example.jmastermind:dimen/mtrl_calendar_year_corner = 0x7f060238 +com.example.jmastermind:dimen/abc_list_item_height_material = 0x7f060031 +com.example.jmastermind:id/animateToStart = 0x7f090049 +com.example.jmastermind:color/m3_timepicker_secondary_text_button_text_color = 0x7f0501ab +com.example.jmastermind:drawable/mtrl_checkbox_button_unchecked_checked = 0x7f0700b6 +com.example.jmastermind:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f120196 +com.example.jmastermind:color/m3_timepicker_display_text_color = 0x7f0501a9 +com.example.jmastermind:id/normalCircle52 = 0x7f09015a +com.example.jmastermind:styleable/ButtonBarLayout = 0x7f130018 +com.example.jmastermind:color/m3_ref_palette_tertiary20 = 0x7f05011d +com.example.jmastermind:attr/textAppearanceHeadline3 = 0x7f0303c9 +com.example.jmastermind:style/Theme.Material3.Light.Dialog.Alert = 0x7f12022f +com.example.jmastermind:color/m3_timepicker_display_stroke_color = 0x7f0501a8 +com.example.jmastermind:attr/spinnerDropDownItemStyle = 0x7f03036d +com.example.jmastermind:color/abc_search_url_text_selected = 0x7f050010 +com.example.jmastermind:color/m3_timepicker_display_ripple_color = 0x7f0501a7 +com.example.jmastermind:dimen/mtrl_tooltip_minHeight = 0x7f0602a7 +com.example.jmastermind:color/m3_timepicker_display_background_color = 0x7f0501a6 +com.example.jmastermind:attr/layout_constrainedWidth = 0x7f03022c +com.example.jmastermind:attr/coordinatorLayoutStyle = 0x7f03010f +com.example.jmastermind:color/m3_timepicker_button_text_color = 0x7f0501a4 +com.example.jmastermind:animator/mtrl_fab_hide_motion_spec = 0x7f02001d +com.example.jmastermind:color/m3_textfield_label_color = 0x7f0501a0 +com.example.jmastermind:color/m3_textfield_filled_background_color = 0x7f05019d +com.example.jmastermind:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0600bb +com.example.jmastermind:id/textinput_error = 0x7f0901f3 +com.example.jmastermind:attr/colorSecondaryVariant = 0x7f0300ef +com.example.jmastermind:dimen/mtrl_snackbar_action_text_color_alpha = 0x7f060290 +com.example.jmastermind:attr/contentPaddingLeft = 0x7f030108 +com.example.jmastermind:color/m3_appbar_overlay_color = 0x7f05005e +com.example.jmastermind:attr/layout = 0x7f030222 +com.example.jmastermind:color/m3_tabs_text_color_secondary = 0x7f050199 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f120242 +com.example.jmastermind:attr/materialButtonOutlinedStyle = 0x7f030288 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f12038e +com.example.jmastermind:color/mtrl_card_view_ripple = 0x7f05023a +com.example.jmastermind:color/m3_sys_color_light_primary = 0x7f05018c +com.example.jmastermind:style/TextAppearance.Design.Placeholder = 0x7f1201bf +com.example.jmastermind:attr/layout_constraintRight_toLeftOf = 0x7f030246 +com.example.jmastermind:color/m3_sys_color_light_on_surface_variant = 0x7f050187 +com.example.jmastermind:color/m3_sys_color_light_on_surface = 0x7f050186 +com.example.jmastermind:macro/m3_comp_switch_unselected_focus_handle_color = 0x7f0d00a7 +com.example.jmastermind:color/m3_sys_color_light_on_secondary_container = 0x7f050185 +com.example.jmastermind:style/Base.V24.Theme.Material3.Dark = 0x7f1200ab +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Light = 0x7f12008f +com.example.jmastermind:attr/arcMode = 0x7f030034 +com.example.jmastermind:color/m3_sys_color_light_on_background = 0x7f05017f +com.example.jmastermind:attr/brightness = 0x7f030074 +com.example.jmastermind:attr/chipIcon = 0x7f0300a2 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f120180 +com.example.jmastermind:color/m3_sys_color_light_inverse_primary = 0x7f05017d +com.example.jmastermind:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1202a5 +com.example.jmastermind:attr/shapeAppearanceCornerExtraLarge = 0x7f030348 +com.example.jmastermind:attr/chipCornerRadius = 0x7f03009f +com.example.jmastermind:color/m3_sys_color_dynamic_light_surface = 0x7f050175 +com.example.jmastermind:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f12021d +com.example.jmastermind:attr/checkboxStyle = 0x7f030092 +com.example.jmastermind:id/navigation_bar_item_icon_view = 0x7f09013c +com.example.jmastermind:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f1203e2 +com.example.jmastermind:id/search_view_toolbar_container = 0x7f0901b5 +com.example.jmastermind:attr/onPositiveCross = 0x7f0302fc +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Primary = 0x7f120372 +com.example.jmastermind:attr/counterOverflowTextAppearance = 0x7f03011e +com.example.jmastermind:color/m3_sys_color_dynamic_light_primary = 0x7f050171 +com.example.jmastermind:attr/layout_constraintHeight_max = 0x7f03023c +com.example.jmastermind:color/m3_sys_color_dynamic_light_outline = 0x7f05016f +com.example.jmastermind:color/material_slider_thumb_color = 0x7f050229 +com.example.jmastermind:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1203ba +com.example.jmastermind:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f06029b +com.example.jmastermind:macro/m3_comp_switch_selected_pressed_state_layer_color = 0x7f0d00a4 +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f05016d +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_primary = 0x7f050167 +com.example.jmastermind:id/view_offset_helper = 0x7f09020e +com.example.jmastermind:attr/animate_relativeTo = 0x7f030030 +com.example.jmastermind:id/scale = 0x7f090198 +com.example.jmastermind:attr/chipSpacingHorizontal = 0x7f0300aa +com.example.jmastermind:dimen/mtrl_calendar_year_horizontal_padding = 0x7f06023a +com.example.jmastermind:style/Base.Widget.AppCompat.ListView = 0x7f1200e1 +com.example.jmastermind:attr/extendedFloatingActionButtonSecondaryStyle = 0x7f030186 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_outline = 0x7f050158 +com.example.jmastermind:color/material_divider_color = 0x7f0501b3 +com.example.jmastermind:attr/cornerSizeTopLeft = 0x7f03011a +com.example.jmastermind:color/m3_ref_palette_tertiary30 = 0x7f05011e +com.example.jmastermind:color/m3_sys_color_dynamic_dark_background = 0x7f05014b +com.example.jmastermind:style/Base.TextAppearance.MaterialComponents.Button = 0x7f120043 +com.example.jmastermind:attr/panelMenuListTheme = 0x7f03030a +com.example.jmastermind:color/m3_ref_palette_error10 = 0x7f0500da +com.example.jmastermind:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f0601bf +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f1202c3 +com.example.jmastermind:attr/tickColorInactive = 0x7f0303fe +com.example.jmastermind:color/m3_sys_color_dark_surface_variant = 0x7f050148 +com.example.jmastermind:attr/textLocale = 0x7f0303ed +com.example.jmastermind:attr/actionModePasteDrawable = 0x7f030017 +com.example.jmastermind:interpolator/mtrl_fast_out_slow_in = 0x7f0b000f +com.example.jmastermind:color/m3_sys_color_dark_surface = 0x7f050147 +com.example.jmastermind:style/TextAppearance.AppCompat.Title.Inverse = 0x7f12019f +com.example.jmastermind:color/m3_sys_color_dark_secondary_container = 0x7f050146 +com.example.jmastermind:attr/helperText = 0x7f0301d3 +com.example.jmastermind:attr/prefixText = 0x7f030321 +com.example.jmastermind:color/m3_sys_color_dark_secondary = 0x7f050145 +com.example.jmastermind:attr/itemPaddingTop = 0x7f030208 +com.example.jmastermind:color/material_personalized_color_surface_inverse = 0x7f05021f +com.example.jmastermind:color/m3_ref_palette_neutral_variant95 = 0x7f0500fe +com.example.jmastermind:color/m3_sys_color_dark_on_error_container = 0x7f050138 +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Title.Icon.CenterStacked = 0x7f12012b +com.example.jmastermind:dimen/material_clock_size = 0x7f0601d0 +com.example.jmastermind:color/m3_ref_palette_neutral_variant40 = 0x7f0500f8 +com.example.jmastermind:color/m3_sys_color_dark_on_error = 0x7f050137 +com.example.jmastermind:attr/textStartPadding = 0x7f0303ee +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_surface = 0x7f050154 +com.example.jmastermind:color/m3_ref_palette_error30 = 0x7f0500dd +com.example.jmastermind:attr/deriveConstraintsFrom = 0x7f030139 +com.example.jmastermind:macro/m3_comp_search_view_container_surface_tint_layer_color = 0x7f0d0071 +com.example.jmastermind:id/withText = 0x7f090216 +com.example.jmastermind:attr/trackTintMode = 0x7f03042d +com.example.jmastermind:color/m3_ref_palette_dynamic_primary90 = 0x7f0500bc +com.example.jmastermind:dimen/mtrl_calendar_dialog_background_inset = 0x7f06021f +com.example.jmastermind:color/m3_ref_palette_white = 0x7f050127 +com.example.jmastermind:style/Widget.Material3.Chip.Input = 0x7f120353 +com.example.jmastermind:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f1202a8 +com.example.jmastermind:color/m3_ref_palette_tertiary70 = 0x7f050122 +com.example.jmastermind:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1200be +com.example.jmastermind:attr/counterTextAppearance = 0x7f030120 +com.example.jmastermind:attr/thumbStrokeColor = 0x7f0303f7 +com.example.jmastermind:color/design_default_color_on_primary = 0x7f050041 +com.example.jmastermind:dimen/m3_comp_text_button_pressed_state_layer_opacity = 0x7f060154 +com.example.jmastermind:color/m3_ref_palette_tertiary50 = 0x7f050120 +com.example.jmastermind:attr/region_heightLessThan = 0x7f030331 +com.example.jmastermind:style/TextAppearance.Material3.LabelLarge = 0x7f1201de +com.example.jmastermind:macro/m3_comp_checkbox_selected_disabled_icon_color = 0x7f0d0005 +com.example.jmastermind:color/m3_ref_palette_tertiary100 = 0x7f05011c +com.example.jmastermind:id/search_bar = 0x7f0901a0 +com.example.jmastermind:color/m3_ref_palette_secondary70 = 0x7f050115 +com.example.jmastermind:color/m3_ref_palette_secondary50 = 0x7f050113 +com.example.jmastermind:color/m3_ref_palette_secondary10 = 0x7f05010e +com.example.jmastermind:attr/dialogTheme = 0x7f03013c +com.example.jmastermind:attr/titleTextStyle = 0x7f030414 +com.example.jmastermind:dimen/m3_badge_horizontal_offset = 0x7f0600ac +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f120400 +com.example.jmastermind:attr/iconPadding = 0x7f0301e8 +com.example.jmastermind:color/m3_ref_palette_primary60 = 0x7f050107 +com.example.jmastermind:attr/motionEasingStandardInterpolator = 0x7f0302e3 +com.example.jmastermind:color/m3_ref_palette_primary30 = 0x7f050104 +com.example.jmastermind:color/m3_ref_palette_neutral_variant99 = 0x7f0500ff +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f1203fe +com.example.jmastermind:color/m3_ref_palette_neutral_variant90 = 0x7f0500fd +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f12040b +com.example.jmastermind:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f050165 +com.example.jmastermind:attr/customBoolean = 0x7f030125 +com.example.jmastermind:color/m3_ref_palette_neutral_variant70 = 0x7f0500fb +com.example.jmastermind:animator/m3_extended_fab_change_size_expand_motion_spec = 0x7f020010 +com.example.jmastermind:attr/expandedTitleMarginStart = 0x7f03017f +com.example.jmastermind:dimen/mtrl_card_spacing = 0x7f060242 +com.example.jmastermind:color/m3_ref_palette_neutral_variant60 = 0x7f0500fa +com.example.jmastermind:color/m3_tabs_icon_color_secondary = 0x7f050195 +com.example.jmastermind:id/dragLeft = 0x7f0900b7 +com.example.jmastermind:dimen/abc_text_size_display_1_material = 0x7f060043 +com.example.jmastermind:color/m3_ref_palette_secondary100 = 0x7f05010f +com.example.jmastermind:attr/selectableItemBackgroundBorderless = 0x7f030344 +com.example.jmastermind:attr/flow_padding = 0x7f0301b6 +com.example.jmastermind:string/abc_prepend_shortcut_label = 0x7f110011 +com.example.jmastermind:string/mtrl_picker_range_header_title = 0x7f110076 +com.example.jmastermind:color/m3_ref_palette_neutral_variant0 = 0x7f0500f3 +com.example.jmastermind:layout/abc_tooltip = 0x7f0c001b +com.example.jmastermind:attr/navigationIconTint = 0x7f0302f0 +com.example.jmastermind:color/m3_ref_palette_neutral95 = 0x7f0500f1 +com.example.jmastermind:style/Widget.Material3.TabLayout.Secondary = 0x7f1203b6 +com.example.jmastermind:id/src_atop = 0x7f0901cc +com.example.jmastermind:attr/tabIconTint = 0x7f03039e +com.example.jmastermind:layout/custom_dialog = 0x7f0c001c +com.example.jmastermind:attr/percentY = 0x7f030316 +com.example.jmastermind:style/Base.Theme.Material3.Dark = 0x7f120057 +com.example.jmastermind:color/design_fab_stroke_end_outer_color = 0x7f05004f +com.example.jmastermind:color/m3_ref_palette_neutral60 = 0x7f0500ed +com.example.jmastermind:layout/abc_activity_chooser_view_list_item = 0x7f0c0007 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500d7 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500d5 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f050155 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500d3 +com.example.jmastermind:layout/menu = 0x7f0c0040 +com.example.jmastermind:attr/hideNavigationIcon = 0x7f0301d9 +com.example.jmastermind:attr/listPreferredItemHeight = 0x7f030273 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f120247 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500d2 +com.example.jmastermind:string/material_minute_suffix = 0x7f110041 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500cf +com.example.jmastermind:color/m3_switch_track_tint = 0x7f05012f +com.example.jmastermind:dimen/mtrl_btn_stroke_size = 0x7f06020d +com.example.jmastermind:attr/textEndPadding = 0x7f0303e4 +com.example.jmastermind:dimen/design_tab_scrollable_min_width = 0x7f06008a +com.example.jmastermind:style/ThemeOverlay.AppCompat.Dialog = 0x7f120269 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500cd +com.example.jmastermind:id/chronometer = 0x7f09008d +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500cc +com.example.jmastermind:id/icon_group = 0x7f0900e8 +com.example.jmastermind:style/Platform.ThemeOverlay.AppCompat = 0x7f120136 +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500ca +com.example.jmastermind:attr/fabAlignmentModeEndMargin = 0x7f03018c +com.example.jmastermind:dimen/abc_list_item_height_large_material = 0x7f060030 +com.example.jmastermind:id/line3 = 0x7f0900fb +com.example.jmastermind:attr/tint = 0x7f030403 +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500c4 +com.example.jmastermind:string/mtrl_checkbox_button_path_checked = 0x7f110056 +com.example.jmastermind:attr/motionDurationExtraLong2 = 0x7f0302c9 +com.example.jmastermind:styleable/OnClick = 0x7f130068 +com.example.jmastermind:anim/abc_fade_out = 0x7f010001 +com.example.jmastermind:attr/dayTodayStyle = 0x7f030131 +com.example.jmastermind:attr/layout_constraintBottom_creator = 0x7f03022f +com.example.jmastermind:color/m3_ref_palette_dynamic_primary30 = 0x7f0500b6 +com.example.jmastermind:color/m3_dynamic_dark_default_color_secondary_text = 0x7f05007a +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500c7 +com.example.jmastermind:attr/chipGroupStyle = 0x7f0300a1 +com.example.jmastermind:attr/hintAnimationEnabled = 0x7f0301dc +com.example.jmastermind:id/container = 0x7f090097 +com.example.jmastermind:style/Widget.Material3.Button.TonalButton = 0x7f120348 +com.example.jmastermind:dimen/mtrl_btn_padding_top = 0x7f06020a +com.example.jmastermind:macro/m3_comp_search_bar_container_surface_tint_layer_color = 0x7f0d0065 +com.example.jmastermind:color/m3_chip_stroke_color = 0x7f050070 +com.example.jmastermind:attr/simpleItemLayout = 0x7f03035f +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_hover_state_layer_opacity = 0x7f0600f9 +com.example.jmastermind:attr/floatingActionButtonPrimaryStyle = 0x7f03019f +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500ac +com.example.jmastermind:dimen/m3_comp_switch_selected_hover_state_layer_opacity = 0x7f06014b +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500ab +com.example.jmastermind:id/checkCircle73 = 0x7f090081 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary70 = 0x7f0500ba +com.example.jmastermind:dimen/m3_chip_corner_size = 0x7f0600e2 +com.example.jmastermind:id/action_menu_presenter = 0x7f09003c +com.example.jmastermind:attr/textAppearanceBodyMedium = 0x7f0303c0 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500aa +com.example.jmastermind:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f050161 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f0601a1 +com.example.jmastermind:color/material_dynamic_primary95 = 0x7f0501d9 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500a9 +com.example.jmastermind:attr/helperTextEnabled = 0x7f0301d4 +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f120366 +com.example.jmastermind:style/Widget.Material3.BottomAppBar.Button.Navigation = 0x7f120331 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500a7 +com.example.jmastermind:attr/floatingActionButtonTertiaryStyle = 0x7f0301a8 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500a6 +com.example.jmastermind:string/mtrl_picker_range_header_only_start_selected = 0x7f110074 +com.example.jmastermind:string/mtrl_picker_announce_current_selection_none = 0x7f110064 +com.example.jmastermind:dimen/mtrl_slider_label_padding = 0x7f060288 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral99 = 0x7f0500a4 +com.example.jmastermind:attr/actionProviderClass = 0x7f030021 +com.example.jmastermind:attr/materialSearchViewPrefixStyle = 0x7f0302a8 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral95 = 0x7f0500a3 +com.example.jmastermind:color/m3_card_stroke_color = 0x7f05006a +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral40 = 0x7f05009d +com.example.jmastermind:id/topPanel = 0x7f0901fe +com.example.jmastermind:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f06022d +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral30 = 0x7f05009c +com.example.jmastermind:style/Base.V26.Theme.AppCompat = 0x7f1200af +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral20 = 0x7f05009b +com.example.jmastermind:color/m3_sys_color_dynamic_light_secondary = 0x7f050173 +com.example.jmastermind:dimen/abc_text_size_large_material = 0x7f060048 +com.example.jmastermind:attr/itemRippleColor = 0x7f030209 +com.example.jmastermind:id/normalCircle41 = 0x7f090155 +com.example.jmastermind:color/m3_navigation_item_text_color = 0x7f050092 +com.example.jmastermind:attr/percentX = 0x7f030315 +com.example.jmastermind:style/Widget.MaterialComponents.Slider = 0x7f120422 +com.example.jmastermind:color/mtrl_tabs_icon_color_selector = 0x7f05025c +com.example.jmastermind:color/m3_dynamic_default_color_secondary_text = 0x7f05007f +com.example.jmastermind:attr/shortcutMatchRequired = 0x7f030352 +com.example.jmastermind:color/m3_card_foreground_color = 0x7f050068 +com.example.jmastermind:color/m3_fab_efab_foreground_color_selector = 0x7f050086 +com.example.jmastermind:attr/colorOnTertiaryContainer = 0x7f0300e4 +com.example.jmastermind:color/m3_dynamic_highlighted_text = 0x7f050080 +com.example.jmastermind:style/Platform.V25.AppCompat.Light = 0x7f12013c +com.example.jmastermind:drawable/test_level_drawable = 0x7f0700df +com.example.jmastermind:color/m3_dynamic_default_color_primary_text = 0x7f05007e +com.example.jmastermind:attr/contentPaddingTop = 0x7f03010b +com.example.jmastermind:color/material_dynamic_secondary10 = 0x7f0501dc +com.example.jmastermind:attr/actionOverflowMenuStyle = 0x7f030020 +com.example.jmastermind:attr/snackbarTextViewStyle = 0x7f03036a +com.example.jmastermind:color/m3_ref_palette_error40 = 0x7f0500de +com.example.jmastermind:dimen/abc_dialog_fixed_height_major = 0x7f06001c +com.example.jmastermind:attr/actionBarItemBackground = 0x7f030001 +com.example.jmastermind:attr/enforceTextAppearance = 0x7f03016c +com.example.jmastermind:attr/logo = 0x7f03027a +com.example.jmastermind:color/m3_dynamic_dark_primary_text_disable_only = 0x7f05007d +com.example.jmastermind:attr/cardPreventCornerOverlap = 0x7f03008a +com.example.jmastermind:color/m3_dark_primary_text_disable_only = 0x7f050076 +com.example.jmastermind:macro/m3_comp_filled_button_label_text_type = 0x7f0d0026 +com.example.jmastermind:dimen/abc_disabled_alpha_material_dark = 0x7f060027 +com.example.jmastermind:color/cardview_shadow_start_color = 0x7f05002d +com.example.jmastermind:attr/paddingEnd = 0x7f030303 +com.example.jmastermind:color/m3_dark_highlighted_text = 0x7f050074 +com.example.jmastermind:style/Widget.Material3.AppBarLayout = 0x7f12032a +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f12040e +com.example.jmastermind:color/m3_ref_palette_primary20 = 0x7f050103 +com.example.jmastermind:color/m3_elevated_chip_background_color = 0x7f050084 +com.example.jmastermind:id/normalCircle53 = 0x7f09015b +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Title = 0x7f12002d +com.example.jmastermind:color/abc_tint_switch_track = 0x7f050018 +com.example.jmastermind:styleable/MaterialSwitch = 0x7f130056 +com.example.jmastermind:drawable/abc_list_divider_material = 0x7f07004d +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f12037f +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_background = 0x7f05014f +com.example.jmastermind:attr/trackDecorationTint = 0x7f030428 +com.example.jmastermind:color/m3_checkbox_button_icon_tint = 0x7f05006b +com.example.jmastermind:dimen/mtrl_calendar_year_height = 0x7f060239 +com.example.jmastermind:id/save_overlay_view = 0x7f090196 +com.example.jmastermind:attr/scrimAnimationDuration = 0x7f03033b +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1202f2 +com.example.jmastermind:attr/shapeAppearanceSmallComponent = 0x7f030350 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500ae +com.example.jmastermind:dimen/m3_comp_input_chip_with_avatar_avatar_size = 0x7f060115 +com.example.jmastermind:color/m3_button_ripple_color_selector = 0x7f050065 +com.example.jmastermind:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1203ce +com.example.jmastermind:attr/endIconMode = 0x7f030167 +com.example.jmastermind:color/m3_ref_palette_neutral50 = 0x7f0500ec +com.example.jmastermind:styleable/ClockFaceView = 0x7f13001f +com.example.jmastermind:color/design_dark_default_color_on_primary = 0x7f050034 +com.example.jmastermind:attr/textInputStyle = 0x7f0303ec +com.example.jmastermind:attr/itemShapeFillColor = 0x7f03020c +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral90 = 0x7f0500a2 +com.example.jmastermind:id/parallax = 0x7f090175 +com.example.jmastermind:color/highlighted_text_material_dark = 0x7f05005c +com.example.jmastermind:color/material_dynamic_tertiary99 = 0x7f0501f4 +com.example.jmastermind:color/dim_foreground_material_dark = 0x7f050056 +com.example.jmastermind:attr/motionPath = 0x7f0302e5 +com.example.jmastermind:color/design_snackbar_background_color = 0x7f050053 +com.example.jmastermind:id/textinput_placeholder = 0x7f0901f5 +com.example.jmastermind:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b +com.example.jmastermind:color/design_default_color_on_surface = 0x7f050043 +com.example.jmastermind:drawable/m3_tabs_line_indicator = 0x7f07009f +com.example.jmastermind:attr/listDividerAlertDialog = 0x7f03026e +com.example.jmastermind:styleable/AppCompatImageView = 0x7f13000e +com.example.jmastermind:color/design_default_color_on_secondary = 0x7f050042 +com.example.jmastermind:attr/textAppearanceHeadline6 = 0x7f0303cc +com.example.jmastermind:color/design_dark_default_color_primary_variant = 0x7f050039 +com.example.jmastermind:attr/homeAsUpIndicator = 0x7f0301e0 +com.example.jmastermind:color/design_dark_default_color_primary = 0x7f050037 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar = 0x7f12037d +com.example.jmastermind:attr/layout_constraintGuide_begin = 0x7f030238 +com.example.jmastermind:style/Widget.AppCompat.ActionButton.Overflow = 0x7f1202d9 +com.example.jmastermind:color/design_dark_default_color_on_error = 0x7f050033 +com.example.jmastermind:dimen/tooltip_horizontal_padding = 0x7f0602bb +com.example.jmastermind:color/design_bottom_navigation_shadow_color = 0x7f05002e +com.example.jmastermind:style/Widget.Material3.Chip.Assist = 0x7f12034f +com.example.jmastermind:color/cardview_shadow_end_color = 0x7f05002c +com.example.jmastermind:string/mtrl_picker_range_header_selected = 0x7f110075 +com.example.jmastermind:dimen/m3_bottom_sheet_drag_handle_bottom_padding = 0x7f0600b8 +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f05016a +com.example.jmastermind:macro/m3_comp_fab_primary_container_color = 0x7f0d0017 +com.example.jmastermind:dimen/mtrl_calendar_action_height = 0x7f060214 +com.example.jmastermind:dimen/m3_comp_search_bar_container_elevation = 0x7f06012f +com.example.jmastermind:color/cardview_dark_background = 0x7f05002a +com.example.jmastermind:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f070022 +com.example.jmastermind:attr/region_widthLessThan = 0x7f030333 +com.example.jmastermind:style/Base.Theme.Material3.Light.SideSheetDialog = 0x7f12005e +com.example.jmastermind:id/search_view_dummy_toolbar = 0x7f0901ad +com.example.jmastermind:attr/state_above_anchor = 0x7f03037a +com.example.jmastermind:id/elastic = 0x7f0900c0 +com.example.jmastermind:drawable/$avd_hide_password__1 = 0x7f070001 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1202be +com.example.jmastermind:color/bright_foreground_disabled_material_light = 0x7f050023 +com.example.jmastermind:color/background_material_light = 0x7f050020 +com.example.jmastermind:color/m3_checkbox_button_tint = 0x7f05006c +com.example.jmastermind:style/Widget.AppCompat.EditText = 0x7f1202ea +com.example.jmastermind:id/sin = 0x7f0901be +com.example.jmastermind:dimen/abc_progress_bar_height_material = 0x7f060035 +com.example.jmastermind:dimen/m3_comp_switch_track_width = 0x7f06014e +com.example.jmastermind:color/androidx_core_secondary_text_default_material_light = 0x7f05001c +com.example.jmastermind:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f12024d +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f0601ba +com.example.jmastermind:dimen/m3_comp_navigation_rail_container_elevation = 0x7f06011a +com.example.jmastermind:color/accent_material_light = 0x7f05001a +com.example.jmastermind:color/accent_material_dark = 0x7f050019 +com.example.jmastermind:attr/spinBars = 0x7f03036c +com.example.jmastermind:color/abc_tint_seek_thumb = 0x7f050016 +com.example.jmastermind:attr/region_heightMoreThan = 0x7f030332 +com.example.jmastermind:color/abc_tint_default = 0x7f050014 +com.example.jmastermind:dimen/material_clock_number_text_size = 0x7f0601cb +com.example.jmastermind:color/abc_search_url_text_normal = 0x7f05000e +com.example.jmastermind:attr/textAppearanceSearchResultTitle = 0x7f0303db +com.example.jmastermind:color/abc_search_url_text = 0x7f05000d +com.example.jmastermind:color/abc_primary_text_material_dark = 0x7f05000b +com.example.jmastermind:color/abc_primary_text_disable_only_material_light = 0x7f05000a +com.example.jmastermind:color/m3_slider_active_track_color = 0x7f05012a +com.example.jmastermind:attr/boxStrokeWidth = 0x7f030072 +com.example.jmastermind:color/abc_primary_text_disable_only_material_dark = 0x7f050009 +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f12008c +com.example.jmastermind:id/fitEnd = 0x7f0900cf +com.example.jmastermind:attr/layout_optimizationLevel = 0x7f030260 +com.example.jmastermind:drawable/tooltip_frame_dark = 0x7f0700e0 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f050153 +com.example.jmastermind:attr/showPaths = 0x7f030359 +com.example.jmastermind:color/m3_ref_palette_secondary40 = 0x7f050112 +com.example.jmastermind:color/mtrl_navigation_bar_colored_item_tint = 0x7f05024a +com.example.jmastermind:color/abc_decor_view_status_guard_light = 0x7f050006 +com.example.jmastermind:attr/cardUseCompatPadding = 0x7f03008b +com.example.jmastermind:color/abc_color_highlight_material = 0x7f050004 +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Small.Secondary = 0x7f120375 +com.example.jmastermind:color/abc_background_cache_hint_selector_material_light = 0x7f050001 +com.example.jmastermind:color/m3_sys_color_dark_background = 0x7f050130 +com.example.jmastermind:color/m3_sys_color_light_on_error_container = 0x7f050181 +com.example.jmastermind:attr/applyMotionScene = 0x7f030033 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f05015d +com.example.jmastermind:bool/abc_config_actionMenuItemAllCaps = 0x7f040001 +com.example.jmastermind:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070072 +com.example.jmastermind:attr/fabAlignmentMode = 0x7f03018b +com.example.jmastermind:attr/yearTodayStyle = 0x7f030452 +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f12036d +com.example.jmastermind:attr/buttonTint = 0x7f030083 +com.example.jmastermind:attr/haloColor = 0x7f0301cf +com.example.jmastermind:id/graph_wrap = 0x7f0900dd +com.example.jmastermind:style/Widget.MaterialComponents.Toolbar = 0x7f120440 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f12042c +com.example.jmastermind:macro/m3_comp_outlined_autocomplete_menu_list_item_selected_container_color = 0x7f0d0038 +com.example.jmastermind:color/mtrl_card_view_foreground = 0x7f050239 +com.example.jmastermind:attr/yearStyle = 0x7f030451 +com.example.jmastermind:integer/mtrl_switch_thumb_pressed_duration = 0x7f0a0031 +com.example.jmastermind:attr/windowNoTitle = 0x7f03044f +com.example.jmastermind:dimen/m3_comp_filter_chip_container_height = 0x7f06010d +com.example.jmastermind:attr/useCompatPadding = 0x7f030437 +com.example.jmastermind:color/material_grey_300 = 0x7f0501f6 +com.example.jmastermind:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f1203e5 +com.example.jmastermind:color/m3_ref_palette_secondary95 = 0x7f050118 +com.example.jmastermind:attr/windowMinWidthMinor = 0x7f03044e +com.example.jmastermind:drawable/abc_edit_text_material = 0x7f07003d +com.example.jmastermind:string/m3_sys_motion_easing_standard_accelerate = 0x7f110039 +com.example.jmastermind:attr/subtitleTextStyle = 0x7f030392 +com.example.jmastermind:attr/windowFixedWidthMinor = 0x7f03044c +com.example.jmastermind:attr/windowFixedHeightMajor = 0x7f030449 +com.example.jmastermind:style/TextAppearance.MaterialComponents.Headline4 = 0x7f1201f1 +com.example.jmastermind:attr/wavePeriod = 0x7f030443 +com.example.jmastermind:attr/motionDebug = 0x7f0302c7 +com.example.jmastermind:attr/waveDecay = 0x7f030441 +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f12036b +com.example.jmastermind:style/TextAppearance.MaterialComponents.Caption = 0x7f1201ec +com.example.jmastermind:attr/panelBackground = 0x7f030309 +com.example.jmastermind:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f12028c +com.example.jmastermind:id/white = 0x7f090215 +com.example.jmastermind:attr/thumbRadius = 0x7f0303f6 +com.example.jmastermind:attr/warmth = 0x7f030440 +com.example.jmastermind:attr/floatingActionButtonLargePrimaryStyle = 0x7f03019a +com.example.jmastermind:attr/visibilityMode = 0x7f03043e +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1201ae +com.example.jmastermind:attr/useDrawerArrowDrawable = 0x7f030438 +com.example.jmastermind:color/mtrl_error = 0x7f050242 +com.example.jmastermind:style/Theme.Design.BottomSheetDialog = 0x7f120213 +com.example.jmastermind:attr/ttcIndex = 0x7f030436 +com.example.jmastermind:attr/triggerId = 0x7f030433 +com.example.jmastermind:attr/transitionShapeAppearance = 0x7f030432 +com.example.jmastermind:attr/colorOnBackground = 0x7f0300d6 +com.example.jmastermind:attr/materialAlertDialogTitleTextStyle = 0x7f030287 +com.example.jmastermind:attr/expandedTitleTextColor = 0x7f030182 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f050157 +com.example.jmastermind:attr/bottomNavigationStyle = 0x7f030065 +com.example.jmastermind:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f120294 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f120240 +com.example.jmastermind:attr/transitionEasing = 0x7f03042f +com.example.jmastermind:attr/constraints = 0x7f0300fc +com.example.jmastermind:attr/layoutDuringTransition = 0x7f030224 +com.example.jmastermind:attr/itemIconSize = 0x7f030202 +com.example.jmastermind:attr/trackTint = 0x7f03042c +com.example.jmastermind:color/m3_sys_color_light_on_secondary = 0x7f050184 +com.example.jmastermind:attr/trackHeight = 0x7f03042a +com.example.jmastermind:id/accessibility_custom_action_7 = 0x7f09002d +com.example.jmastermind:integer/app_bar_elevation_anim_duration = 0x7f0a0002 +com.example.jmastermind:dimen/design_snackbar_min_width = 0x7f060084 +com.example.jmastermind:attr/yearSelectedStyle = 0x7f030450 +com.example.jmastermind:attr/errorIconTintMode = 0x7f030174 +com.example.jmastermind:attr/trackDecorationTintMode = 0x7f030429 +com.example.jmastermind:drawable/abc_action_bar_item_background_material = 0x7f07002a +com.example.jmastermind:attr/flow_horizontalGap = 0x7f0301af +com.example.jmastermind:attr/trackColorInactive = 0x7f030425 +com.example.jmastermind:attr/actionViewClass = 0x7f030023 +com.example.jmastermind:layout/abc_action_mode_bar = 0x7f0c0004 +com.example.jmastermind:attr/topInsetScrimEnabled = 0x7f03041e +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f12012f +com.example.jmastermind:id/accessibility_custom_action_8 = 0x7f09002e +com.example.jmastermind:attr/cornerSizeBottomLeft = 0x7f030118 +com.example.jmastermind:macro/m3_comp_switch_selected_pressed_icon_color = 0x7f0d00a3 +com.example.jmastermind:color/m3_ref_palette_black = 0x7f050097 +com.example.jmastermind:attr/transitionPathRotate = 0x7f030431 +com.example.jmastermind:id/parentRelative = 0x7f090178 +com.example.jmastermind:color/abc_btn_colored_borderless_text_material = 0x7f050002 +com.example.jmastermind:dimen/design_fab_size_mini = 0x7f060071 +com.example.jmastermind:attr/tooltipFrameBackground = 0x7f03041b +com.example.jmastermind:attr/materialAlertDialogTitlePanelStyle = 0x7f030286 +com.example.jmastermind:attr/toolbarStyle = 0x7f030418 +com.example.jmastermind:id/italic = 0x7f0900f1 +com.example.jmastermind:attr/collapsingToolbarLayoutLargeStyle = 0x7f0300c8 +com.example.jmastermind:attr/fastScrollVerticalTrackDrawable = 0x7f030198 +com.example.jmastermind:attr/hideOnContentScroll = 0x7f0301da +com.example.jmastermind:color/mtrl_switch_track_decoration_tint = 0x7f050259 +com.example.jmastermind:attr/toggleCheckedStateOnClick = 0x7f030415 +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f070019 +com.example.jmastermind:id/parent = 0x7f090176 +com.example.jmastermind:dimen/appcompat_dialog_background_inset = 0x7f060051 +com.example.jmastermind:color/primary_text_disabled_material_dark = 0x7f05026e +com.example.jmastermind:style/ThemeOverlay.Material3.Button = 0x7f120277 +com.example.jmastermind:attr/titleTextEllipsize = 0x7f030413 +com.example.jmastermind:styleable/AppBarLayout = 0x7f13000a +com.example.jmastermind:attr/titleTextColor = 0x7f030412 +com.example.jmastermind:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f12032e +com.example.jmastermind:style/Base.V14.Theme.Material3.Light.SideSheetDialog = 0x7f12008a +com.example.jmastermind:attr/titleTextAppearance = 0x7f030411 +com.example.jmastermind:id/jumpToEnd = 0x7f0900f4 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral80 = 0x7f0500a1 +com.example.jmastermind:attr/waveOffset = 0x7f030442 +com.example.jmastermind:attr/titleMarginStart = 0x7f03040d +com.example.jmastermind:attr/titleMarginBottom = 0x7f03040b +com.example.jmastermind:dimen/mtrl_progress_track_thickness = 0x7f060283 +com.example.jmastermind:attr/textInputFilledStyle = 0x7f0303e7 +com.example.jmastermind:dimen/mtrl_btn_disabled_z = 0x7f0601fe +com.example.jmastermind:attr/thumbIcon = 0x7f0303f3 +com.example.jmastermind:attr/titleCentered = 0x7f030407 +com.example.jmastermind:attr/title = 0x7f030406 +com.example.jmastermind:attr/tintMode = 0x7f030404 +com.example.jmastermind:dimen/m3_ripple_selectable_pressed_alpha = 0x7f06017b +com.example.jmastermind:attr/tickVisible = 0x7f030402 +com.example.jmastermind:dimen/m3_comp_linear_progress_indicator_active_indicator_height = 0x7f060117 +com.example.jmastermind:attr/thumbTint = 0x7f0303fa +com.example.jmastermind:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f07005e +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f050151 +com.example.jmastermind:color/m3_sys_color_light_primary_container = 0x7f05018d +com.example.jmastermind:attr/thumbTextPadding = 0x7f0303f9 +com.example.jmastermind:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c +com.example.jmastermind:attr/thumbStrokeWidth = 0x7f0303f8 +com.example.jmastermind:attr/thumbIconTintMode = 0x7f0303f5 +com.example.jmastermind:attr/thumbElevation = 0x7f0303f2 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary99 = 0x7f0500be +com.example.jmastermind:attr/thumbColor = 0x7f0303f1 +com.example.jmastermind:dimen/mtrl_toolbar_default_height = 0x7f0602a4 +com.example.jmastermind:attr/actionDropDownStyle = 0x7f03000c +com.example.jmastermind:attr/chipSpacing = 0x7f0300a9 +com.example.jmastermind:color/m3_button_outline_color_selector = 0x7f050063 +com.example.jmastermind:attr/placeholderTextColor = 0x7f03031b +com.example.jmastermind:attr/textInputOutlinedStyle = 0x7f0303eb +com.example.jmastermind:color/androidx_core_ripple_material_light = 0x7f05001b +com.example.jmastermind:attr/textInputOutlinedDenseStyle = 0x7f0303e9 +com.example.jmastermind:attr/textInputLayoutFocusedRectEnabled = 0x7f0303e8 +com.example.jmastermind:anim/abc_tooltip_exit = 0x7f01000b +com.example.jmastermind:styleable/ColorStateListItem = 0x7f130023 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f120393 +com.example.jmastermind:string/mtrl_timepicker_cancel = 0x7f11008d +com.example.jmastermind:attr/textInputFilledDenseStyle = 0x7f0303e5 +com.example.jmastermind:styleable/ExtendedFloatingActionButton = 0x7f13002e +com.example.jmastermind:layout/mtrl_picker_fullscreen = 0x7f0c0057 +com.example.jmastermind:dimen/abc_dialog_padding_material = 0x7f060024 +com.example.jmastermind:attr/textColorSearchUrl = 0x7f0303e3 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_tertiary = 0x7f050160 +com.example.jmastermind:attr/altSrc = 0x7f03002d +com.example.jmastermind:attr/textAppearanceTitleSmall = 0x7f0303e1 +com.example.jmastermind:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f120151 +com.example.jmastermind:attr/behavior_draggable = 0x7f030057 +com.example.jmastermind:attr/layout_constraintEnd_toEndOf = 0x7f030236 +com.example.jmastermind:attr/textAppearanceTitleMedium = 0x7f0303e0 +com.example.jmastermind:style/Base.Animation.AppCompat.Tooltip = 0x7f12000d +com.example.jmastermind:attr/nestedScrollFlags = 0x7f0302f4 +com.example.jmastermind:attr/textAppearanceSubtitle2 = 0x7f0303de +com.example.jmastermind:id/item_touch_helper_previous_elevation = 0x7f0900f2 +com.example.jmastermind:attr/textAppearanceSearchResultSubtitle = 0x7f0303da +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout = 0x7f120408 +com.example.jmastermind:color/m3_sys_color_dynamic_light_surface_variant = 0x7f050176 +com.example.jmastermind:attr/textAppearanceDisplaySmall = 0x7f0303c6 +com.example.jmastermind:attr/textAppearancePopupMenuHeader = 0x7f0303d9 +com.example.jmastermind:attr/textAppearanceListItemSmall = 0x7f0303d7 +com.example.jmastermind:id/search_view_divider = 0x7f0901ac +com.example.jmastermind:macro/m3_comp_filled_tonal_button_label_text_color = 0x7f0d002e +com.example.jmastermind:attr/tabSelectedTextColor = 0x7f0303b3 +com.example.jmastermind:attr/textAppearanceListItemSecondary = 0x7f0303d6 +com.example.jmastermind:attr/textAppearanceListItem = 0x7f0303d5 +com.example.jmastermind:attr/behavior_autoShrink = 0x7f030056 +com.example.jmastermind:color/abc_secondary_text_material_dark = 0x7f050011 +com.example.jmastermind:color/material_personalized_color_secondary = 0x7f05021c +com.example.jmastermind:attr/textAppearanceLabelSmall = 0x7f0303d2 +com.example.jmastermind:color/switch_thumb_material_dark = 0x7f05027b +com.example.jmastermind:attr/layout_insetEdge = 0x7f03025e +com.example.jmastermind:attr/track = 0x7f030422 +com.example.jmastermind:attr/textAppearanceLabelLarge = 0x7f0303d0 +com.example.jmastermind:integer/status_bar_notification_info_maxnum = 0x7f0a003b +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f060199 +com.example.jmastermind:style/TextAppearance.AppCompat.Display3 = 0x7f12018b +com.example.jmastermind:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f0700a6 +com.example.jmastermind:dimen/m3_badge_with_text_horizontal_offset = 0x7f0600af +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f120145 +com.example.jmastermind:attr/textAppearanceHeadlineSmall = 0x7f0303cf +com.example.jmastermind:attr/textAppearanceHeadlineMedium = 0x7f0303ce +com.example.jmastermind:anim/abc_tooltip_enter = 0x7f01000a +com.example.jmastermind:color/m3_chip_background_color = 0x7f05006e +com.example.jmastermind:color/design_default_color_primary_dark = 0x7f050045 +com.example.jmastermind:color/m3_ref_palette_tertiary40 = 0x7f05011f +com.example.jmastermind:attr/paddingTopSystemWindowInsets = 0x7f030308 +com.example.jmastermind:attr/tooltipStyle = 0x7f03041c +com.example.jmastermind:attr/tabUnboundedRipple = 0x7f0303b7 +com.example.jmastermind:attr/textAppearanceHeadline1 = 0x7f0303c7 +com.example.jmastermind:dimen/m3_bottom_sheet_elevation = 0x7f0600b9 +com.example.jmastermind:attr/textAppearanceDisplayMedium = 0x7f0303c5 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1202b9 +com.example.jmastermind:attr/layout_constraintTop_creator = 0x7f03024b +com.example.jmastermind:id/normalCircle31 = 0x7f090151 +com.example.jmastermind:color/m3_sys_color_light_secondary_container = 0x7f05018f +com.example.jmastermind:style/Widget.AppCompat.ListView.Menu = 0x7f120306 +com.example.jmastermind:attr/textAppearanceDisplayLarge = 0x7f0303c4 +com.example.jmastermind:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1203bb +com.example.jmastermind:attr/suffixTextAppearance = 0x7f030394 +com.example.jmastermind:id/normalCircle84 = 0x7f090168 +com.example.jmastermind:integer/mtrl_card_anim_delay_ms = 0x7f0a002b +com.example.jmastermind:color/m3_switch_thumb_tint = 0x7f05012e +com.example.jmastermind:dimen/m3_datepicker_elevation = 0x7f060155 +com.example.jmastermind:attr/textAppearanceCaption = 0x7f0303c3 +com.example.jmastermind:id/multiply = 0x7f090139 +com.example.jmastermind:color/mtrl_btn_text_btn_ripple_color = 0x7f050233 +com.example.jmastermind:attr/checkedIcon = 0x7f030095 +com.example.jmastermind:attr/itemShapeAppearanceOverlay = 0x7f03020b +com.example.jmastermind:attr/buttonBarButtonStyle = 0x7f030075 +com.example.jmastermind:attr/textAppearanceBody1 = 0x7f0303bd +com.example.jmastermind:attr/actionBarDivider = 0x7f030000 +com.example.jmastermind:color/m3_sys_color_light_on_primary_container = 0x7f050183 +com.example.jmastermind:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f120282 +com.example.jmastermind:id/reverseSawtooth = 0x7f09018c +com.example.jmastermind:attr/textAppearanceHeadline4 = 0x7f0303ca +com.example.jmastermind:id/tag_state_description = 0x7f0901e3 +com.example.jmastermind:attr/colorOnTertiary = 0x7f0300e3 +com.example.jmastermind:id/colorsChooser = 0x7f090094 +com.example.jmastermind:dimen/mtrl_calendar_bottom_padding = 0x7f060216 +com.example.jmastermind:dimen/abc_text_size_body_1_material = 0x7f06003f +com.example.jmastermind:attr/targetId = 0x7f0303b8 +com.example.jmastermind:attr/tabTextAppearance = 0x7f0303b5 +com.example.jmastermind:drawable/$avd_show_password__1 = 0x7f070004 +com.example.jmastermind:dimen/design_bottom_sheet_modal_elevation = 0x7f06006c +com.example.jmastermind:attr/cardMaxElevation = 0x7f030089 +com.example.jmastermind:attr/tabStyle = 0x7f0303b4 +com.example.jmastermind:color/abc_tint_btn_checkable = 0x7f050013 +com.example.jmastermind:attr/tabSelectedTextAppearance = 0x7f0303b2 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500d0 +com.example.jmastermind:attr/tabSecondaryStyle = 0x7f0303b1 +com.example.jmastermind:dimen/material_time_picker_minimum_screen_width = 0x7f0601e6 +com.example.jmastermind:style/Base.V23.Theme.AppCompat.Light = 0x7f1200aa +com.example.jmastermind:color/m3_slider_halo_color = 0x7f05012b +com.example.jmastermind:dimen/mtrl_progress_circular_inset_medium = 0x7f060278 +com.example.jmastermind:animator/fragment_close_exit = 0x7f020004 +com.example.jmastermind:attr/tabPaddingEnd = 0x7f0303ad +com.example.jmastermind:string/searchview_navigation_content_description = 0x7f110097 +com.example.jmastermind:color/m3_sys_color_light_on_primary = 0x7f050182 +com.example.jmastermind:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f020020 +com.example.jmastermind:attr/tabPaddingBottom = 0x7f0303ac +com.example.jmastermind:macro/m3_comp_slider_active_track_color = 0x7f0d0087 +com.example.jmastermind:color/design_dark_default_color_error = 0x7f050031 +com.example.jmastermind:attr/tabMode = 0x7f0303aa +com.example.jmastermind:attr/tabIndicatorHeight = 0x7f0303a6 +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f060198 +com.example.jmastermind:attr/tabIndicatorFullWidth = 0x7f0303a4 +com.example.jmastermind:attr/tabIndicatorColor = 0x7f0303a3 +com.example.jmastermind:style/Widget.AppCompat.ActionBar = 0x7f1202d2 +com.example.jmastermind:attr/theme = 0x7f0303ef +com.example.jmastermind:attr/tabIndicatorAnimationMode = 0x7f0303a2 +com.example.jmastermind:attr/tabContentStart = 0x7f03039c +com.example.jmastermind:attr/alphabeticModifiers = 0x7f03002c +com.example.jmastermind:attr/tabBackground = 0x7f03039b +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.Display = 0x7f120399 +com.example.jmastermind:id/search_badge = 0x7f09019f +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1202cb +com.example.jmastermind:attr/materialTimePickerStyle = 0x7f0302ac +com.example.jmastermind:dimen/abc_star_big = 0x7f06003b +com.example.jmastermind:id/middle = 0x7f090119 +com.example.jmastermind:attr/switchStyle = 0x7f030399 +com.example.jmastermind:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f12035b +com.example.jmastermind:attr/customPixelDimension = 0x7f03012c +com.example.jmastermind:color/m3_chip_ripple_color = 0x7f05006f +com.example.jmastermind:attr/displayOptions = 0x7f03013d +com.example.jmastermind:style/Platform.V21.AppCompat = 0x7f120139 +com.example.jmastermind:dimen/mtrl_fab_min_touch_target = 0x7f060259 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f1202ba +com.example.jmastermind:dimen/m3_comp_text_button_hover_state_layer_opacity = 0x7f060153 +com.example.jmastermind:style/Widget.Material3.Toolbar.OnSurface = 0x7f1203c4 +com.example.jmastermind:attr/subtitleCentered = 0x7f03038f +com.example.jmastermind:attr/subtitle = 0x7f03038e +com.example.jmastermind:color/m3_ref_palette_primary40 = 0x7f050105 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1202b3 +com.example.jmastermind:attr/subMenuArrow = 0x7f030388 +com.example.jmastermind:drawable/$mtrl_checkbox_button_checked_unchecked__1 = 0x7f07000e +com.example.jmastermind:color/bright_foreground_inverse_material_dark = 0x7f050024 +com.example.jmastermind:attr/strokeWidth = 0x7f030387 +com.example.jmastermind:id/accessibility_custom_action_16 = 0x7f090018 +com.example.jmastermind:id/list_item = 0x7f0900fe +com.example.jmastermind:attr/statusBarScrim = 0x7f030385 +com.example.jmastermind:color/m3_sys_color_dark_error_container = 0x7f050132 +com.example.jmastermind:color/m3_assist_chip_icon_tint_color = 0x7f05005f +com.example.jmastermind:style/Widget.Material3.Light.ActionBar.Solid = 0x7f12037a +com.example.jmastermind:attr/statusBarForeground = 0x7f030384 +com.example.jmastermind:color/material_personalized_color_on_surface = 0x7f050214 +com.example.jmastermind:style/TextAppearance.MaterialComponents.Headline5 = 0x7f1201f2 +com.example.jmastermind:attr/customNavigationLayout = 0x7f03012b +com.example.jmastermind:attr/hideAnimationBehavior = 0x7f0301d7 +com.example.jmastermind:attr/maxImageSize = 0x7f0302b4 +com.example.jmastermind:attr/colorPrimaryInverse = 0x7f0300ea +com.example.jmastermind:attr/roundPercent = 0x7f030339 +com.example.jmastermind:id/textEnd = 0x7f0901ea +com.example.jmastermind:attr/statusBarBackground = 0x7f030383 +com.example.jmastermind:drawable/design_ic_visibility = 0x7f070083 +com.example.jmastermind:attr/state_lifted = 0x7f030381 +com.example.jmastermind:attr/subheaderInsetStart = 0x7f03038b +com.example.jmastermind:attr/dragThreshold = 0x7f030148 +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f12017b +com.example.jmastermind:attr/state_indeterminate = 0x7f03037f +com.example.jmastermind:color/m3_dynamic_dark_highlighted_text = 0x7f05007b +com.example.jmastermind:attr/startIconScaleType = 0x7f030377 +com.example.jmastermind:id/rightToLeft = 0x7f09018e +com.example.jmastermind:color/primary_dark_material_dark = 0x7f050268 +com.example.jmastermind:color/mtrl_fab_icon_text_color_selector = 0x7f050244 +com.example.jmastermind:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f120358 +com.example.jmastermind:style/TextAppearance.MaterialComponents.Chip = 0x7f1201ed +com.example.jmastermind:id/startVertical = 0x7f0901d3 +com.example.jmastermind:attr/autoSizeTextType = 0x7f03003e +com.example.jmastermind:anim/m3_side_sheet_slide_out = 0x7f010026 +com.example.jmastermind:attr/colorOnSurfaceVariant = 0x7f0300e2 +com.example.jmastermind:color/m3_sys_color_dynamic_light_outline_variant = 0x7f050170 +com.example.jmastermind:attr/state_liftable = 0x7f030380 +com.example.jmastermind:attr/startIconCheckable = 0x7f030373 +com.example.jmastermind:drawable/abc_cab_background_top_material = 0x7f070039 +com.example.jmastermind:styleable/KeyFramesAcceleration = 0x7f13003f +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f1202ce +com.example.jmastermind:attr/srcCompat = 0x7f030370 +com.example.jmastermind:color/m3_navigation_bar_ripple_color_selector = 0x7f05008e +com.example.jmastermind:style/Widget.MaterialComponents.CardView = 0x7f1203e8 +com.example.jmastermind:attr/waveVariesBy = 0x7f030445 +com.example.jmastermind:id/group_divider = 0x7f0900e0 +com.example.jmastermind:dimen/mtrl_navigation_item_shape_vertical_margin = 0x7f06026c +com.example.jmastermind:dimen/m3_navigation_rail_default_width = 0x7f06016e +com.example.jmastermind:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f120137 +com.example.jmastermind:dimen/material_clock_period_toggle_height = 0x7f0601cc +com.example.jmastermind:attr/maxWidth = 0x7f0302b7 +com.example.jmastermind:attr/backgroundTintMode = 0x7f03004a +com.example.jmastermind:attr/tabIndicatorAnimationDuration = 0x7f0303a1 +com.example.jmastermind:attr/titleMarginEnd = 0x7f03040c +com.example.jmastermind:attr/snackbarStyle = 0x7f030369 +com.example.jmastermind:attr/controlBackground = 0x7f03010e +com.example.jmastermind:color/design_default_color_secondary = 0x7f050047 +com.example.jmastermind:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1200e8 +com.example.jmastermind:attr/sliderStyle = 0x7f030367 +com.example.jmastermind:color/m3_dynamic_hint_foreground = 0x7f050081 +com.example.jmastermind:id/expanded_menu = 0x7f0900c8 +com.example.jmastermind:drawable/avd_show_password = 0x7f070079 +com.example.jmastermind:anim/linear_indeterminate_line1_head_interpolator = 0x7f01001d +com.example.jmastermind:attr/singleSelection = 0x7f030365 +com.example.jmastermind:attr/singleLine = 0x7f030364 +com.example.jmastermind:attr/singleChoiceItemLayout = 0x7f030363 +com.example.jmastermind:attr/simpleItems = 0x7f030362 +com.example.jmastermind:id/prologuetext = 0x7f090186 +com.example.jmastermind:attr/showTitle = 0x7f03035b +com.example.jmastermind:attr/showMotionSpec = 0x7f030358 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f05014d +com.example.jmastermind:attr/iconifiedByDefault = 0x7f0301ed +com.example.jmastermind:id/normalCircle11 = 0x7f090149 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f1201a2 +com.example.jmastermind:id/SHIFT = 0x7f090007 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1202b0 +com.example.jmastermind:attr/shouldRemoveExpandedCorners = 0x7f030353 +com.example.jmastermind:attr/shapeAppearanceOverlay = 0x7f03034f +com.example.jmastermind:attr/shapeAppearanceLargeComponent = 0x7f03034d +com.example.jmastermind:attr/errorShown = 0x7f030175 +com.example.jmastermind:attr/tooltipText = 0x7f03041d +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_checked_unchecked__0 = 0x7f070011 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f120030 +com.example.jmastermind:dimen/notification_action_icon_size = 0x7f0602ab +com.example.jmastermind:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f120202 +com.example.jmastermind:attr/shapeAppearanceCornerMedium = 0x7f03034b +com.example.jmastermind:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f12041e +com.example.jmastermind:attr/shapeAppearanceCornerExtraSmall = 0x7f030349 +com.example.jmastermind:dimen/fastscroll_margin = 0x7f060091 +com.example.jmastermind:attr/selectorSize = 0x7f030346 +com.example.jmastermind:color/m3_ref_palette_error80 = 0x7f0500e2 +com.example.jmastermind:attr/selectionRequired = 0x7f030345 +com.example.jmastermind:attr/snackbarButtonStyle = 0x7f030368 +com.example.jmastermind:color/m3_button_foreground_color_selector = 0x7f050062 +com.example.jmastermind:style/ThemeOverlay.Material3.Search = 0x7f1202a0 +com.example.jmastermind:string/mtrl_exceed_max_badge_number_suffix = 0x7f11005f +com.example.jmastermind:macro/m3_comp_checkbox_selected_error_icon_color = 0x7f0d0007 +com.example.jmastermind:drawable/abc_btn_radio_material = 0x7f070032 +com.example.jmastermind:dimen/m3_bottom_nav_min_height = 0x7f0600b7 +com.example.jmastermind:anim/fragment_fast_out_extra_slow_in = 0x7f01001c +com.example.jmastermind:attr/selectableItemBackground = 0x7f030343 +com.example.jmastermind:attr/searchViewStyle = 0x7f030341 +com.example.jmastermind:attr/searchIcon = 0x7f03033f +com.example.jmastermind:attr/lineHeight = 0x7f030268 +com.example.jmastermind:attr/scrimVisibleHeightTrigger = 0x7f03033d +com.example.jmastermind:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f120085 +com.example.jmastermind:layout/mtrl_layout_snackbar_include = 0x7f0c0053 +com.example.jmastermind:attr/errorContentDescription = 0x7f030170 +com.example.jmastermind:attr/scrimBackground = 0x7f03033c +com.example.jmastermind:dimen/design_bottom_navigation_shadow_height = 0x7f060069 +com.example.jmastermind:id/normalCircle104 = 0x7f090148 +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Primary = 0x7f12036a +com.example.jmastermind:attr/saturation = 0x7f03033a +com.example.jmastermind:color/bright_foreground_disabled_material_dark = 0x7f050022 +com.example.jmastermind:color/mtrl_textinput_default_box_stroke_color = 0x7f050261 +com.example.jmastermind:color/m3_sys_color_light_outline_variant = 0x7f05018b +com.example.jmastermind:color/material_dynamic_neutral100 = 0x7f0501b6 +com.example.jmastermind:attr/rippleColor = 0x7f030337 +com.example.jmastermind:attr/helperTextTextAppearance = 0x7f0301d5 +com.example.jmastermind:attr/switchPadding = 0x7f030398 +com.example.jmastermind:id/transition_position = 0x7f090204 +com.example.jmastermind:attr/reverseLayout = 0x7f030336 +com.example.jmastermind:attr/region_widthMoreThan = 0x7f030334 +com.example.jmastermind:id/mtrl_picker_header_title_and_selection = 0x7f090132 +com.example.jmastermind:attr/itemShapeInsetTop = 0x7f030210 +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_background = 0x7f050166 +com.example.jmastermind:drawable/mtrl_ic_error = 0x7f0700bf +com.example.jmastermind:color/m3_ref_palette_neutral99 = 0x7f0500f2 +com.example.jmastermind:attr/recyclerViewStyle = 0x7f030330 +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar = 0x7f1202ec +com.example.jmastermind:layout/mtrl_calendar_month_labeled = 0x7f0c004d +com.example.jmastermind:attr/colorSecondaryContainer = 0x7f0300ee +com.example.jmastermind:color/m3_navigation_item_ripple_color = 0x7f050091 +com.example.jmastermind:attr/layout_constraintWidth_min = 0x7f030253 +com.example.jmastermind:dimen/m3_searchbar_margin_vertical = 0x7f06017f +com.example.jmastermind:attr/tabGravity = 0x7f03039d +com.example.jmastermind:attr/hintTextAppearance = 0x7f0301de +com.example.jmastermind:attr/radioButtonStyle = 0x7f03032b +com.example.jmastermind:drawable/notify_panel_notification_icon_bg = 0x7f0700dd +com.example.jmastermind:attr/queryHint = 0x7f030329 +com.example.jmastermind:dimen/mtrl_extended_fab_start_padding_icon = 0x7f060253 +com.example.jmastermind:color/dim_foreground_disabled_material_light = 0x7f050055 +com.example.jmastermind:color/m3_assist_chip_stroke_color = 0x7f050060 +com.example.jmastermind:attr/pressedTranslationZ = 0x7f030325 +com.example.jmastermind:color/material_on_surface_emphasis_medium = 0x7f050208 +com.example.jmastermind:color/m3_ref_palette_neutral_variant50 = 0x7f0500f9 +com.example.jmastermind:color/purple_500 = 0x7f050271 +com.example.jmastermind:raw/winningsong = 0x7f100003 +com.example.jmastermind:attr/state_collapsed = 0x7f03037b +com.example.jmastermind:color/mtrl_tabs_icon_color_selector_colored = 0x7f05025d +com.example.jmastermind:attr/buttonTintMode = 0x7f030084 +com.example.jmastermind:attr/preserveIconSpacing = 0x7f030324 +com.example.jmastermind:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f12020f +com.example.jmastermind:id/collapseActionView = 0x7f090093 +com.example.jmastermind:attr/motionProgress = 0x7f0302e7 +com.example.jmastermind:attr/actionButtonStyle = 0x7f03000b +com.example.jmastermind:attr/prefixTextColor = 0x7f030323 +com.example.jmastermind:dimen/design_snackbar_background_corner_radius = 0x7f060080 +com.example.jmastermind:dimen/mtrl_switch_thumb_size = 0x7f060298 +com.example.jmastermind:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f12030b +com.example.jmastermind:attr/customStringValue = 0x7f03012d +com.example.jmastermind:string/abc_searchview_description_voice = 0x7f110017 +com.example.jmastermind:attr/prefixTextAppearance = 0x7f030322 +com.example.jmastermind:dimen/abc_search_view_preferred_height = 0x7f060036 +com.example.jmastermind:styleable/CheckedTextView = 0x7f13001b +com.example.jmastermind:color/abc_background_cache_hint_selector_material_dark = 0x7f050000 +com.example.jmastermind:attr/popupTheme = 0x7f03031f +com.example.jmastermind:attr/popupMenuStyle = 0x7f03031e +com.example.jmastermind:styleable/Fragment = 0x7f130036 +com.example.jmastermind:attr/popupMenuBackground = 0x7f03031d +com.example.jmastermind:attr/pivotAnchor = 0x7f030318 +com.example.jmastermind:attr/triggerSlack = 0x7f030435 +com.example.jmastermind:attr/perpendicularPath_percent = 0x7f030317 +com.example.jmastermind:attr/checkMarkCompat = 0x7f03008f +com.example.jmastermind:color/design_default_color_on_background = 0x7f05003f +com.example.jmastermind:color/material_dynamic_neutral_variant10 = 0x7f0501c2 +com.example.jmastermind:id/month_navigation_next = 0x7f09011e +com.example.jmastermind:attr/ratingBarStyleIndicator = 0x7f03032e +com.example.jmastermind:attr/path_percent = 0x7f030312 +com.example.jmastermind:attr/placeholderTextAppearance = 0x7f03031a +com.example.jmastermind:attr/motionDurationMedium1 = 0x7f0302d0 +com.example.jmastermind:style/TextAppearance.AppCompat.Small = 0x7f12019a +com.example.jmastermind:attr/pathMotionArc = 0x7f030311 +com.example.jmastermind:macro/m3_comp_search_view_divider_color = 0x7f0d0072 +com.example.jmastermind:attr/tintNavigationIcon = 0x7f030405 +com.example.jmastermind:attr/arrowShaftLength = 0x7f030036 +com.example.jmastermind:attr/passwordToggleEnabled = 0x7f03030e +com.example.jmastermind:attr/passwordToggleDrawable = 0x7f03030d +com.example.jmastermind:drawable/tooltip_frame_light = 0x7f0700e1 +com.example.jmastermind:attr/passwordToggleContentDescription = 0x7f03030c +com.example.jmastermind:attr/textAppearanceHeadline2 = 0x7f0303c8 +com.example.jmastermind:attr/paddingTopNoTitle = 0x7f030307 +com.example.jmastermind:dimen/m3_comp_switch_selected_pressed_state_layer_opacity = 0x7f06014c +com.example.jmastermind:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d +com.example.jmastermind:interpolator/m3_sys_motion_easing_emphasized = 0x7f0b0007 +com.example.jmastermind:anim/abc_slide_out_bottom = 0x7f010008 +com.example.jmastermind:attr/paddingBottomSystemWindowInsets = 0x7f030302 +com.example.jmastermind:attr/materialAlertDialogButtonSpacerVisibility = 0x7f030283 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f050156 +com.example.jmastermind:drawable/abc_textfield_search_material = 0x7f070076 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light = 0x7f120068 +com.example.jmastermind:attr/endIconTint = 0x7f030169 +com.example.jmastermind:attr/onTouchUp = 0x7f0302fe +com.example.jmastermind:attr/thumbIconTint = 0x7f0303f4 +com.example.jmastermind:attr/onCross = 0x7f0302f9 +com.example.jmastermind:layout/design_navigation_item_header = 0x7f0c0025 +com.example.jmastermind:attr/flow_verticalBias = 0x7f0301b8 +com.example.jmastermind:attr/indicatorDirectionCircular = 0x7f0301f2 +com.example.jmastermind:attr/numericModifiers = 0x7f0302f8 +com.example.jmastermind:attr/nestedScrollable = 0x7f0302f6 +com.example.jmastermind:attr/queryBackground = 0x7f030328 +com.example.jmastermind:dimen/material_clock_hand_center_dot_radius = 0x7f0601c8 +com.example.jmastermind:attr/navigationRailStyle = 0x7f0302f2 +com.example.jmastermind:style/Theme.Material3.Light.DialogWhenLarge = 0x7f120231 +com.example.jmastermind:color/m3_ref_palette_secondary0 = 0x7f05010d +com.example.jmastermind:id/bottom = 0x7f090058 +com.example.jmastermind:anim/linear_indeterminate_line2_tail_interpolator = 0x7f010020 +com.example.jmastermind:id/checked = 0x7f09008c +com.example.jmastermind:attr/collapsedTitleTextColor = 0x7f0300c6 +com.example.jmastermind:color/m3_ref_palette_neutral30 = 0x7f0500ea +com.example.jmastermind:id/sawtooth = 0x7f090197 +com.example.jmastermind:attr/dialogCornerRadius = 0x7f03013a +com.example.jmastermind:attr/navigationIcon = 0x7f0302ef +com.example.jmastermind:style/Base.ThemeOverlay.AppCompat = 0x7f120072 +com.example.jmastermind:attr/contentInsetLeft = 0x7f030101 +com.example.jmastermind:attr/moveWhenScrollAtTop = 0x7f0302ec +com.example.jmastermind:macro/m3_comp_suggestion_chip_container_shape = 0x7f0d008f +com.example.jmastermind:dimen/m3_btn_inset = 0x7f0600cd +com.example.jmastermind:attr/motion_triggerOnCollision = 0x7f0302eb +com.example.jmastermind:dimen/design_bottom_navigation_height = 0x7f060063 +com.example.jmastermind:layout/mtrl_search_view = 0x7f0c0060 +com.example.jmastermind:attr/tickMarkTintMode = 0x7f030401 +com.example.jmastermind:dimen/m3_extended_fab_start_padding = 0x7f06015b +com.example.jmastermind:styleable/ActionMenuView = 0x7f130003 +com.example.jmastermind:color/material_dynamic_secondary40 = 0x7f0501e0 +com.example.jmastermind:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f12020e +com.example.jmastermind:attr/motionStagger = 0x7f0302e8 +com.example.jmastermind:macro/m3_comp_outlined_text_field_input_text_color = 0x7f0d0050 +com.example.jmastermind:color/m3_ref_palette_neutral40 = 0x7f0500eb +com.example.jmastermind:macro/m3_comp_filled_text_field_error_active_indicator_color = 0x7f0d0029 +com.example.jmastermind:color/m3_ref_palette_neutral_variant20 = 0x7f0500f6 +com.example.jmastermind:dimen/mtrl_progress_circular_radius = 0x7f06027a +com.example.jmastermind:attr/motionPathRotate = 0x7f0302e6 +com.example.jmastermind:dimen/tooltip_corner_radius = 0x7f0602ba +com.example.jmastermind:color/secondary_text_default_material_light = 0x7f050276 +com.example.jmastermind:attr/materialCalendarHeaderSelection = 0x7f030292 +com.example.jmastermind:attr/motionEasingStandard = 0x7f0302e0 +com.example.jmastermind:attr/motionEasingLinearInterpolator = 0x7f0302df +com.example.jmastermind:color/design_fab_shadow_start_color = 0x7f05004d +com.example.jmastermind:animator/m3_extended_fab_change_size_collapse_motion_spec = 0x7f02000f +com.example.jmastermind:attr/cardCornerRadius = 0x7f030086 +com.example.jmastermind:attr/motionEasingLinear = 0x7f0302de +com.example.jmastermind:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f120222 +com.example.jmastermind:color/design_fab_stroke_end_inner_color = 0x7f05004e +com.example.jmastermind:styleable/MaterialAutoCompleteTextView = 0x7f13004b +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f12043c +com.example.jmastermind:attr/customIntegerValue = 0x7f03012a +com.example.jmastermind:attr/colorError = 0x7f0300d4 +com.example.jmastermind:attr/motionEasingEmphasizedInterpolator = 0x7f0302dd +com.example.jmastermind:styleable/RangeSlider = 0x7f13006e +com.example.jmastermind:id/dragDown = 0x7f0900b5 +com.example.jmastermind:styleable/ShapeableImageView = 0x7f130076 +com.example.jmastermind:attr/motionEasingDecelerated = 0x7f0302d9 +com.example.jmastermind:style/Theme.Material3.Dark = 0x7f120219 +com.example.jmastermind:attr/motionEasingAccelerated = 0x7f0302d8 +com.example.jmastermind:anim/linear_indeterminate_line2_head_interpolator = 0x7f01001f +com.example.jmastermind:attr/motionDurationShort4 = 0x7f0302d7 +com.example.jmastermind:drawable/abc_item_background_holo_light = 0x7f07004c +com.example.jmastermind:dimen/m3_badge_radius = 0x7f0600ad +com.example.jmastermind:attr/motionDurationShort3 = 0x7f0302d6 +com.example.jmastermind:attr/motionDurationShort2 = 0x7f0302d5 +com.example.jmastermind:attr/transitionFlags = 0x7f030430 +com.example.jmastermind:color/material_timepicker_clockface = 0x7f05022d +com.example.jmastermind:attr/motionDurationMedium3 = 0x7f0302d2 +com.example.jmastermind:color/bright_foreground_inverse_material_light = 0x7f050025 +com.example.jmastermind:anim/m3_side_sheet_slide_in = 0x7f010025 +com.example.jmastermind:attr/floatingActionButtonSmallSecondaryStyle = 0x7f0301a2 +com.example.jmastermind:style/Widget.AppCompat.SearchView.ActionBar = 0x7f120310 +com.example.jmastermind:id/decelerate = 0x7f0900a4 +com.example.jmastermind:layout/abc_list_menu_item_checkbox = 0x7f0c000e +com.example.jmastermind:attr/motionDurationLong2 = 0x7f0302cd +com.example.jmastermind:attr/backgroundStacked = 0x7f030048 +com.example.jmastermind:dimen/m3_appbar_size_large = 0x7f0600aa +com.example.jmastermind:attr/motionDurationLong1 = 0x7f0302cc +com.example.jmastermind:style/Widget.MaterialComponents.Badge = 0x7f1203d3 +com.example.jmastermind:drawable/mtrl_popupmenu_background_overlay = 0x7f0700c3 +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500c2 +com.example.jmastermind:attr/maxAcceleration = 0x7f0302af +com.example.jmastermind:attr/motionDurationExtraLong4 = 0x7f0302cb +com.example.jmastermind:id/unchecked = 0x7f090208 +com.example.jmastermind:animator/fragment_fade_enter = 0x7f020005 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f12042d +com.example.jmastermind:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1200e2 +com.example.jmastermind:attr/layout_constraintBottom_toBottomOf = 0x7f030230 +com.example.jmastermind:attr/dragDirection = 0x7f030146 +com.example.jmastermind:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070062 +com.example.jmastermind:color/m3_sys_color_dark_primary_container = 0x7f050144 +com.example.jmastermind:color/abc_search_url_text_pressed = 0x7f05000f +com.example.jmastermind:dimen/abc_select_dialog_padding_start_material = 0x7f06003a +com.example.jmastermind:color/abc_btn_colored_text_material = 0x7f050003 +com.example.jmastermind:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f12024a +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_color = 0x7f0d005e +com.example.jmastermind:id/honorRequest = 0x7f0900e6 +com.example.jmastermind:drawable/m3_password_eye = 0x7f07009a +com.example.jmastermind:dimen/mtrl_calendar_landscape_header_width = 0x7f060229 +com.example.jmastermind:attr/behavior_hideable = 0x7f03005b +com.example.jmastermind:attr/keyPositionType = 0x7f030219 +com.example.jmastermind:attr/floatingActionButtonSmallSurfaceStyle = 0x7f0301a4 +com.example.jmastermind:id/wrap_content = 0x7f09021a +com.example.jmastermind:attr/floatingActionButtonLargeSecondaryStyle = 0x7f03019b +com.example.jmastermind:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0d0045 +com.example.jmastermind:attr/mock_label = 0x7f0302c2 +com.example.jmastermind:attr/mock_diagonalsColor = 0x7f0302c1 +com.example.jmastermind:interpolator/m3_sys_motion_easing_standard_accelerate = 0x7f0b000c +com.example.jmastermind:id/easeIn = 0x7f0900bc +com.example.jmastermind:id/ratio = 0x7f090188 +com.example.jmastermind:attr/layout_constrainedHeight = 0x7f03022b +com.example.jmastermind:attr/minTouchTargetSize = 0x7f0302bf +com.example.jmastermind:attr/boxCornerRadiusBottomStart = 0x7f03006d +com.example.jmastermind:attr/layout_constraintRight_creator = 0x7f030245 +com.example.jmastermind:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011 +com.example.jmastermind:attr/maxLines = 0x7f0302b5 +com.example.jmastermind:id/material_timepicker_mode_button = 0x7f090113 +com.example.jmastermind:attr/materialTimePickerTitleStyle = 0x7f0302ae +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f120383 +com.example.jmastermind:interpolator/mtrl_linear_out_slow_in = 0x7f0b0011 +com.example.jmastermind:attr/materialSearchViewStyle = 0x7f0302a9 +com.example.jmastermind:attr/trackDecoration = 0x7f030427 +com.example.jmastermind:dimen/m3_ripple_hovered_alpha = 0x7f060179 +com.example.jmastermind:attr/materialCardViewFilledStyle = 0x7f03029b +com.example.jmastermind:dimen/design_navigation_padding_bottom = 0x7f06007c +com.example.jmastermind:attr/waveShape = 0x7f030444 +com.example.jmastermind:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f06029f +com.example.jmastermind:color/m3_highlighted_text = 0x7f050089 +com.example.jmastermind:attr/helperTextTextColor = 0x7f0301d6 +com.example.jmastermind:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1201d2 +com.example.jmastermind:attr/lastItemDecorated = 0x7f030221 +com.example.jmastermind:attr/materialCalendarYearNavigationButton = 0x7f030299 +com.example.jmastermind:color/button_material_light = 0x7f050029 +com.example.jmastermind:dimen/m3_btn_icon_btn_padding_left = 0x7f0600c7 +com.example.jmastermind:attr/layout_constraintBaseline_toBaselineOf = 0x7f03022e +com.example.jmastermind:attr/actionMenuTextAppearance = 0x7f03000e +com.example.jmastermind:macro/m3_comp_checkbox_selected_container_color = 0x7f0d0003 +com.example.jmastermind:attr/materialSwitchStyle = 0x7f0302aa +com.example.jmastermind:string/icon_content_description = 0x7f11002e +com.example.jmastermind:attr/closeIcon = 0x7f0300b9 +com.example.jmastermind:attr/flow_horizontalStyle = 0x7f0301b0 +com.example.jmastermind:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f05008d +com.example.jmastermind:color/m3_sys_color_light_on_tertiary = 0x7f050188 +com.example.jmastermind:style/TextAppearance.Material3.LabelSmall = 0x7f1201e0 +com.example.jmastermind:color/foreground_material_light = 0x7f05005b +com.example.jmastermind:dimen/mtrl_low_ripple_default_alpha = 0x7f060260 +com.example.jmastermind:attr/drawableTint = 0x7f030150 +com.example.jmastermind:id/match_parent = 0x7f090102 +com.example.jmastermind:attr/materialIconButtonFilledStyle = 0x7f0302a3 +com.example.jmastermind:attr/extraMultilineHeightEnabled = 0x7f03018a +com.example.jmastermind:attr/textAppearanceBodySmall = 0x7f0303c1 +com.example.jmastermind:attr/materialButtonStyle = 0x7f030289 +com.example.jmastermind:dimen/m3_comp_primary_navigation_tab_active_hover_state_layer_opacity = 0x7f060126 +com.example.jmastermind:attr/tabIndicatorGravity = 0x7f0303a5 +com.example.jmastermind:dimen/m3_card_elevated_dragged_z = 0x7f0600db +com.example.jmastermind:attr/chipStrokeColor = 0x7f0300ae +com.example.jmastermind:attr/buttonIconTintMode = 0x7f03007f +com.example.jmastermind:attr/closeIconTint = 0x7f0300be +com.example.jmastermind:attr/autoSizePresetSizes = 0x7f03003c +com.example.jmastermind:color/tooltip_background_dark = 0x7f050281 +com.example.jmastermind:attr/chipBackgroundColor = 0x7f03009e +com.example.jmastermind:attr/marginRightSystemWindowInsets = 0x7f030280 +com.example.jmastermind:attr/checkedChip = 0x7f030094 +com.example.jmastermind:attr/textInputOutlinedExposedDropdownMenuStyle = 0x7f0303ea +com.example.jmastermind:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f1202e5 +com.example.jmastermind:attr/daySelectedStyle = 0x7f03012f +com.example.jmastermind:attr/materialAlertDialogBodyTextStyle = 0x7f030282 +com.example.jmastermind:dimen/fastscroll_minimum_range = 0x7f060092 +com.example.jmastermind:id/src_in = 0x7f0901cd +com.example.jmastermind:id/search_mag_icon = 0x7f0901a6 +com.example.jmastermind:attr/marginTopSystemWindowInsets = 0x7f030281 +com.example.jmastermind:style/Theme.Material3.Dark.Dialog = 0x7f12021b +com.example.jmastermind:anim/abc_slide_in_top = 0x7f010007 +com.example.jmastermind:attr/marginLeftSystemWindowInsets = 0x7f03027f +com.example.jmastermind:attr/textAppearanceOverline = 0x7f0303d8 +com.example.jmastermind:attr/colorPrimaryDark = 0x7f0300e9 +com.example.jmastermind:attr/logoAdjustViewBounds = 0x7f03027b +com.example.jmastermind:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f12035d +com.example.jmastermind:drawable/$mtrl_checkbox_button_unchecked_checked__1 = 0x7f07001f +com.example.jmastermind:color/mtrl_tabs_colored_ripple_color = 0x7f05025b +com.example.jmastermind:color/m3_selection_control_ripple_color_selector = 0x7f050128 +com.example.jmastermind:attr/listPreferredItemHeightSmall = 0x7f030275 +com.example.jmastermind:layout/mtrl_calendar_vertical = 0x7f0c0050 +com.example.jmastermind:attr/showAnimationBehavior = 0x7f030354 +com.example.jmastermind:attr/drawableRightCompat = 0x7f03014d +com.example.jmastermind:dimen/m3_bottom_nav_item_padding_top = 0x7f0600b6 +com.example.jmastermind:drawable/$m3_avd_show_password__2 = 0x7f07000c +com.example.jmastermind:attr/maxButtonHeight = 0x7f0302b1 +com.example.jmastermind:attr/listMenuViewStyle = 0x7f030271 +com.example.jmastermind:animator/mtrl_extended_fab_show_motion_spec = 0x7f02001b +com.example.jmastermind:attr/listLayout = 0x7f030270 +com.example.jmastermind:drawable/mtrl_checkbox_button_icon_checked_indeterminate = 0x7f0700b0 +com.example.jmastermind:attr/listChoiceIndicatorSingleAnimated = 0x7f03026d +com.example.jmastermind:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f1203c8 +com.example.jmastermind:interpolator/fast_out_slow_in = 0x7f0b0006 +com.example.jmastermind:attr/listChoiceBackgroundIndicator = 0x7f03026b +com.example.jmastermind:color/material_timepicker_button_background = 0x7f05022a +com.example.jmastermind:dimen/notification_large_icon_width = 0x7f0602b0 +com.example.jmastermind:id/tag_accessibility_heading = 0x7f0901dd +com.example.jmastermind:attr/cardForegroundColor = 0x7f030088 +com.example.jmastermind:color/mtrl_chip_close_icon_tint = 0x7f05023c +com.example.jmastermind:attr/alertDialogStyle = 0x7f030028 +com.example.jmastermind:attr/flow_lastVerticalStyle = 0x7f0301b4 +com.example.jmastermind:attr/liftOnScroll = 0x7f030264 +com.example.jmastermind:id/normalCircle91 = 0x7f090169 +com.example.jmastermind:string/mtrl_switch_thumb_path_morphing = 0x7f110087 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_primary = 0x7f05015a +com.example.jmastermind:attr/trackThickness = 0x7f03042b +com.example.jmastermind:color/m3_sys_color_dark_on_secondary = 0x7f05013b +com.example.jmastermind:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f050251 +com.example.jmastermind:attr/listItemLayout = 0x7f03026f +com.example.jmastermind:attr/closeIconSize = 0x7f0300bc +com.example.jmastermind:attr/layout_scrollEffect = 0x7f030261 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_primary_container = 0x7f05015b +com.example.jmastermind:animator/fragment_close_enter = 0x7f020003 +com.example.jmastermind:drawable/mtrl_switch_thumb_pressed_checked = 0x7f0700c9 +com.example.jmastermind:dimen/mtrl_textinput_outline_box_expanded_padding = 0x7f0602a2 +com.example.jmastermind:attr/layout_goneMarginStart = 0x7f03025c +com.example.jmastermind:color/m3_timepicker_clock_text_color = 0x7f0501a5 +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f05016c +com.example.jmastermind:color/m3_ref_palette_dynamic_primary0 = 0x7f0500b2 +com.example.jmastermind:attr/indicatorSize = 0x7f0301f5 +com.example.jmastermind:id/tag_on_receive_content_listener = 0x7f0901e0 +com.example.jmastermind:color/m3_sys_color_dark_tertiary = 0x7f050149 +com.example.jmastermind:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0d00ae +com.example.jmastermind:interpolator/m3_sys_motion_easing_emphasized_decelerate = 0x7f0b0009 +com.example.jmastermind:dimen/m3_navigation_item_shape_inset_start = 0x7f060169 +com.example.jmastermind:attr/errorAccessibilityLiveRegion = 0x7f03016f +com.example.jmastermind:color/material_dynamic_tertiary0 = 0x7f0501e8 +com.example.jmastermind:attr/constraintSet = 0x7f0300f8 +com.example.jmastermind:attr/itemIconTint = 0x7f030203 +com.example.jmastermind:attr/layout_editor_absoluteY = 0x7f030257 +com.example.jmastermind:dimen/mtrl_calendar_text_input_padding_top = 0x7f060235 +com.example.jmastermind:attr/layout_scrollInterpolator = 0x7f030263 +com.example.jmastermind:style/Widget.AppCompat.TextView = 0x7f120317 +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f1201a3 +com.example.jmastermind:attr/progressBarPadding = 0x7f030326 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Headline = 0x7f12001d +com.example.jmastermind:attr/expandedTitleMarginTop = 0x7f030180 +com.example.jmastermind:attr/layout_constraintVertical_chainStyle = 0x7f03024f +com.example.jmastermind:attr/layout_constraintVertical_bias = 0x7f03024e +com.example.jmastermind:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f120128 +com.example.jmastermind:attr/viewInflaterClass = 0x7f03043d +com.example.jmastermind:drawable/notification_bg_low_pressed = 0x7f0700d6 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1202ca +com.example.jmastermind:attr/itemHorizontalTranslationEnabled = 0x7f030200 +com.example.jmastermind:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f120292 +com.example.jmastermind:attr/materialDisplayDividerStyle = 0x7f0302a0 +com.example.jmastermind:color/design_default_color_primary = 0x7f050044 +com.example.jmastermind:drawable/abc_cab_background_internal_bg = 0x7f070038 +com.example.jmastermind:attr/windowActionBar = 0x7f030446 +com.example.jmastermind:attr/textAppearanceBodyLarge = 0x7f0303bf +com.example.jmastermind:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f12007e +com.example.jmastermind:color/m3_ref_palette_secondary60 = 0x7f050114 +com.example.jmastermind:attr/layout_constraintStart_toEndOf = 0x7f030248 +com.example.jmastermind:attr/subheaderColor = 0x7f030389 +com.example.jmastermind:animator/mtrl_card_state_list_anim = 0x7f020016 +com.example.jmastermind:drawable/notification_bg_normal = 0x7f0700d7 +com.example.jmastermind:id/counter = 0x7f09009d +com.example.jmastermind:dimen/m3_comp_search_bar_container_height = 0x7f060130 +com.example.jmastermind:attr/expandedTitleMarginBottom = 0x7f03017d +com.example.jmastermind:attr/layout_constraintEnd_toStartOf = 0x7f030237 +com.example.jmastermind:id/center_vertical = 0x7f090060 +com.example.jmastermind:attr/layout_goneMarginRight = 0x7f03025b +com.example.jmastermind:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1202e7 +com.example.jmastermind:attr/layout_constraintLeft_toLeftOf = 0x7f030243 +com.example.jmastermind:style/Widget.Material3.BottomAppBar.Legacy = 0x7f120332 +com.example.jmastermind:dimen/mtrl_calendar_header_text_padding = 0x7f060226 +com.example.jmastermind:dimen/m3_comp_elevated_button_container_elevation = 0x7f0600f2 +com.example.jmastermind:attr/buttonIconTint = 0x7f03007e +com.example.jmastermind:attr/layout_constraintDimensionRatio = 0x7f030235 +com.example.jmastermind:style/Theme.AppCompat.Light.NoActionBar = 0x7f120210 +com.example.jmastermind:string/abc_menu_function_shortcut_label = 0x7f11000c +com.example.jmastermind:attr/color = 0x7f0300cc +com.example.jmastermind:attr/layout_constraintCircle = 0x7f030232 +com.example.jmastermind:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1200ed +com.example.jmastermind:id/progress_horizontal = 0x7f090184 +com.example.jmastermind:animator/m3_card_elevated_state_list_anim = 0x7f02000b +com.example.jmastermind:attr/dividerVertical = 0x7f030145 +com.example.jmastermind:attr/layout_constraintBaseline_creator = 0x7f03022d +com.example.jmastermind:color/m3_textfield_input_text_color = 0x7f05019f +com.example.jmastermind:style/Base.Theme.AppCompat = 0x7f120049 +com.example.jmastermind:layout/material_time_input = 0x7f0c003c +com.example.jmastermind:attr/motionDurationMedium2 = 0x7f0302d1 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_decelerate_control_x2 = 0x7f0601a9 +com.example.jmastermind:string/mtrl_checkbox_button_icon_path_name = 0x7f110055 +com.example.jmastermind:attr/simpleItemSelectedColor = 0x7f030360 +com.example.jmastermind:dimen/abc_text_size_display_2_material = 0x7f060044 +com.example.jmastermind:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f +com.example.jmastermind:style/Theme.AppCompat.Light = 0x7f12020a +com.example.jmastermind:attr/logoScaleType = 0x7f03027d +com.example.jmastermind:attr/layout_anchorGravity = 0x7f030227 +com.example.jmastermind:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f120225 +com.example.jmastermind:attr/flow_firstVerticalBias = 0x7f0301ab +com.example.jmastermind:attr/layoutDescription = 0x7f030223 +com.example.jmastermind:styleable/MaterialCalendar = 0x7f13004e +com.example.jmastermind:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f1202fd +com.example.jmastermind:attr/tooltipForegroundColor = 0x7f03041a +com.example.jmastermind:drawable/$avd_show_password__0 = 0x7f070003 +com.example.jmastermind:attr/chipIconVisible = 0x7f0300a6 +com.example.jmastermind:attr/labelBehavior = 0x7f03021d +com.example.jmastermind:dimen/m3_searchview_height = 0x7f060186 +com.example.jmastermind:id/direct = 0x7f0900b0 +com.example.jmastermind:attr/lStar = 0x7f03021c +com.example.jmastermind:attr/checkedIconVisible = 0x7f03009b +com.example.jmastermind:integer/mtrl_calendar_header_orientation = 0x7f0a0028 +com.example.jmastermind:color/m3_tabs_ripple_color_secondary = 0x7f050197 +com.example.jmastermind:style/MaterialAlertDialog.Material3.Body.Text = 0x7f12011e +com.example.jmastermind:dimen/mtrl_switch_track_height = 0x7f060299 +com.example.jmastermind:attr/materialDividerStyle = 0x7f0302a2 +com.example.jmastermind:attr/keyboardIcon = 0x7f03021a +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500c1 +com.example.jmastermind:attr/itemTextAppearanceActive = 0x7f030215 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f12039c +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Large.Tertiary = 0x7f120371 +com.example.jmastermind:attr/motionEasingEmphasized = 0x7f0302da +com.example.jmastermind:dimen/abc_list_item_height_small_material = 0x7f060032 +com.example.jmastermind:attr/state_error = 0x7f03037e +com.example.jmastermind:style/Theme.Material3.DayNight.SideSheetDialog = 0x7f120228 +com.example.jmastermind:string/material_motion_easing_standard = 0x7f110046 +com.example.jmastermind:attr/defaultQueryHint = 0x7f030134 +com.example.jmastermind:style/Theme.MaterialComponents.Dialog.Alert = 0x7f120249 +com.example.jmastermind:style/Base.Widget.AppCompat.ImageButton = 0x7f1200d6 +com.example.jmastermind:attr/motionDurationLong3 = 0x7f0302ce +com.example.jmastermind:attr/chainUseRtl = 0x7f03008e +com.example.jmastermind:attr/itemTextAppearance = 0x7f030214 +com.example.jmastermind:attr/actionModeSplitBackground = 0x7f03001b +com.example.jmastermind:style/Widget.AppCompat.RatingBar = 0x7f12030c +com.example.jmastermind:attr/boxStrokeColor = 0x7f030070 +com.example.jmastermind:id/transition_scene_layoutid_cache = 0x7f090205 +com.example.jmastermind:attr/chipMinTouchTargetSize = 0x7f0300a8 +com.example.jmastermind:attr/colorPrimary = 0x7f0300e7 +com.example.jmastermind:macro/m3_comp_search_bar_hover_supporting_text_color = 0x7f0d0067 +com.example.jmastermind:attr/listPreferredItemPaddingStart = 0x7f030279 +com.example.jmastermind:attr/itemStrokeWidth = 0x7f030213 +com.example.jmastermind:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1200f5 +com.example.jmastermind:dimen/mtrl_card_checked_icon_size = 0x7f06023e +com.example.jmastermind:attr/bottomSheetStyle = 0x7f030068 +com.example.jmastermind:attr/customDimension = 0x7f030128 +com.example.jmastermind:attr/bottomSheetDragHandleStyle = 0x7f030067 +com.example.jmastermind:attr/materialIconButtonFilledTonalStyle = 0x7f0302a4 +com.example.jmastermind:attr/lastBaselineToBottomHeight = 0x7f030220 +com.example.jmastermind:attr/tabTextColor = 0x7f0303b6 +com.example.jmastermind:attr/startIconTintMode = 0x7f030379 +com.example.jmastermind:attr/itemSpacing = 0x7f030211 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f12023e +com.example.jmastermind:color/m3_sys_color_dark_on_tertiary = 0x7f05013f +com.example.jmastermind:attr/itemShapeInsetEnd = 0x7f03020e +com.example.jmastermind:color/m3_card_ripple_color = 0x7f050069 +com.example.jmastermind:attr/motionEasingEmphasizedDecelerateInterpolator = 0x7f0302dc +com.example.jmastermind:dimen/design_bottom_navigation_label_padding = 0x7f060067 +com.example.jmastermind:attr/closeItemLayout = 0x7f0300c0 +com.example.jmastermind:integer/m3_sys_motion_duration_extra_long2 = 0x7f0a000f +com.example.jmastermind:anim/mtrl_bottom_sheet_slide_out = 0x7f010028 +com.example.jmastermind:attr/itemPadding = 0x7f030206 +com.example.jmastermind:id/contiguous = 0x7f09009a +com.example.jmastermind:attr/listPreferredItemHeightLarge = 0x7f030274 +com.example.jmastermind:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1200b8 +com.example.jmastermind:attr/drawPath = 0x7f030149 +com.example.jmastermind:id/centerCrop = 0x7f09005d +com.example.jmastermind:id/masked = 0x7f090101 +com.example.jmastermind:attr/sideSheetModalStyle = 0x7f03035e +com.example.jmastermind:attr/itemIconPadding = 0x7f030201 +com.example.jmastermind:attr/shapeAppearanceCornerSmall = 0x7f03034c +com.example.jmastermind:attr/itemFillColor = 0x7f0301fe +com.example.jmastermind:attr/listPreferredItemPaddingEnd = 0x7f030276 +com.example.jmastermind:id/dragRight = 0x7f0900b8 +com.example.jmastermind:attr/itemBackground = 0x7f0301fd +com.example.jmastermind:attr/checkMarkTint = 0x7f030090 +com.example.jmastermind:macro/m3_comp_switch_disabled_unselected_track_color = 0x7f0d0096 +com.example.jmastermind:attr/isMaterialTheme = 0x7f0301fb +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f120149 +com.example.jmastermind:attr/queryPatterns = 0x7f03032a +com.example.jmastermind:attr/tabInlineLabel = 0x7f0303a7 +com.example.jmastermind:attr/isLightTheme = 0x7f0301f8 +com.example.jmastermind:dimen/m3_comp_switch_unselected_pressed_state_layer_opacity = 0x7f060151 +com.example.jmastermind:attr/insetForeground = 0x7f0301f7 +com.example.jmastermind:drawable/abc_spinner_textfield_background_material = 0x7f070067 +com.example.jmastermind:attr/colorOnErrorContainer = 0x7f0300da +com.example.jmastermind:attr/indicatorColor = 0x7f0301f1 +com.example.jmastermind:attr/indeterminateProgressStyle = 0x7f0301f0 +com.example.jmastermind:attr/fastScrollHorizontalTrackDrawable = 0x7f030196 +com.example.jmastermind:attr/state_dragged = 0x7f03037d +com.example.jmastermind:attr/iconTintMode = 0x7f0301ec +com.example.jmastermind:attr/paddingLeftSystemWindowInsets = 0x7f030304 +com.example.jmastermind:style/TextAppearance.Material3.SearchView = 0x7f1201e3 +com.example.jmastermind:attr/logoDescription = 0x7f03027c +com.example.jmastermind:styleable/FloatingActionButton_Behavior_Layout = 0x7f130031 +com.example.jmastermind:attr/iconStartPadding = 0x7f0301ea +com.example.jmastermind:anim/design_snackbar_in = 0x7f01001a +com.example.jmastermind:color/m3_sys_color_light_inverse_surface = 0x7f05017e +com.example.jmastermind:attr/materialCardViewOutlinedStyle = 0x7f03029c +com.example.jmastermind:dimen/abc_text_size_display_4_material = 0x7f060046 +com.example.jmastermind:attr/iconSize = 0x7f0301e9 +com.example.jmastermind:attr/iconGravity = 0x7f0301e7 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0d007f +com.example.jmastermind:integer/m3_chip_anim_duration = 0x7f0a000d +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f0601a8 +com.example.jmastermind:attr/tabIconTintMode = 0x7f03039f +com.example.jmastermind:attr/enforceMaterialTheme = 0x7f03016b +com.example.jmastermind:attr/navigationMode = 0x7f0302f1 +com.example.jmastermind:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c +com.example.jmastermind:attr/floatingActionButtonSecondaryStyle = 0x7f0301a0 +com.example.jmastermind:string/mtrl_checkbox_button_icon_path_checked = 0x7f110052 +com.example.jmastermind:attr/backgroundColor = 0x7f030041 +com.example.jmastermind:attr/fontVariationSettings = 0x7f0301c6 +com.example.jmastermind:id/accessibility_custom_action_9 = 0x7f09002f +com.example.jmastermind:attr/voiceIcon = 0x7f03043f +com.example.jmastermind:dimen/mtrl_textinput_counter_margin_start = 0x7f0602a0 +com.example.jmastermind:attr/materialTimePickerTheme = 0x7f0302ad +com.example.jmastermind:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f1203e3 +com.example.jmastermind:attr/itemHorizontalPadding = 0x7f0301ff +com.example.jmastermind:attr/materialIconButtonOutlinedStyle = 0x7f0302a5 +com.example.jmastermind:id/fitCenter = 0x7f0900ce +com.example.jmastermind:attr/height = 0x7f0301d2 +com.example.jmastermind:style/Base.Widget.AppCompat.TextView = 0x7f1200f2 +com.example.jmastermind:string/side_sheet_accessibility_pane_title = 0x7f110098 +com.example.jmastermind:string/mtrl_picker_navigate_to_year_description = 0x7f110071 +com.example.jmastermind:id/normalCircle92 = 0x7f09016a +com.example.jmastermind:attr/actionModeShareDrawable = 0x7f03001a +com.example.jmastermind:dimen/notification_subtext_size = 0x7f0602b7 +com.example.jmastermind:attr/layout_constraintWidth_default = 0x7f030251 +com.example.jmastermind:id/design_menu_item_action_area_stub = 0x7f0900ab +com.example.jmastermind:attr/defaultDuration = 0x7f030132 +com.example.jmastermind:attr/ensureMinTouchTargetSize = 0x7f03016d +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_focus_state_layer_opacity = 0x7f0600f7 +com.example.jmastermind:attr/headerLayout = 0x7f0301d1 +com.example.jmastermind:attr/layout_constraintVertical_weight = 0x7f030250 +com.example.jmastermind:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f1203c2 +com.example.jmastermind:color/m3_slider_thumb_color = 0x7f05012d +com.example.jmastermind:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0b0008 +com.example.jmastermind:id/normalCircle54 = 0x7f09015c +com.example.jmastermind:integer/m3_btn_anim_duration_ms = 0x7f0a000a +com.example.jmastermind:dimen/material_clock_hand_padding = 0x7f0601c9 +com.example.jmastermind:layout/abc_action_mode_close_item_material = 0x7f0c0005 +com.example.jmastermind:attr/haloRadius = 0x7f0301d0 +com.example.jmastermind:id/arc = 0x7f09004a +com.example.jmastermind:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0600a8 +com.example.jmastermind:style/Widget.Material3.CheckedTextView = 0x7f12034e +com.example.jmastermind:color/m3_ref_palette_secondary90 = 0x7f050117 +com.example.jmastermind:attr/shapeAppearance = 0x7f030347 +com.example.jmastermind:id/screen = 0x7f090199 +com.example.jmastermind:attr/materialButtonToggleGroupStyle = 0x7f03028a +com.example.jmastermind:attr/actionBarPopupTheme = 0x7f030002 +com.example.jmastermind:attr/navigationContentDescription = 0x7f0302ee +com.example.jmastermind:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070028 +com.example.jmastermind:attr/flow_horizontalBias = 0x7f0301ae +com.example.jmastermind:id/checkCircle103 = 0x7f090065 +com.example.jmastermind:attr/keylines = 0x7f03021b +com.example.jmastermind:attr/addElevationShadow = 0x7f030025 +com.example.jmastermind:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f12033a +com.example.jmastermind:string/mtrl_picker_today_description = 0x7f110080 +com.example.jmastermind:attr/goIcon = 0x7f0301ce +com.example.jmastermind:macro/m3_comp_switch_selected_pressed_handle_color = 0x7f0d00a2 +com.example.jmastermind:attr/buttonGravity = 0x7f03007b +com.example.jmastermind:color/m3_ref_palette_tertiary90 = 0x7f050124 +com.example.jmastermind:color/material_dynamic_secondary20 = 0x7f0501de +com.example.jmastermind:id/snackbar_action = 0x7f0901c1 +com.example.jmastermind:attr/errorIconTint = 0x7f030173 +com.example.jmastermind:attr/gapBetweenBars = 0x7f0301cc +com.example.jmastermind:style/Widget.Material3.SearchView.Prefix = 0x7f1203ab +com.example.jmastermind:attr/telltales_velocityMode = 0x7f0303bb +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500c3 +com.example.jmastermind:id/navigation_bar_item_large_label_view = 0x7f09013e +com.example.jmastermind:attr/framePosition = 0x7f0301cb +com.example.jmastermind:id/image = 0x7f0900ec +com.example.jmastermind:attr/forceDefaultNavigationOnClickListener = 0x7f0301c9 +com.example.jmastermind:attr/expandedTitleTextAppearance = 0x7f030181 +com.example.jmastermind:attr/colorOnSurface = 0x7f0300e0 +com.example.jmastermind:macro/m3_comp_switch_unselected_focus_icon_color = 0x7f0d00a8 +com.example.jmastermind:dimen/m3_comp_switch_track_height = 0x7f06014d +com.example.jmastermind:id/row_index_key = 0x7f090193 +com.example.jmastermind:anim/abc_popup_enter = 0x7f010003 +com.example.jmastermind:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f120058 +com.example.jmastermind:attr/fontWeight = 0x7f0301c7 +com.example.jmastermind:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f120011 +com.example.jmastermind:drawable/abc_switch_thumb_material = 0x7f07006a +com.example.jmastermind:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1201ad +com.example.jmastermind:attr/fontStyle = 0x7f0301c5 +com.example.jmastermind:dimen/material_textinput_default_width = 0x7f0601e2 +com.example.jmastermind:style/Base.ThemeOverlay.Material3.SideSheetDialog = 0x7f12007c +com.example.jmastermind:attr/actionBarStyle = 0x7f030005 +com.example.jmastermind:attr/contentPadding = 0x7f030105 +com.example.jmastermind:string/path_password_eye = 0x7f110090 +com.example.jmastermind:attr/materialCalendarTheme = 0x7f030298 +com.example.jmastermind:dimen/material_divider_thickness = 0x7f0601d3 +com.example.jmastermind:attr/fontProviderSystemFontFamily = 0x7f0301c4 +com.example.jmastermind:color/m3_sys_color_dark_on_surface = 0x7f05013d +com.example.jmastermind:attr/fontProviderQuery = 0x7f0301c3 +com.example.jmastermind:attr/shapeCornerFamily = 0x7f030351 +com.example.jmastermind:attr/fontProviderFetchStrategy = 0x7f0301c0 +com.example.jmastermind:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070035 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f120146 +com.example.jmastermind:attr/fontProviderAuthority = 0x7f0301be +com.example.jmastermind:styleable/Slider = 0x7f130078 +com.example.jmastermind:attr/backgroundOverlayColorAlpha = 0x7f030046 +com.example.jmastermind:dimen/mtrl_slider_label_square_side = 0x7f06028a +com.example.jmastermind:color/design_dark_default_color_background = 0x7f050030 +com.example.jmastermind:attr/layout_goneMarginLeft = 0x7f03025a +com.example.jmastermind:color/m3_ref_palette_neutral20 = 0x7f0500e9 +com.example.jmastermind:attr/layout_constraintWidth_max = 0x7f030252 +com.example.jmastermind:attr/measureWithLargestChild = 0x7f0302b8 +com.example.jmastermind:attr/fontFamily = 0x7f0301bd +com.example.jmastermind:string/mtrl_picker_start_date_description = 0x7f110079 +com.example.jmastermind:id/action_bar_title = 0x7f090036 +com.example.jmastermind:attr/layout_goneMarginEnd = 0x7f030259 +com.example.jmastermind:attr/flow_wrapMode = 0x7f0301bb +com.example.jmastermind:layout/design_bottom_navigation_item = 0x7f0c001d +com.example.jmastermind:attr/horizontalOffsetWithText = 0x7f0301e3 +com.example.jmastermind:id/scrollable = 0x7f09019e +com.example.jmastermind:attr/backgroundTint = 0x7f030049 +com.example.jmastermind:attr/flow_verticalStyle = 0x7f0301ba +com.example.jmastermind:attr/crossfade = 0x7f030122 +com.example.jmastermind:string/appbar_scrolling_view_behavior = 0x7f11001d +com.example.jmastermind:color/error_color_material_dark = 0x7f050058 +com.example.jmastermind:attr/layout_anchor = 0x7f030226 +com.example.jmastermind:attr/motionInterpolator = 0x7f0302e4 +com.example.jmastermind:attr/dropDownListViewStyle = 0x7f030156 +com.example.jmastermind:color/foreground_material_dark = 0x7f05005a +com.example.jmastermind:color/switch_thumb_normal_material_light = 0x7f05027e +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1202c2 +com.example.jmastermind:attr/endIconScaleType = 0x7f030168 +com.example.jmastermind:style/Widget.MaterialComponents.Button.TextButton.Icon = 0x7f1203e4 +com.example.jmastermind:style/Base.Widget.AppCompat.Button = 0x7f1200c7 +com.example.jmastermind:attr/flow_horizontalAlign = 0x7f0301ad +com.example.jmastermind:attr/itemMaxLines = 0x7f030204 +com.example.jmastermind:string/path_password_eye_mask_visible = 0x7f110092 +com.example.jmastermind:attr/flow_firstHorizontalBias = 0x7f0301a9 +com.example.jmastermind:dimen/mtrl_progress_circular_track_thickness_extra_small = 0x7f06027f +com.example.jmastermind:color/m3_sys_color_dynamic_dark_surface = 0x7f05015e +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500cb +com.example.jmastermind:animator/m3_extended_fab_show_motion_spec = 0x7f020012 +com.example.jmastermind:attr/iconEndPadding = 0x7f0301e6 +com.example.jmastermind:attr/subtitleTextAppearance = 0x7f030390 +com.example.jmastermind:attr/floatingActionButtonSmallStyle = 0x7f0301a3 +com.example.jmastermind:string/material_clock_display_divider = 0x7f11003b +com.example.jmastermind:dimen/m3_comp_fab_primary_small_container_height = 0x7f060107 +com.example.jmastermind:style/Base.V14.Theme.Material3.Dark.BottomSheetDialog = 0x7f120084 +com.example.jmastermind:attr/materialThemeOverlay = 0x7f0302ab +com.example.jmastermind:style/ShapeAppearanceOverlay.Material3.Corner.Right = 0x7f120175 +com.example.jmastermind:dimen/mtrl_shape_corner_size_large_component = 0x7f060284 +com.example.jmastermind:color/m3_ref_palette_primary70 = 0x7f050108 +com.example.jmastermind:attr/layout_constraintCircleAngle = 0x7f030233 +com.example.jmastermind:color/m3_tabs_icon_color = 0x7f050194 +com.example.jmastermind:id/normalCircle34 = 0x7f090154 +com.example.jmastermind:id/month_navigation_fragment_toggle = 0x7f09011d +com.example.jmastermind:attr/indicatorInset = 0x7f0301f4 +com.example.jmastermind:string/abc_searchview_description_search = 0x7f110015 +com.example.jmastermind:dimen/mtrl_extended_fab_min_height = 0x7f060250 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary20 = 0x7f0500b5 +com.example.jmastermind:attr/minSeparation = 0x7f0302be +com.example.jmastermind:dimen/m3_sys_state_dragged_state_layer_opacity = 0x7f0601bc +com.example.jmastermind:attr/layout_goneMarginBottom = 0x7f030258 +com.example.jmastermind:attr/floatingActionButtonSmallPrimaryStyle = 0x7f0301a1 +com.example.jmastermind:attr/buttonBarPositiveButtonStyle = 0x7f030078 +com.example.jmastermind:attr/tabMaxWidth = 0x7f0303a8 +com.example.jmastermind:macro/m3_comp_switch_selected_pressed_track_color = 0x7f0d00a5 +com.example.jmastermind:integer/material_motion_duration_long_1 = 0x7f0a001e +com.example.jmastermind:attr/fastScrollHorizontalThumbDrawable = 0x7f030195 +com.example.jmastermind:attr/attributeName = 0x7f030037 +com.example.jmastermind:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020015 +com.example.jmastermind:dimen/mtrl_slider_track_height = 0x7f06028d +com.example.jmastermind:attr/collapseContentDescription = 0x7f0300c1 +com.example.jmastermind:id/month_grid = 0x7f09011b +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500c9 +com.example.jmastermind:dimen/m3_ripple_focused_alpha = 0x7f060178 +com.example.jmastermind:attr/fabSize = 0x7f030193 +com.example.jmastermind:attr/fabCradleVerticalOffset = 0x7f030191 +com.example.jmastermind:id/jcjselect = 0x7f0900f3 +com.example.jmastermind:macro/m3_comp_slider_disabled_handle_color = 0x7f0d0089 +com.example.jmastermind:attr/actionLayout = 0x7f03000d +com.example.jmastermind:attr/startIconContentDescription = 0x7f030374 +com.example.jmastermind:attr/searchHintIcon = 0x7f03033e +com.example.jmastermind:attr/fabCradleMargin = 0x7f03018f +com.example.jmastermind:attr/clickAction = 0x7f0300b4 +com.example.jmastermind:styleable/Toolbar = 0x7f130088 +com.example.jmastermind:drawable/mtrl_switch_thumb_pressed_unchecked = 0x7f0700ca +com.example.jmastermind:attr/fabCradleRoundedCornerRadius = 0x7f030190 +com.example.jmastermind:dimen/notification_big_circle_margin = 0x7f0602ad +com.example.jmastermind:attr/fabAnimationMode = 0x7f03018e +com.example.jmastermind:color/design_box_stroke_color = 0x7f05002f +com.example.jmastermind:color/m3_chip_text_color = 0x7f050071 +com.example.jmastermind:layout/mtrl_alert_dialog = 0x7f0c0041 +com.example.jmastermind:attr/lineSpacing = 0x7f030269 +com.example.jmastermind:attr/extendedFloatingActionButtonTertiaryStyle = 0x7f030189 +com.example.jmastermind:attr/extendedFloatingActionButtonStyle = 0x7f030187 +com.example.jmastermind:attr/extendStrategy = 0x7f030184 +com.example.jmastermind:color/m3_ref_palette_error70 = 0x7f0500e1 +com.example.jmastermind:id/mtrl_picker_text_input_range_start = 0x7f090136 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500d4 +com.example.jmastermind:color/mtrl_filled_icon_tint = 0x7f050247 +com.example.jmastermind:attr/paddingStart = 0x7f030306 +com.example.jmastermind:dimen/abc_action_bar_elevation_material = 0x7f060005 +com.example.jmastermind:string/mtrl_switch_thumb_path_unchecked = 0x7f11008a +com.example.jmastermind:attr/expandedTitleMarginEnd = 0x7f03017e +com.example.jmastermind:attr/buttonPanelSideLayout = 0x7f030080 +com.example.jmastermind:dimen/mtrl_textinput_box_stroke_width_default = 0x7f06029e +com.example.jmastermind:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1203d6 +com.example.jmastermind:attr/expandedTitleGravity = 0x7f03017b +com.example.jmastermind:styleable/Constraint = 0x7f130025 +com.example.jmastermind:animator/mtrl_btn_state_list_anim = 0x7f020014 +com.example.jmastermind:attr/expanded = 0x7f030179 +com.example.jmastermind:attr/expandActivityOverflowButtonDrawable = 0x7f030178 +com.example.jmastermind:style/Widget.Material3.SearchBar = 0x7f1203a8 +com.example.jmastermind:id/compress = 0x7f090095 +com.example.jmastermind:attr/checkedTextViewStyle = 0x7f03009d +com.example.jmastermind:attr/errorTextColor = 0x7f030177 +com.example.jmastermind:attr/colorControlNormal = 0x7f0300d3 +com.example.jmastermind:color/design_default_color_on_error = 0x7f050040 +com.example.jmastermind:attr/stackFromEnd = 0x7f030371 +com.example.jmastermind:id/rules = 0x7f090194 +com.example.jmastermind:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f120198 +com.example.jmastermind:dimen/m3_comp_outlined_autocomplete_menu_container_elevation = 0x7f06011d +com.example.jmastermind:attr/materialDividerHeavyStyle = 0x7f0302a1 +com.example.jmastermind:attr/titleCollapseMode = 0x7f030408 +com.example.jmastermind:attr/backgroundInsetStart = 0x7f030044 +com.example.jmastermind:integer/config_tooltipAnimTime = 0x7f0a0005 +com.example.jmastermind:dimen/m3_badge_vertical_offset = 0x7f0600ae +com.example.jmastermind:layout/design_layout_snackbar = 0x7f0c001f +com.example.jmastermind:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f050164 +com.example.jmastermind:dimen/mtrl_badge_with_text_radius = 0x7f0601f4 +com.example.jmastermind:interpolator/mtrl_linear = 0x7f0b0010 +com.example.jmastermind:color/mtrl_navigation_item_icon_tint = 0x7f05024f +com.example.jmastermind:style/Widget.Material3.NavigationRailView = 0x7f12039f +com.example.jmastermind:style/ShapeAppearanceOverlay.MaterialComponents.FloatingActionButton = 0x7f12017f +com.example.jmastermind:attr/flow_firstHorizontalStyle = 0x7f0301aa +com.example.jmastermind:attr/badgeRadius = 0x7f03004c +com.example.jmastermind:attr/mock_showDiagonals = 0x7f0302c5 +com.example.jmastermind:attr/defaultMarginsEnabled = 0x7f030133 +com.example.jmastermind:attr/removeEmbeddedFabElevation = 0x7f030335 +com.example.jmastermind:attr/defaultState = 0x7f030136 +com.example.jmastermind:animator/mtrl_extended_fab_state_list_animator = 0x7f02001c +com.example.jmastermind:drawable/logo = 0x7f070096 +com.example.jmastermind:macro/m3_comp_outlined_text_field_focus_outline_color = 0x7f0d004b +com.example.jmastermind:id/disjoint = 0x7f0900b4 +com.example.jmastermind:dimen/mtrl_bottomappbar_height = 0x7f0601fa +com.example.jmastermind:attr/layout_behavior = 0x7f030228 +com.example.jmastermind:string/search_menu_title = 0x7f110094 +com.example.jmastermind:attr/actionModeWebSearchDrawable = 0x7f03001e +com.example.jmastermind:attr/endIconTintMode = 0x7f03016a +com.example.jmastermind:dimen/mtrl_calendar_header_divider_thickness = 0x7f060222 +com.example.jmastermind:attr/colorSurface = 0x7f0300f0 +com.example.jmastermind:attr/endIconMinSize = 0x7f030166 +com.example.jmastermind:attr/boxCornerRadiusTopEnd = 0x7f03006e +com.example.jmastermind:color/design_dark_default_color_secondary = 0x7f05003a +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f1202f0 +com.example.jmastermind:macro/m3_comp_outlined_text_field_focus_supporting_text_color = 0x7f0d004c +com.example.jmastermind:color/design_icon_tint = 0x7f050052 +com.example.jmastermind:attr/iconTint = 0x7f0301eb +com.example.jmastermind:attr/isMaterial3DynamicColorApplied = 0x7f0301f9 +com.example.jmastermind:attr/autoSizeStepGranularity = 0x7f03003d +com.example.jmastermind:attr/titleMarginTop = 0x7f03040e +com.example.jmastermind:attr/endIconContentDescription = 0x7f030164 +com.example.jmastermind:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f12009e +com.example.jmastermind:attr/actionModeCloseContentDescription = 0x7f030012 +com.example.jmastermind:attr/strokeColor = 0x7f030386 +com.example.jmastermind:dimen/m3_bottomappbar_fab_end_margin = 0x7f0600be +com.example.jmastermind:macro/m3_comp_switch_disabled_unselected_handle_color = 0x7f0d0094 +com.example.jmastermind:id/search_view_toolbar = 0x7f0901b4 +com.example.jmastermind:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1203cf +com.example.jmastermind:attr/maxCharacterCount = 0x7f0302b2 +com.example.jmastermind:attr/enableEdgeToEdge = 0x7f030162 +com.example.jmastermind:attr/elevationOverlayEnabled = 0x7f030160 +com.example.jmastermind:attr/elevationOverlayAccentColor = 0x7f03015e +com.example.jmastermind:color/m3_sys_color_dark_on_primary_container = 0x7f05013a +com.example.jmastermind:attr/elevation = 0x7f03015d +com.example.jmastermind:attr/dividerHorizontal = 0x7f030140 +com.example.jmastermind:color/material_grey_850 = 0x7f0501fa +com.example.jmastermind:style/Widget.AppCompat.ListMenuView = 0x7f120302 +com.example.jmastermind:attr/colorOutlineVariant = 0x7f0300e6 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f120064 +com.example.jmastermind:attr/editTextStyle = 0x7f03015c +com.example.jmastermind:color/material_dynamic_neutral60 = 0x7f0501bb +com.example.jmastermind:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f1201fa +com.example.jmastermind:attr/editTextColor = 0x7f03015b +com.example.jmastermind:style/Widget.Material3.FloatingActionButton.Tertiary = 0x7f120379 +com.example.jmastermind:drawable/notification_template_icon_low_bg = 0x7f0700db +com.example.jmastermind:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f1203be +com.example.jmastermind:attr/listChoiceIndicatorMultipleAnimated = 0x7f03026c +com.example.jmastermind:style/Theme.Material3.Dark.SideSheetDialog = 0x7f120220 +com.example.jmastermind:id/bounce = 0x7f090059 +com.example.jmastermind:attr/expandedTitleMargin = 0x7f03017c +com.example.jmastermind:attr/badgeWithTextRadius = 0x7f030050 +com.example.jmastermind:attr/editTextBackground = 0x7f03015a +com.example.jmastermind:layout/mtrl_picker_actions = 0x7f0c0055 +com.example.jmastermind:attr/chipIconSize = 0x7f0300a4 +com.example.jmastermind:attr/duration = 0x7f030158 +com.example.jmastermind:color/m3_hint_foreground = 0x7f05008a +com.example.jmastermind:string/mtrl_picker_range_header_only_end_selected = 0x7f110073 +com.example.jmastermind:attr/sizePercent = 0x7f030366 +com.example.jmastermind:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f0601aa +com.example.jmastermind:attr/drawerLayoutStyle = 0x7f030155 +com.example.jmastermind:attr/bottomInsetScrimEnabled = 0x7f030064 +com.example.jmastermind:attr/checkedButton = 0x7f030093 +com.example.jmastermind:attr/drawableTopCompat = 0x7f030152 +com.example.jmastermind:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f1203a6 +com.example.jmastermind:attr/boxBackgroundMode = 0x7f03006a +com.example.jmastermind:attr/drawableStartCompat = 0x7f03014f +com.example.jmastermind:color/m3_sys_color_light_on_error = 0x7f050180 +com.example.jmastermind:dimen/abc_text_size_menu_material = 0x7f06004b +com.example.jmastermind:attr/drawableSize = 0x7f03014e +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0 = 0x7f070010 +com.example.jmastermind:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f0601bd +com.example.jmastermind:style/ThemeOverlay.MaterialComponents = 0x7f1202aa +com.example.jmastermind:attr/cardElevation = 0x7f030087 +com.example.jmastermind:attr/drawableLeftCompat = 0x7f03014c +com.example.jmastermind:dimen/abc_button_inset_horizontal_material = 0x7f060012 +com.example.jmastermind:attr/motionDurationMedium4 = 0x7f0302d3 +com.example.jmastermind:style/Base.Widget.Material3.BottomNavigationView = 0x7f1200f9 +com.example.jmastermind:attr/collapsingToolbarLayoutLargeSize = 0x7f0300c7 +com.example.jmastermind:color/m3_ref_palette_neutral_variant80 = 0x7f0500fc +com.example.jmastermind:attr/drawableEndCompat = 0x7f03014b +com.example.jmastermind:dimen/m3_searchbar_height = 0x7f06017d +com.example.jmastermind:dimen/m3_comp_filled_button_container_elevation = 0x7f06010a +com.example.jmastermind:attr/counterTextColor = 0x7f030121 +com.example.jmastermind:color/mtrl_switch_track_tint = 0x7f05025a +com.example.jmastermind:string/m3_sys_motion_easing_standard = 0x7f110038 +com.example.jmastermind:attr/minHeight = 0x7f0302bc +com.example.jmastermind:id/transition_transform = 0x7f090206 +com.example.jmastermind:attr/layoutManager = 0x7f030225 +com.example.jmastermind:attr/staggered = 0x7f030372 +com.example.jmastermind:dimen/abc_dialog_fixed_width_minor = 0x7f06001f +com.example.jmastermind:color/material_on_background_emphasis_high_type = 0x7f050201 +com.example.jmastermind:attr/alertDialogButtonGroupStyle = 0x7f030026 +com.example.jmastermind:dimen/compat_control_corner_material = 0x7f06005a +com.example.jmastermind:attr/dividerPadding = 0x7f030143 +com.example.jmastermind:attr/verticalOffsetWithText = 0x7f03043c +com.example.jmastermind:attr/dividerInsetStart = 0x7f030142 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Display2 = 0x7f12001a +com.example.jmastermind:dimen/abc_button_padding_vertical_material = 0x7f060015 +com.example.jmastermind:color/m3_ref_palette_primary95 = 0x7f05010b +com.example.jmastermind:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f1201f6 +com.example.jmastermind:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0600b5 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral100 = 0x7f05009a +com.example.jmastermind:attr/trackColorActive = 0x7f030424 +com.example.jmastermind:attr/compatShadowEnabled = 0x7f0300f7 +com.example.jmastermind:id/normalCircle82 = 0x7f090166 +com.example.jmastermind:attr/actionBarTabTextStyle = 0x7f030008 +com.example.jmastermind:color/material_grey_800 = 0x7f0501f9 +com.example.jmastermind:color/material_blue_grey_900 = 0x7f0501ae +com.example.jmastermind:macro/m3_comp_extended_fab_secondary_container_color = 0x7f0d0011 +com.example.jmastermind:attr/listPopupWindowStyle = 0x7f030272 +com.example.jmastermind:id/reset = 0x7f09018b +com.example.jmastermind:style/Widget.Material3.NavigationView = 0x7f1203a1 +com.example.jmastermind:id/navigation_header_container = 0x7f090140 +com.example.jmastermind:id/decelerateAndComplete = 0x7f0900a5 +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_active_hover_state_layer_color = 0x7f0d0057 +com.example.jmastermind:id/progress_circular = 0x7f090183 +com.example.jmastermind:id/layout = 0x7f0900f7 +com.example.jmastermind:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015 +com.example.jmastermind:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f1203bf +com.example.jmastermind:color/m3_calendar_item_stroke_color = 0x7f050067 +com.example.jmastermind:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070047 +com.example.jmastermind:styleable/ThemeEnforcement = 0x7f130087 +com.example.jmastermind:attr/deltaPolarAngle = 0x7f030137 +com.example.jmastermind:attr/boxCornerRadiusBottomEnd = 0x7f03006c +com.example.jmastermind:style/Widget.AppCompat.ActionBar.Solid = 0x7f1202d3 +com.example.jmastermind:integer/mtrl_btn_anim_duration_ms = 0x7f0a0027 +com.example.jmastermind:color/m3_ref_palette_neutral0 = 0x7f0500e6 +com.example.jmastermind:color/design_fab_stroke_top_outer_color = 0x7f050051 +com.example.jmastermind:attr/defaultScrollFlagsEnabled = 0x7f030135 +com.example.jmastermind:id/month_title = 0x7f090120 +com.example.jmastermind:styleable/CollapsingToolbarLayout_Layout = 0x7f130022 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderDivider = 0x7f120386 +com.example.jmastermind:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f120283 +com.example.jmastermind:attr/closeIconStartPadding = 0x7f0300bd +com.example.jmastermind:attr/counterOverflowTextColor = 0x7f03011f +com.example.jmastermind:attr/percentWidth = 0x7f030314 +com.example.jmastermind:attr/materialCalendarHeaderToggleButton = 0x7f030294 +com.example.jmastermind:attr/layout_scrollFlags = 0x7f030262 +com.example.jmastermind:attr/flow_lastHorizontalStyle = 0x7f0301b2 +com.example.jmastermind:attr/hideMotionSpec = 0x7f0301d8 +com.example.jmastermind:attr/badgeGravity = 0x7f03004b +com.example.jmastermind:attr/flow_verticalGap = 0x7f0301b9 +com.example.jmastermind:string/abc_menu_shift_shortcut_label = 0x7f11000e +com.example.jmastermind:drawable/mtrl_dialog_background = 0x7f0700b7 +com.example.jmastermind:attr/colorOnPrimarySurface = 0x7f0300dd +com.example.jmastermind:dimen/mtrl_extended_fab_icon_size = 0x7f06024e +com.example.jmastermind:styleable/FragmentContainerView = 0x7f130037 +com.example.jmastermind:attr/triggerReceiver = 0x7f030434 +com.example.jmastermind:id/blue = 0x7f090057 +com.example.jmastermind:id/accessibility_custom_action_23 = 0x7f090020 +com.example.jmastermind:attr/mock_labelBackgroundColor = 0x7f0302c3 +com.example.jmastermind:id/mtrl_card_checked_layer_id = 0x7f09012b +com.example.jmastermind:attr/customColorDrawableValue = 0x7f030126 +com.example.jmastermind:attr/currentState = 0x7f030123 +com.example.jmastermind:attr/autoShowKeyboard = 0x7f030039 +com.example.jmastermind:attr/touchRegionId = 0x7f030421 +com.example.jmastermind:id/textinput_suffix_text = 0x7f0901f7 +com.example.jmastermind:animator/mtrl_extended_fab_change_size_expand_motion_spec = 0x7f020019 +com.example.jmastermind:dimen/mtrl_low_ripple_focused_alpha = 0x7f060261 +com.example.jmastermind:attr/floatingActionButtonLargeSurfaceStyle = 0x7f03019d +com.example.jmastermind:styleable/AppBarLayout_Layout = 0x7f13000c +com.example.jmastermind:style/CardView.Light = 0x7f12011b +com.example.jmastermind:attr/actionBarSize = 0x7f030003 +com.example.jmastermind:attr/counterMaxLength = 0x7f03011d +com.example.jmastermind:attr/activityChooserViewStyle = 0x7f030024 +com.example.jmastermind:attr/cornerSizeTopRight = 0x7f03011b +com.example.jmastermind:attr/itemPaddingBottom = 0x7f030207 +com.example.jmastermind:attr/suffixTextColor = 0x7f030395 +com.example.jmastermind:attr/cornerRadius = 0x7f030116 +com.example.jmastermind:macro/m3_comp_extended_fab_surface_icon_color = 0x7f0d0014 +com.example.jmastermind:attr/expandedHintEnabled = 0x7f03017a +com.example.jmastermind:dimen/m3_comp_fab_primary_container_height = 0x7f0600fe +com.example.jmastermind:macro/m3_comp_filter_chip_container_shape = 0x7f0d002f +com.example.jmastermind:attr/cornerFamilyTopRight = 0x7f030115 +com.example.jmastermind:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f120432 +com.example.jmastermind:dimen/m3_badge_with_text_vertical_offset = 0x7f0600b1 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f05014c +com.example.jmastermind:attr/paddingRightSystemWindowInsets = 0x7f030305 +com.example.jmastermind:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f120109 +com.example.jmastermind:id/matrix = 0x7f090117 +com.example.jmastermind:id/accessibility_custom_action_4 = 0x7f09002a +com.example.jmastermind:styleable/MenuView = 0x7f13005d +com.example.jmastermind:attr/imageButtonStyle = 0x7f0301ee +com.example.jmastermind:attr/cornerFamilyBottomRight = 0x7f030113 +com.example.jmastermind:attr/motionTarget = 0x7f0302e9 +com.example.jmastermind:attr/colorSecondary = 0x7f0300ed +com.example.jmastermind:id/scroll = 0x7f09019a +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f12043b +com.example.jmastermind:color/abc_tint_edittext = 0x7f050015 +com.example.jmastermind:attr/backgroundInsetBottom = 0x7f030042 +com.example.jmastermind:attr/itemActiveIndicatorStyle = 0x7f0301fc +com.example.jmastermind:styleable/ConstraintSet = 0x7f130028 +com.example.jmastermind:attr/colorOnSecondary = 0x7f0300de +com.example.jmastermind:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0d0048 +com.example.jmastermind:attr/overlapAnchor = 0x7f0302ff +com.example.jmastermind:attr/contentInsetRight = 0x7f030102 +com.example.jmastermind:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017 +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f0500a5 +com.example.jmastermind:id/cut = 0x7f0900a2 +com.example.jmastermind:style/Widget.Design.CollapsingToolbar = 0x7f120320 +com.example.jmastermind:style/Theme.AppCompat.Light.Dialog = 0x7f12020c +com.example.jmastermind:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001 +com.example.jmastermind:attr/barrierAllowsGoneWidgets = 0x7f030052 +com.example.jmastermind:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f12039e +com.example.jmastermind:color/m3_ref_palette_error0 = 0x7f0500d9 +com.example.jmastermind:styleable/NavigationRailView = 0x7f130066 +com.example.jmastermind:attr/contentInsetEndWithActions = 0x7f030100 +com.example.jmastermind:attr/clockHandColor = 0x7f0300b6 +com.example.jmastermind:id/action_divider = 0x7f090039 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f120405 +com.example.jmastermind:color/material_dynamic_primary90 = 0x7f0501d8 +com.example.jmastermind:attr/contentDescription = 0x7f0300fe +com.example.jmastermind:attr/barrierMargin = 0x7f030054 +com.example.jmastermind:attr/allowStacking = 0x7f03002a +com.example.jmastermind:attr/buttonStyle = 0x7f030081 +com.example.jmastermind:attr/flow_lastVerticalBias = 0x7f0301b3 +com.example.jmastermind:attr/constraint_referenced_ids = 0x7f0300fb +com.example.jmastermind:macro/m3_comp_switch_unselected_hover_track_color = 0x7f0d00b0 +com.example.jmastermind:color/design_default_color_primary_variant = 0x7f050046 +com.example.jmastermind:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f12010a +com.example.jmastermind:attr/clockNumberTextColor = 0x7f0300b8 +com.example.jmastermind:attr/alpha = 0x7f03002b +com.example.jmastermind:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013 +com.example.jmastermind:attr/isMaterial3Theme = 0x7f0301fa +com.example.jmastermind:id/search_view_search_prefix = 0x7f0901b2 +com.example.jmastermind:macro/m3_comp_sheet_bottom_docked_container_shape = 0x7f0d0085 +com.example.jmastermind:attr/constraintSetEnd = 0x7f0300f9 +com.example.jmastermind:dimen/m3_comp_outlined_text_field_focus_outline_width = 0x7f060123 +com.example.jmastermind:color/m3_ref_palette_tertiary60 = 0x7f050121 +com.example.jmastermind:style/Base.Widget.MaterialComponents.MaterialCalendar.NavigationButton = 0x7f12010f +com.example.jmastermind:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f0600fb +com.example.jmastermind:attr/colorTertiaryContainer = 0x7f0300f5 +com.example.jmastermind:attr/dragScale = 0x7f030147 +com.example.jmastermind:dimen/design_snackbar_elevation = 0x7f060081 +com.example.jmastermind:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e +com.example.jmastermind:attr/colorSwitchThumbNormal = 0x7f0300f3 +com.example.jmastermind:color/m3_ref_palette_primary99 = 0x7f05010c +com.example.jmastermind:color/material_dynamic_tertiary70 = 0x7f0501f0 +com.example.jmastermind:id/embed = 0x7f0900c1 +com.example.jmastermind:attr/collapsedSize = 0x7f0300c3 +com.example.jmastermind:dimen/m3_comp_slider_disabled_handle_opacity = 0x7f06013d +com.example.jmastermind:color/m3_sys_color_light_inverse_on_surface = 0x7f05017c +com.example.jmastermind:id/accessibility_custom_action_0 = 0x7f090010 +com.example.jmastermind:attr/materialCardViewStyle = 0x7f03029d +com.example.jmastermind:drawable/m3_popupmenu_background_overlay = 0x7f07009b +com.example.jmastermind:color/m3_sys_color_dark_outline = 0x7f050141 +com.example.jmastermind:style/Widget.AppCompat.Button.Colored = 0x7f1202e1 +com.example.jmastermind:attr/centerIfNoTextEnabled = 0x7f03008d +com.example.jmastermind:id/material_value_index = 0x7f090116 +com.example.jmastermind:attr/cornerSizeBottomRight = 0x7f030119 +com.example.jmastermind:attr/contentInsetStart = 0x7f030103 +com.example.jmastermind:color/m3_ref_palette_secondary99 = 0x7f050119 +com.example.jmastermind:id/mtrl_picker_header_toggle = 0x7f090133 +com.example.jmastermind:color/m3_sys_color_dynamic_dark_outline_variant = 0x7f050159 +com.example.jmastermind:id/action_bar = 0x7f090030 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary80 = 0x7f0500bb +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f120387 +com.example.jmastermind:attr/thickness = 0x7f0303f0 +com.example.jmastermind:color/m3_ref_palette_error60 = 0x7f0500e0 +com.example.jmastermind:style/Base.Widget.AppCompat.PopupWindow = 0x7f1200e6 +com.example.jmastermind:attr/chipStrokeWidth = 0x7f0300af +com.example.jmastermind:attr/colorPrimaryContainer = 0x7f0300e8 +com.example.jmastermind:attr/contrast = 0x7f03010d +com.example.jmastermind:color/m3_sys_color_light_secondary = 0x7f05018e +com.example.jmastermind:attr/state_with_icon = 0x7f030382 +com.example.jmastermind:layout/abc_expanded_menu_layout = 0x7f0c000d +com.example.jmastermind:attr/dayInvalidStyle = 0x7f03012e +com.example.jmastermind:id/pressed = 0x7f090182 +com.example.jmastermind:attr/colorOnSurfaceInverse = 0x7f0300e1 +com.example.jmastermind:style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal = 0x7f12027b +com.example.jmastermind:dimen/m3_appbar_size_medium = 0x7f0600ab +com.example.jmastermind:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f120061 +com.example.jmastermind:animator/m3_btn_state_list_anim = 0x7f02000a +com.example.jmastermind:color/black = 0x7f050021 +com.example.jmastermind:styleable/MockView = 0x7f13005e +com.example.jmastermind:dimen/design_bottom_navigation_icon_size = 0x7f060064 +com.example.jmastermind:bool/abc_action_bar_embed_tabs = 0x7f040000 +com.example.jmastermind:attr/layout_editor_absoluteX = 0x7f030256 +com.example.jmastermind:color/m3_ref_palette_error50 = 0x7f0500df +com.example.jmastermind:attr/textAppearanceSmallPopupMenu = 0x7f0303dc +com.example.jmastermind:dimen/notification_small_icon_size_as_large = 0x7f0602b6 +com.example.jmastermind:style/TextAppearance.AppCompat.Medium = 0x7f120195 +com.example.jmastermind:attr/behavior_skipCollapsed = 0x7f030060 +com.example.jmastermind:id/mtrl_picker_text_input_range_end = 0x7f090135 +com.example.jmastermind:color/material_dynamic_neutral_variant100 = 0x7f0501c3 +com.example.jmastermind:attr/buttonIcon = 0x7f03007c +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f12002f +com.example.jmastermind:attr/cardViewStyle = 0x7f03008c +com.example.jmastermind:dimen/m3_extended_fab_min_height = 0x7f06015a +com.example.jmastermind:id/cradle = 0x7f09009f +com.example.jmastermind:attr/colorOnPrimary = 0x7f0300db +com.example.jmastermind:attr/colorOnContainer = 0x7f0300d7 +com.example.jmastermind:id/search_view_header_container = 0x7f0901af +com.example.jmastermind:dimen/mtrl_calendar_maximum_default_fullscreen_minor_axis = 0x7f06022a +com.example.jmastermind:style/Animation.AppCompat.Dialog = 0x7f120002 +com.example.jmastermind:color/m3_sys_color_dark_primary = 0x7f050143 +com.example.jmastermind:attr/colorControlHighlight = 0x7f0300d2 +com.example.jmastermind:attr/fastScrollVerticalThumbDrawable = 0x7f030197 +com.example.jmastermind:attr/onHide = 0x7f0302fa +com.example.jmastermind:attr/colorControlActivated = 0x7f0300d1 +com.example.jmastermind:attr/colorButtonNormal = 0x7f0300cf +com.example.jmastermind:id/checkCircle84 = 0x7f090086 +com.example.jmastermind:drawable/abc_ratingbar_small_material = 0x7f07005d +com.example.jmastermind:id/titleDividerNoCustom = 0x7f0901fa +com.example.jmastermind:attr/icon = 0x7f0301e5 +com.example.jmastermind:attr/colorBackgroundFloating = 0x7f0300ce +com.example.jmastermind:color/mtrl_btn_bg_color_selector = 0x7f05022f +com.example.jmastermind:color/m3_slider_inactive_track_color = 0x7f05012c +com.example.jmastermind:anim/mtrl_card_lowers_interpolator = 0x7f010029 +com.example.jmastermind:dimen/mtrl_high_ripple_focused_alpha = 0x7f06025d +com.example.jmastermind:integer/abc_config_activityShortDur = 0x7f0a0001 +com.example.jmastermind:attr/listPreferredItemPaddingRight = 0x7f030278 +com.example.jmastermind:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f120368 +com.example.jmastermind:color/material_dynamic_primary70 = 0x7f0501d6 +com.example.jmastermind:attr/itemShapeInsetStart = 0x7f03020f +com.example.jmastermind:attr/materialSearchBarStyle = 0x7f0302a7 +com.example.jmastermind:attr/limitBoundsTo = 0x7f030267 +com.example.jmastermind:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f120442 +com.example.jmastermind:color/mtrl_choice_chip_background_color = 0x7f05023f +com.example.jmastermind:string/mtrl_picker_toggle_to_text_input_mode = 0x7f110083 +com.example.jmastermind:attr/collapseIcon = 0x7f0300c2 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Item = 0x7f12038d +com.example.jmastermind:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f050178 +com.example.jmastermind:id/checkCircle102 = 0x7f090064 +com.example.jmastermind:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f06029d +com.example.jmastermind:styleable/Variant = 0x7f13008c +com.example.jmastermind:macro/m3_comp_primary_navigation_tab_with_label_text_label_text_type = 0x7f0d0063 +com.example.jmastermind:dimen/m3_btn_icon_only_min_width = 0x7f0600cc +com.example.jmastermind:color/design_fab_stroke_top_inner_color = 0x7f050050 +com.example.jmastermind:attr/dynamicColorThemeOverlay = 0x7f030159 +com.example.jmastermind:dimen/mtrl_calendar_header_selection_line_height = 0x7f060225 +com.example.jmastermind:attr/floatingActionButtonSurfaceStyle = 0x7f0301a7 +com.example.jmastermind:attr/collapsedTitleTextAppearance = 0x7f0300c5 +com.example.jmastermind:color/m3_sys_color_light_outline = 0x7f05018a +com.example.jmastermind:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f12027e +com.example.jmastermind:attr/behavior_autoHide = 0x7f030055 +com.example.jmastermind:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1202a7 +com.example.jmastermind:attr/closeIconEndPadding = 0x7f0300bb +com.example.jmastermind:dimen/mtrl_calendar_action_confirm_button_min_width = 0x7f060213 +com.example.jmastermind:id/blocking = 0x7f090056 +com.example.jmastermind:color/material_personalized_color_on_tertiary_container = 0x7f050218 +com.example.jmastermind:anim/abc_grow_fade_in_from_bottom = 0x7f010002 +com.example.jmastermind:drawable/ic_arrow_back_black_24 = 0x7f070088 +com.example.jmastermind:attr/closeIconEnabled = 0x7f0300ba +com.example.jmastermind:attr/collapsingToolbarLayoutMediumStyle = 0x7f0300ca +com.example.jmastermind:attr/colorPrimaryVariant = 0x7f0300ec +com.example.jmastermind:attr/chipSurfaceColor = 0x7f0300b1 +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2 = 0x7f07001d +com.example.jmastermind:attr/badgeWidePadding = 0x7f03004f +com.example.jmastermind:attr/titleMargin = 0x7f03040a +com.example.jmastermind:attr/maxVelocity = 0x7f0302b6 +com.example.jmastermind:string/mtrl_picker_invalid_format_example = 0x7f11006d +com.example.jmastermind:attr/clockFaceBackgroundColor = 0x7f0300b5 +com.example.jmastermind:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f120293 +com.example.jmastermind:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f12006d +com.example.jmastermind:color/m3_default_color_primary_text = 0x7f050077 +com.example.jmastermind:dimen/m3_comp_outlined_text_field_disabled_input_text_opacity = 0x7f060120 +com.example.jmastermind:attr/itemVerticalPadding = 0x7f030218 +com.example.jmastermind:color/m3_ref_palette_tertiary0 = 0x7f05011a +com.example.jmastermind:attr/chipIconTint = 0x7f0300a5 +com.example.jmastermind:attr/dayStyle = 0x7f030130 +com.example.jmastermind:color/m3_navigation_item_background_color = 0x7f05008f +com.example.jmastermind:attr/colorOnError = 0x7f0300d9 +com.example.jmastermind:attr/textAppearanceLabelMedium = 0x7f0303d1 +com.example.jmastermind:attr/tabIndicator = 0x7f0303a0 +com.example.jmastermind:attr/circleRadius = 0x7f0300b2 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary10 = 0x7f0500b3 +com.example.jmastermind:attr/customColorValue = 0x7f030127 +com.example.jmastermind:attr/dialogPreferredPadding = 0x7f03013b +com.example.jmastermind:attr/motionDurationShort1 = 0x7f0302d4 +com.example.jmastermind:dimen/m3_comp_switch_disabled_unselected_handle_opacity = 0x7f060148 +com.example.jmastermind:attr/chipStandaloneStyle = 0x7f0300ac +com.example.jmastermind:color/m3_timepicker_button_ripple_color = 0x7f0501a3 +com.example.jmastermind:attr/content = 0x7f0300fd +com.example.jmastermind:attr/collapsingToolbarLayoutMediumSize = 0x7f0300c9 +com.example.jmastermind:style/Base.Widget.Material3.FloatingActionButton = 0x7f120102 +com.example.jmastermind:attr/progressBarStyle = 0x7f030327 +com.example.jmastermind:anim/m3_bottom_sheet_slide_out = 0x7f010022 +com.example.jmastermind:attr/buttonBarNeutralButtonStyle = 0x7f030077 +com.example.jmastermind:dimen/design_bottom_navigation_item_min_width = 0x7f060066 +com.example.jmastermind:string/mtrl_exceed_max_badge_number_content_description = 0x7f11005e +com.example.jmastermind:attr/percentHeight = 0x7f030313 +com.example.jmastermind:attr/chipMinHeight = 0x7f0300a7 +com.example.jmastermind:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010 +com.example.jmastermind:attr/colorTertiary = 0x7f0300f4 +com.example.jmastermind:attr/listPreferredItemPaddingLeft = 0x7f030277 +com.example.jmastermind:string/material_timepicker_text_input_mode_description = 0x7f110050 +com.example.jmastermind:id/accessibility_custom_action_12 = 0x7f090014 +com.example.jmastermind:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f12008d +com.example.jmastermind:anim/design_bottom_sheet_slide_in = 0x7f010018 +com.example.jmastermind:color/m3_simple_item_ripple_color = 0x7f050129 +com.example.jmastermind:styleable/BottomAppBar = 0x7f130015 +com.example.jmastermind:attr/boxCollapsedPaddingTop = 0x7f03006b +com.example.jmastermind:macro/m3_comp_outlined_text_field_caret_color = 0x7f0d0040 +com.example.jmastermind:id/center_horizontal = 0x7f09005f +com.example.jmastermind:dimen/mtrl_navigation_rail_active_text_size = 0x7f06026d +com.example.jmastermind:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f120418 +com.example.jmastermind:attr/fontProviderPackage = 0x7f0301c2 +com.example.jmastermind:dimen/abc_alert_dialog_button_dimen = 0x7f060011 +com.example.jmastermind:attr/dividerInsetEnd = 0x7f030141 +com.example.jmastermind:attr/behavior_fitToContents = 0x7f030059 +com.example.jmastermind:attr/checkedState = 0x7f03009c +com.example.jmastermind:attr/checkedIconTint = 0x7f03009a +com.example.jmastermind:attr/nestedScrollViewStyle = 0x7f0302f5 +com.example.jmastermind:anim/mtrl_bottom_sheet_slide_in = 0x7f010027 +com.example.jmastermind:attr/checkedIconSize = 0x7f030099 +com.example.jmastermind:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0d009a +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral70 = 0x7f0500a0 +com.example.jmastermind:attr/buttonCompat = 0x7f03007a +com.example.jmastermind:attr/checkedIconMargin = 0x7f030098 +com.example.jmastermind:attr/checkedIconGravity = 0x7f030097 +com.example.jmastermind:id/navigation_bar_item_active_indicator_view = 0x7f09013a +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500d8 +com.example.jmastermind:dimen/m3_comp_fab_primary_pressed_state_layer_opacity = 0x7f060106 +com.example.jmastermind:id/hideable = 0x7f0900e3 +com.example.jmastermind:attr/actionBarTabBarStyle = 0x7f030006 +com.example.jmastermind:color/material_personalized_color_surface_variant = 0x7f050221 +com.example.jmastermind:attr/materialCalendarStyle = 0x7f030297 +com.example.jmastermind:id/dialog_button = 0x7f0900ae +com.example.jmastermind:color/button_material_dark = 0x7f050028 +com.example.jmastermind:attr/maxHeight = 0x7f0302b3 +com.example.jmastermind:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f12024e +com.example.jmastermind:attr/drawerLayoutCornerSize = 0x7f030154 +com.example.jmastermind:style/Widget.MaterialComponents.Chip.Action = 0x7f1203ea +com.example.jmastermind:attr/boxBackgroundColor = 0x7f030069 +com.example.jmastermind:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f060172 +com.example.jmastermind:attr/checkMarkTintMode = 0x7f030091 +com.example.jmastermind:dimen/m3_alert_dialog_title_bottom_margin = 0x7f0600a3 +com.example.jmastermind:attr/buttonStyleSmall = 0x7f030082 +com.example.jmastermind:attr/cornerFamily = 0x7f030111 +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_accelerate_control_y2 = 0x7f0601b3 +com.example.jmastermind:attr/font = 0x7f0301bc +com.example.jmastermind:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f12029c +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f0601b8 +com.example.jmastermind:attr/colorOutline = 0x7f0300e5 +com.example.jmastermind:style/TextAppearance.AppCompat.Button = 0x7f120187 +com.example.jmastermind:color/material_dynamic_neutral_variant95 = 0x7f0501cc +com.example.jmastermind:id/action_bar_spinner = 0x7f090034 +com.example.jmastermind:id/accessibility_custom_action_21 = 0x7f09001e +com.example.jmastermind:color/m3_ref_palette_dynamic_primary40 = 0x7f0500b7 +com.example.jmastermind:attr/textAppearanceHeadline5 = 0x7f0303cb +com.example.jmastermind:styleable/TextInputEditText = 0x7f130085 +com.example.jmastermind:attr/transitionDisable = 0x7f03042e +com.example.jmastermind:attr/chipEndPadding = 0x7f0300a0 +com.example.jmastermind:attr/actionBarTabStyle = 0x7f030007 +com.example.jmastermind:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500d6 +com.example.jmastermind:attr/subtitleTextColor = 0x7f030391 +com.example.jmastermind:attr/buttonIconDimen = 0x7f03007d +com.example.jmastermind:attr/behavior_expandedOffset = 0x7f030058 +com.example.jmastermind:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f120334 +com.example.jmastermind:attr/boxStrokeWidthFocused = 0x7f030073 +com.example.jmastermind:attr/firstBaselineToTopHeight = 0x7f030199 +com.example.jmastermind:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0d0023 +com.example.jmastermind:color/m3_ref_palette_error95 = 0x7f0500e4 +com.example.jmastermind:layout/abc_search_dropdown_item_icons_2line = 0x7f0c0018 +com.example.jmastermind:color/material_dynamic_tertiary30 = 0x7f0501ec +com.example.jmastermind:attr/tabMinWidth = 0x7f0303a9 +com.example.jmastermind:styleable/MaterialCardView = 0x7f130050 +com.example.jmastermind:attr/subheaderTextAppearance = 0x7f03038c +com.example.jmastermind:attr/backgroundSplit = 0x7f030047 +com.example.jmastermind:attr/hideOnScroll = 0x7f0301db +com.example.jmastermind:id/circle_center = 0x7f09008e +com.example.jmastermind:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012 +com.example.jmastermind:dimen/mtrl_btn_letter_spacing = 0x7f060205 +com.example.jmastermind:style/Widget.Design.BottomNavigationView = 0x7f12031e +com.example.jmastermind:animator/m3_extended_fab_state_list_animator = 0x7f020013 +com.example.jmastermind:id/autoComplete = 0x7f09004e +com.example.jmastermind:color/m3_ref_palette_tertiary80 = 0x7f050123 +com.example.jmastermind:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f120141 +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f0601b2 +com.example.jmastermind:dimen/m3_comp_fab_primary_large_icon_size = 0x7f060104 +com.example.jmastermind:string/mtrl_picker_text_input_month_abbr = 0x7f11007e +com.example.jmastermind:attr/layout_collapseMode = 0x7f030229 +com.example.jmastermind:attr/actionModeCopyDrawable = 0x7f030014 +com.example.jmastermind:dimen/m3_appbar_scrim_height_trigger = 0x7f0600a6 +com.example.jmastermind:attr/behavior_saveFlags = 0x7f03005e +com.example.jmastermind:attr/suggestionRowLayout = 0x7f030396 +com.example.jmastermind:attr/colorOnContainerUnchecked = 0x7f0300d8 +com.example.jmastermind:animator/fragment_open_exit = 0x7f020008 +com.example.jmastermind:color/material_on_background_disabled = 0x7f050200 +com.example.jmastermind:color/material_dynamic_secondary70 = 0x7f0501e3 +com.example.jmastermind:attr/contentPaddingRight = 0x7f030109 +com.example.jmastermind:attr/chipStyle = 0x7f0300b0 +com.example.jmastermind:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f1202fc +com.example.jmastermind:attr/floatingActionButtonSmallTertiaryStyle = 0x7f0301a5 +com.example.jmastermind:drawable/abc_list_pressed_holo_light = 0x7f070052 +com.example.jmastermind:attr/arrowHeadLength = 0x7f030035 +com.example.jmastermind:attr/ratingBarStyleSmall = 0x7f03032f +com.example.jmastermind:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f0601b5 +com.example.jmastermind:color/mtrl_chip_surface_color = 0x7f05023d +com.example.jmastermind:id/action_context_bar = 0x7f090038 +com.example.jmastermind:animator/mtrl_fab_transformation_sheet_collapse_spec = 0x7f02001f +com.example.jmastermind:id/checkCircle74 = 0x7f090082 +com.example.jmastermind:style/Widget.AppCompat.SeekBar.Discrete = 0x7f120312 +com.example.jmastermind:attr/telltales_tailScale = 0x7f0303ba +com.example.jmastermind:id/text_input_end_icon = 0x7f0901ef +com.example.jmastermind:dimen/mtrl_calendar_navigation_top_padding = 0x7f06022f +com.example.jmastermind:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f12042a +com.example.jmastermind:layout/material_chip_input_combo = 0x7f0c0032 +com.example.jmastermind:attr/panelMenuListWidth = 0x7f03030b +com.example.jmastermind:attr/buttonBarStyle = 0x7f030079 +com.example.jmastermind:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014 +com.example.jmastermind:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1200ac +com.example.jmastermind:attr/suffixText = 0x7f030393 +com.example.jmastermind:id/material_timepicker_container = 0x7f090112 +com.example.jmastermind:attr/barLength = 0x7f030051 +com.example.jmastermind:color/material_dynamic_neutral95 = 0x7f0501bf +com.example.jmastermind:styleable/ConstraintLayout_placeholder = 0x7f130027 +com.example.jmastermind:layout/material_timepicker = 0x7f0c003d +com.example.jmastermind:color/material_dynamic_neutral30 = 0x7f0501b8 +com.example.jmastermind:anim/m3_motion_fade_exit = 0x7f010024 +com.example.jmastermind:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f06016c +com.example.jmastermind:anim/abc_popup_exit = 0x7f010004 +com.example.jmastermind:color/m3_fab_efab_background_color_selector = 0x7f050085 +com.example.jmastermind:attr/layout_constraintTop_toBottomOf = 0x7f03024c +com.example.jmastermind:attr/motionDurationExtraLong1 = 0x7f0302c8 +com.example.jmastermind:color/primary_text_default_material_dark = 0x7f05026c +com.example.jmastermind:anim/design_bottom_sheet_slide_out = 0x7f010019 +com.example.jmastermind:color/m3_radiobutton_button_tint = 0x7f050095 +com.example.jmastermind:style/Widget.MaterialComponents.TimePicker = 0x7f120436 +com.example.jmastermind:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1202c5 +com.example.jmastermind:style/ThemeOverlay.Material3.Dialog = 0x7f120285 +com.example.jmastermind:attr/touchAnchorSide = 0x7f030420 +com.example.jmastermind:animator/m3_elevated_chip_state_list_anim = 0x7f02000e +com.example.jmastermind:attr/endIconDrawable = 0x7f030165 +com.example.jmastermind:style/Base.V21.Theme.AppCompat = 0x7f12009b +com.example.jmastermind:attr/autoSizeMinTextSize = 0x7f03003b +com.example.jmastermind:drawable/abc_list_selector_disabled_holo_light = 0x7f070056 +com.example.jmastermind:attr/autoSizeMaxTextSize = 0x7f03003a +com.example.jmastermind:attr/simpleItemSelectedRippleColor = 0x7f030361 +com.example.jmastermind:drawable/notification_bg = 0x7f0700d3 +com.example.jmastermind:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f1202f8 +com.example.jmastermind:dimen/mtrl_low_ripple_pressed_alpha = 0x7f060263 +com.example.jmastermind:dimen/m3_navigation_drawer_layout_corner_size = 0x7f060164 +com.example.jmastermind:color/m3_sys_color_light_background = 0x7f050179 +com.example.jmastermind:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f12023d +com.example.jmastermind:id/clear_text = 0x7f09008f +com.example.jmastermind:attr/layout_keyline = 0x7f03025f +com.example.jmastermind:color/design_default_color_error = 0x7f05003e +com.example.jmastermind:id/selection_type = 0x7f0901b9 +com.example.jmastermind:color/m3_text_button_ripple_color_selector = 0x7f05019c +com.example.jmastermind:attr/divider = 0x7f03013e +com.example.jmastermind:attr/borderlessButtonStyle = 0x7f030062 +com.example.jmastermind:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f0601db +com.example.jmastermind:attr/liftOnScrollTargetViewId = 0x7f030266 +com.example.jmastermind:attr/indeterminateAnimationType = 0x7f0301ef +com.example.jmastermind:integer/mtrl_calendar_year_selector_span = 0x7f0a002a +com.example.jmastermind:attr/textAppearanceLargePopupMenu = 0x7f0303d3 +com.example.jmastermind:string/abc_action_mode_done = 0x7f110003 +com.example.jmastermind:dimen/m3_comp_input_chip_unselected_outline_width = 0x7f060114 +com.example.jmastermind:attr/autoTransition = 0x7f03003f +com.example.jmastermind:attr/useMaterialThemeColors = 0x7f030439 +com.example.jmastermind:attr/trackColor = 0x7f030423 +com.example.jmastermind:attr/actionMenuTextColor = 0x7f03000f +com.example.jmastermind:color/mtrl_navigation_item_text_color = 0x7f050250 +com.example.jmastermind:id/BOTTOM_START = 0x7f090002 +com.example.jmastermind:id/NO_DEBUG = 0x7f090006 +com.example.jmastermind:dimen/m3_card_elevated_hovered_z = 0x7f0600dd +com.example.jmastermind:attr/tabPaddingStart = 0x7f0303ae +com.example.jmastermind:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f07003f +com.example.jmastermind:id/action_mode_bar = 0x7f09003d +com.example.jmastermind:color/design_dark_default_color_primary_dark = 0x7f050038 +com.example.jmastermind:attr/alertDialogTheme = 0x7f030029 +com.example.jmastermind:attr/appBarLayoutStyle = 0x7f030032 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f120389 +com.example.jmastermind:drawable/$mtrl_checkbox_button_icon_unchecked_checked__0 = 0x7f070018 +com.example.jmastermind:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500c5 +com.example.jmastermind:attr/bottomAppBarStyle = 0x7f030063 +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f120035 +com.example.jmastermind:color/m3_button_ripple_color = 0x7f050064 +com.example.jmastermind:color/dim_foreground_disabled_material_dark = 0x7f050054 +com.example.jmastermind:dimen/design_navigation_item_icon_padding = 0x7f060079 +com.example.jmastermind:attr/colorErrorContainer = 0x7f0300d5 +com.example.jmastermind:animator/design_appbar_state_list_animator = 0x7f020000 +com.example.jmastermind:attr/animationMode = 0x7f030031 +com.example.jmastermind:attr/tickMarkTint = 0x7f030400 +com.example.jmastermind:attr/materialCalendarHeaderCancelButton = 0x7f03028e +com.example.jmastermind:styleable/NavigationBarActiveIndicator = 0x7f130064 +com.example.jmastermind:color/abc_hint_foreground_material_dark = 0x7f050007 +com.example.jmastermind:color/m3_fab_ripple_color_selector = 0x7f050087 +com.example.jmastermind:string/material_timepicker_am = 0x7f11004a +com.example.jmastermind:attr/chipIconEnabled = 0x7f0300a3 +com.example.jmastermind:id/checkCircle11 = 0x7f090067 +com.example.jmastermind:styleable/SearchView = 0x7f130074 +com.example.jmastermind:attr/actionBarTheme = 0x7f030009 +com.example.jmastermind:attr/extendMotionSpec = 0x7f030183 +com.example.jmastermind:layout/design_text_input_start_icon = 0x7f0c002b +com.example.jmastermind:attr/fabCustomSize = 0x7f030192 +com.example.jmastermind:dimen/design_bottom_navigation_active_item_min_width = 0x7f060060 +com.example.jmastermind:attr/initialActivityCount = 0x7f0301f6 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary60 = 0x7f0500b9 +com.example.jmastermind:attr/tickColorActive = 0x7f0303fd +com.example.jmastermind:attr/switchTextAppearance = 0x7f03039a +com.example.jmastermind:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y1 = 0x7f06019e +com.example.jmastermind:anim/abc_fade_in = 0x7f010000 +com.example.jmastermind:style/Platform.MaterialComponents.Light.Dialog = 0x7f120135 +com.example.jmastermind:color/m3_sys_color_dynamic_light_tertiary = 0x7f050177 +com.example.jmastermind:attr/flow_firstVerticalStyle = 0x7f0301ac +com.example.jmastermind:color/m3_filled_icon_button_container_color_selector = 0x7f050088 +com.example.jmastermind:color/material_personalized_color_primary = 0x7f050219 +com.example.jmastermind:id/home = 0x7f0900e4 +com.example.jmastermind:attr/actionOverflowButtonStyle = 0x7f03001f +com.example.jmastermind:style/Base.Widget.AppCompat.Toolbar = 0x7f1200f4 +com.example.jmastermind:attr/collapsedTitleGravity = 0x7f0300c4 +com.example.jmastermind:attr/marginHorizontal = 0x7f03027e +com.example.jmastermind:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f120022 +com.example.jmastermind:attr/contentPaddingStart = 0x7f03010a +com.example.jmastermind:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1201ef +com.example.jmastermind:color/m3_ref_palette_dynamic_neutral60 = 0x7f05009f +com.example.jmastermind:dimen/m3_navigation_rail_item_min_height = 0x7f060174 +com.example.jmastermind:attr/indicatorDirectionLinear = 0x7f0301f3 +com.example.jmastermind:id/accessibility_custom_action_1 = 0x7f090011 +com.example.jmastermind:attr/actionModeStyle = 0x7f03001c +com.example.jmastermind:attr/shapeAppearanceMediumComponent = 0x7f03034e +com.example.jmastermind:dimen/m3_comp_text_button_focus_state_layer_opacity = 0x7f060152 +com.example.jmastermind:animator/m3_chip_state_list_anim = 0x7f02000d +com.example.jmastermind:attr/actionBarWidgetTheme = 0x7f03000a +com.example.jmastermind:dimen/m3_btn_disabled_elevation = 0x7f0600c3 +com.example.jmastermind:attr/titleEnabled = 0x7f030409 +com.example.jmastermind:style/Widget.Material3.Button.TextButton.Dialog = 0x7f120343 +com.example.jmastermind:attr/passwordToggleTintMode = 0x7f030310 +com.example.jmastermind:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f12004e +com.example.jmastermind:drawable/abc_ratingbar_material = 0x7f07005c +com.example.jmastermind:attr/foregroundInsidePadding = 0x7f0301ca +com.example.jmastermind:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f120154 +com.example.jmastermind:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1200dd +com.example.jmastermind:attr/cardBackgroundColor = 0x7f030085 +com.example.jmastermind:attr/animateNavigationIcon = 0x7f03002f +com.example.jmastermind:animator/m3_btn_elevated_btn_state_list_anim = 0x7f020009 +com.example.jmastermind:attr/mock_showLabel = 0x7f0302c6 +com.example.jmastermind:attr/layout_constraintLeft_toRightOf = 0x7f030244 +com.example.jmastermind:attr/badgeTextColor = 0x7f03004e +com.example.jmastermind:color/abc_secondary_text_material_light = 0x7f050012 +com.example.jmastermind:style/Widget.AppCompat.ActionBar.TabText = 0x7f1202d5 +com.example.jmastermind:drawable/btn_radio_off_mtrl = 0x7f07007e +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1202ef +com.example.jmastermind:color/m3_sys_color_dark_on_tertiary_container = 0x7f050140 +com.example.jmastermind:attr/shapeAppearanceCornerLarge = 0x7f03034a +com.example.jmastermind:animator/m3_card_state_list_anim = 0x7f02000c +com.example.jmastermind:attr/fontProviderFetchTimeout = 0x7f0301c1 +com.example.jmastermind:attr/itemTextColor = 0x7f030217 +com.example.jmastermind:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f120410 +com.example.jmastermind:attr/minHideDelay = 0x7f0302bd +com.example.jmastermind:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f1203f8 +com.example.jmastermind:color/background_floating_material_dark = 0x7f05001d +com.example.jmastermind:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b +com.example.jmastermind:color/mtrl_filled_background_color = 0x7f050246 +com.example.jmastermind:attr/motionEasingStandardDecelerateInterpolator = 0x7f0302e2 +com.example.jmastermind:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1200bb +com.example.jmastermind:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f12005a +com.example.jmastermind:animator/design_fab_hide_motion_spec = 0x7f020001 +com.example.jmastermind:id/barrier = 0x7f090051 +com.example.jmastermind:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f120384 +com.example.jmastermind:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f0601af +com.example.jmastermind:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f1202f7 +com.example.jmastermind:animator/mtrl_fab_show_motion_spec = 0x7f02001e +com.example.jmastermind:dimen/mtrl_progress_circular_inset_extra_small = 0x7f060277 +com.example.jmastermind:color/m3_ref_palette_dynamic_primary100 = 0x7f0500b4 +com.example.jmastermind:attr/layout_constraintGuide_percent = 0x7f03023a +com.example.jmastermind:animator/mtrl_extended_fab_hide_motion_spec = 0x7f02001a +com.example.jmastermind:attr/materialCalendarMonthNavigationButton = 0x7f030296 +com.example.jmastermind:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f12014d +com.example.jmastermind:attr/chipSpacingVertical = 0x7f0300ab +com.example.jmastermind:id/right_icon = 0x7f09018f +com.example.jmastermind:style/Base.TextAppearance.Material3.Search = 0x7f120041 +com.example.jmastermind:attr/textAppearanceBody2 = 0x7f0303be +com.example.jmastermind:attr/backgroundInsetTop = 0x7f030045 +com.example.jmastermind:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f050168 +com.example.jmastermind:color/abc_tint_spinner = 0x7f050017 +com.example.jmastermind:animator/fragment_open_enter = 0x7f020007 +com.example.jmastermind:attr/showText = 0x7f03035a +com.example.jmastermind:attr/contentPaddingEnd = 0x7f030107 +com.example.jmastermind:style/Widget.Material3.Toolbar = 0x7f1203c3 +com.example.jmastermind:id/line1 = 0x7f0900fa +com.example.jmastermind:dimen/m3_comp_filled_autocomplete_menu_container_elevation = 0x7f060109 +com.example.jmastermind:dimen/compat_button_padding_horizontal_material = 0x7f060058 +com.example.jmastermind:attr/badgeStyle = 0x7f03004d +com.example.jmastermind:attr/colorSurfaceInverse = 0x7f0300f1 +com.example.jmastermind:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f12025e +com.example.jmastermind:color/material_dynamic_secondary60 = 0x7f0501e2 +com.example.jmastermind:dimen/notification_small_icon_background_padding = 0x7f0602b5 +com.example.jmastermind:id/text2 = 0x7f0901e9 +com.example.jmastermind:attr/materialCalendarHeaderTitle = 0x7f030293 +com.example.jmastermind:dimen/abc_action_button_min_height_material = 0x7f06000d +com.example.jmastermind:style/Theme.MaterialComponents.DayNight = 0x7f120238 +com.example.jmastermind:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f1200e5 +com.example.jmastermind:id/ifRoom = 0x7f0900e9 +com.example.jmastermind:attr/materialCircleRadius = 0x7f03029e +com.example.jmastermind:attr/textAppearanceTitleLarge = 0x7f0303df +com.example.jmastermind:anim/m3_motion_fade_enter = 0x7f010023 +com.example.jmastermind:style/MaterialAlertDialog.Material3.Animation = 0x7f12011d +com.example.jmastermind:attr/windowActionBarOverlay = 0x7f030447 +com.example.jmastermind:anim/design_snackbar_out = 0x7f01001b +com.example.jmastermind:color/material_dynamic_primary60 = 0x7f0501d5 +com.example.jmastermind:attr/actionModeCloseButtonStyle = 0x7f030011 +com.example.jmastermind:color/material_dynamic_neutral_variant50 = 0x7f0501c7 +com.example.jmastermind:anim/linear_indeterminate_line1_tail_interpolator = 0x7f01001e +com.example.jmastermind:style/Base.V21.Theme.MaterialComponents.Dialog = 0x7f1200a0 +com.example.jmastermind:attr/layout_constraintStart_toStartOf = 0x7f030249 +com.example.jmastermind:macro/m3_comp_secondary_navigation_tab_pressed_state_layer_color = 0x7f0d0081 +com.example.jmastermind:color/m3_ref_palette_neutral_variant100 = 0x7f0500f5 +com.example.jmastermind:attr/searchPrefixText = 0x7f030340 +com.example.jmastermind:color/material_timepicker_clock_text_color = 0x7f05022c +com.example.jmastermind:anim/abc_slide_in_bottom = 0x7f010006 +com.example.jmastermind:dimen/design_snackbar_extra_spacing_horizontal = 0x7f060082 +com.example.jmastermind:color/mtrl_navigation_bar_colored_ripple_color = 0x7f05024b +com.example.jmastermind:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f1202f3 +com.example.jmastermind:attr/cornerSize = 0x7f030117 +com.example.jmastermind:attr/flow_verticalAlign = 0x7f0301b7 +com.example.jmastermind:attr/placeholder_emptyVisibility = 0x7f03031c +com.example.jmastermind:attr/showDelay = 0x7f030356 +com.example.jmastermind:dimen/mtrl_calendar_year_vertical_padding = 0x7f06023b +com.example.jmastermind:attr/actionModeCloseDrawable = 0x7f030013 +com.example.jmastermind:attr/windowActionModeOverlay = 0x7f030448 diff --git a/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt new file mode 100644 index 0000000..7ad5e2a --- /dev/null +++ b/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt @@ -0,0 +1,4852 @@ +com.example.jmastermind +anim abc_fade_in +anim abc_fade_out +anim abc_grow_fade_in_from_bottom +anim abc_popup_enter +anim abc_popup_exit +anim abc_shrink_fade_out_from_bottom +anim abc_slide_in_bottom +anim abc_slide_in_top +anim abc_slide_out_bottom +anim abc_slide_out_top +anim abc_tooltip_enter +anim abc_tooltip_exit +anim btn_checkbox_to_checked_box_inner_merged_animation +anim btn_checkbox_to_checked_box_outer_merged_animation +anim btn_checkbox_to_checked_icon_null_animation +anim btn_checkbox_to_unchecked_box_inner_merged_animation +anim btn_checkbox_to_unchecked_check_path_merged_animation +anim btn_checkbox_to_unchecked_icon_null_animation +anim btn_radio_to_off_mtrl_dot_group_animation +anim btn_radio_to_off_mtrl_ring_outer_animation +anim btn_radio_to_off_mtrl_ring_outer_path_animation +anim btn_radio_to_on_mtrl_dot_group_animation +anim btn_radio_to_on_mtrl_ring_outer_animation +anim btn_radio_to_on_mtrl_ring_outer_path_animation +anim design_bottom_sheet_slide_in +anim design_bottom_sheet_slide_out +anim design_snackbar_in +anim design_snackbar_out +anim fragment_fast_out_extra_slow_in +anim linear_indeterminate_line1_head_interpolator +anim linear_indeterminate_line1_tail_interpolator +anim linear_indeterminate_line2_head_interpolator +anim linear_indeterminate_line2_tail_interpolator +anim m3_bottom_sheet_slide_in +anim m3_bottom_sheet_slide_out +anim m3_motion_fade_enter +anim m3_motion_fade_exit +anim m3_side_sheet_slide_in +anim m3_side_sheet_slide_out +anim mtrl_bottom_sheet_slide_in +anim mtrl_bottom_sheet_slide_out +anim mtrl_card_lowers_interpolator +animator design_appbar_state_list_animator +animator design_fab_hide_motion_spec +animator design_fab_show_motion_spec +animator fragment_close_enter +animator fragment_close_exit +animator fragment_fade_enter +animator fragment_fade_exit +animator fragment_open_enter +animator fragment_open_exit +animator m3_btn_elevated_btn_state_list_anim +animator m3_btn_state_list_anim +animator m3_card_elevated_state_list_anim +animator m3_card_state_list_anim +animator m3_chip_state_list_anim +animator m3_elevated_chip_state_list_anim +animator m3_extended_fab_change_size_collapse_motion_spec +animator m3_extended_fab_change_size_expand_motion_spec +animator m3_extended_fab_hide_motion_spec +animator m3_extended_fab_show_motion_spec +animator m3_extended_fab_state_list_animator +animator mtrl_btn_state_list_anim +animator mtrl_btn_unelevated_state_list_anim +animator mtrl_card_state_list_anim +animator mtrl_chip_state_list_anim +animator mtrl_extended_fab_change_size_collapse_motion_spec +animator mtrl_extended_fab_change_size_expand_motion_spec +animator mtrl_extended_fab_hide_motion_spec +animator mtrl_extended_fab_show_motion_spec +animator mtrl_extended_fab_state_list_animator +animator mtrl_fab_hide_motion_spec +animator mtrl_fab_show_motion_spec +animator mtrl_fab_transformation_sheet_collapse_spec +animator mtrl_fab_transformation_sheet_expand_spec +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseContentDescription +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeTheme +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionTextColorAlpha +attr actionViewClass +attr activityChooserViewStyle +attr addElevationShadow +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr altSrc +attr animateMenuItems +attr animateNavigationIcon +attr animate_relativeTo +attr animationMode +attr appBarLayoutStyle +attr applyMotionScene +attr arcMode +attr arrowHeadLength +attr arrowShaftLength +attr attributeName +attr autoCompleteTextViewStyle +attr autoShowKeyboard +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr autoTransition +attr background +attr backgroundColor +attr backgroundInsetBottom +attr backgroundInsetEnd +attr backgroundInsetStart +attr backgroundInsetTop +attr backgroundOverlayColorAlpha +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr badgeGravity +attr badgeRadius +attr badgeStyle +attr badgeTextColor +attr badgeWidePadding +attr badgeWithTextRadius +attr barLength +attr barrierAllowsGoneWidgets +attr barrierDirection +attr barrierMargin +attr behavior_autoHide +attr behavior_autoShrink +attr behavior_draggable +attr behavior_expandedOffset +attr behavior_fitToContents +attr behavior_halfExpandedRatio +attr behavior_hideable +attr behavior_overlapTop +attr behavior_peekHeight +attr behavior_saveFlags +attr behavior_significantVelocityThreshold +attr behavior_skipCollapsed +attr borderWidth +attr borderlessButtonStyle +attr bottomAppBarStyle +attr bottomInsetScrimEnabled +attr bottomNavigationStyle +attr bottomSheetDialogTheme +attr bottomSheetDragHandleStyle +attr bottomSheetStyle +attr boxBackgroundColor +attr boxBackgroundMode +attr boxCollapsedPaddingTop +attr boxCornerRadiusBottomEnd +attr boxCornerRadiusBottomStart +attr boxCornerRadiusTopEnd +attr boxCornerRadiusTopStart +attr boxStrokeColor +attr boxStrokeErrorColor +attr boxStrokeWidth +attr boxStrokeWidthFocused +attr brightness +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonCompat +attr buttonGravity +attr buttonIcon +attr buttonIconDimen +attr buttonIconTint +attr buttonIconTintMode +attr buttonPanelSideLayout +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr cardBackgroundColor +attr cardCornerRadius +attr cardElevation +attr cardForegroundColor +attr cardMaxElevation +attr cardPreventCornerOverlap +attr cardUseCompatPadding +attr cardViewStyle +attr centerIfNoTextEnabled +attr chainUseRtl +attr checkMarkCompat +attr checkMarkTint +attr checkMarkTintMode +attr checkboxStyle +attr checkedButton +attr checkedChip +attr checkedIcon +attr checkedIconEnabled +attr checkedIconGravity +attr checkedIconMargin +attr checkedIconSize +attr checkedIconTint +attr checkedIconVisible +attr checkedState +attr checkedTextViewStyle +attr chipBackgroundColor +attr chipCornerRadius +attr chipEndPadding +attr chipGroupStyle +attr chipIcon +attr chipIconEnabled +attr chipIconSize +attr chipIconTint +attr chipIconVisible +attr chipMinHeight +attr chipMinTouchTargetSize +attr chipSpacing +attr chipSpacingHorizontal +attr chipSpacingVertical +attr chipStandaloneStyle +attr chipStartPadding +attr chipStrokeColor +attr chipStrokeWidth +attr chipStyle +attr chipSurfaceColor +attr circleRadius +attr circularProgressIndicatorStyle +attr clickAction +attr clockFaceBackgroundColor +attr clockHandColor +attr clockIcon +attr clockNumberTextColor +attr closeIcon +attr closeIconEnabled +attr closeIconEndPadding +attr closeIconSize +attr closeIconStartPadding +attr closeIconTint +attr closeIconVisible +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr collapsedSize +attr collapsedTitleGravity +attr collapsedTitleTextAppearance +attr collapsedTitleTextColor +attr collapsingToolbarLayoutLargeSize +attr collapsingToolbarLayoutLargeStyle +attr collapsingToolbarLayoutMediumSize +attr collapsingToolbarLayoutMediumStyle +attr collapsingToolbarLayoutStyle +attr color +attr colorAccent +attr colorBackgroundFloating +attr colorButtonNormal +attr colorContainer +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorError +attr colorErrorContainer +attr colorOnBackground +attr colorOnContainer +attr colorOnContainerUnchecked +attr colorOnError +attr colorOnErrorContainer +attr colorOnPrimary +attr colorOnPrimaryContainer +attr colorOnPrimarySurface +attr colorOnSecondary +attr colorOnSecondaryContainer +attr colorOnSurface +attr colorOnSurfaceInverse +attr colorOnSurfaceVariant +attr colorOnTertiary +attr colorOnTertiaryContainer +attr colorOutline +attr colorOutlineVariant +attr colorPrimary +attr colorPrimaryContainer +attr colorPrimaryDark +attr colorPrimaryInverse +attr colorPrimarySurface +attr colorPrimaryVariant +attr colorSecondary +attr colorSecondaryContainer +attr colorSecondaryVariant +attr colorSurface +attr colorSurfaceInverse +attr colorSurfaceVariant +attr colorSwitchThumbNormal +attr colorTertiary +attr colorTertiaryContainer +attr commitIcon +attr compatShadowEnabled +attr constraintSet +attr constraintSetEnd +attr constraintSetStart +attr constraint_referenced_ids +attr constraints +attr content +attr contentDescription +attr contentInsetEnd +attr contentInsetEndWithActions +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr contentInsetStartWithNavigation +attr contentPadding +attr contentPaddingBottom +attr contentPaddingEnd +attr contentPaddingLeft +attr contentPaddingRight +attr contentPaddingStart +attr contentPaddingTop +attr contentScrim +attr contrast +attr controlBackground +attr coordinatorLayoutStyle +attr coplanarSiblingViewId +attr cornerFamily +attr cornerFamilyBottomLeft +attr cornerFamilyBottomRight +attr cornerFamilyTopLeft +attr cornerFamilyTopRight +attr cornerRadius +attr cornerSize +attr cornerSizeBottomLeft +attr cornerSizeBottomRight +attr cornerSizeTopLeft +attr cornerSizeTopRight +attr counterEnabled +attr counterMaxLength +attr counterOverflowTextAppearance +attr counterOverflowTextColor +attr counterTextAppearance +attr counterTextColor +attr crossfade +attr currentState +attr curveFit +attr customBoolean +attr customColorDrawableValue +attr customColorValue +attr customDimension +attr customFloatValue +attr customIntegerValue +attr customNavigationLayout +attr customPixelDimension +attr customStringValue +attr dayInvalidStyle +attr daySelectedStyle +attr dayStyle +attr dayTodayStyle +attr defaultDuration +attr defaultMarginsEnabled +attr defaultQueryHint +attr defaultScrollFlagsEnabled +attr defaultState +attr deltaPolarAngle +attr deltaPolarRadius +attr deriveConstraintsFrom +attr dialogCornerRadius +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerColor +attr dividerHorizontal +attr dividerInsetEnd +attr dividerInsetStart +attr dividerPadding +attr dividerThickness +attr dividerVertical +attr dragDirection +attr dragScale +attr dragThreshold +attr drawPath +attr drawableBottomCompat +attr drawableEndCompat +attr drawableLeftCompat +attr drawableRightCompat +attr drawableSize +attr drawableStartCompat +attr drawableTint +attr drawableTintMode +attr drawableTopCompat +attr drawerArrowStyle +attr drawerLayoutCornerSize +attr drawerLayoutStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr duration +attr dynamicColorThemeOverlay +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr elevationOverlayAccentColor +attr elevationOverlayColor +attr elevationOverlayEnabled +attr emojiCompatEnabled +attr enableEdgeToEdge +attr endIconCheckable +attr endIconContentDescription +attr endIconDrawable +attr endIconMinSize +attr endIconMode +attr endIconScaleType +attr endIconTint +attr endIconTintMode +attr enforceMaterialTheme +attr enforceTextAppearance +attr ensureMinTouchTargetSize +attr errorAccessibilityLabel +attr errorAccessibilityLiveRegion +attr errorContentDescription +attr errorEnabled +attr errorIconDrawable +attr errorIconTint +attr errorIconTintMode +attr errorShown +attr errorTextAppearance +attr errorTextColor +attr expandActivityOverflowButtonDrawable +attr expanded +attr expandedHintEnabled +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr expandedTitleTextColor +attr extendMotionSpec +attr extendStrategy +attr extendedFloatingActionButtonPrimaryStyle +attr extendedFloatingActionButtonSecondaryStyle +attr extendedFloatingActionButtonStyle +attr extendedFloatingActionButtonSurfaceStyle +attr extendedFloatingActionButtonTertiaryStyle +attr extraMultilineHeightEnabled +attr fabAlignmentMode +attr fabAlignmentModeEndMargin +attr fabAnchorMode +attr fabAnimationMode +attr fabCradleMargin +attr fabCradleRoundedCornerRadius +attr fabCradleVerticalOffset +attr fabCustomSize +attr fabSize +attr fastScrollEnabled +attr fastScrollHorizontalThumbDrawable +attr fastScrollHorizontalTrackDrawable +attr fastScrollVerticalThumbDrawable +attr fastScrollVerticalTrackDrawable +attr firstBaselineToTopHeight +attr floatingActionButtonLargePrimaryStyle +attr floatingActionButtonLargeSecondaryStyle +attr floatingActionButtonLargeStyle +attr floatingActionButtonLargeSurfaceStyle +attr floatingActionButtonLargeTertiaryStyle +attr floatingActionButtonPrimaryStyle +attr floatingActionButtonSecondaryStyle +attr floatingActionButtonSmallPrimaryStyle +attr floatingActionButtonSmallSecondaryStyle +attr floatingActionButtonSmallStyle +attr floatingActionButtonSmallSurfaceStyle +attr floatingActionButtonSmallTertiaryStyle +attr floatingActionButtonStyle +attr floatingActionButtonSurfaceStyle +attr floatingActionButtonTertiaryStyle +attr flow_firstHorizontalBias +attr flow_firstHorizontalStyle +attr flow_firstVerticalBias +attr flow_firstVerticalStyle +attr flow_horizontalAlign +attr flow_horizontalBias +attr flow_horizontalGap +attr flow_horizontalStyle +attr flow_lastHorizontalBias +attr flow_lastHorizontalStyle +attr flow_lastVerticalBias +attr flow_lastVerticalStyle +attr flow_maxElementsWrap +attr flow_padding +attr flow_verticalAlign +attr flow_verticalBias +attr flow_verticalGap +attr flow_verticalStyle +attr flow_wrapMode +attr font +attr fontFamily +attr fontProviderAuthority +attr fontProviderCerts +attr fontProviderFetchStrategy +attr fontProviderFetchTimeout +attr fontProviderPackage +attr fontProviderQuery +attr fontProviderSystemFontFamily +attr fontStyle +attr fontVariationSettings +attr fontWeight +attr forceApplySystemWindowInsetTop +attr forceDefaultNavigationOnClickListener +attr foregroundInsidePadding +attr framePosition +attr gapBetweenBars +attr gestureInsetBottomIgnored +attr goIcon +attr haloColor +attr haloRadius +attr headerLayout +attr height +attr helperText +attr helperTextEnabled +attr helperTextTextAppearance +attr helperTextTextColor +attr hideAnimationBehavior +attr hideMotionSpec +attr hideNavigationIcon +attr hideOnContentScroll +attr hideOnScroll +attr hintAnimationEnabled +attr hintEnabled +attr hintTextAppearance +attr hintTextColor +attr homeAsUpIndicator +attr homeLayout +attr horizontalOffset +attr horizontalOffsetWithText +attr hoveredFocusedTranslationZ +attr icon +attr iconEndPadding +attr iconGravity +attr iconPadding +attr iconSize +attr iconStartPadding +attr iconTint +attr iconTintMode +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateAnimationType +attr indeterminateProgressStyle +attr indicatorColor +attr indicatorDirectionCircular +attr indicatorDirectionLinear +attr indicatorInset +attr indicatorSize +attr initialActivityCount +attr insetForeground +attr isLightTheme +attr isMaterial3DynamicColorApplied +attr isMaterial3Theme +attr isMaterialTheme +attr itemActiveIndicatorStyle +attr itemBackground +attr itemFillColor +attr itemHorizontalPadding +attr itemHorizontalTranslationEnabled +attr itemIconPadding +attr itemIconSize +attr itemIconTint +attr itemMaxLines +attr itemMinHeight +attr itemPadding +attr itemPaddingBottom +attr itemPaddingTop +attr itemRippleColor +attr itemShapeAppearance +attr itemShapeAppearanceOverlay +attr itemShapeFillColor +attr itemShapeInsetBottom +attr itemShapeInsetEnd +attr itemShapeInsetStart +attr itemShapeInsetTop +attr itemSpacing +attr itemStrokeColor +attr itemStrokeWidth +attr itemTextAppearance +attr itemTextAppearanceActive +attr itemTextAppearanceInactive +attr itemTextColor +attr itemVerticalPadding +attr keyPositionType +attr keyboardIcon +attr keylines +attr lStar +attr labelBehavior +attr labelStyle +attr labelVisibilityMode +attr lastBaselineToBottomHeight +attr lastItemDecorated +attr layout +attr layoutDescription +attr layoutDuringTransition +attr layoutManager +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_collapseMode +attr layout_collapseParallaxMultiplier +attr layout_constrainedHeight +attr layout_constrainedWidth +attr layout_constraintBaseline_creator +attr layout_constraintBaseline_toBaselineOf +attr layout_constraintBottom_creator +attr layout_constraintBottom_toBottomOf +attr layout_constraintBottom_toTopOf +attr layout_constraintCircle +attr layout_constraintCircleAngle +attr layout_constraintCircleRadius +attr layout_constraintDimensionRatio +attr layout_constraintEnd_toEndOf +attr layout_constraintEnd_toStartOf +attr layout_constraintGuide_begin +attr layout_constraintGuide_end +attr layout_constraintGuide_percent +attr layout_constraintHeight_default +attr layout_constraintHeight_max +attr layout_constraintHeight_min +attr layout_constraintHeight_percent +attr layout_constraintHorizontal_bias +attr layout_constraintHorizontal_chainStyle +attr layout_constraintHorizontal_weight +attr layout_constraintLeft_creator +attr layout_constraintLeft_toLeftOf +attr layout_constraintLeft_toRightOf +attr layout_constraintRight_creator +attr layout_constraintRight_toLeftOf +attr layout_constraintRight_toRightOf +attr layout_constraintStart_toEndOf +attr layout_constraintStart_toStartOf +attr layout_constraintTag +attr layout_constraintTop_creator +attr layout_constraintTop_toBottomOf +attr layout_constraintTop_toTopOf +attr layout_constraintVertical_bias +attr layout_constraintVertical_chainStyle +attr layout_constraintVertical_weight +attr layout_constraintWidth_default +attr layout_constraintWidth_max +attr layout_constraintWidth_min +attr layout_constraintWidth_percent +attr layout_dodgeInsetEdges +attr layout_editor_absoluteX +attr layout_editor_absoluteY +attr layout_goneMarginBottom +attr layout_goneMarginEnd +attr layout_goneMarginLeft +attr layout_goneMarginRight +attr layout_goneMarginStart +attr layout_goneMarginTop +attr layout_insetEdge +attr layout_keyline +attr layout_optimizationLevel +attr layout_scrollEffect +attr layout_scrollFlags +attr layout_scrollInterpolator +attr liftOnScroll +attr liftOnScrollColor +attr liftOnScrollTargetViewId +attr limitBoundsTo +attr lineHeight +attr lineSpacing +attr linearProgressIndicatorStyle +attr listChoiceBackgroundIndicator +attr listChoiceIndicatorMultipleAnimated +attr listChoiceIndicatorSingleAnimated +attr listDividerAlertDialog +attr listItemLayout +attr listLayout +attr listMenuViewStyle +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingEnd +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr listPreferredItemPaddingStart +attr logo +attr logoAdjustViewBounds +attr logoDescription +attr logoScaleType +attr marginHorizontal +attr marginLeftSystemWindowInsets +attr marginRightSystemWindowInsets +attr marginTopSystemWindowInsets +attr materialAlertDialogBodyTextStyle +attr materialAlertDialogButtonSpacerVisibility +attr materialAlertDialogTheme +attr materialAlertDialogTitleIconStyle +attr materialAlertDialogTitlePanelStyle +attr materialAlertDialogTitleTextStyle +attr materialButtonOutlinedStyle +attr materialButtonStyle +attr materialButtonToggleGroupStyle +attr materialCalendarDay +attr materialCalendarDayOfWeekLabel +attr materialCalendarFullscreenTheme +attr materialCalendarHeaderCancelButton +attr materialCalendarHeaderConfirmButton +attr materialCalendarHeaderDivider +attr materialCalendarHeaderLayout +attr materialCalendarHeaderSelection +attr materialCalendarHeaderTitle +attr materialCalendarHeaderToggleButton +attr materialCalendarMonth +attr materialCalendarMonthNavigationButton +attr materialCalendarStyle +attr materialCalendarTheme +attr materialCalendarYearNavigationButton +attr materialCardViewElevatedStyle +attr materialCardViewFilledStyle +attr materialCardViewOutlinedStyle +attr materialCardViewStyle +attr materialCircleRadius +attr materialClockStyle +attr materialDisplayDividerStyle +attr materialDividerHeavyStyle +attr materialDividerStyle +attr materialIconButtonFilledStyle +attr materialIconButtonFilledTonalStyle +attr materialIconButtonOutlinedStyle +attr materialIconButtonStyle +attr materialSearchBarStyle +attr materialSearchViewPrefixStyle +attr materialSearchViewStyle +attr materialSwitchStyle +attr materialThemeOverlay +attr materialTimePickerStyle +attr materialTimePickerTheme +attr materialTimePickerTitleStyle +attr maxAcceleration +attr maxActionInlineWidth +attr maxButtonHeight +attr maxCharacterCount +attr maxHeight +attr maxImageSize +attr maxLines +attr maxVelocity +attr maxWidth +attr measureWithLargestChild +attr menu +attr menuAlignmentMode +attr menuGravity +attr minHeight +attr minHideDelay +attr minSeparation +attr minTouchTargetSize +attr minWidth +attr mock_diagonalsColor +attr mock_label +attr mock_labelBackgroundColor +attr mock_labelColor +attr mock_showDiagonals +attr mock_showLabel +attr motionDebug +attr motionDurationExtraLong1 +attr motionDurationExtraLong2 +attr motionDurationExtraLong3 +attr motionDurationExtraLong4 +attr motionDurationLong1 +attr motionDurationLong2 +attr motionDurationLong3 +attr motionDurationLong4 +attr motionDurationMedium1 +attr motionDurationMedium2 +attr motionDurationMedium3 +attr motionDurationMedium4 +attr motionDurationShort1 +attr motionDurationShort2 +attr motionDurationShort3 +attr motionDurationShort4 +attr motionEasingAccelerated +attr motionEasingDecelerated +attr motionEasingEmphasized +attr motionEasingEmphasizedAccelerateInterpolator +attr motionEasingEmphasizedDecelerateInterpolator +attr motionEasingEmphasizedInterpolator +attr motionEasingLinear +attr motionEasingLinearInterpolator +attr motionEasingStandard +attr motionEasingStandardAccelerateInterpolator +attr motionEasingStandardDecelerateInterpolator +attr motionEasingStandardInterpolator +attr motionInterpolator +attr motionPath +attr motionPathRotate +attr motionProgress +attr motionStagger +attr motionTarget +attr motion_postLayoutCollision +attr motion_triggerOnCollision +attr moveWhenScrollAtTop +attr multiChoiceItemLayout +attr navigationContentDescription +attr navigationIcon +attr navigationIconTint +attr navigationMode +attr navigationRailStyle +attr navigationViewStyle +attr nestedScrollFlags +attr nestedScrollViewStyle +attr nestedScrollable +attr number +attr numericModifiers +attr onCross +attr onHide +attr onNegativeCross +attr onPositiveCross +attr onShow +attr onTouchUp +attr overlapAnchor +attr overlay +attr paddingBottomNoButtons +attr paddingBottomSystemWindowInsets +attr paddingEnd +attr paddingLeftSystemWindowInsets +attr paddingRightSystemWindowInsets +attr paddingStart +attr paddingTopNoTitle +attr paddingTopSystemWindowInsets +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr passwordToggleContentDescription +attr passwordToggleDrawable +attr passwordToggleEnabled +attr passwordToggleTint +attr passwordToggleTintMode +attr pathMotionArc +attr path_percent +attr percentHeight +attr percentWidth +attr percentX +attr percentY +attr perpendicularPath_percent +attr pivotAnchor +attr placeholderText +attr placeholderTextAppearance +attr placeholderTextColor +attr placeholder_emptyVisibility +attr popupMenuBackground +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr prefixText +attr prefixTextAppearance +attr prefixTextColor +attr preserveIconSpacing +attr pressedTranslationZ +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr queryPatterns +attr radioButtonStyle +attr rangeFillColor +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr recyclerViewStyle +attr region_heightLessThan +attr region_heightMoreThan +attr region_widthLessThan +attr region_widthMoreThan +attr removeEmbeddedFabElevation +attr reverseLayout +attr rippleColor +attr round +attr roundPercent +attr saturation +attr scrimAnimationDuration +attr scrimBackground +attr scrimVisibleHeightTrigger +attr searchHintIcon +attr searchIcon +attr searchPrefixText +attr searchViewStyle +attr seekBarStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr selectionRequired +attr selectorSize +attr shapeAppearance +attr shapeAppearanceCornerExtraLarge +attr shapeAppearanceCornerExtraSmall +attr shapeAppearanceCornerLarge +attr shapeAppearanceCornerMedium +attr shapeAppearanceCornerSmall +attr shapeAppearanceLargeComponent +attr shapeAppearanceMediumComponent +attr shapeAppearanceOverlay +attr shapeAppearanceSmallComponent +attr shapeCornerFamily +attr shortcutMatchRequired +attr shouldRemoveExpandedCorners +attr showAnimationBehavior +attr showAsAction +attr showDelay +attr showDividers +attr showMotionSpec +attr showPaths +attr showText +attr showTitle +attr shrinkMotionSpec +attr sideSheetDialogTheme +attr sideSheetModalStyle +attr simpleItemLayout +attr simpleItemSelectedColor +attr simpleItemSelectedRippleColor +attr simpleItems +attr singleChoiceItemLayout +attr singleLine +attr singleSelection +attr sizePercent +attr sliderStyle +attr snackbarButtonStyle +attr snackbarStyle +attr snackbarTextViewStyle +attr spanCount +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr srcCompat +attr stackFromEnd +attr staggered +attr startIconCheckable +attr startIconContentDescription +attr startIconDrawable +attr startIconMinSize +attr startIconScaleType +attr startIconTint +attr startIconTintMode +attr state_above_anchor +attr state_collapsed +attr state_collapsible +attr state_dragged +attr state_error +attr state_indeterminate +attr state_liftable +attr state_lifted +attr state_with_icon +attr statusBarBackground +attr statusBarForeground +attr statusBarScrim +attr strokeColor +attr strokeWidth +attr subMenuArrow +attr subheaderColor +attr subheaderInsetEnd +attr subheaderInsetStart +attr subheaderTextAppearance +attr submitBackground +attr subtitle +attr subtitleCentered +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suffixText +attr suffixTextAppearance +attr suffixTextColor +attr suggestionRowLayout +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr tabBackground +attr tabContentStart +attr tabGravity +attr tabIconTint +attr tabIconTintMode +attr tabIndicator +attr tabIndicatorAnimationDuration +attr tabIndicatorAnimationMode +attr tabIndicatorColor +attr tabIndicatorFullWidth +attr tabIndicatorGravity +attr tabIndicatorHeight +attr tabInlineLabel +attr tabMaxWidth +attr tabMinWidth +attr tabMode +attr tabPadding +attr tabPaddingBottom +attr tabPaddingEnd +attr tabPaddingStart +attr tabPaddingTop +attr tabRippleColor +attr tabSecondaryStyle +attr tabSelectedTextAppearance +attr tabSelectedTextColor +attr tabStyle +attr tabTextAppearance +attr tabTextColor +attr tabUnboundedRipple +attr targetId +attr telltales_tailColor +attr telltales_tailScale +attr telltales_velocityMode +attr textAllCaps +attr textAppearanceBody1 +attr textAppearanceBody2 +attr textAppearanceBodyLarge +attr textAppearanceBodyMedium +attr textAppearanceBodySmall +attr textAppearanceButton +attr textAppearanceCaption +attr textAppearanceDisplayLarge +attr textAppearanceDisplayMedium +attr textAppearanceDisplaySmall +attr textAppearanceHeadline1 +attr textAppearanceHeadline2 +attr textAppearanceHeadline3 +attr textAppearanceHeadline4 +attr textAppearanceHeadline5 +attr textAppearanceHeadline6 +attr textAppearanceHeadlineLarge +attr textAppearanceHeadlineMedium +attr textAppearanceHeadlineSmall +attr textAppearanceLabelLarge +attr textAppearanceLabelMedium +attr textAppearanceLabelSmall +attr textAppearanceLargePopupMenu +attr textAppearanceLineHeightEnabled +attr textAppearanceListItem +attr textAppearanceListItemSecondary +attr textAppearanceListItemSmall +attr textAppearanceOverline +attr textAppearancePopupMenuHeader +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textAppearanceSubtitle1 +attr textAppearanceSubtitle2 +attr textAppearanceTitleLarge +attr textAppearanceTitleMedium +attr textAppearanceTitleSmall +attr textColorAlertDialogListItem +attr textColorSearchUrl +attr textEndPadding +attr textInputFilledDenseStyle +attr textInputFilledExposedDropdownMenuStyle +attr textInputFilledStyle +attr textInputLayoutFocusedRectEnabled +attr textInputOutlinedDenseStyle +attr textInputOutlinedExposedDropdownMenuStyle +attr textInputOutlinedStyle +attr textInputStyle +attr textLocale +attr textStartPadding +attr theme +attr thickness +attr thumbColor +attr thumbElevation +attr thumbIcon +attr thumbIconTint +attr thumbIconTintMode +attr thumbRadius +attr thumbStrokeColor +attr thumbStrokeWidth +attr thumbTextPadding +attr thumbTint +attr thumbTintMode +attr tickColor +attr tickColorActive +attr tickColorInactive +attr tickMark +attr tickMarkTint +attr tickMarkTintMode +attr tickVisible +attr tint +attr tintMode +attr tintNavigationIcon +attr title +attr titleCentered +attr titleCollapseMode +attr titleEnabled +attr titleMargin +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titlePositionInterpolator +attr titleTextAppearance +attr titleTextColor +attr titleTextEllipsize +attr titleTextStyle +attr toggleCheckedStateOnClick +attr toolbarId +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr toolbarSurfaceStyle +attr tooltipForegroundColor +attr tooltipFrameBackground +attr tooltipStyle +attr tooltipText +attr topInsetScrimEnabled +attr touchAnchorId +attr touchAnchorSide +attr touchRegionId +attr track +attr trackColor +attr trackColorActive +attr trackColorInactive +attr trackCornerRadius +attr trackDecoration +attr trackDecorationTint +attr trackDecorationTintMode +attr trackHeight +attr trackThickness +attr trackTint +attr trackTintMode +attr transitionDisable +attr transitionEasing +attr transitionFlags +attr transitionPathRotate +attr transitionShapeAppearance +attr triggerId +attr triggerReceiver +attr triggerSlack +attr ttcIndex +attr useCompatPadding +attr useDrawerArrowDrawable +attr useMaterialThemeColors +attr values +attr verticalOffset +attr verticalOffsetWithText +attr viewInflaterClass +attr visibilityMode +attr voiceIcon +attr warmth +attr waveDecay +attr waveOffset +attr wavePeriod +attr waveShape +attr waveVariesBy +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowFixedHeightMajor +attr windowFixedHeightMinor +attr windowFixedWidthMajor +attr windowFixedWidthMinor +attr windowMinWidthMajor +attr windowMinWidthMinor +attr windowNoTitle +attr yearSelectedStyle +attr yearStyle +attr yearTodayStyle +bool abc_action_bar_embed_tabs +bool abc_config_actionMenuItemAllCaps +bool mtrl_btn_textappearance_all_caps +color abc_background_cache_hint_selector_material_dark +color abc_background_cache_hint_selector_material_light +color abc_btn_colored_borderless_text_material +color abc_btn_colored_text_material +color abc_color_highlight_material +color abc_decor_view_status_guard +color abc_decor_view_status_guard_light +color abc_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_primary_text_disable_only_material_dark +color abc_primary_text_disable_only_material_light +color abc_primary_text_material_dark +color abc_primary_text_material_light +color abc_search_url_text +color abc_search_url_text_normal +color abc_search_url_text_pressed +color abc_search_url_text_selected +color abc_secondary_text_material_dark +color abc_secondary_text_material_light +color abc_tint_btn_checkable +color abc_tint_default +color abc_tint_edittext +color abc_tint_seek_thumb +color abc_tint_spinner +color abc_tint_switch_track +color accent_material_dark +color accent_material_light +color androidx_core_ripple_material_light +color androidx_core_secondary_text_default_material_light +color background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color black +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color cardview_dark_background +color cardview_light_background +color cardview_shadow_end_color +color cardview_shadow_start_color +color design_bottom_navigation_shadow_color +color design_box_stroke_color +color design_dark_default_color_background +color design_dark_default_color_error +color design_dark_default_color_on_background +color design_dark_default_color_on_error +color design_dark_default_color_on_primary +color design_dark_default_color_on_secondary +color design_dark_default_color_on_surface +color design_dark_default_color_primary +color design_dark_default_color_primary_dark +color design_dark_default_color_primary_variant +color design_dark_default_color_secondary +color design_dark_default_color_secondary_variant +color design_dark_default_color_surface +color design_default_color_background +color design_default_color_error +color design_default_color_on_background +color design_default_color_on_error +color design_default_color_on_primary +color design_default_color_on_secondary +color design_default_color_on_surface +color design_default_color_primary +color design_default_color_primary_dark +color design_default_color_primary_variant +color design_default_color_secondary +color design_default_color_secondary_variant +color design_default_color_surface +color design_error +color design_fab_shadow_end_color +color design_fab_shadow_mid_color +color design_fab_shadow_start_color +color design_fab_stroke_end_inner_color +color design_fab_stroke_end_outer_color +color design_fab_stroke_top_inner_color +color design_fab_stroke_top_outer_color +color design_icon_tint +color design_snackbar_background_color +color dim_foreground_disabled_material_dark +color dim_foreground_disabled_material_light +color dim_foreground_material_dark +color dim_foreground_material_light +color error_color_material_dark +color error_color_material_light +color foreground_material_dark +color foreground_material_light +color highlighted_text_material_dark +color highlighted_text_material_light +color m3_appbar_overlay_color +color m3_assist_chip_icon_tint_color +color m3_assist_chip_stroke_color +color m3_button_background_color_selector +color m3_button_foreground_color_selector +color m3_button_outline_color_selector +color m3_button_ripple_color +color m3_button_ripple_color_selector +color m3_calendar_item_disabled_text +color m3_calendar_item_stroke_color +color m3_card_foreground_color +color m3_card_ripple_color +color m3_card_stroke_color +color m3_checkbox_button_icon_tint +color m3_checkbox_button_tint +color m3_chip_assist_text_color +color m3_chip_background_color +color m3_chip_ripple_color +color m3_chip_stroke_color +color m3_chip_text_color +color m3_dark_default_color_primary_text +color m3_dark_default_color_secondary_text +color m3_dark_highlighted_text +color m3_dark_hint_foreground +color m3_dark_primary_text_disable_only +color m3_default_color_primary_text +color m3_default_color_secondary_text +color m3_dynamic_dark_default_color_primary_text +color m3_dynamic_dark_default_color_secondary_text +color m3_dynamic_dark_highlighted_text +color m3_dynamic_dark_hint_foreground +color m3_dynamic_dark_primary_text_disable_only +color m3_dynamic_default_color_primary_text +color m3_dynamic_default_color_secondary_text +color m3_dynamic_highlighted_text +color m3_dynamic_hint_foreground +color m3_dynamic_primary_text_disable_only +color m3_efab_ripple_color_selector +color m3_elevated_chip_background_color +color m3_fab_efab_background_color_selector +color m3_fab_efab_foreground_color_selector +color m3_fab_ripple_color_selector +color m3_filled_icon_button_container_color_selector +color m3_highlighted_text +color m3_hint_foreground +color m3_icon_button_icon_color_selector +color m3_navigation_bar_item_with_indicator_icon_tint +color m3_navigation_bar_item_with_indicator_label_tint +color m3_navigation_bar_ripple_color_selector +color m3_navigation_item_background_color +color m3_navigation_item_icon_tint +color m3_navigation_item_ripple_color +color m3_navigation_item_text_color +color m3_popupmenu_overlay_color +color m3_primary_text_disable_only +color m3_radiobutton_button_tint +color m3_radiobutton_ripple_tint +color m3_ref_palette_black +color m3_ref_palette_dynamic_neutral0 +color m3_ref_palette_dynamic_neutral10 +color m3_ref_palette_dynamic_neutral100 +color m3_ref_palette_dynamic_neutral20 +color m3_ref_palette_dynamic_neutral30 +color m3_ref_palette_dynamic_neutral40 +color m3_ref_palette_dynamic_neutral50 +color m3_ref_palette_dynamic_neutral60 +color m3_ref_palette_dynamic_neutral70 +color m3_ref_palette_dynamic_neutral80 +color m3_ref_palette_dynamic_neutral90 +color m3_ref_palette_dynamic_neutral95 +color m3_ref_palette_dynamic_neutral99 +color m3_ref_palette_dynamic_neutral_variant0 +color m3_ref_palette_dynamic_neutral_variant10 +color m3_ref_palette_dynamic_neutral_variant100 +color m3_ref_palette_dynamic_neutral_variant20 +color m3_ref_palette_dynamic_neutral_variant30 +color m3_ref_palette_dynamic_neutral_variant40 +color m3_ref_palette_dynamic_neutral_variant50 +color m3_ref_palette_dynamic_neutral_variant60 +color m3_ref_palette_dynamic_neutral_variant70 +color m3_ref_palette_dynamic_neutral_variant80 +color m3_ref_palette_dynamic_neutral_variant90 +color m3_ref_palette_dynamic_neutral_variant95 +color m3_ref_palette_dynamic_neutral_variant99 +color m3_ref_palette_dynamic_primary0 +color m3_ref_palette_dynamic_primary10 +color m3_ref_palette_dynamic_primary100 +color m3_ref_palette_dynamic_primary20 +color m3_ref_palette_dynamic_primary30 +color m3_ref_palette_dynamic_primary40 +color m3_ref_palette_dynamic_primary50 +color m3_ref_palette_dynamic_primary60 +color m3_ref_palette_dynamic_primary70 +color m3_ref_palette_dynamic_primary80 +color m3_ref_palette_dynamic_primary90 +color m3_ref_palette_dynamic_primary95 +color m3_ref_palette_dynamic_primary99 +color m3_ref_palette_dynamic_secondary0 +color m3_ref_palette_dynamic_secondary10 +color m3_ref_palette_dynamic_secondary100 +color m3_ref_palette_dynamic_secondary20 +color m3_ref_palette_dynamic_secondary30 +color m3_ref_palette_dynamic_secondary40 +color m3_ref_palette_dynamic_secondary50 +color m3_ref_palette_dynamic_secondary60 +color m3_ref_palette_dynamic_secondary70 +color m3_ref_palette_dynamic_secondary80 +color m3_ref_palette_dynamic_secondary90 +color m3_ref_palette_dynamic_secondary95 +color m3_ref_palette_dynamic_secondary99 +color m3_ref_palette_dynamic_tertiary0 +color m3_ref_palette_dynamic_tertiary10 +color m3_ref_palette_dynamic_tertiary100 +color m3_ref_palette_dynamic_tertiary20 +color m3_ref_palette_dynamic_tertiary30 +color m3_ref_palette_dynamic_tertiary40 +color m3_ref_palette_dynamic_tertiary50 +color m3_ref_palette_dynamic_tertiary60 +color m3_ref_palette_dynamic_tertiary70 +color m3_ref_palette_dynamic_tertiary80 +color m3_ref_palette_dynamic_tertiary90 +color m3_ref_palette_dynamic_tertiary95 +color m3_ref_palette_dynamic_tertiary99 +color m3_ref_palette_error0 +color m3_ref_palette_error10 +color m3_ref_palette_error100 +color m3_ref_palette_error20 +color m3_ref_palette_error30 +color m3_ref_palette_error40 +color m3_ref_palette_error50 +color m3_ref_palette_error60 +color m3_ref_palette_error70 +color m3_ref_palette_error80 +color m3_ref_palette_error90 +color m3_ref_palette_error95 +color m3_ref_palette_error99 +color m3_ref_palette_neutral0 +color m3_ref_palette_neutral10 +color m3_ref_palette_neutral100 +color m3_ref_palette_neutral20 +color m3_ref_palette_neutral30 +color m3_ref_palette_neutral40 +color m3_ref_palette_neutral50 +color m3_ref_palette_neutral60 +color m3_ref_palette_neutral70 +color m3_ref_palette_neutral80 +color m3_ref_palette_neutral90 +color m3_ref_palette_neutral95 +color m3_ref_palette_neutral99 +color m3_ref_palette_neutral_variant0 +color m3_ref_palette_neutral_variant10 +color m3_ref_palette_neutral_variant100 +color m3_ref_palette_neutral_variant20 +color m3_ref_palette_neutral_variant30 +color m3_ref_palette_neutral_variant40 +color m3_ref_palette_neutral_variant50 +color m3_ref_palette_neutral_variant60 +color m3_ref_palette_neutral_variant70 +color m3_ref_palette_neutral_variant80 +color m3_ref_palette_neutral_variant90 +color m3_ref_palette_neutral_variant95 +color m3_ref_palette_neutral_variant99 +color m3_ref_palette_primary0 +color m3_ref_palette_primary10 +color m3_ref_palette_primary100 +color m3_ref_palette_primary20 +color m3_ref_palette_primary30 +color m3_ref_palette_primary40 +color m3_ref_palette_primary50 +color m3_ref_palette_primary60 +color m3_ref_palette_primary70 +color m3_ref_palette_primary80 +color m3_ref_palette_primary90 +color m3_ref_palette_primary95 +color m3_ref_palette_primary99 +color m3_ref_palette_secondary0 +color m3_ref_palette_secondary10 +color m3_ref_palette_secondary100 +color m3_ref_palette_secondary20 +color m3_ref_palette_secondary30 +color m3_ref_palette_secondary40 +color m3_ref_palette_secondary50 +color m3_ref_palette_secondary60 +color m3_ref_palette_secondary70 +color m3_ref_palette_secondary80 +color m3_ref_palette_secondary90 +color m3_ref_palette_secondary95 +color m3_ref_palette_secondary99 +color m3_ref_palette_tertiary0 +color m3_ref_palette_tertiary10 +color m3_ref_palette_tertiary100 +color m3_ref_palette_tertiary20 +color m3_ref_palette_tertiary30 +color m3_ref_palette_tertiary40 +color m3_ref_palette_tertiary50 +color m3_ref_palette_tertiary60 +color m3_ref_palette_tertiary70 +color m3_ref_palette_tertiary80 +color m3_ref_palette_tertiary90 +color m3_ref_palette_tertiary95 +color m3_ref_palette_tertiary99 +color m3_ref_palette_white +color m3_selection_control_ripple_color_selector +color m3_simple_item_ripple_color +color m3_slider_active_track_color +color m3_slider_halo_color +color m3_slider_inactive_track_color +color m3_slider_thumb_color +color m3_switch_thumb_tint +color m3_switch_track_tint +color m3_sys_color_dark_background +color m3_sys_color_dark_error +color m3_sys_color_dark_error_container +color m3_sys_color_dark_inverse_on_surface +color m3_sys_color_dark_inverse_primary +color m3_sys_color_dark_inverse_surface +color m3_sys_color_dark_on_background +color m3_sys_color_dark_on_error +color m3_sys_color_dark_on_error_container +color m3_sys_color_dark_on_primary +color m3_sys_color_dark_on_primary_container +color m3_sys_color_dark_on_secondary +color m3_sys_color_dark_on_secondary_container +color m3_sys_color_dark_on_surface +color m3_sys_color_dark_on_surface_variant +color m3_sys_color_dark_on_tertiary +color m3_sys_color_dark_on_tertiary_container +color m3_sys_color_dark_outline +color m3_sys_color_dark_outline_variant +color m3_sys_color_dark_primary +color m3_sys_color_dark_primary_container +color m3_sys_color_dark_secondary +color m3_sys_color_dark_secondary_container +color m3_sys_color_dark_surface +color m3_sys_color_dark_surface_variant +color m3_sys_color_dark_tertiary +color m3_sys_color_dark_tertiary_container +color m3_sys_color_dynamic_dark_background +color m3_sys_color_dynamic_dark_inverse_on_surface +color m3_sys_color_dynamic_dark_inverse_primary +color m3_sys_color_dynamic_dark_inverse_surface +color m3_sys_color_dynamic_dark_on_background +color m3_sys_color_dynamic_dark_on_primary +color m3_sys_color_dynamic_dark_on_primary_container +color m3_sys_color_dynamic_dark_on_secondary +color m3_sys_color_dynamic_dark_on_secondary_container +color m3_sys_color_dynamic_dark_on_surface +color m3_sys_color_dynamic_dark_on_surface_variant +color m3_sys_color_dynamic_dark_on_tertiary +color m3_sys_color_dynamic_dark_on_tertiary_container +color m3_sys_color_dynamic_dark_outline +color m3_sys_color_dynamic_dark_outline_variant +color m3_sys_color_dynamic_dark_primary +color m3_sys_color_dynamic_dark_primary_container +color m3_sys_color_dynamic_dark_secondary +color m3_sys_color_dynamic_dark_secondary_container +color m3_sys_color_dynamic_dark_surface +color m3_sys_color_dynamic_dark_surface_variant +color m3_sys_color_dynamic_dark_tertiary +color m3_sys_color_dynamic_dark_tertiary_container +color m3_sys_color_dynamic_light_background +color m3_sys_color_dynamic_light_inverse_on_surface +color m3_sys_color_dynamic_light_inverse_primary +color m3_sys_color_dynamic_light_inverse_surface +color m3_sys_color_dynamic_light_on_background +color m3_sys_color_dynamic_light_on_primary +color m3_sys_color_dynamic_light_on_primary_container +color m3_sys_color_dynamic_light_on_secondary +color m3_sys_color_dynamic_light_on_secondary_container +color m3_sys_color_dynamic_light_on_surface +color m3_sys_color_dynamic_light_on_surface_variant +color m3_sys_color_dynamic_light_on_tertiary +color m3_sys_color_dynamic_light_on_tertiary_container +color m3_sys_color_dynamic_light_outline +color m3_sys_color_dynamic_light_outline_variant +color m3_sys_color_dynamic_light_primary +color m3_sys_color_dynamic_light_primary_container +color m3_sys_color_dynamic_light_secondary +color m3_sys_color_dynamic_light_secondary_container +color m3_sys_color_dynamic_light_surface +color m3_sys_color_dynamic_light_surface_variant +color m3_sys_color_dynamic_light_tertiary +color m3_sys_color_dynamic_light_tertiary_container +color m3_sys_color_light_background +color m3_sys_color_light_error +color m3_sys_color_light_error_container +color m3_sys_color_light_inverse_on_surface +color m3_sys_color_light_inverse_primary +color m3_sys_color_light_inverse_surface +color m3_sys_color_light_on_background +color m3_sys_color_light_on_error +color m3_sys_color_light_on_error_container +color m3_sys_color_light_on_primary +color m3_sys_color_light_on_primary_container +color m3_sys_color_light_on_secondary +color m3_sys_color_light_on_secondary_container +color m3_sys_color_light_on_surface +color m3_sys_color_light_on_surface_variant +color m3_sys_color_light_on_tertiary +color m3_sys_color_light_on_tertiary_container +color m3_sys_color_light_outline +color m3_sys_color_light_outline_variant +color m3_sys_color_light_primary +color m3_sys_color_light_primary_container +color m3_sys_color_light_secondary +color m3_sys_color_light_secondary_container +color m3_sys_color_light_surface +color m3_sys_color_light_surface_variant +color m3_sys_color_light_tertiary +color m3_sys_color_light_tertiary_container +color m3_tabs_icon_color +color m3_tabs_icon_color_secondary +color m3_tabs_ripple_color +color m3_tabs_ripple_color_secondary +color m3_tabs_text_color +color m3_tabs_text_color_secondary +color m3_text_button_background_color_selector +color m3_text_button_foreground_color_selector +color m3_text_button_ripple_color_selector +color m3_textfield_filled_background_color +color m3_textfield_indicator_text_color +color m3_textfield_input_text_color +color m3_textfield_label_color +color m3_textfield_stroke_color +color m3_timepicker_button_background_color +color m3_timepicker_button_ripple_color +color m3_timepicker_button_text_color +color m3_timepicker_clock_text_color +color m3_timepicker_display_background_color +color m3_timepicker_display_ripple_color +color m3_timepicker_display_stroke_color +color m3_timepicker_display_text_color +color m3_timepicker_secondary_text_button_ripple_color +color m3_timepicker_secondary_text_button_text_color +color m3_tonal_button_ripple_color_selector +color material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_cursor_color +color material_deep_teal_200 +color material_deep_teal_500 +color material_divider_color +color material_dynamic_neutral0 +color material_dynamic_neutral10 +color material_dynamic_neutral100 +color material_dynamic_neutral20 +color material_dynamic_neutral30 +color material_dynamic_neutral40 +color material_dynamic_neutral50 +color material_dynamic_neutral60 +color material_dynamic_neutral70 +color material_dynamic_neutral80 +color material_dynamic_neutral90 +color material_dynamic_neutral95 +color material_dynamic_neutral99 +color material_dynamic_neutral_variant0 +color material_dynamic_neutral_variant10 +color material_dynamic_neutral_variant100 +color material_dynamic_neutral_variant20 +color material_dynamic_neutral_variant30 +color material_dynamic_neutral_variant40 +color material_dynamic_neutral_variant50 +color material_dynamic_neutral_variant60 +color material_dynamic_neutral_variant70 +color material_dynamic_neutral_variant80 +color material_dynamic_neutral_variant90 +color material_dynamic_neutral_variant95 +color material_dynamic_neutral_variant99 +color material_dynamic_primary0 +color material_dynamic_primary10 +color material_dynamic_primary100 +color material_dynamic_primary20 +color material_dynamic_primary30 +color material_dynamic_primary40 +color material_dynamic_primary50 +color material_dynamic_primary60 +color material_dynamic_primary70 +color material_dynamic_primary80 +color material_dynamic_primary90 +color material_dynamic_primary95 +color material_dynamic_primary99 +color material_dynamic_secondary0 +color material_dynamic_secondary10 +color material_dynamic_secondary100 +color material_dynamic_secondary20 +color material_dynamic_secondary30 +color material_dynamic_secondary40 +color material_dynamic_secondary50 +color material_dynamic_secondary60 +color material_dynamic_secondary70 +color material_dynamic_secondary80 +color material_dynamic_secondary90 +color material_dynamic_secondary95 +color material_dynamic_secondary99 +color material_dynamic_tertiary0 +color material_dynamic_tertiary10 +color material_dynamic_tertiary100 +color material_dynamic_tertiary20 +color material_dynamic_tertiary30 +color material_dynamic_tertiary40 +color material_dynamic_tertiary50 +color material_dynamic_tertiary60 +color material_dynamic_tertiary70 +color material_dynamic_tertiary80 +color material_dynamic_tertiary90 +color material_dynamic_tertiary95 +color material_dynamic_tertiary99 +color material_grey_100 +color material_grey_300 +color material_grey_50 +color material_grey_600 +color material_grey_800 +color material_grey_850 +color material_grey_900 +color material_harmonized_color_error +color material_harmonized_color_error_container +color material_harmonized_color_on_error +color material_harmonized_color_on_error_container +color material_on_background_disabled +color material_on_background_emphasis_high_type +color material_on_background_emphasis_medium +color material_on_primary_disabled +color material_on_primary_emphasis_high_type +color material_on_primary_emphasis_medium +color material_on_surface_disabled +color material_on_surface_emphasis_high_type +color material_on_surface_emphasis_medium +color material_on_surface_stroke +color material_personalized_color_background +color material_personalized_color_error +color material_personalized_color_error_container +color material_personalized_color_on_background +color material_personalized_color_on_error +color material_personalized_color_on_error_container +color material_personalized_color_on_primary +color material_personalized_color_on_primary_container +color material_personalized_color_on_secondary +color material_personalized_color_on_secondary_container +color material_personalized_color_on_surface +color material_personalized_color_on_surface_inverse +color material_personalized_color_on_surface_variant +color material_personalized_color_on_tertiary +color material_personalized_color_on_tertiary_container +color material_personalized_color_primary +color material_personalized_color_primary_container +color material_personalized_color_primary_inverse +color material_personalized_color_secondary +color material_personalized_color_secondary_container +color material_personalized_color_surface +color material_personalized_color_surface_inverse +color material_personalized_color_surface_outline +color material_personalized_color_surface_variant +color material_personalized_color_tertiary +color material_personalized_color_tertiary_container +color material_slider_active_tick_marks_color +color material_slider_active_track_color +color material_slider_halo_color +color material_slider_inactive_tick_marks_color +color material_slider_inactive_track_color +color material_slider_thumb_color +color material_timepicker_button_background +color material_timepicker_button_stroke +color material_timepicker_clock_text_color +color material_timepicker_clockface +color material_timepicker_modebutton_tint +color mtrl_btn_bg_color_selector +color mtrl_btn_ripple_color +color mtrl_btn_stroke_color_selector +color mtrl_btn_text_btn_bg_color_selector +color mtrl_btn_text_btn_ripple_color +color mtrl_btn_text_color_disabled +color mtrl_btn_text_color_selector +color mtrl_btn_transparent_bg_color +color mtrl_calendar_item_stroke_color +color mtrl_calendar_selected_range +color mtrl_card_view_foreground +color mtrl_card_view_ripple +color mtrl_chip_background_color +color mtrl_chip_close_icon_tint +color mtrl_chip_surface_color +color mtrl_chip_text_color +color mtrl_choice_chip_background_color +color mtrl_choice_chip_ripple_color +color mtrl_choice_chip_text_color +color mtrl_error +color mtrl_fab_bg_color_selector +color mtrl_fab_icon_text_color_selector +color mtrl_fab_ripple_color +color mtrl_filled_background_color +color mtrl_filled_icon_tint +color mtrl_filled_stroke_color +color mtrl_indicator_text_color +color mtrl_navigation_bar_colored_item_tint +color mtrl_navigation_bar_colored_ripple_color +color mtrl_navigation_bar_item_tint +color mtrl_navigation_bar_ripple_color +color mtrl_navigation_item_background_color +color mtrl_navigation_item_icon_tint +color mtrl_navigation_item_text_color +color mtrl_on_primary_text_btn_text_color_selector +color mtrl_on_surface_ripple_color +color mtrl_outlined_icon_tint +color mtrl_outlined_stroke_color +color mtrl_popupmenu_overlay_color +color mtrl_scrim_color +color mtrl_switch_thumb_icon_tint +color mtrl_switch_thumb_tint +color mtrl_switch_track_decoration_tint +color mtrl_switch_track_tint +color mtrl_tabs_colored_ripple_color +color mtrl_tabs_icon_color_selector +color mtrl_tabs_icon_color_selector_colored +color mtrl_tabs_legacy_text_color_selector +color mtrl_tabs_ripple_color +color mtrl_text_btn_text_color_selector +color mtrl_textinput_default_box_stroke_color +color mtrl_textinput_disabled_color +color mtrl_textinput_filled_box_default_background_color +color mtrl_textinput_focused_box_stroke_color +color mtrl_textinput_hovered_box_stroke_color +color notification_action_color_filter +color notification_icon_bg_color +color primary_dark_material_dark +color primary_dark_material_light +color primary_material_dark +color primary_material_light +color primary_text_default_material_dark +color primary_text_default_material_light +color primary_text_disabled_material_dark +color primary_text_disabled_material_light +color purple_200 +color purple_500 +color purple_700 +color ripple_material_dark +color ripple_material_light +color secondary_text_default_material_dark +color secondary_text_default_material_light +color secondary_text_disabled_material_dark +color secondary_text_disabled_material_light +color switch_thumb_disabled_material_dark +color switch_thumb_disabled_material_light +color switch_thumb_material_dark +color switch_thumb_material_light +color switch_thumb_normal_material_dark +color switch_thumb_normal_material_light +color teal_200 +color teal_700 +color tooltip_background_dark +color tooltip_background_light +color white +dimen abc_action_bar_content_inset_material +dimen abc_action_bar_content_inset_with_nav +dimen abc_action_bar_default_height_material +dimen abc_action_bar_default_padding_end_material +dimen abc_action_bar_default_padding_start_material +dimen abc_action_bar_elevation_material +dimen abc_action_bar_icon_vertical_padding_material +dimen abc_action_bar_overflow_padding_end_material +dimen abc_action_bar_overflow_padding_start_material +dimen abc_action_bar_stacked_max_height +dimen abc_action_bar_stacked_tab_max_width +dimen abc_action_bar_subtitle_bottom_margin_material +dimen abc_action_bar_subtitle_top_margin_material +dimen abc_action_button_min_height_material +dimen abc_action_button_min_width_material +dimen abc_action_button_min_width_overflow_material +dimen abc_alert_dialog_button_bar_height +dimen abc_alert_dialog_button_dimen +dimen abc_button_inset_horizontal_material +dimen abc_button_inset_vertical_material +dimen abc_button_padding_horizontal_material +dimen abc_button_padding_vertical_material +dimen abc_cascading_menus_min_smallest_width +dimen abc_config_prefDialogWidth +dimen abc_control_corner_material +dimen abc_control_inset_material +dimen abc_control_padding_material +dimen abc_dialog_corner_radius_material +dimen abc_dialog_fixed_height_major +dimen abc_dialog_fixed_height_minor +dimen abc_dialog_fixed_width_major +dimen abc_dialog_fixed_width_minor +dimen abc_dialog_list_padding_bottom_no_buttons +dimen abc_dialog_list_padding_top_no_title +dimen abc_dialog_min_width_major +dimen abc_dialog_min_width_minor +dimen abc_dialog_padding_material +dimen abc_dialog_padding_top_material +dimen abc_dialog_title_divider_material +dimen abc_disabled_alpha_material_dark +dimen abc_disabled_alpha_material_light +dimen abc_dropdownitem_icon_width +dimen abc_dropdownitem_text_padding_left +dimen abc_dropdownitem_text_padding_right +dimen abc_edit_text_inset_bottom_material +dimen abc_edit_text_inset_horizontal_material +dimen abc_edit_text_inset_top_material +dimen abc_floating_window_z +dimen abc_list_item_height_large_material +dimen abc_list_item_height_material +dimen abc_list_item_height_small_material +dimen abc_list_item_padding_horizontal_material +dimen abc_panel_menu_list_width +dimen abc_progress_bar_height_material +dimen abc_search_view_preferred_height +dimen abc_search_view_preferred_width +dimen abc_seekbar_track_background_height_material +dimen abc_seekbar_track_progress_height_material +dimen abc_select_dialog_padding_start_material +dimen abc_star_big +dimen abc_star_medium +dimen abc_star_small +dimen abc_switch_padding +dimen abc_text_size_body_1_material +dimen abc_text_size_body_2_material +dimen abc_text_size_button_material +dimen abc_text_size_caption_material +dimen abc_text_size_display_1_material +dimen abc_text_size_display_2_material +dimen abc_text_size_display_3_material +dimen abc_text_size_display_4_material +dimen abc_text_size_headline_material +dimen abc_text_size_large_material +dimen abc_text_size_medium_material +dimen abc_text_size_menu_header_material +dimen abc_text_size_menu_material +dimen abc_text_size_small_material +dimen abc_text_size_subhead_material +dimen abc_text_size_subtitle_material_toolbar +dimen abc_text_size_title_material +dimen abc_text_size_title_material_toolbar +dimen appcompat_dialog_background_inset +dimen cardview_compat_inset_shadow +dimen cardview_default_elevation +dimen cardview_default_radius +dimen clock_face_margin_start +dimen compat_button_inset_horizontal_material +dimen compat_button_inset_vertical_material +dimen compat_button_padding_horizontal_material +dimen compat_button_padding_vertical_material +dimen compat_control_corner_material +dimen compat_notification_large_icon_max_height +dimen compat_notification_large_icon_max_width +dimen def_drawer_elevation +dimen design_appbar_elevation +dimen design_bottom_navigation_active_item_max_width +dimen design_bottom_navigation_active_item_min_width +dimen design_bottom_navigation_active_text_size +dimen design_bottom_navigation_elevation +dimen design_bottom_navigation_height +dimen design_bottom_navigation_icon_size +dimen design_bottom_navigation_item_max_width +dimen design_bottom_navigation_item_min_width +dimen design_bottom_navigation_label_padding +dimen design_bottom_navigation_margin +dimen design_bottom_navigation_shadow_height +dimen design_bottom_navigation_text_size +dimen design_bottom_sheet_elevation +dimen design_bottom_sheet_modal_elevation +dimen design_bottom_sheet_peek_height_min +dimen design_fab_border_width +dimen design_fab_elevation +dimen design_fab_image_size +dimen design_fab_size_mini +dimen design_fab_size_normal +dimen design_fab_translation_z_hovered_focused +dimen design_fab_translation_z_pressed +dimen design_navigation_elevation +dimen design_navigation_icon_padding +dimen design_navigation_icon_size +dimen design_navigation_item_horizontal_padding +dimen design_navigation_item_icon_padding +dimen design_navigation_item_vertical_padding +dimen design_navigation_max_width +dimen design_navigation_padding_bottom +dimen design_navigation_separator_vertical_padding +dimen design_snackbar_action_inline_max_width +dimen design_snackbar_action_text_color_alpha +dimen design_snackbar_background_corner_radius +dimen design_snackbar_elevation +dimen design_snackbar_extra_spacing_horizontal +dimen design_snackbar_max_width +dimen design_snackbar_min_width +dimen design_snackbar_padding_horizontal +dimen design_snackbar_padding_vertical +dimen design_snackbar_padding_vertical_2lines +dimen design_snackbar_text_size +dimen design_tab_max_width +dimen design_tab_scrollable_min_width +dimen design_tab_text_size +dimen design_tab_text_size_2line +dimen design_textinput_caption_translate_y +dimen disabled_alpha_material_dark +dimen disabled_alpha_material_light +dimen fastscroll_default_thickness +dimen fastscroll_margin +dimen fastscroll_minimum_range +dimen highlight_alpha_material_colored +dimen highlight_alpha_material_dark +dimen highlight_alpha_material_light +dimen hint_alpha_material_dark +dimen hint_alpha_material_light +dimen hint_pressed_alpha_material_dark +dimen hint_pressed_alpha_material_light +dimen item_touch_helper_max_drag_scroll_per_frame +dimen item_touch_helper_swipe_escape_max_velocity +dimen item_touch_helper_swipe_escape_velocity +dimen m3_alert_dialog_action_bottom_padding +dimen m3_alert_dialog_action_top_padding +dimen m3_alert_dialog_corner_size +dimen m3_alert_dialog_elevation +dimen m3_alert_dialog_icon_margin +dimen m3_alert_dialog_icon_size +dimen m3_alert_dialog_title_bottom_margin +dimen m3_appbar_expanded_title_margin_bottom +dimen m3_appbar_expanded_title_margin_horizontal +dimen m3_appbar_scrim_height_trigger +dimen m3_appbar_scrim_height_trigger_large +dimen m3_appbar_scrim_height_trigger_medium +dimen m3_appbar_size_compact +dimen m3_appbar_size_large +dimen m3_appbar_size_medium +dimen m3_badge_horizontal_offset +dimen m3_badge_radius +dimen m3_badge_vertical_offset +dimen m3_badge_with_text_horizontal_offset +dimen m3_badge_with_text_radius +dimen m3_badge_with_text_vertical_offset +dimen m3_bottom_nav_item_active_indicator_height +dimen m3_bottom_nav_item_active_indicator_margin_horizontal +dimen m3_bottom_nav_item_active_indicator_width +dimen m3_bottom_nav_item_padding_bottom +dimen m3_bottom_nav_item_padding_top +dimen m3_bottom_nav_min_height +dimen m3_bottom_sheet_drag_handle_bottom_padding +dimen m3_bottom_sheet_elevation +dimen m3_bottom_sheet_modal_elevation +dimen m3_bottomappbar_fab_cradle_margin +dimen m3_bottomappbar_fab_cradle_rounded_corner_radius +dimen m3_bottomappbar_fab_cradle_vertical_offset +dimen m3_bottomappbar_fab_end_margin +dimen m3_bottomappbar_height +dimen m3_bottomappbar_horizontal_padding +dimen m3_btn_dialog_btn_min_width +dimen m3_btn_dialog_btn_spacing +dimen m3_btn_disabled_elevation +dimen m3_btn_disabled_translation_z +dimen m3_btn_elevated_btn_elevation +dimen m3_btn_elevation +dimen m3_btn_icon_btn_padding_left +dimen m3_btn_icon_btn_padding_right +dimen m3_btn_icon_only_default_padding +dimen m3_btn_icon_only_default_size +dimen m3_btn_icon_only_icon_padding +dimen m3_btn_icon_only_min_width +dimen m3_btn_inset +dimen m3_btn_max_width +dimen m3_btn_padding_bottom +dimen m3_btn_padding_left +dimen m3_btn_padding_right +dimen m3_btn_padding_top +dimen m3_btn_stroke_size +dimen m3_btn_text_btn_icon_padding_left +dimen m3_btn_text_btn_icon_padding_right +dimen m3_btn_text_btn_padding_left +dimen m3_btn_text_btn_padding_right +dimen m3_btn_translation_z_base +dimen m3_btn_translation_z_hovered +dimen m3_card_dragged_z +dimen m3_card_elevated_dragged_z +dimen m3_card_elevated_elevation +dimen m3_card_elevated_hovered_z +dimen m3_card_elevation +dimen m3_card_hovered_z +dimen m3_card_stroke_width +dimen m3_chip_checked_hovered_translation_z +dimen m3_chip_corner_size +dimen m3_chip_disabled_translation_z +dimen m3_chip_dragged_translation_z +dimen m3_chip_elevated_elevation +dimen m3_chip_hovered_translation_z +dimen m3_chip_icon_size +dimen m3_comp_assist_chip_container_height +dimen m3_comp_assist_chip_elevated_container_elevation +dimen m3_comp_assist_chip_flat_container_elevation +dimen m3_comp_assist_chip_flat_outline_width +dimen m3_comp_assist_chip_with_icon_icon_size +dimen m3_comp_bottom_app_bar_container_elevation +dimen m3_comp_bottom_app_bar_container_height +dimen m3_comp_checkbox_selected_disabled_container_opacity +dimen m3_comp_circular_progress_indicator_active_indicator_width +dimen m3_comp_divider_thickness +dimen m3_comp_elevated_button_container_elevation +dimen m3_comp_elevated_button_disabled_container_elevation +dimen m3_comp_extended_fab_primary_container_elevation +dimen m3_comp_extended_fab_primary_container_height +dimen m3_comp_extended_fab_primary_focus_container_elevation +dimen m3_comp_extended_fab_primary_focus_state_layer_opacity +dimen m3_comp_extended_fab_primary_hover_container_elevation +dimen m3_comp_extended_fab_primary_hover_state_layer_opacity +dimen m3_comp_extended_fab_primary_icon_size +dimen m3_comp_extended_fab_primary_pressed_container_elevation +dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity +dimen m3_comp_fab_primary_container_elevation +dimen m3_comp_fab_primary_container_height +dimen m3_comp_fab_primary_focus_state_layer_opacity +dimen m3_comp_fab_primary_hover_container_elevation +dimen m3_comp_fab_primary_hover_state_layer_opacity +dimen m3_comp_fab_primary_icon_size +dimen m3_comp_fab_primary_large_container_height +dimen m3_comp_fab_primary_large_icon_size +dimen m3_comp_fab_primary_pressed_container_elevation +dimen m3_comp_fab_primary_pressed_state_layer_opacity +dimen m3_comp_fab_primary_small_container_height +dimen m3_comp_fab_primary_small_icon_size +dimen m3_comp_filled_autocomplete_menu_container_elevation +dimen m3_comp_filled_button_container_elevation +dimen m3_comp_filled_button_with_icon_icon_size +dimen m3_comp_filled_text_field_disabled_active_indicator_opacity +dimen m3_comp_filter_chip_container_height +dimen m3_comp_filter_chip_elevated_container_elevation +dimen m3_comp_filter_chip_flat_container_elevation +dimen m3_comp_filter_chip_flat_unselected_outline_width +dimen m3_comp_filter_chip_with_icon_icon_size +dimen m3_comp_input_chip_container_elevation +dimen m3_comp_input_chip_container_height +dimen m3_comp_input_chip_unselected_outline_width +dimen m3_comp_input_chip_with_avatar_avatar_size +dimen m3_comp_input_chip_with_leading_icon_leading_icon_size +dimen m3_comp_linear_progress_indicator_active_indicator_height +dimen m3_comp_navigation_rail_active_indicator_height +dimen m3_comp_navigation_rail_active_indicator_width +dimen m3_comp_navigation_rail_container_elevation +dimen m3_comp_navigation_rail_container_width +dimen m3_comp_navigation_rail_icon_size +dimen m3_comp_outlined_autocomplete_menu_container_elevation +dimen m3_comp_outlined_button_disabled_outline_opacity +dimen m3_comp_outlined_button_outline_width +dimen m3_comp_outlined_text_field_disabled_input_text_opacity +dimen m3_comp_outlined_text_field_disabled_label_text_opacity +dimen m3_comp_outlined_text_field_disabled_supporting_text_opacity +dimen m3_comp_outlined_text_field_focus_outline_width +dimen m3_comp_outlined_text_field_outline_width +dimen m3_comp_primary_navigation_tab_active_focus_state_layer_opacity +dimen m3_comp_primary_navigation_tab_active_hover_state_layer_opacity +dimen m3_comp_primary_navigation_tab_active_indicator_height +dimen m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity +dimen m3_comp_primary_navigation_tab_divider_height +dimen m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity +dimen m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity +dimen m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity +dimen m3_comp_primary_navigation_tab_with_icon_icon_size +dimen m3_comp_search_bar_avatar_size +dimen m3_comp_search_bar_container_elevation +dimen m3_comp_search_bar_container_height +dimen m3_comp_search_bar_hover_state_layer_opacity +dimen m3_comp_search_bar_pressed_state_layer_opacity +dimen m3_comp_search_view_container_elevation +dimen m3_comp_search_view_docked_header_container_height +dimen m3_comp_search_view_full_screen_header_container_height +dimen m3_comp_secondary_navigation_tab_active_indicator_height +dimen m3_comp_secondary_navigation_tab_focus_state_layer_opacity +dimen m3_comp_secondary_navigation_tab_hover_state_layer_opacity +dimen m3_comp_secondary_navigation_tab_pressed_state_layer_opacity +dimen m3_comp_sheet_bottom_docked_modal_container_elevation +dimen m3_comp_sheet_bottom_docked_standard_container_elevation +dimen m3_comp_slider_disabled_active_track_opacity +dimen m3_comp_slider_disabled_handle_opacity +dimen m3_comp_slider_disabled_inactive_track_opacity +dimen m3_comp_slider_inactive_track_height +dimen m3_comp_suggestion_chip_container_height +dimen m3_comp_suggestion_chip_elevated_container_elevation +dimen m3_comp_suggestion_chip_flat_container_elevation +dimen m3_comp_suggestion_chip_flat_outline_width +dimen m3_comp_suggestion_chip_with_leading_icon_leading_icon_size +dimen m3_comp_switch_disabled_selected_handle_opacity +dimen m3_comp_switch_disabled_selected_icon_opacity +dimen m3_comp_switch_disabled_track_opacity +dimen m3_comp_switch_disabled_unselected_handle_opacity +dimen m3_comp_switch_disabled_unselected_icon_opacity +dimen m3_comp_switch_selected_focus_state_layer_opacity +dimen m3_comp_switch_selected_hover_state_layer_opacity +dimen m3_comp_switch_selected_pressed_state_layer_opacity +dimen m3_comp_switch_track_height +dimen m3_comp_switch_track_width +dimen m3_comp_switch_unselected_focus_state_layer_opacity +dimen m3_comp_switch_unselected_hover_state_layer_opacity +dimen m3_comp_switch_unselected_pressed_state_layer_opacity +dimen m3_comp_text_button_focus_state_layer_opacity +dimen m3_comp_text_button_hover_state_layer_opacity +dimen m3_comp_text_button_pressed_state_layer_opacity +dimen m3_datepicker_elevation +dimen m3_divider_heavy_thickness +dimen m3_extended_fab_bottom_padding +dimen m3_extended_fab_end_padding +dimen m3_extended_fab_icon_padding +dimen m3_extended_fab_min_height +dimen m3_extended_fab_start_padding +dimen m3_extended_fab_top_padding +dimen m3_fab_border_width +dimen m3_fab_corner_size +dimen m3_fab_translation_z_hovered_focused +dimen m3_fab_translation_z_pressed +dimen m3_large_fab_max_image_size +dimen m3_large_fab_size +dimen m3_menu_elevation +dimen m3_navigation_drawer_layout_corner_size +dimen m3_navigation_item_horizontal_padding +dimen m3_navigation_item_icon_padding +dimen m3_navigation_item_shape_inset_bottom +dimen m3_navigation_item_shape_inset_end +dimen m3_navigation_item_shape_inset_start +dimen m3_navigation_item_shape_inset_top +dimen m3_navigation_item_vertical_padding +dimen m3_navigation_menu_divider_horizontal_padding +dimen m3_navigation_menu_headline_horizontal_padding +dimen m3_navigation_rail_default_width +dimen m3_navigation_rail_elevation +dimen m3_navigation_rail_icon_size +dimen m3_navigation_rail_item_active_indicator_height +dimen m3_navigation_rail_item_active_indicator_margin_horizontal +dimen m3_navigation_rail_item_active_indicator_width +dimen m3_navigation_rail_item_min_height +dimen m3_navigation_rail_item_padding_bottom +dimen m3_navigation_rail_item_padding_top +dimen m3_ripple_default_alpha +dimen m3_ripple_focused_alpha +dimen m3_ripple_hovered_alpha +dimen m3_ripple_pressed_alpha +dimen m3_ripple_selectable_pressed_alpha +dimen m3_searchbar_elevation +dimen m3_searchbar_height +dimen m3_searchbar_margin_horizontal +dimen m3_searchbar_margin_vertical +dimen m3_searchbar_outlined_stroke_width +dimen m3_searchbar_padding_start +dimen m3_searchbar_text_margin_start_no_navigation_icon +dimen m3_searchbar_text_size +dimen m3_searchview_divider_size +dimen m3_searchview_elevation +dimen m3_searchview_height +dimen m3_side_sheet_modal_elevation +dimen m3_side_sheet_standard_elevation +dimen m3_side_sheet_width +dimen m3_simple_item_color_hovered_alpha +dimen m3_simple_item_color_selected_alpha +dimen m3_slider_inactive_track_height +dimen m3_slider_thumb_elevation +dimen m3_small_fab_max_image_size +dimen m3_small_fab_size +dimen m3_snackbar_action_text_color_alpha +dimen m3_snackbar_margin +dimen m3_sys_elevation_level0 +dimen m3_sys_elevation_level1 +dimen m3_sys_elevation_level2 +dimen m3_sys_elevation_level3 +dimen m3_sys_elevation_level4 +dimen m3_sys_elevation_level5 +dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 +dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 +dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 +dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 +dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 +dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 +dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 +dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 +dimen m3_sys_motion_easing_legacy_accelerate_control_x1 +dimen m3_sys_motion_easing_legacy_accelerate_control_x2 +dimen m3_sys_motion_easing_legacy_accelerate_control_y1 +dimen m3_sys_motion_easing_legacy_accelerate_control_y2 +dimen m3_sys_motion_easing_legacy_control_x1 +dimen m3_sys_motion_easing_legacy_control_x2 +dimen m3_sys_motion_easing_legacy_control_y1 +dimen m3_sys_motion_easing_legacy_control_y2 +dimen m3_sys_motion_easing_legacy_decelerate_control_x1 +dimen m3_sys_motion_easing_legacy_decelerate_control_x2 +dimen m3_sys_motion_easing_legacy_decelerate_control_y1 +dimen m3_sys_motion_easing_legacy_decelerate_control_y2 +dimen m3_sys_motion_easing_linear_control_x1 +dimen m3_sys_motion_easing_linear_control_x2 +dimen m3_sys_motion_easing_linear_control_y1 +dimen m3_sys_motion_easing_linear_control_y2 +dimen m3_sys_motion_easing_standard_accelerate_control_x1 +dimen m3_sys_motion_easing_standard_accelerate_control_x2 +dimen m3_sys_motion_easing_standard_accelerate_control_y1 +dimen m3_sys_motion_easing_standard_accelerate_control_y2 +dimen m3_sys_motion_easing_standard_control_x1 +dimen m3_sys_motion_easing_standard_control_x2 +dimen m3_sys_motion_easing_standard_control_y1 +dimen m3_sys_motion_easing_standard_control_y2 +dimen m3_sys_motion_easing_standard_decelerate_control_x1 +dimen m3_sys_motion_easing_standard_decelerate_control_x2 +dimen m3_sys_motion_easing_standard_decelerate_control_y1 +dimen m3_sys_motion_easing_standard_decelerate_control_y2 +dimen m3_sys_state_dragged_state_layer_opacity +dimen m3_sys_state_focus_state_layer_opacity +dimen m3_sys_state_hover_state_layer_opacity +dimen m3_sys_state_pressed_state_layer_opacity +dimen m3_timepicker_display_stroke_width +dimen m3_timepicker_window_elevation +dimen m3_toolbar_text_size_title +dimen material_bottom_sheet_max_width +dimen material_clock_display_height +dimen material_clock_display_padding +dimen material_clock_display_width +dimen material_clock_face_margin_top +dimen material_clock_hand_center_dot_radius +dimen material_clock_hand_padding +dimen material_clock_hand_stroke_width +dimen material_clock_number_text_size +dimen material_clock_period_toggle_height +dimen material_clock_period_toggle_horizontal_gap +dimen material_clock_period_toggle_vertical_gap +dimen material_clock_period_toggle_width +dimen material_clock_size +dimen material_cursor_inset +dimen material_cursor_width +dimen material_divider_thickness +dimen material_emphasis_disabled +dimen material_emphasis_disabled_background +dimen material_emphasis_high_type +dimen material_emphasis_medium +dimen material_filled_edittext_font_1_3_padding_bottom +dimen material_filled_edittext_font_1_3_padding_top +dimen material_filled_edittext_font_2_0_padding_bottom +dimen material_filled_edittext_font_2_0_padding_top +dimen material_font_1_3_box_collapsed_padding_top +dimen material_font_2_0_box_collapsed_padding_top +dimen material_helper_text_default_padding_top +dimen material_helper_text_font_1_3_padding_horizontal +dimen material_helper_text_font_1_3_padding_top +dimen material_input_text_to_prefix_suffix_padding +dimen material_textinput_default_width +dimen material_textinput_max_width +dimen material_textinput_min_width +dimen material_time_picker_minimum_screen_height +dimen material_time_picker_minimum_screen_width +dimen material_timepicker_dialog_buttons_margin_top +dimen mtrl_alert_dialog_background_inset_bottom +dimen mtrl_alert_dialog_background_inset_end +dimen mtrl_alert_dialog_background_inset_start +dimen mtrl_alert_dialog_background_inset_top +dimen mtrl_alert_dialog_picker_background_inset +dimen mtrl_badge_horizontal_edge_offset +dimen mtrl_badge_long_text_horizontal_padding +dimen mtrl_badge_radius +dimen mtrl_badge_text_horizontal_edge_offset +dimen mtrl_badge_text_size +dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset +dimen mtrl_badge_toolbar_action_menu_item_vertical_offset +dimen mtrl_badge_with_text_radius +dimen mtrl_bottomappbar_fabOffsetEndMode +dimen mtrl_bottomappbar_fab_bottom_margin +dimen mtrl_bottomappbar_fab_cradle_margin +dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius +dimen mtrl_bottomappbar_fab_cradle_vertical_offset +dimen mtrl_bottomappbar_height +dimen mtrl_btn_corner_radius +dimen mtrl_btn_dialog_btn_min_width +dimen mtrl_btn_disabled_elevation +dimen mtrl_btn_disabled_z +dimen mtrl_btn_elevation +dimen mtrl_btn_focused_z +dimen mtrl_btn_hovered_z +dimen mtrl_btn_icon_btn_padding_left +dimen mtrl_btn_icon_padding +dimen mtrl_btn_inset +dimen mtrl_btn_letter_spacing +dimen mtrl_btn_max_width +dimen mtrl_btn_padding_bottom +dimen mtrl_btn_padding_left +dimen mtrl_btn_padding_right +dimen mtrl_btn_padding_top +dimen mtrl_btn_pressed_z +dimen mtrl_btn_snackbar_margin_horizontal +dimen mtrl_btn_stroke_size +dimen mtrl_btn_text_btn_icon_padding +dimen mtrl_btn_text_btn_padding_left +dimen mtrl_btn_text_btn_padding_right +dimen mtrl_btn_text_size +dimen mtrl_btn_z +dimen mtrl_calendar_action_confirm_button_min_width +dimen mtrl_calendar_action_height +dimen mtrl_calendar_action_padding +dimen mtrl_calendar_bottom_padding +dimen mtrl_calendar_content_padding +dimen mtrl_calendar_day_corner +dimen mtrl_calendar_day_height +dimen mtrl_calendar_day_horizontal_padding +dimen mtrl_calendar_day_today_stroke +dimen mtrl_calendar_day_vertical_padding +dimen mtrl_calendar_day_width +dimen mtrl_calendar_days_of_week_height +dimen mtrl_calendar_dialog_background_inset +dimen mtrl_calendar_header_content_padding +dimen mtrl_calendar_header_content_padding_fullscreen +dimen mtrl_calendar_header_divider_thickness +dimen mtrl_calendar_header_height +dimen mtrl_calendar_header_height_fullscreen +dimen mtrl_calendar_header_selection_line_height +dimen mtrl_calendar_header_text_padding +dimen mtrl_calendar_header_toggle_margin_bottom +dimen mtrl_calendar_header_toggle_margin_top +dimen mtrl_calendar_landscape_header_width +dimen mtrl_calendar_maximum_default_fullscreen_minor_axis +dimen mtrl_calendar_month_horizontal_padding +dimen mtrl_calendar_month_vertical_padding +dimen mtrl_calendar_navigation_bottom_padding +dimen mtrl_calendar_navigation_height +dimen mtrl_calendar_navigation_top_padding +dimen mtrl_calendar_pre_l_text_clip_padding +dimen mtrl_calendar_selection_baseline_to_top_fullscreen +dimen mtrl_calendar_selection_text_baseline_to_bottom +dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +dimen mtrl_calendar_selection_text_baseline_to_top +dimen mtrl_calendar_text_input_padding_top +dimen mtrl_calendar_title_baseline_to_top +dimen mtrl_calendar_title_baseline_to_top_fullscreen +dimen mtrl_calendar_year_corner +dimen mtrl_calendar_year_height +dimen mtrl_calendar_year_horizontal_padding +dimen mtrl_calendar_year_vertical_padding +dimen mtrl_calendar_year_width +dimen mtrl_card_checked_icon_margin +dimen mtrl_card_checked_icon_size +dimen mtrl_card_corner_radius +dimen mtrl_card_dragged_z +dimen mtrl_card_elevation +dimen mtrl_card_spacing +dimen mtrl_chip_pressed_translation_z +dimen mtrl_chip_text_size +dimen mtrl_exposed_dropdown_menu_popup_elevation +dimen mtrl_exposed_dropdown_menu_popup_vertical_offset +dimen mtrl_exposed_dropdown_menu_popup_vertical_padding +dimen mtrl_extended_fab_bottom_padding +dimen mtrl_extended_fab_disabled_elevation +dimen mtrl_extended_fab_disabled_translation_z +dimen mtrl_extended_fab_elevation +dimen mtrl_extended_fab_end_padding +dimen mtrl_extended_fab_end_padding_icon +dimen mtrl_extended_fab_icon_size +dimen mtrl_extended_fab_icon_text_spacing +dimen mtrl_extended_fab_min_height +dimen mtrl_extended_fab_min_width +dimen mtrl_extended_fab_start_padding +dimen mtrl_extended_fab_start_padding_icon +dimen mtrl_extended_fab_top_padding +dimen mtrl_extended_fab_translation_z_base +dimen mtrl_extended_fab_translation_z_hovered_focused +dimen mtrl_extended_fab_translation_z_pressed +dimen mtrl_fab_elevation +dimen mtrl_fab_min_touch_target +dimen mtrl_fab_translation_z_hovered_focused +dimen mtrl_fab_translation_z_pressed +dimen mtrl_high_ripple_default_alpha +dimen mtrl_high_ripple_focused_alpha +dimen mtrl_high_ripple_hovered_alpha +dimen mtrl_high_ripple_pressed_alpha +dimen mtrl_low_ripple_default_alpha +dimen mtrl_low_ripple_focused_alpha +dimen mtrl_low_ripple_hovered_alpha +dimen mtrl_low_ripple_pressed_alpha +dimen mtrl_min_touch_target_size +dimen mtrl_navigation_bar_item_default_icon_size +dimen mtrl_navigation_bar_item_default_margin +dimen mtrl_navigation_elevation +dimen mtrl_navigation_item_horizontal_padding +dimen mtrl_navigation_item_icon_padding +dimen mtrl_navigation_item_icon_size +dimen mtrl_navigation_item_shape_horizontal_margin +dimen mtrl_navigation_item_shape_vertical_margin +dimen mtrl_navigation_rail_active_text_size +dimen mtrl_navigation_rail_compact_width +dimen mtrl_navigation_rail_default_width +dimen mtrl_navigation_rail_elevation +dimen mtrl_navigation_rail_icon_margin +dimen mtrl_navigation_rail_icon_size +dimen mtrl_navigation_rail_margin +dimen mtrl_navigation_rail_text_bottom_margin +dimen mtrl_navigation_rail_text_size +dimen mtrl_progress_circular_inset +dimen mtrl_progress_circular_inset_extra_small +dimen mtrl_progress_circular_inset_medium +dimen mtrl_progress_circular_inset_small +dimen mtrl_progress_circular_radius +dimen mtrl_progress_circular_size +dimen mtrl_progress_circular_size_extra_small +dimen mtrl_progress_circular_size_medium +dimen mtrl_progress_circular_size_small +dimen mtrl_progress_circular_track_thickness_extra_small +dimen mtrl_progress_circular_track_thickness_medium +dimen mtrl_progress_circular_track_thickness_small +dimen mtrl_progress_indicator_full_rounded_corner_radius +dimen mtrl_progress_track_thickness +dimen mtrl_shape_corner_size_large_component +dimen mtrl_shape_corner_size_medium_component +dimen mtrl_shape_corner_size_small_component +dimen mtrl_slider_halo_radius +dimen mtrl_slider_label_padding +dimen mtrl_slider_label_radius +dimen mtrl_slider_label_square_side +dimen mtrl_slider_thumb_elevation +dimen mtrl_slider_thumb_radius +dimen mtrl_slider_track_height +dimen mtrl_slider_track_side_padding +dimen mtrl_slider_widget_height +dimen mtrl_snackbar_action_text_color_alpha +dimen mtrl_snackbar_background_corner_radius +dimen mtrl_snackbar_background_overlay_color_alpha +dimen mtrl_snackbar_margin +dimen mtrl_snackbar_message_margin_horizontal +dimen mtrl_snackbar_padding_horizontal +dimen mtrl_switch_text_padding +dimen mtrl_switch_thumb_elevation +dimen mtrl_switch_thumb_size +dimen mtrl_switch_track_height +dimen mtrl_switch_track_width +dimen mtrl_textinput_box_corner_radius_medium +dimen mtrl_textinput_box_corner_radius_small +dimen mtrl_textinput_box_label_cutout_padding +dimen mtrl_textinput_box_stroke_width_default +dimen mtrl_textinput_box_stroke_width_focused +dimen mtrl_textinput_counter_margin_start +dimen mtrl_textinput_end_icon_margin_start +dimen mtrl_textinput_outline_box_expanded_padding +dimen mtrl_textinput_start_icon_margin_end +dimen mtrl_toolbar_default_height +dimen mtrl_tooltip_arrowSize +dimen mtrl_tooltip_cornerSize +dimen mtrl_tooltip_minHeight +dimen mtrl_tooltip_minWidth +dimen mtrl_tooltip_padding +dimen mtrl_transition_shared_axis_slide_distance +dimen notification_action_icon_size +dimen notification_action_text_size +dimen notification_big_circle_margin +dimen notification_content_margin_start +dimen notification_large_icon_height +dimen notification_large_icon_width +dimen notification_main_column_padding_top +dimen notification_media_narrow_margin +dimen notification_right_icon_size +dimen notification_right_side_padding_top +dimen notification_small_icon_background_padding +dimen notification_small_icon_size_as_large +dimen notification_subtext_size +dimen notification_top_pad +dimen notification_top_pad_large_text +dimen tooltip_corner_radius +dimen tooltip_horizontal_padding +dimen tooltip_margin +dimen tooltip_precise_anchor_extra_offset +dimen tooltip_precise_anchor_threshold +dimen tooltip_vertical_padding +dimen tooltip_y_offset_non_touch +dimen tooltip_y_offset_touch +drawable abc_ab_share_pack_mtrl_alpha +drawable abc_action_bar_item_background_material +drawable abc_btn_borderless_material +drawable abc_btn_check_material +drawable abc_btn_check_material_anim +drawable abc_btn_check_to_on_mtrl_000 +drawable abc_btn_check_to_on_mtrl_015 +drawable abc_btn_colored_material +drawable abc_btn_default_mtrl_shape +drawable abc_btn_radio_material +drawable abc_btn_radio_material_anim +drawable abc_btn_radio_to_on_mtrl_000 +drawable abc_btn_radio_to_on_mtrl_015 +drawable abc_btn_switch_to_on_mtrl_00001 +drawable abc_btn_switch_to_on_mtrl_00012 +drawable abc_cab_background_internal_bg +drawable abc_cab_background_top_material +drawable abc_cab_background_top_mtrl_alpha +drawable abc_control_background_material +drawable abc_dialog_material_background +drawable abc_edit_text_material +drawable abc_ic_ab_back_material +drawable abc_ic_arrow_drop_right_black_24dp +drawable abc_ic_clear_material +drawable abc_ic_commit_search_api_mtrl_alpha +drawable abc_ic_go_search_api_material +drawable abc_ic_menu_copy_mtrl_am_alpha +drawable abc_ic_menu_cut_mtrl_alpha +drawable abc_ic_menu_overflow_material +drawable abc_ic_menu_paste_mtrl_am_alpha +drawable abc_ic_menu_selectall_mtrl_alpha +drawable abc_ic_menu_share_mtrl_alpha +drawable abc_ic_search_api_material +drawable abc_ic_voice_search_api_material +drawable abc_item_background_holo_dark +drawable abc_item_background_holo_light +drawable abc_list_divider_material +drawable abc_list_divider_mtrl_alpha +drawable abc_list_focused_holo +drawable abc_list_longpressed_holo +drawable abc_list_pressed_holo_dark +drawable abc_list_pressed_holo_light +drawable abc_list_selector_background_transition_holo_dark +drawable abc_list_selector_background_transition_holo_light +drawable abc_list_selector_disabled_holo_dark +drawable abc_list_selector_disabled_holo_light +drawable abc_list_selector_holo_dark +drawable abc_list_selector_holo_light +drawable abc_menu_hardkey_panel_mtrl_mult +drawable abc_popup_background_mtrl_mult +drawable abc_ratingbar_indicator_material +drawable abc_ratingbar_material +drawable abc_ratingbar_small_material +drawable abc_scrubber_control_off_mtrl_alpha +drawable abc_scrubber_control_to_pressed_mtrl_000 +drawable abc_scrubber_control_to_pressed_mtrl_005 +drawable abc_scrubber_primary_mtrl_alpha +drawable abc_scrubber_track_mtrl_alpha +drawable abc_seekbar_thumb_material +drawable abc_seekbar_tick_mark_material +drawable abc_seekbar_track_material +drawable abc_spinner_mtrl_am_alpha +drawable abc_spinner_textfield_background_material +drawable abc_star_black_48dp +drawable abc_star_half_black_48dp +drawable abc_switch_thumb_material +drawable abc_switch_track_mtrl_alpha +drawable abc_tab_indicator_material +drawable abc_tab_indicator_mtrl_alpha +drawable abc_text_cursor_material +drawable abc_text_select_handle_left_mtrl +drawable abc_text_select_handle_middle_mtrl +drawable abc_text_select_handle_right_mtrl +drawable abc_textfield_activated_mtrl_alpha +drawable abc_textfield_default_mtrl_alpha +drawable abc_textfield_search_activated_mtrl_alpha +drawable abc_textfield_search_default_mtrl_alpha +drawable abc_textfield_search_material +drawable abc_vector_test +drawable avd_hide_password +drawable avd_show_password +drawable btn_checkbox_checked_mtrl +drawable btn_checkbox_checked_to_unchecked_mtrl_animation +drawable btn_checkbox_unchecked_mtrl +drawable btn_checkbox_unchecked_to_checked_mtrl_animation +drawable btn_radio_off_mtrl +drawable btn_radio_off_to_on_mtrl_animation +drawable btn_radio_on_mtrl +drawable btn_radio_on_to_off_mtrl_animation +drawable design_fab_background +drawable design_ic_visibility +drawable design_ic_visibility_off +drawable design_password_eye +drawable design_snackbar_background +drawable game +drawable ic_arrow_back_black_24 +drawable ic_clear_black_24 +drawable ic_clock_black_24dp +drawable ic_keyboard_black_24dp +drawable ic_launcher_background +drawable ic_launcher_foreground +drawable ic_m3_chip_check +drawable ic_m3_chip_checked_circle +drawable ic_m3_chip_close +drawable ic_mtrl_checked_circle +drawable ic_mtrl_chip_checked_black +drawable ic_mtrl_chip_checked_circle +drawable ic_mtrl_chip_close_circle +drawable ic_search_black_24 +drawable logo +drawable m3_appbar_background +drawable m3_avd_hide_password +drawable m3_avd_show_password +drawable m3_password_eye +drawable m3_popupmenu_background_overlay +drawable m3_radiobutton_ripple +drawable m3_selection_control_ripple +drawable m3_tabs_background +drawable m3_tabs_line_indicator +drawable m3_tabs_rounded_line_indicator +drawable m3_tabs_transparent_background +drawable material_cursor_drawable +drawable material_ic_calendar_black_24dp +drawable material_ic_clear_black_24dp +drawable material_ic_edit_black_24dp +drawable material_ic_keyboard_arrow_left_black_24dp +drawable material_ic_keyboard_arrow_next_black_24dp +drawable material_ic_keyboard_arrow_previous_black_24dp +drawable material_ic_keyboard_arrow_right_black_24dp +drawable material_ic_menu_arrow_down_black_24dp +drawable material_ic_menu_arrow_up_black_24dp +drawable mtrl_bottomsheet_drag_handle +drawable mtrl_checkbox_button +drawable mtrl_checkbox_button_checked_unchecked +drawable mtrl_checkbox_button_icon +drawable mtrl_checkbox_button_icon_checked_indeterminate +drawable mtrl_checkbox_button_icon_checked_unchecked +drawable mtrl_checkbox_button_icon_indeterminate_checked +drawable mtrl_checkbox_button_icon_indeterminate_unchecked +drawable mtrl_checkbox_button_icon_unchecked_checked +drawable mtrl_checkbox_button_icon_unchecked_indeterminate +drawable mtrl_checkbox_button_unchecked_checked +drawable mtrl_dialog_background +drawable mtrl_dropdown_arrow +drawable mtrl_ic_arrow_drop_down +drawable mtrl_ic_arrow_drop_up +drawable mtrl_ic_cancel +drawable mtrl_ic_check_mark +drawable mtrl_ic_checkbox_checked +drawable mtrl_ic_checkbox_unchecked +drawable mtrl_ic_error +drawable mtrl_ic_indeterminate +drawable mtrl_navigation_bar_item_background +drawable mtrl_popupmenu_background +drawable mtrl_popupmenu_background_overlay +drawable mtrl_switch_thumb +drawable mtrl_switch_thumb_checked +drawable mtrl_switch_thumb_checked_pressed +drawable mtrl_switch_thumb_checked_unchecked +drawable mtrl_switch_thumb_pressed +drawable mtrl_switch_thumb_pressed_checked +drawable mtrl_switch_thumb_pressed_unchecked +drawable mtrl_switch_thumb_unchecked +drawable mtrl_switch_thumb_unchecked_checked +drawable mtrl_switch_thumb_unchecked_pressed +drawable mtrl_switch_track +drawable mtrl_switch_track_decoration +drawable mtrl_tabs_default_indicator +drawable navigation_empty_icon +drawable notification_action_background +drawable notification_bg +drawable notification_bg_low +drawable notification_bg_low_normal +drawable notification_bg_low_pressed +drawable notification_bg_normal +drawable notification_bg_normal_pressed +drawable notification_icon_background +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable space +drawable test_level_drawable +drawable tooltip_frame_dark +drawable tooltip_frame_light +font text +font title +id ALT +id BOTTOM_END +id BOTTOM_START +id CTRL +id FUNCTION +id META +id NO_DEBUG +id SHIFT +id SHOW_ALL +id SHOW_PATH +id SHOW_PROGRESS +id SYM +id TOP_END +id TOP_START +id accelerate +id accessibility_action_clickable_span +id accessibility_custom_action_0 +id accessibility_custom_action_1 +id accessibility_custom_action_10 +id accessibility_custom_action_11 +id accessibility_custom_action_12 +id accessibility_custom_action_13 +id accessibility_custom_action_14 +id accessibility_custom_action_15 +id accessibility_custom_action_16 +id accessibility_custom_action_17 +id accessibility_custom_action_18 +id accessibility_custom_action_19 +id accessibility_custom_action_2 +id accessibility_custom_action_20 +id accessibility_custom_action_21 +id accessibility_custom_action_22 +id accessibility_custom_action_23 +id accessibility_custom_action_24 +id accessibility_custom_action_25 +id accessibility_custom_action_26 +id accessibility_custom_action_27 +id accessibility_custom_action_28 +id accessibility_custom_action_29 +id accessibility_custom_action_3 +id accessibility_custom_action_30 +id accessibility_custom_action_31 +id accessibility_custom_action_4 +id accessibility_custom_action_5 +id accessibility_custom_action_6 +id accessibility_custom_action_7 +id accessibility_custom_action_8 +id accessibility_custom_action_9 +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id alertTitle +id aligned +id all +id always +id animateToEnd +id animateToStart +id arc +id asConfigured +id async +id auto +id autoComplete +id autoCompleteToEnd +id autoCompleteToStart +id barrier +id baseline +id beginOnFirstDraw +id beginning +id black +id blocking +id blue +id bottom +id bounce +id buttonPanel +id cancel_button +id center +id centerCrop +id centerInside +id center_horizontal +id center_vertical +id chain +id chains +id checkCircle101 +id checkCircle102 +id checkCircle103 +id checkCircle104 +id checkCircle11 +id checkCircle12 +id checkCircle13 +id checkCircle14 +id checkCircle21 +id checkCircle22 +id checkCircle23 +id checkCircle24 +id checkCircle31 +id checkCircle32 +id checkCircle33 +id checkCircle34 +id checkCircle41 +id checkCircle42 +id checkCircle43 +id checkCircle44 +id checkCircle51 +id checkCircle52 +id checkCircle53 +id checkCircle54 +id checkCircle61 +id checkCircle62 +id checkCircle63 +id checkCircle64 +id checkCircle71 +id checkCircle72 +id checkCircle73 +id checkCircle74 +id checkCircle81 +id checkCircle82 +id checkCircle83 +id checkCircle84 +id checkCircle91 +id checkCircle92 +id checkCircle93 +id checkCircle94 +id checkbox +id checked +id chronometer +id circle_center +id clear_text +id clip_horizontal +id clip_vertical +id clockwise +id collapseActionView +id colorsChooser +id compress +id confirm_button +id container +id content +id contentPanel +id contiguous +id coordinator +id cos +id counter +id counterclockwise +id cradle +id custom +id customPanel +id cut +id date_picker_actions +id decelerate +id decelerateAndComplete +id decor_content_parent +id default_activity_button +id deltaRelative +id design_bottom_sheet +id design_menu_item_action_area +id design_menu_item_action_area_stub +id design_menu_item_text +id design_navigation_view +id dialog_button +id dimensions +id direct +id disableHome +id disablePostScroll +id disableScroll +id disjoint +id dragDown +id dragEnd +id dragLeft +id dragRight +id dragStart +id dragUp +id dropdown_menu +id easeIn +id easeInOut +id easeOut +id edit_query +id elastic +id embed +id end +id endToStart +id enterAlways +id enterAlwaysCollapsed +id exitUntilCollapsed +id expand_activities_button +id expanded_menu +id fade +id fill +id fill_horizontal +id fill_vertical +id filled +id fitCenter +id fitEnd +id fitStart +id fitToContents +id fitXY +id fixed +id flip +id floating +id forever +id fragment_container_view_tag +id fullscreen_header +id ghost_view +id ghost_view_holder +id gone +id graph +id graph_wrap +id gray +id green +id group_divider +id groups +id header_title +id hideable +id home +id homeAsUp +id honorRequest +id icon +id icon_group +id ifRoom +id ignore +id ignoreRequest +id image +id indeterminate +id info +id invisible +id inward +id italic +id item_touch_helper_previous_elevation +id jcjselect +id jumpToEnd +id jumpToStart +id labeled +id layout +id left +id leftToRight +id line1 +id line3 +id linear +id listMode +id list_item +id m3_side_sheet +id marquee +id masked +id match_parent +id material_clock_display +id material_clock_display_and_toggle +id material_clock_face +id material_clock_hand +id material_clock_level +id material_clock_period_am_button +id material_clock_period_pm_button +id material_clock_period_toggle +id material_hour_text_input +id material_hour_tv +id material_label +id material_minute_text_input +id material_minute_tv +id material_textinput_timepicker +id material_timepicker_cancel_button +id material_timepicker_container +id material_timepicker_mode_button +id material_timepicker_ok_button +id material_timepicker_view +id material_value_index +id matrix +id message +id middle +id mini +id month_grid +id month_navigation_bar +id month_navigation_fragment_toggle +id month_navigation_next +id month_navigation_previous +id month_title +id motion_base +id mtrl_anchor_parent +id mtrl_calendar_day_selector_frame +id mtrl_calendar_days_of_week +id mtrl_calendar_frame +id mtrl_calendar_main_pane +id mtrl_calendar_months +id mtrl_calendar_selection_frame +id mtrl_calendar_text_input_frame +id mtrl_calendar_year_selector_frame +id mtrl_card_checked_layer_id +id mtrl_child_content_container +id mtrl_internal_children_alpha_tag +id mtrl_motion_snapshot_view +id mtrl_picker_fullscreen +id mtrl_picker_header +id mtrl_picker_header_selection_text +id mtrl_picker_header_title_and_selection +id mtrl_picker_header_toggle +id mtrl_picker_text_input_date +id mtrl_picker_text_input_range_end +id mtrl_picker_text_input_range_start +id mtrl_picker_title_text +id mtrl_view_tag_bottom_padding +id multiply +id navigation_bar_item_active_indicator_view +id navigation_bar_item_icon_container +id navigation_bar_item_icon_view +id navigation_bar_item_labels_group +id navigation_bar_item_large_label_view +id navigation_bar_item_small_label_view +id navigation_header_container +id never +id noScroll +id none +id normal +id normalCircle101 +id normalCircle102 +id normalCircle103 +id normalCircle104 +id normalCircle11 +id normalCircle12 +id normalCircle13 +id normalCircle14 +id normalCircle21 +id normalCircle22 +id normalCircle23 +id normalCircle24 +id normalCircle31 +id normalCircle32 +id normalCircle33 +id normalCircle34 +id normalCircle41 +id normalCircle42 +id normalCircle43 +id normalCircle44 +id normalCircle51 +id normalCircle52 +id normalCircle53 +id normalCircle54 +id normalCircle61 +id normalCircle62 +id normalCircle63 +id normalCircle64 +id normalCircle71 +id normalCircle72 +id normalCircle73 +id normalCircle74 +id normalCircle81 +id normalCircle82 +id normalCircle83 +id normalCircle84 +id normalCircle91 +id normalCircle92 +id normalCircle93 +id normalCircle94 +id notification_background +id notification_main_column +id notification_main_column_container +id off +id on +id outline +id outward +id packed +id parallax +id parent +id parentPanel +id parentRelative +id parent_matrix +id password_toggle +id path +id pathRelative +id peekHeight +id percent +id pin +id position +id postLayout +id pressed +id progress_circular +id progress_horizontal +id prologue +id prologuetext +id radio +id ratio +id rectangles +id red +id reset +id reverseSawtooth +id right +id rightToLeft +id right_icon +id right_side +id robotselect +id rounded +id row_index_key +id rules +id save_non_transition_alpha +id save_overlay_view +id sawtooth +id scale +id screen +id scroll +id scrollIndicatorDown +id scrollIndicatorUp +id scrollView +id scrollable +id search_badge +id search_bar +id search_bar_text_view +id search_button +id search_close_btn +id search_edit_frame +id search_go_btn +id search_mag_icon +id search_plate +id search_src_text +id search_view_background +id search_view_clear_button +id search_view_content_container +id search_view_divider +id search_view_dummy_toolbar +id search_view_edit_text +id search_view_header_container +id search_view_root +id search_view_scrim +id search_view_search_prefix +id search_view_status_bar_spacer +id search_view_toolbar +id search_view_toolbar_container +id search_voice_btn +id select_dialog_listview +id selected +id selection_type +id shortcut +id showCustom +id showHome +id showTitle +id sin +id skipCollapsed +id slide +id snackbar_action +id snackbar_text +id snap +id snapMargins +id spacer +id special_effects_controller_view_tag +id spline +id split_action_bar +id spread +id spread_inside +id square +id src_atop +id src_in +id src_over +id standard +id start +id startHorizontal +id startToEnd +id startVertical +id staticLayout +id staticPostLayout +id stop +id stretch +id submenuarrow +id submit_area +id tabMode +id tag_accessibility_actions +id tag_accessibility_clickable_spans +id tag_accessibility_heading +id tag_accessibility_pane_title +id tag_on_apply_window_listener +id tag_on_receive_content_listener +id tag_on_receive_content_mime_types +id tag_screen_reader_focusable +id tag_state_description +id tag_transition_group +id tag_unhandled_key_event_manager +id tag_unhandled_key_listeners +id tag_window_insets_animation_callback +id text +id text2 +id textEnd +id textSpacerNoButtons +id textSpacerNoTitle +id textStart +id textTop +id text_input_end_icon +id text_input_error_icon +id text_input_start_icon +id textinput_counter +id textinput_error +id textinput_helper_text +id textinput_placeholder +id textinput_prefix_text +id textinput_suffix_text +id time +id title +id titleDividerNoCustom +id title_template +id toggle +id top +id topPanel +id touch_outside +id transitionToEnd +id transitionToStart +id transition_current_scene +id transition_layout_save +id transition_position +id transition_scene_layoutid_cache +id transition_transform +id triangle +id unchecked +id uniform +id unlabeled +id up +id useLogo +id validate +id view_offset_helper +id view_tree_lifecycle_owner +id view_tree_on_back_pressed_dispatcher_owner +id view_tree_saved_state_registry_owner +id view_tree_view_model_store_owner +id visible +id visible_removing_fragment_view_tag +id white +id withText +id with_icon +id withinBounds +id wrap +id wrap_content +id yellow +integer abc_config_activityDefaultDur +integer abc_config_activityShortDur +integer app_bar_elevation_anim_duration +integer bottom_sheet_slide_duration +integer cancel_button_image_alpha +integer config_tooltipAnimTime +integer design_snackbar_text_max_lines +integer design_tab_indicator_anim_duration_ms +integer hide_password_duration +integer m3_btn_anim_delay_ms +integer m3_btn_anim_duration_ms +integer m3_card_anim_delay_ms +integer m3_card_anim_duration_ms +integer m3_chip_anim_duration +integer m3_sys_motion_duration_extra_long1 +integer m3_sys_motion_duration_extra_long2 +integer m3_sys_motion_duration_extra_long3 +integer m3_sys_motion_duration_extra_long4 +integer m3_sys_motion_duration_long1 +integer m3_sys_motion_duration_long2 +integer m3_sys_motion_duration_long3 +integer m3_sys_motion_duration_long4 +integer m3_sys_motion_duration_medium1 +integer m3_sys_motion_duration_medium2 +integer m3_sys_motion_duration_medium3 +integer m3_sys_motion_duration_medium4 +integer m3_sys_motion_duration_short1 +integer m3_sys_motion_duration_short2 +integer m3_sys_motion_duration_short3 +integer m3_sys_motion_duration_short4 +integer material_motion_duration_long_1 +integer material_motion_duration_long_2 +integer material_motion_duration_medium_1 +integer material_motion_duration_medium_2 +integer material_motion_duration_short_1 +integer material_motion_duration_short_2 +integer material_motion_path +integer mtrl_badge_max_character_count +integer mtrl_btn_anim_delay_ms +integer mtrl_btn_anim_duration_ms +integer mtrl_calendar_header_orientation +integer mtrl_calendar_selection_text_lines +integer mtrl_calendar_year_selector_span +integer mtrl_card_anim_delay_ms +integer mtrl_card_anim_duration_ms +integer mtrl_chip_anim_duration +integer mtrl_switch_thumb_motion_duration +integer mtrl_switch_thumb_post_morphing_duration +integer mtrl_switch_thumb_pre_morphing_duration +integer mtrl_switch_thumb_pressed_duration +integer mtrl_switch_thumb_viewport_center_coordinate +integer mtrl_switch_thumb_viewport_size +integer mtrl_switch_track_viewport_height +integer mtrl_switch_track_viewport_width +integer mtrl_tab_indicator_anim_duration_ms +integer mtrl_view_gone +integer mtrl_view_invisible +integer mtrl_view_visible +integer show_password_duration +integer status_bar_notification_info_maxnum +interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 +interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 +interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 +interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 +interpolator btn_radio_to_off_mtrl_animation_interpolator_0 +interpolator btn_radio_to_on_mtrl_animation_interpolator_0 +interpolator fast_out_slow_in +interpolator m3_sys_motion_easing_emphasized +interpolator m3_sys_motion_easing_emphasized_accelerate +interpolator m3_sys_motion_easing_emphasized_decelerate +interpolator m3_sys_motion_easing_linear +interpolator m3_sys_motion_easing_standard +interpolator m3_sys_motion_easing_standard_accelerate +interpolator m3_sys_motion_easing_standard_decelerate +interpolator mtrl_fast_out_linear_in +interpolator mtrl_fast_out_slow_in +interpolator mtrl_linear +interpolator mtrl_linear_out_slow_in +layout abc_action_bar_title_item +layout abc_action_bar_up_container +layout abc_action_menu_item_layout +layout abc_action_menu_layout +layout abc_action_mode_bar +layout abc_action_mode_close_item_material +layout abc_activity_chooser_view +layout abc_activity_chooser_view_list_item +layout abc_alert_dialog_button_bar_material +layout abc_alert_dialog_material +layout abc_alert_dialog_title_material +layout abc_cascading_menu_item_layout +layout abc_dialog_title_material +layout abc_expanded_menu_layout +layout abc_list_menu_item_checkbox +layout abc_list_menu_item_icon +layout abc_list_menu_item_layout +layout abc_list_menu_item_radio +layout abc_popup_menu_header_item_layout +layout abc_popup_menu_item_layout +layout abc_screen_content_include +layout abc_screen_simple +layout abc_screen_simple_overlay_action_mode +layout abc_screen_toolbar +layout abc_search_dropdown_item_icons_2line +layout abc_search_view +layout abc_select_dialog_material +layout abc_tooltip +layout custom_dialog +layout design_bottom_navigation_item +layout design_bottom_sheet_dialog +layout design_layout_snackbar +layout design_layout_snackbar_include +layout design_layout_tab_icon +layout design_layout_tab_text +layout design_menu_item_action_area +layout design_navigation_item +layout design_navigation_item_header +layout design_navigation_item_separator +layout design_navigation_item_subheader +layout design_navigation_menu +layout design_navigation_menu_item +layout design_text_input_end_icon +layout design_text_input_start_icon +layout game +layout m3_alert_dialog +layout m3_alert_dialog_actions +layout m3_alert_dialog_title +layout m3_auto_complete_simple_item +layout m3_side_sheet_dialog +layout material_chip_input_combo +layout material_clock_display +layout material_clock_display_divider +layout material_clock_period_toggle +layout material_clock_period_toggle_land +layout material_clockface_textview +layout material_clockface_view +layout material_radial_view_group +layout material_textinput_timepicker +layout material_time_chip +layout material_time_input +layout material_timepicker +layout material_timepicker_dialog +layout material_timepicker_textinput_display +layout menu +layout mtrl_alert_dialog +layout mtrl_alert_dialog_actions +layout mtrl_alert_dialog_title +layout mtrl_alert_select_dialog_item +layout mtrl_alert_select_dialog_multichoice +layout mtrl_alert_select_dialog_singlechoice +layout mtrl_auto_complete_simple_item +layout mtrl_calendar_day +layout mtrl_calendar_day_of_week +layout mtrl_calendar_days_of_week +layout mtrl_calendar_horizontal +layout mtrl_calendar_month +layout mtrl_calendar_month_labeled +layout mtrl_calendar_month_navigation +layout mtrl_calendar_months +layout mtrl_calendar_vertical +layout mtrl_calendar_year +layout mtrl_layout_snackbar +layout mtrl_layout_snackbar_include +layout mtrl_navigation_rail_item +layout mtrl_picker_actions +layout mtrl_picker_dialog +layout mtrl_picker_fullscreen +layout mtrl_picker_header_dialog +layout mtrl_picker_header_fullscreen +layout mtrl_picker_header_selection_text +layout mtrl_picker_header_title_text +layout mtrl_picker_header_toggle +layout mtrl_picker_text_input_date +layout mtrl_picker_text_input_date_range +layout mtrl_search_bar +layout mtrl_search_view +layout notification_action +layout notification_action_tombstone +layout notification_template_custom_big +layout notification_template_icon_group +layout notification_template_part_chronometer +layout notification_template_part_time +layout prologue +layout select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +layout support_simple_spinner_dropdown_item +mipmap ic_launcher +mipmap ic_launcher_round +plurals mtrl_badge_content_description +raw loosegamesong +raw menusong +raw prologuesong +raw winningsong +string abc_action_bar_home_description +string abc_action_bar_up_description +string abc_action_menu_overflow_description +string abc_action_mode_done +string abc_activity_chooser_view_see_all +string abc_activitychooserview_choose_application +string abc_capital_off +string abc_capital_on +string abc_menu_alt_shortcut_label +string abc_menu_ctrl_shortcut_label +string abc_menu_delete_shortcut_label +string abc_menu_enter_shortcut_label +string abc_menu_function_shortcut_label +string abc_menu_meta_shortcut_label +string abc_menu_shift_shortcut_label +string abc_menu_space_shortcut_label +string abc_menu_sym_shortcut_label +string abc_prepend_shortcut_label +string abc_search_hint +string abc_searchview_description_clear +string abc_searchview_description_query +string abc_searchview_description_search +string abc_searchview_description_submit +string abc_searchview_description_voice +string abc_shareactionprovider_share_with +string abc_shareactionprovider_share_with_application +string abc_toolbar_collapse_description +string androidx_startup +string app_name +string appbar_scrolling_view_behavior +string bottom_sheet_behavior +string bottomsheet_action_collapse +string bottomsheet_action_expand +string bottomsheet_action_expand_halfway +string bottomsheet_drag_handle_clicked +string bottomsheet_drag_handle_content_description +string character_counter_content_description +string character_counter_overflowed_content_description +string character_counter_pattern +string clear_text_end_icon_content_description +string error_a11y_label +string error_icon_content_description +string exposed_dropdown_menu_content_description +string fab_transformation_scrim_behavior +string fab_transformation_sheet_behavior +string hide_bottom_view_on_scroll_behavior +string icon_content_description +string item_view_role_description +string m3_sys_motion_easing_emphasized +string m3_sys_motion_easing_emphasized_accelerate +string m3_sys_motion_easing_emphasized_decelerate +string m3_sys_motion_easing_emphasized_path_data +string m3_sys_motion_easing_legacy +string m3_sys_motion_easing_legacy_accelerate +string m3_sys_motion_easing_legacy_decelerate +string m3_sys_motion_easing_linear +string m3_sys_motion_easing_standard +string m3_sys_motion_easing_standard_accelerate +string m3_sys_motion_easing_standard_decelerate +string material_clock_display_divider +string material_clock_toggle_content_description +string material_hour_24h_suffix +string material_hour_selection +string material_hour_suffix +string material_minute_selection +string material_minute_suffix +string material_motion_easing_accelerated +string material_motion_easing_decelerated +string material_motion_easing_emphasized +string material_motion_easing_linear +string material_motion_easing_standard +string material_slider_range_end +string material_slider_range_start +string material_slider_value +string material_timepicker_am +string material_timepicker_clock_mode_description +string material_timepicker_hour +string material_timepicker_minute +string material_timepicker_pm +string material_timepicker_select_time +string material_timepicker_text_input_mode_description +string mtrl_badge_numberless_content_description +string mtrl_checkbox_button_icon_path_checked +string mtrl_checkbox_button_icon_path_group_name +string mtrl_checkbox_button_icon_path_indeterminate +string mtrl_checkbox_button_icon_path_name +string mtrl_checkbox_button_path_checked +string mtrl_checkbox_button_path_group_name +string mtrl_checkbox_button_path_name +string mtrl_checkbox_button_path_unchecked +string mtrl_checkbox_state_description_checked +string mtrl_checkbox_state_description_indeterminate +string mtrl_checkbox_state_description_unchecked +string mtrl_chip_close_icon_content_description +string mtrl_exceed_max_badge_number_content_description +string mtrl_exceed_max_badge_number_suffix +string mtrl_picker_a11y_next_month +string mtrl_picker_a11y_prev_month +string mtrl_picker_announce_current_range_selection +string mtrl_picker_announce_current_selection +string mtrl_picker_announce_current_selection_none +string mtrl_picker_cancel +string mtrl_picker_confirm +string mtrl_picker_date_header_selected +string mtrl_picker_date_header_title +string mtrl_picker_date_header_unselected +string mtrl_picker_day_of_week_column_header +string mtrl_picker_end_date_description +string mtrl_picker_invalid_format +string mtrl_picker_invalid_format_example +string mtrl_picker_invalid_format_use +string mtrl_picker_invalid_range +string mtrl_picker_navigate_to_current_year_description +string mtrl_picker_navigate_to_year_description +string mtrl_picker_out_of_range +string mtrl_picker_range_header_only_end_selected +string mtrl_picker_range_header_only_start_selected +string mtrl_picker_range_header_selected +string mtrl_picker_range_header_title +string mtrl_picker_range_header_unselected +string mtrl_picker_save +string mtrl_picker_start_date_description +string mtrl_picker_text_input_date_hint +string mtrl_picker_text_input_date_range_end_hint +string mtrl_picker_text_input_date_range_start_hint +string mtrl_picker_text_input_day_abbr +string mtrl_picker_text_input_month_abbr +string mtrl_picker_text_input_year_abbr +string mtrl_picker_today_description +string mtrl_picker_toggle_to_calendar_input_mode +string mtrl_picker_toggle_to_day_selection +string mtrl_picker_toggle_to_text_input_mode +string mtrl_picker_toggle_to_year_selection +string mtrl_switch_thumb_group_name +string mtrl_switch_thumb_path_checked +string mtrl_switch_thumb_path_morphing +string mtrl_switch_thumb_path_name +string mtrl_switch_thumb_path_pressed +string mtrl_switch_thumb_path_unchecked +string mtrl_switch_track_decoration_path +string mtrl_switch_track_path +string mtrl_timepicker_cancel +string mtrl_timepicker_confirm +string password_toggle_content_description +string path_password_eye +string path_password_eye_mask_strike_through +string path_password_eye_mask_visible +string path_password_strike_through +string search_menu_title +string searchbar_scrolling_view_behavior +string searchview_clear_text_content_description +string searchview_navigation_content_description +string side_sheet_accessibility_pane_title +string side_sheet_behavior +string status_bar_notification_info_overflow +style AlertDialog_AppCompat +style AlertDialog_AppCompat_Light +style Animation_AppCompat_Dialog +style Animation_AppCompat_DropDownUp +style Animation_AppCompat_Tooltip +style Animation_Design_BottomSheetDialog +style Animation_Material3_BottomSheetDialog +style Animation_Material3_SideSheetDialog +style Animation_MaterialComponents_BottomSheetDialog +style Base_AlertDialog_AppCompat +style Base_AlertDialog_AppCompat_Light +style Base_Animation_AppCompat_Dialog +style Base_Animation_AppCompat_DropDownUp +style Base_Animation_AppCompat_Tooltip +style Base_CardView +style Base_DialogWindowTitle_AppCompat +style Base_DialogWindowTitleBackground_AppCompat +style Base_MaterialAlertDialog_MaterialComponents_Title_Icon +style Base_MaterialAlertDialog_MaterialComponents_Title_Panel +style Base_MaterialAlertDialog_MaterialComponents_Title_Text +style Base_TextAppearance_AppCompat +style Base_TextAppearance_AppCompat_Body1 +style Base_TextAppearance_AppCompat_Body2 +style Base_TextAppearance_AppCompat_Button +style Base_TextAppearance_AppCompat_Caption +style Base_TextAppearance_AppCompat_Display1 +style Base_TextAppearance_AppCompat_Display2 +style Base_TextAppearance_AppCompat_Display3 +style Base_TextAppearance_AppCompat_Display4 +style Base_TextAppearance_AppCompat_Headline +style Base_TextAppearance_AppCompat_Inverse +style Base_TextAppearance_AppCompat_Large +style Base_TextAppearance_AppCompat_Large_Inverse +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Medium +style Base_TextAppearance_AppCompat_Medium_Inverse +style Base_TextAppearance_AppCompat_Menu +style Base_TextAppearance_AppCompat_SearchResult +style Base_TextAppearance_AppCompat_SearchResult_Subtitle +style Base_TextAppearance_AppCompat_SearchResult_Title +style Base_TextAppearance_AppCompat_Small +style Base_TextAppearance_AppCompat_Small_Inverse +style Base_TextAppearance_AppCompat_Subhead +style Base_TextAppearance_AppCompat_Subhead_Inverse +style Base_TextAppearance_AppCompat_Title +style Base_TextAppearance_AppCompat_Title_Inverse +style Base_TextAppearance_AppCompat_Tooltip +style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionMode_Title +style Base_TextAppearance_AppCompat_Widget_Button +style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Inverse +style Base_TextAppearance_AppCompat_Widget_DropDownItem +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Widget_Switch +style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style Base_TextAppearance_Material3_Search +style Base_TextAppearance_MaterialComponents_Badge +style Base_TextAppearance_MaterialComponents_Button +style Base_TextAppearance_MaterialComponents_Headline6 +style Base_TextAppearance_MaterialComponents_Subtitle2 +style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style Base_TextAppearance_Widget_AppCompat_Toolbar_Title +style Base_Theme_AppCompat +style Base_Theme_AppCompat_CompactMenu +style Base_Theme_AppCompat_Dialog +style Base_Theme_AppCompat_Dialog_Alert +style Base_Theme_AppCompat_Dialog_FixedSize +style Base_Theme_AppCompat_Dialog_MinWidth +style Base_Theme_AppCompat_DialogWhenLarge +style Base_Theme_AppCompat_Light +style Base_Theme_AppCompat_Light_DarkActionBar +style Base_Theme_AppCompat_Light_Dialog +style Base_Theme_AppCompat_Light_Dialog_Alert +style Base_Theme_AppCompat_Light_Dialog_FixedSize +style Base_Theme_AppCompat_Light_Dialog_MinWidth +style Base_Theme_AppCompat_Light_DialogWhenLarge +style Base_Theme_Material3_Dark +style Base_Theme_Material3_Dark_BottomSheetDialog +style Base_Theme_Material3_Dark_Dialog +style Base_Theme_Material3_Dark_SideSheetDialog +style Base_Theme_Material3_Light +style Base_Theme_Material3_Light_BottomSheetDialog +style Base_Theme_Material3_Light_Dialog +style Base_Theme_Material3_Light_SideSheetDialog +style Base_Theme_MaterialComponents +style Base_Theme_MaterialComponents_Bridge +style Base_Theme_MaterialComponents_CompactMenu +style Base_Theme_MaterialComponents_Dialog +style Base_Theme_MaterialComponents_Dialog_Alert +style Base_Theme_MaterialComponents_Dialog_Bridge +style Base_Theme_MaterialComponents_Dialog_FixedSize +style Base_Theme_MaterialComponents_Dialog_MinWidth +style Base_Theme_MaterialComponents_DialogWhenLarge +style Base_Theme_MaterialComponents_Light +style Base_Theme_MaterialComponents_Light_Bridge +style Base_Theme_MaterialComponents_Light_DarkActionBar +style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +style Base_Theme_MaterialComponents_Light_Dialog +style Base_Theme_MaterialComponents_Light_Dialog_Alert +style Base_Theme_MaterialComponents_Light_Dialog_Bridge +style Base_Theme_MaterialComponents_Light_Dialog_FixedSize +style Base_Theme_MaterialComponents_Light_Dialog_MinWidth +style Base_Theme_MaterialComponents_Light_DialogWhenLarge +style Base_ThemeOverlay_AppCompat +style Base_ThemeOverlay_AppCompat_ActionBar +style Base_ThemeOverlay_AppCompat_Dark +style Base_ThemeOverlay_AppCompat_Dark_ActionBar +style Base_ThemeOverlay_AppCompat_Dialog +style Base_ThemeOverlay_AppCompat_Dialog_Alert +style Base_ThemeOverlay_AppCompat_Light +style Base_ThemeOverlay_Material3_AutoCompleteTextView +style Base_ThemeOverlay_Material3_BottomSheetDialog +style Base_ThemeOverlay_Material3_Dialog +style Base_ThemeOverlay_Material3_SideSheetDialog +style Base_ThemeOverlay_Material3_TextInputEditText +style Base_ThemeOverlay_MaterialComponents_Dialog +style Base_ThemeOverlay_MaterialComponents_Dialog_Alert +style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +style Base_V14_Theme_Material3_Dark +style Base_V14_Theme_Material3_Dark_BottomSheetDialog +style Base_V14_Theme_Material3_Dark_Dialog +style Base_V14_Theme_Material3_Dark_SideSheetDialog +style Base_V14_Theme_Material3_Light +style Base_V14_Theme_Material3_Light_BottomSheetDialog +style Base_V14_Theme_Material3_Light_Dialog +style Base_V14_Theme_Material3_Light_SideSheetDialog +style Base_V14_Theme_MaterialComponents +style Base_V14_Theme_MaterialComponents_Bridge +style Base_V14_Theme_MaterialComponents_Dialog +style Base_V14_Theme_MaterialComponents_Dialog_Bridge +style Base_V14_Theme_MaterialComponents_Light +style Base_V14_Theme_MaterialComponents_Light_Bridge +style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +style Base_V14_Theme_MaterialComponents_Light_Dialog +style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +style Base_V14_ThemeOverlay_Material3_BottomSheetDialog +style Base_V14_ThemeOverlay_Material3_SideSheetDialog +style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog +style Base_V14_ThemeOverlay_MaterialComponents_Dialog +style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +style Base_V14_Widget_MaterialComponents_AutoCompleteTextView +style Base_V21_Theme_AppCompat +style Base_V21_Theme_AppCompat_Dialog +style Base_V21_Theme_AppCompat_Light +style Base_V21_Theme_AppCompat_Light_Dialog +style Base_V21_Theme_MaterialComponents +style Base_V21_Theme_MaterialComponents_Dialog +style Base_V21_Theme_MaterialComponents_Light +style Base_V21_Theme_MaterialComponents_Light_Dialog +style Base_V21_ThemeOverlay_AppCompat_Dialog +style Base_V21_ThemeOverlay_Material3_BottomSheetDialog +style Base_V21_ThemeOverlay_Material3_SideSheetDialog +style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog +style Base_V22_Theme_AppCompat +style Base_V22_Theme_AppCompat_Light +style Base_V23_Theme_AppCompat +style Base_V23_Theme_AppCompat_Light +style Base_V24_Theme_Material3_Dark +style Base_V24_Theme_Material3_Dark_Dialog +style Base_V24_Theme_Material3_Light +style Base_V24_Theme_Material3_Light_Dialog +style Base_V26_Theme_AppCompat +style Base_V26_Theme_AppCompat_Light +style Base_V26_Widget_AppCompat_Toolbar +style Base_V28_Theme_AppCompat +style Base_V28_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat +style Base_V7_Theme_AppCompat_Dialog +style Base_V7_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat_Light_Dialog +style Base_V7_ThemeOverlay_AppCompat_Dialog +style Base_V7_Widget_AppCompat_AutoCompleteTextView +style Base_V7_Widget_AppCompat_EditText +style Base_V7_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_ActionBar +style Base_Widget_AppCompat_ActionBar_Solid +style Base_Widget_AppCompat_ActionBar_TabBar +style Base_Widget_AppCompat_ActionBar_TabText +style Base_Widget_AppCompat_ActionBar_TabView +style Base_Widget_AppCompat_ActionButton +style Base_Widget_AppCompat_ActionButton_CloseMode +style Base_Widget_AppCompat_ActionButton_Overflow +style Base_Widget_AppCompat_ActionMode +style Base_Widget_AppCompat_ActivityChooserView +style Base_Widget_AppCompat_AutoCompleteTextView +style Base_Widget_AppCompat_Button +style Base_Widget_AppCompat_Button_Borderless +style Base_Widget_AppCompat_Button_Borderless_Colored +style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +style Base_Widget_AppCompat_Button_Colored +style Base_Widget_AppCompat_Button_Small +style Base_Widget_AppCompat_ButtonBar +style Base_Widget_AppCompat_ButtonBar_AlertDialog +style Base_Widget_AppCompat_CompoundButton_CheckBox +style Base_Widget_AppCompat_CompoundButton_RadioButton +style Base_Widget_AppCompat_CompoundButton_Switch +style Base_Widget_AppCompat_DrawerArrowToggle +style Base_Widget_AppCompat_DrawerArrowToggle_Common +style Base_Widget_AppCompat_DropDownItem_Spinner +style Base_Widget_AppCompat_EditText +style Base_Widget_AppCompat_ImageButton +style Base_Widget_AppCompat_Light_ActionBar +style Base_Widget_AppCompat_Light_ActionBar_Solid +style Base_Widget_AppCompat_Light_ActionBar_TabBar +style Base_Widget_AppCompat_Light_ActionBar_TabText +style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Base_Widget_AppCompat_Light_ActionBar_TabView +style Base_Widget_AppCompat_Light_PopupMenu +style Base_Widget_AppCompat_Light_PopupMenu_Overflow +style Base_Widget_AppCompat_ListMenuView +style Base_Widget_AppCompat_ListPopupWindow +style Base_Widget_AppCompat_ListView +style Base_Widget_AppCompat_ListView_DropDown +style Base_Widget_AppCompat_ListView_Menu +style Base_Widget_AppCompat_PopupMenu +style Base_Widget_AppCompat_PopupMenu_Overflow +style Base_Widget_AppCompat_PopupWindow +style Base_Widget_AppCompat_ProgressBar +style Base_Widget_AppCompat_ProgressBar_Horizontal +style Base_Widget_AppCompat_RatingBar +style Base_Widget_AppCompat_RatingBar_Indicator +style Base_Widget_AppCompat_RatingBar_Small +style Base_Widget_AppCompat_SearchView +style Base_Widget_AppCompat_SearchView_ActionBar +style Base_Widget_AppCompat_SeekBar +style Base_Widget_AppCompat_SeekBar_Discrete +style Base_Widget_AppCompat_Spinner +style Base_Widget_AppCompat_Spinner_Underlined +style Base_Widget_AppCompat_TextView +style Base_Widget_AppCompat_TextView_SpinnerItem +style Base_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_Toolbar_Button_Navigation +style Base_Widget_Design_TabLayout +style Base_Widget_Material3_ActionBar_Solid +style Base_Widget_Material3_ActionMode +style Base_Widget_Material3_BottomNavigationView +style Base_Widget_Material3_CardView +style Base_Widget_Material3_Chip +style Base_Widget_Material3_CollapsingToolbar +style Base_Widget_Material3_CompoundButton_CheckBox +style Base_Widget_Material3_CompoundButton_RadioButton +style Base_Widget_Material3_CompoundButton_Switch +style Base_Widget_Material3_ExtendedFloatingActionButton +style Base_Widget_Material3_ExtendedFloatingActionButton_Icon +style Base_Widget_Material3_FloatingActionButton +style Base_Widget_Material3_FloatingActionButton_Large +style Base_Widget_Material3_FloatingActionButton_Small +style Base_Widget_Material3_Light_ActionBar_Solid +style Base_Widget_Material3_MaterialCalendar_NavigationButton +style Base_Widget_Material3_Snackbar +style Base_Widget_Material3_TabLayout +style Base_Widget_Material3_TabLayout_OnSurface +style Base_Widget_Material3_TabLayout_Secondary +style Base_Widget_MaterialComponents_AutoCompleteTextView +style Base_Widget_MaterialComponents_CheckedTextView +style Base_Widget_MaterialComponents_Chip +style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton +style Base_Widget_MaterialComponents_PopupMenu +style Base_Widget_MaterialComponents_PopupMenu_ContextMenu +style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +style Base_Widget_MaterialComponents_PopupMenu_Overflow +style Base_Widget_MaterialComponents_Slider +style Base_Widget_MaterialComponents_Snackbar +style Base_Widget_MaterialComponents_TextInputEditText +style Base_Widget_MaterialComponents_TextInputLayout +style Base_Widget_MaterialComponents_TextView +style CardView +style CardView_Dark +style CardView_Light +style MaterialAlertDialog_Material3 +style MaterialAlertDialog_Material3_Animation +style MaterialAlertDialog_Material3_Body_Text +style MaterialAlertDialog_Material3_Body_Text_CenterStacked +style MaterialAlertDialog_Material3_Title_Icon +style MaterialAlertDialog_Material3_Title_Icon_CenterStacked +style MaterialAlertDialog_Material3_Title_Panel +style MaterialAlertDialog_Material3_Title_Panel_CenterStacked +style MaterialAlertDialog_Material3_Title_Text +style MaterialAlertDialog_Material3_Title_Text_CenterStacked +style MaterialAlertDialog_MaterialComponents +style MaterialAlertDialog_MaterialComponents_Body_Text +style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +style MaterialAlertDialog_MaterialComponents_Title_Icon +style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +style MaterialAlertDialog_MaterialComponents_Title_Panel +style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +style MaterialAlertDialog_MaterialComponents_Title_Text +style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +style Platform_AppCompat +style Platform_AppCompat_Light +style Platform_MaterialComponents +style Platform_MaterialComponents_Dialog +style Platform_MaterialComponents_Light +style Platform_MaterialComponents_Light_Dialog +style Platform_ThemeOverlay_AppCompat +style Platform_ThemeOverlay_AppCompat_Dark +style Platform_ThemeOverlay_AppCompat_Light +style Platform_V21_AppCompat +style Platform_V21_AppCompat_Light +style Platform_V25_AppCompat +style Platform_V25_AppCompat_Light +style Platform_Widget_AppCompat_Spinner +style RtlOverlay_DialogWindowTitle_AppCompat +style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +style RtlOverlay_Widget_AppCompat_DialogTitle_Icon +style RtlOverlay_Widget_AppCompat_PopupMenuItem +style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +style RtlOverlay_Widget_AppCompat_Search_DropDown +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Query +style RtlOverlay_Widget_AppCompat_Search_DropDown_Text +style RtlOverlay_Widget_AppCompat_SearchView_MagIcon +style RtlUnderlay_Widget_AppCompat_ActionButton +style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape +style ShapeAppearance_M3_Comp_FilledButton_Container_Shape +style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape +style ShapeAppearance_M3_Comp_SearchBar_Avatar_Shape +style ShapeAppearance_M3_Comp_SearchBar_Container_Shape +style ShapeAppearance_M3_Comp_SearchView_FullScreen_Container_Shape +style ShapeAppearance_M3_Comp_Switch_Handle_Shape +style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape +style ShapeAppearance_M3_Comp_Switch_Track_Shape +style ShapeAppearance_M3_Comp_TextButton_Container_Shape +style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge +style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall +style ShapeAppearance_M3_Sys_Shape_Corner_Full +style ShapeAppearance_M3_Sys_Shape_Corner_Large +style ShapeAppearance_M3_Sys_Shape_Corner_Medium +style ShapeAppearance_M3_Sys_Shape_Corner_None +style ShapeAppearance_M3_Sys_Shape_Corner_Small +style ShapeAppearance_Material3_Corner_ExtraLarge +style ShapeAppearance_Material3_Corner_ExtraSmall +style ShapeAppearance_Material3_Corner_Full +style ShapeAppearance_Material3_Corner_Large +style ShapeAppearance_Material3_Corner_Medium +style ShapeAppearance_Material3_Corner_None +style ShapeAppearance_Material3_Corner_Small +style ShapeAppearance_Material3_LargeComponent +style ShapeAppearance_Material3_MediumComponent +style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator +style ShapeAppearance_Material3_SmallComponent +style ShapeAppearance_Material3_Tooltip +style ShapeAppearance_MaterialComponents +style ShapeAppearance_MaterialComponents_LargeComponent +style ShapeAppearance_MaterialComponents_MediumComponent +style ShapeAppearance_MaterialComponents_SmallComponent +style ShapeAppearance_MaterialComponents_Tooltip +style ShapeAppearanceOverlay_Material3_Button +style ShapeAppearanceOverlay_Material3_Chip +style ShapeAppearanceOverlay_Material3_Corner_Bottom +style ShapeAppearanceOverlay_Material3_Corner_Left +style ShapeAppearanceOverlay_Material3_Corner_Right +style ShapeAppearanceOverlay_Material3_Corner_Top +style ShapeAppearanceOverlay_Material3_FloatingActionButton +style ShapeAppearanceOverlay_Material3_NavigationView_Item +style ShapeAppearanceOverlay_Material3_SearchBar +style ShapeAppearanceOverlay_Material3_SearchView +style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 +style ShapeAppearanceOverlay_MaterialComponents_BottomSheet +style ShapeAppearanceOverlay_MaterialComponents_Chip +style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox +style TextAppearance_AppCompat +style TextAppearance_AppCompat_Body1 +style TextAppearance_AppCompat_Body2 +style TextAppearance_AppCompat_Button +style TextAppearance_AppCompat_Caption +style TextAppearance_AppCompat_Display1 +style TextAppearance_AppCompat_Display2 +style TextAppearance_AppCompat_Display3 +style TextAppearance_AppCompat_Display4 +style TextAppearance_AppCompat_Headline +style TextAppearance_AppCompat_Inverse +style TextAppearance_AppCompat_Large +style TextAppearance_AppCompat_Large_Inverse +style TextAppearance_AppCompat_Light_SearchResult_Subtitle +style TextAppearance_AppCompat_Light_SearchResult_Title +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Medium +style TextAppearance_AppCompat_Medium_Inverse +style TextAppearance_AppCompat_Menu +style TextAppearance_AppCompat_SearchResult_Subtitle +style TextAppearance_AppCompat_SearchResult_Title +style TextAppearance_AppCompat_Small +style TextAppearance_AppCompat_Small_Inverse +style TextAppearance_AppCompat_Subhead +style TextAppearance_AppCompat_Subhead_Inverse +style TextAppearance_AppCompat_Title +style TextAppearance_AppCompat_Title_Inverse +style TextAppearance_AppCompat_Tooltip +style TextAppearance_AppCompat_Widget_ActionBar_Menu +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionBar_Title +style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Title +style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +style TextAppearance_AppCompat_Widget_Button +style TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style TextAppearance_AppCompat_Widget_Button_Colored +style TextAppearance_AppCompat_Widget_Button_Inverse +style TextAppearance_AppCompat_Widget_DropDownItem +style TextAppearance_AppCompat_Widget_PopupMenu_Header +style TextAppearance_AppCompat_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Widget_Switch +style TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style TextAppearance_Compat_Notification +style TextAppearance_Compat_Notification_Info +style TextAppearance_Compat_Notification_Line2 +style TextAppearance_Compat_Notification_Time +style TextAppearance_Compat_Notification_Title +style TextAppearance_Design_CollapsingToolbar_Expanded +style TextAppearance_Design_Counter +style TextAppearance_Design_Counter_Overflow +style TextAppearance_Design_Error +style TextAppearance_Design_HelperText +style TextAppearance_Design_Hint +style TextAppearance_Design_Placeholder +style TextAppearance_Design_Prefix +style TextAppearance_Design_Snackbar_Message +style TextAppearance_Design_Suffix +style TextAppearance_Design_Tab +style TextAppearance_M3_Sys_Typescale_BodyLarge +style TextAppearance_M3_Sys_Typescale_BodyMedium +style TextAppearance_M3_Sys_Typescale_BodySmall +style TextAppearance_M3_Sys_Typescale_DisplayLarge +style TextAppearance_M3_Sys_Typescale_DisplayMedium +style TextAppearance_M3_Sys_Typescale_DisplaySmall +style TextAppearance_M3_Sys_Typescale_HeadlineLarge +style TextAppearance_M3_Sys_Typescale_HeadlineMedium +style TextAppearance_M3_Sys_Typescale_HeadlineSmall +style TextAppearance_M3_Sys_Typescale_LabelLarge +style TextAppearance_M3_Sys_Typescale_LabelMedium +style TextAppearance_M3_Sys_Typescale_LabelSmall +style TextAppearance_M3_Sys_Typescale_TitleLarge +style TextAppearance_M3_Sys_Typescale_TitleMedium +style TextAppearance_M3_Sys_Typescale_TitleSmall +style TextAppearance_Material3_ActionBar_Subtitle +style TextAppearance_Material3_ActionBar_Title +style TextAppearance_Material3_BodyLarge +style TextAppearance_Material3_BodyMedium +style TextAppearance_Material3_BodySmall +style TextAppearance_Material3_DisplayLarge +style TextAppearance_Material3_DisplayMedium +style TextAppearance_Material3_DisplaySmall +style TextAppearance_Material3_HeadlineLarge +style TextAppearance_Material3_HeadlineMedium +style TextAppearance_Material3_HeadlineSmall +style TextAppearance_Material3_LabelLarge +style TextAppearance_Material3_LabelMedium +style TextAppearance_Material3_LabelSmall +style TextAppearance_Material3_MaterialTimePicker_Title +style TextAppearance_Material3_SearchBar +style TextAppearance_Material3_SearchView +style TextAppearance_Material3_SearchView_Prefix +style TextAppearance_Material3_TitleLarge +style TextAppearance_Material3_TitleMedium +style TextAppearance_Material3_TitleSmall +style TextAppearance_MaterialComponents_Badge +style TextAppearance_MaterialComponents_Body1 +style TextAppearance_MaterialComponents_Body2 +style TextAppearance_MaterialComponents_Button +style TextAppearance_MaterialComponents_Caption +style TextAppearance_MaterialComponents_Chip +style TextAppearance_MaterialComponents_Headline1 +style TextAppearance_MaterialComponents_Headline2 +style TextAppearance_MaterialComponents_Headline3 +style TextAppearance_MaterialComponents_Headline4 +style TextAppearance_MaterialComponents_Headline5 +style TextAppearance_MaterialComponents_Headline6 +style TextAppearance_MaterialComponents_Overline +style TextAppearance_MaterialComponents_Subtitle1 +style TextAppearance_MaterialComponents_Subtitle2 +style TextAppearance_MaterialComponents_TimePicker_Title +style TextAppearance_MaterialComponents_Tooltip +style TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style TextAppearance_Widget_AppCompat_Toolbar_Title +style Theme_AppCompat +style Theme_AppCompat_CompactMenu +style Theme_AppCompat_DayNight +style Theme_AppCompat_DayNight_DarkActionBar +style Theme_AppCompat_DayNight_Dialog +style Theme_AppCompat_DayNight_Dialog_Alert +style Theme_AppCompat_DayNight_Dialog_MinWidth +style Theme_AppCompat_DayNight_DialogWhenLarge +style Theme_AppCompat_DayNight_NoActionBar +style Theme_AppCompat_Dialog +style Theme_AppCompat_Dialog_Alert +style Theme_AppCompat_Dialog_MinWidth +style Theme_AppCompat_DialogWhenLarge +style Theme_AppCompat_Empty +style Theme_AppCompat_Light +style Theme_AppCompat_Light_DarkActionBar +style Theme_AppCompat_Light_Dialog +style Theme_AppCompat_Light_Dialog_Alert +style Theme_AppCompat_Light_Dialog_MinWidth +style Theme_AppCompat_Light_DialogWhenLarge +style Theme_AppCompat_Light_NoActionBar +style Theme_AppCompat_NoActionBar +style Theme_Design +style Theme_Design_BottomSheetDialog +style Theme_Design_Light +style Theme_Design_Light_BottomSheetDialog +style Theme_Design_Light_NoActionBar +style Theme_Design_NoActionBar +style Theme_JMastermind +style Theme_Material3_Dark +style Theme_Material3_Dark_BottomSheetDialog +style Theme_Material3_Dark_Dialog +style Theme_Material3_Dark_Dialog_Alert +style Theme_Material3_Dark_Dialog_MinWidth +style Theme_Material3_Dark_DialogWhenLarge +style Theme_Material3_Dark_NoActionBar +style Theme_Material3_Dark_SideSheetDialog +style Theme_Material3_DayNight +style Theme_Material3_DayNight_BottomSheetDialog +style Theme_Material3_DayNight_Dialog +style Theme_Material3_DayNight_Dialog_Alert +style Theme_Material3_DayNight_Dialog_MinWidth +style Theme_Material3_DayNight_DialogWhenLarge +style Theme_Material3_DayNight_NoActionBar +style Theme_Material3_DayNight_SideSheetDialog +style Theme_Material3_DynamicColors_Dark +style Theme_Material3_DynamicColors_DayNight +style Theme_Material3_DynamicColors_Light +style Theme_Material3_Light +style Theme_Material3_Light_BottomSheetDialog +style Theme_Material3_Light_Dialog +style Theme_Material3_Light_Dialog_Alert +style Theme_Material3_Light_Dialog_MinWidth +style Theme_Material3_Light_DialogWhenLarge +style Theme_Material3_Light_NoActionBar +style Theme_Material3_Light_SideSheetDialog +style Theme_MaterialComponents +style Theme_MaterialComponents_BottomSheetDialog +style Theme_MaterialComponents_Bridge +style Theme_MaterialComponents_CompactMenu +style Theme_MaterialComponents_DayNight +style Theme_MaterialComponents_DayNight_BottomSheetDialog +style Theme_MaterialComponents_DayNight_Bridge +style Theme_MaterialComponents_DayNight_DarkActionBar +style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +style Theme_MaterialComponents_DayNight_Dialog +style Theme_MaterialComponents_DayNight_Dialog_Alert +style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +style Theme_MaterialComponents_DayNight_Dialog_Bridge +style Theme_MaterialComponents_DayNight_Dialog_FixedSize +style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +style Theme_MaterialComponents_DayNight_Dialog_MinWidth +style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +style Theme_MaterialComponents_DayNight_DialogWhenLarge +style Theme_MaterialComponents_DayNight_NoActionBar +style Theme_MaterialComponents_DayNight_NoActionBar_Bridge +style Theme_MaterialComponents_Dialog +style Theme_MaterialComponents_Dialog_Alert +style Theme_MaterialComponents_Dialog_Alert_Bridge +style Theme_MaterialComponents_Dialog_Bridge +style Theme_MaterialComponents_Dialog_FixedSize +style Theme_MaterialComponents_Dialog_FixedSize_Bridge +style Theme_MaterialComponents_Dialog_MinWidth +style Theme_MaterialComponents_Dialog_MinWidth_Bridge +style Theme_MaterialComponents_DialogWhenLarge +style Theme_MaterialComponents_Light +style Theme_MaterialComponents_Light_BottomSheetDialog +style Theme_MaterialComponents_Light_Bridge +style Theme_MaterialComponents_Light_DarkActionBar +style Theme_MaterialComponents_Light_DarkActionBar_Bridge +style Theme_MaterialComponents_Light_Dialog +style Theme_MaterialComponents_Light_Dialog_Alert +style Theme_MaterialComponents_Light_Dialog_Alert_Bridge +style Theme_MaterialComponents_Light_Dialog_Bridge +style Theme_MaterialComponents_Light_Dialog_FixedSize +style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +style Theme_MaterialComponents_Light_Dialog_MinWidth +style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +style Theme_MaterialComponents_Light_DialogWhenLarge +style Theme_MaterialComponents_Light_NoActionBar +style Theme_MaterialComponents_Light_NoActionBar_Bridge +style Theme_MaterialComponents_NoActionBar +style Theme_MaterialComponents_NoActionBar_Bridge +style ThemeOverlay_AppCompat +style ThemeOverlay_AppCompat_ActionBar +style ThemeOverlay_AppCompat_Dark +style ThemeOverlay_AppCompat_Dark_ActionBar +style ThemeOverlay_AppCompat_DayNight +style ThemeOverlay_AppCompat_DayNight_ActionBar +style ThemeOverlay_AppCompat_Dialog +style ThemeOverlay_AppCompat_Dialog_Alert +style ThemeOverlay_AppCompat_Light +style ThemeOverlay_Design_TextInputEditText +style ThemeOverlay_Material3 +style ThemeOverlay_Material3_ActionBar +style ThemeOverlay_Material3_AutoCompleteTextView +style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox +style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense +style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox +style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense +style ThemeOverlay_Material3_BottomAppBar +style ThemeOverlay_Material3_BottomAppBar_Legacy +style ThemeOverlay_Material3_BottomSheetDialog +style ThemeOverlay_Material3_Button +style ThemeOverlay_Material3_Button_ElevatedButton +style ThemeOverlay_Material3_Button_IconButton +style ThemeOverlay_Material3_Button_IconButton_Filled +style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal +style ThemeOverlay_Material3_Button_TextButton +style ThemeOverlay_Material3_Button_TextButton_Snackbar +style ThemeOverlay_Material3_Button_TonalButton +style ThemeOverlay_Material3_Chip +style ThemeOverlay_Material3_Chip_Assist +style ThemeOverlay_Material3_Dark +style ThemeOverlay_Material3_Dark_ActionBar +style ThemeOverlay_Material3_DayNight_BottomSheetDialog +style ThemeOverlay_Material3_DayNight_SideSheetDialog +style ThemeOverlay_Material3_Dialog +style ThemeOverlay_Material3_Dialog_Alert +style ThemeOverlay_Material3_Dialog_Alert_Framework +style ThemeOverlay_Material3_DynamicColors_Dark +style ThemeOverlay_Material3_DynamicColors_DayNight +style ThemeOverlay_Material3_DynamicColors_Light +style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary +style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary +style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface +style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary +style ThemeOverlay_Material3_FloatingActionButton_Primary +style ThemeOverlay_Material3_FloatingActionButton_Secondary +style ThemeOverlay_Material3_FloatingActionButton_Surface +style ThemeOverlay_Material3_FloatingActionButton_Tertiary +style ThemeOverlay_Material3_HarmonizedColors +style ThemeOverlay_Material3_HarmonizedColors_Empty +style ThemeOverlay_Material3_Light +style ThemeOverlay_Material3_Light_Dialog_Alert_Framework +style ThemeOverlay_Material3_MaterialAlertDialog +style ThemeOverlay_Material3_MaterialAlertDialog_Centered +style ThemeOverlay_Material3_MaterialCalendar +style ThemeOverlay_Material3_MaterialCalendar_Fullscreen +style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton +style ThemeOverlay_Material3_MaterialTimePicker +style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText +style ThemeOverlay_Material3_NavigationView +style ThemeOverlay_Material3_PersonalizedColors +style ThemeOverlay_Material3_Search +style ThemeOverlay_Material3_SideSheetDialog +style ThemeOverlay_Material3_Snackbar +style ThemeOverlay_Material3_TextInputEditText +style ThemeOverlay_Material3_TextInputEditText_FilledBox +style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense +style ThemeOverlay_Material3_TextInputEditText_OutlinedBox +style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense +style ThemeOverlay_Material3_Toolbar_Surface +style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon +style ThemeOverlay_MaterialComponents +style ThemeOverlay_MaterialComponents_ActionBar +style ThemeOverlay_MaterialComponents_ActionBar_Primary +style ThemeOverlay_MaterialComponents_ActionBar_Surface +style ThemeOverlay_MaterialComponents_AutoCompleteTextView +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +style ThemeOverlay_MaterialComponents_BottomAppBar_Primary +style ThemeOverlay_MaterialComponents_BottomAppBar_Surface +style ThemeOverlay_MaterialComponents_BottomSheetDialog +style ThemeOverlay_MaterialComponents_Dark +style ThemeOverlay_MaterialComponents_Dark_ActionBar +style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +style ThemeOverlay_MaterialComponents_Dialog +style ThemeOverlay_MaterialComponents_Dialog_Alert +style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +style ThemeOverlay_MaterialComponents_Light +style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +style ThemeOverlay_MaterialComponents_MaterialAlertDialog +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +style ThemeOverlay_MaterialComponents_MaterialCalendar +style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +style ThemeOverlay_MaterialComponents_TextInputEditText +style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +style ThemeOverlay_MaterialComponents_TimePicker +style ThemeOverlay_MaterialComponents_TimePicker_Display +style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText +style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary +style ThemeOverlay_MaterialComponents_Toolbar_Primary +style ThemeOverlay_MaterialComponents_Toolbar_Surface +style Widget_AppCompat_ActionBar +style Widget_AppCompat_ActionBar_Solid +style Widget_AppCompat_ActionBar_TabBar +style Widget_AppCompat_ActionBar_TabText +style Widget_AppCompat_ActionBar_TabView +style Widget_AppCompat_ActionButton +style Widget_AppCompat_ActionButton_CloseMode +style Widget_AppCompat_ActionButton_Overflow +style Widget_AppCompat_ActionMode +style Widget_AppCompat_ActivityChooserView +style Widget_AppCompat_AutoCompleteTextView +style Widget_AppCompat_Button +style Widget_AppCompat_Button_Borderless +style Widget_AppCompat_Button_Borderless_Colored +style Widget_AppCompat_Button_ButtonBar_AlertDialog +style Widget_AppCompat_Button_Colored +style Widget_AppCompat_Button_Small +style Widget_AppCompat_ButtonBar +style Widget_AppCompat_ButtonBar_AlertDialog +style Widget_AppCompat_CompoundButton_CheckBox +style Widget_AppCompat_CompoundButton_RadioButton +style Widget_AppCompat_CompoundButton_Switch +style Widget_AppCompat_DrawerArrowToggle +style Widget_AppCompat_DropDownItem_Spinner +style Widget_AppCompat_EditText +style Widget_AppCompat_ImageButton +style Widget_AppCompat_Light_ActionBar +style Widget_AppCompat_Light_ActionBar_Solid +style Widget_AppCompat_Light_ActionBar_Solid_Inverse +style Widget_AppCompat_Light_ActionBar_TabBar +style Widget_AppCompat_Light_ActionBar_TabBar_Inverse +style Widget_AppCompat_Light_ActionBar_TabText +style Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Widget_AppCompat_Light_ActionBar_TabView +style Widget_AppCompat_Light_ActionBar_TabView_Inverse +style Widget_AppCompat_Light_ActionButton +style Widget_AppCompat_Light_ActionButton_CloseMode +style Widget_AppCompat_Light_ActionButton_Overflow +style Widget_AppCompat_Light_ActionMode_Inverse +style Widget_AppCompat_Light_ActivityChooserView +style Widget_AppCompat_Light_AutoCompleteTextView +style Widget_AppCompat_Light_DropDownItem_Spinner +style Widget_AppCompat_Light_ListPopupWindow +style Widget_AppCompat_Light_ListView_DropDown +style Widget_AppCompat_Light_PopupMenu +style Widget_AppCompat_Light_PopupMenu_Overflow +style Widget_AppCompat_Light_SearchView +style Widget_AppCompat_Light_Spinner_DropDown_ActionBar +style Widget_AppCompat_ListMenuView +style Widget_AppCompat_ListPopupWindow +style Widget_AppCompat_ListView +style Widget_AppCompat_ListView_DropDown +style Widget_AppCompat_ListView_Menu +style Widget_AppCompat_PopupMenu +style Widget_AppCompat_PopupMenu_Overflow +style Widget_AppCompat_PopupWindow +style Widget_AppCompat_ProgressBar +style Widget_AppCompat_ProgressBar_Horizontal +style Widget_AppCompat_RatingBar +style Widget_AppCompat_RatingBar_Indicator +style Widget_AppCompat_RatingBar_Small +style Widget_AppCompat_SearchView +style Widget_AppCompat_SearchView_ActionBar +style Widget_AppCompat_SeekBar +style Widget_AppCompat_SeekBar_Discrete +style Widget_AppCompat_Spinner +style Widget_AppCompat_Spinner_DropDown +style Widget_AppCompat_Spinner_DropDown_ActionBar +style Widget_AppCompat_Spinner_Underlined +style Widget_AppCompat_TextView +style Widget_AppCompat_TextView_SpinnerItem +style Widget_AppCompat_Toolbar +style Widget_AppCompat_Toolbar_Button_Navigation +style Widget_Compat_NotificationActionContainer +style Widget_Compat_NotificationActionText +style Widget_Design_AppBarLayout +style Widget_Design_BottomNavigationView +style Widget_Design_BottomSheet_Modal +style Widget_Design_CollapsingToolbar +style Widget_Design_FloatingActionButton +style Widget_Design_NavigationView +style Widget_Design_ScrimInsetsFrameLayout +style Widget_Design_Snackbar +style Widget_Design_TabLayout +style Widget_Design_TextInputEditText +style Widget_Design_TextInputLayout +style Widget_Material3_ActionBar_Solid +style Widget_Material3_ActionMode +style Widget_Material3_AppBarLayout +style Widget_Material3_AutoCompleteTextView_FilledBox +style Widget_Material3_AutoCompleteTextView_FilledBox_Dense +style Widget_Material3_AutoCompleteTextView_OutlinedBox +style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense +style Widget_Material3_Badge +style Widget_Material3_BottomAppBar +style Widget_Material3_BottomAppBar_Button_Navigation +style Widget_Material3_BottomAppBar_Legacy +style Widget_Material3_BottomNavigationView +style Widget_Material3_BottomNavigationView_ActiveIndicator +style Widget_Material3_BottomSheet +style Widget_Material3_BottomSheet_DragHandle +style Widget_Material3_BottomSheet_Modal +style Widget_Material3_Button +style Widget_Material3_Button_ElevatedButton +style Widget_Material3_Button_ElevatedButton_Icon +style Widget_Material3_Button_Icon +style Widget_Material3_Button_IconButton +style Widget_Material3_Button_IconButton_Filled +style Widget_Material3_Button_IconButton_Filled_Tonal +style Widget_Material3_Button_IconButton_Outlined +style Widget_Material3_Button_OutlinedButton +style Widget_Material3_Button_OutlinedButton_Icon +style Widget_Material3_Button_TextButton +style Widget_Material3_Button_TextButton_Dialog +style Widget_Material3_Button_TextButton_Dialog_Flush +style Widget_Material3_Button_TextButton_Dialog_Icon +style Widget_Material3_Button_TextButton_Icon +style Widget_Material3_Button_TextButton_Snackbar +style Widget_Material3_Button_TonalButton +style Widget_Material3_Button_TonalButton_Icon +style Widget_Material3_Button_UnelevatedButton +style Widget_Material3_CardView_Elevated +style Widget_Material3_CardView_Filled +style Widget_Material3_CardView_Outlined +style Widget_Material3_CheckedTextView +style Widget_Material3_Chip_Assist +style Widget_Material3_Chip_Assist_Elevated +style Widget_Material3_Chip_Filter +style Widget_Material3_Chip_Filter_Elevated +style Widget_Material3_Chip_Input +style Widget_Material3_Chip_Input_Elevated +style Widget_Material3_Chip_Input_Icon +style Widget_Material3_Chip_Input_Icon_Elevated +style Widget_Material3_Chip_Suggestion +style Widget_Material3_Chip_Suggestion_Elevated +style Widget_Material3_ChipGroup +style Widget_Material3_CircularProgressIndicator +style Widget_Material3_CircularProgressIndicator_ExtraSmall +style Widget_Material3_CircularProgressIndicator_Medium +style Widget_Material3_CircularProgressIndicator_Small +style Widget_Material3_CollapsingToolbar +style Widget_Material3_CollapsingToolbar_Large +style Widget_Material3_CollapsingToolbar_Medium +style Widget_Material3_CompoundButton_CheckBox +style Widget_Material3_CompoundButton_MaterialSwitch +style Widget_Material3_CompoundButton_RadioButton +style Widget_Material3_CompoundButton_Switch +style Widget_Material3_DrawerLayout +style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary +style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary +style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface +style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary +style Widget_Material3_ExtendedFloatingActionButton_Primary +style Widget_Material3_ExtendedFloatingActionButton_Secondary +style Widget_Material3_ExtendedFloatingActionButton_Surface +style Widget_Material3_ExtendedFloatingActionButton_Tertiary +style Widget_Material3_FloatingActionButton_Large_Primary +style Widget_Material3_FloatingActionButton_Large_Secondary +style Widget_Material3_FloatingActionButton_Large_Surface +style Widget_Material3_FloatingActionButton_Large_Tertiary +style Widget_Material3_FloatingActionButton_Primary +style Widget_Material3_FloatingActionButton_Secondary +style Widget_Material3_FloatingActionButton_Small_Primary +style Widget_Material3_FloatingActionButton_Small_Secondary +style Widget_Material3_FloatingActionButton_Small_Surface +style Widget_Material3_FloatingActionButton_Small_Tertiary +style Widget_Material3_FloatingActionButton_Surface +style Widget_Material3_FloatingActionButton_Tertiary +style Widget_Material3_Light_ActionBar_Solid +style Widget_Material3_LinearProgressIndicator +style Widget_Material3_MaterialButtonToggleGroup +style Widget_Material3_MaterialCalendar +style Widget_Material3_MaterialCalendar_Day +style Widget_Material3_MaterialCalendar_Day_Invalid +style Widget_Material3_MaterialCalendar_Day_Selected +style Widget_Material3_MaterialCalendar_Day_Today +style Widget_Material3_MaterialCalendar_DayOfWeekLabel +style Widget_Material3_MaterialCalendar_DayTextView +style Widget_Material3_MaterialCalendar_Fullscreen +style Widget_Material3_MaterialCalendar_HeaderCancelButton +style Widget_Material3_MaterialCalendar_HeaderDivider +style Widget_Material3_MaterialCalendar_HeaderLayout +style Widget_Material3_MaterialCalendar_HeaderLayout_Fullscreen +style Widget_Material3_MaterialCalendar_HeaderSelection +style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen +style Widget_Material3_MaterialCalendar_HeaderTitle +style Widget_Material3_MaterialCalendar_HeaderToggleButton +style Widget_Material3_MaterialCalendar_Item +style Widget_Material3_MaterialCalendar_MonthNavigationButton +style Widget_Material3_MaterialCalendar_MonthTextView +style Widget_Material3_MaterialCalendar_Year +style Widget_Material3_MaterialCalendar_Year_Selected +style Widget_Material3_MaterialCalendar_Year_Today +style Widget_Material3_MaterialCalendar_YearNavigationButton +style Widget_Material3_MaterialDivider +style Widget_Material3_MaterialDivider_Heavy +style Widget_Material3_MaterialTimePicker +style Widget_Material3_MaterialTimePicker_Button +style Widget_Material3_MaterialTimePicker_Clock +style Widget_Material3_MaterialTimePicker_Display +style Widget_Material3_MaterialTimePicker_Display_Divider +style Widget_Material3_MaterialTimePicker_Display_HelperText +style Widget_Material3_MaterialTimePicker_Display_TextInputEditText +style Widget_Material3_MaterialTimePicker_Display_TextInputLayout +style Widget_Material3_MaterialTimePicker_ImageButton +style Widget_Material3_NavigationRailView +style Widget_Material3_NavigationRailView_ActiveIndicator +style Widget_Material3_NavigationView +style Widget_Material3_PopupMenu +style Widget_Material3_PopupMenu_ContextMenu +style Widget_Material3_PopupMenu_ListPopupWindow +style Widget_Material3_PopupMenu_Overflow +style Widget_Material3_Search_ActionButton_Overflow +style Widget_Material3_Search_Toolbar_Button_Navigation +style Widget_Material3_SearchBar +style Widget_Material3_SearchBar_Outlined +style Widget_Material3_SearchView +style Widget_Material3_SearchView_Prefix +style Widget_Material3_SearchView_Toolbar +style Widget_Material3_SideSheet +style Widget_Material3_SideSheet_Modal +style Widget_Material3_Slider +style Widget_Material3_Slider_Label +style Widget_Material3_Snackbar +style Widget_Material3_Snackbar_FullWidth +style Widget_Material3_Snackbar_TextView +style Widget_Material3_TabLayout +style Widget_Material3_TabLayout_OnSurface +style Widget_Material3_TabLayout_Secondary +style Widget_Material3_TextInputEditText_FilledBox +style Widget_Material3_TextInputEditText_FilledBox_Dense +style Widget_Material3_TextInputEditText_OutlinedBox +style Widget_Material3_TextInputEditText_OutlinedBox_Dense +style Widget_Material3_TextInputLayout_FilledBox +style Widget_Material3_TextInputLayout_FilledBox_Dense +style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu +style Widget_Material3_TextInputLayout_OutlinedBox +style Widget_Material3_TextInputLayout_OutlinedBox_Dense +style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu +style Widget_Material3_Toolbar +style Widget_Material3_Toolbar_OnSurface +style Widget_Material3_Toolbar_Surface +style Widget_Material3_Tooltip +style Widget_MaterialComponents_ActionBar_Primary +style Widget_MaterialComponents_ActionBar_PrimarySurface +style Widget_MaterialComponents_ActionBar_Solid +style Widget_MaterialComponents_ActionBar_Surface +style Widget_MaterialComponents_ActionMode +style Widget_MaterialComponents_AppBarLayout_Primary +style Widget_MaterialComponents_AppBarLayout_PrimarySurface +style Widget_MaterialComponents_AppBarLayout_Surface +style Widget_MaterialComponents_AutoCompleteTextView_FilledBox +style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +style Widget_MaterialComponents_Badge +style Widget_MaterialComponents_BottomAppBar +style Widget_MaterialComponents_BottomAppBar_Colored +style Widget_MaterialComponents_BottomAppBar_PrimarySurface +style Widget_MaterialComponents_BottomNavigationView +style Widget_MaterialComponents_BottomNavigationView_Colored +style Widget_MaterialComponents_BottomNavigationView_PrimarySurface +style Widget_MaterialComponents_BottomSheet +style Widget_MaterialComponents_BottomSheet_Modal +style Widget_MaterialComponents_Button +style Widget_MaterialComponents_Button_Icon +style Widget_MaterialComponents_Button_OutlinedButton +style Widget_MaterialComponents_Button_OutlinedButton_Icon +style Widget_MaterialComponents_Button_TextButton +style Widget_MaterialComponents_Button_TextButton_Dialog +style Widget_MaterialComponents_Button_TextButton_Dialog_Flush +style Widget_MaterialComponents_Button_TextButton_Dialog_Icon +style Widget_MaterialComponents_Button_TextButton_Icon +style Widget_MaterialComponents_Button_TextButton_Snackbar +style Widget_MaterialComponents_Button_UnelevatedButton +style Widget_MaterialComponents_Button_UnelevatedButton_Icon +style Widget_MaterialComponents_CardView +style Widget_MaterialComponents_CheckedTextView +style Widget_MaterialComponents_Chip_Action +style Widget_MaterialComponents_Chip_Choice +style Widget_MaterialComponents_Chip_Entry +style Widget_MaterialComponents_Chip_Filter +style Widget_MaterialComponents_ChipGroup +style Widget_MaterialComponents_CircularProgressIndicator +style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall +style Widget_MaterialComponents_CircularProgressIndicator_Medium +style Widget_MaterialComponents_CircularProgressIndicator_Small +style Widget_MaterialComponents_CollapsingToolbar +style Widget_MaterialComponents_CompoundButton_CheckBox +style Widget_MaterialComponents_CompoundButton_RadioButton +style Widget_MaterialComponents_CompoundButton_Switch +style Widget_MaterialComponents_ExtendedFloatingActionButton +style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +style Widget_MaterialComponents_FloatingActionButton +style Widget_MaterialComponents_Light_ActionBar_Solid +style Widget_MaterialComponents_LinearProgressIndicator +style Widget_MaterialComponents_MaterialButtonToggleGroup +style Widget_MaterialComponents_MaterialCalendar +style Widget_MaterialComponents_MaterialCalendar_Day +style Widget_MaterialComponents_MaterialCalendar_Day_Invalid +style Widget_MaterialComponents_MaterialCalendar_Day_Selected +style Widget_MaterialComponents_MaterialCalendar_Day_Today +style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel +style Widget_MaterialComponents_MaterialCalendar_DayTextView +style Widget_MaterialComponents_MaterialCalendar_Fullscreen +style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +style Widget_MaterialComponents_MaterialCalendar_HeaderDivider +style Widget_MaterialComponents_MaterialCalendar_HeaderLayout +style Widget_MaterialComponents_MaterialCalendar_HeaderLayout_Fullscreen +style Widget_MaterialComponents_MaterialCalendar_HeaderSelection +style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +style Widget_MaterialComponents_MaterialCalendar_HeaderTitle +style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +style Widget_MaterialComponents_MaterialCalendar_Item +style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton +style Widget_MaterialComponents_MaterialCalendar_MonthTextView +style Widget_MaterialComponents_MaterialCalendar_Year +style Widget_MaterialComponents_MaterialCalendar_Year_Selected +style Widget_MaterialComponents_MaterialCalendar_Year_Today +style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton +style Widget_MaterialComponents_MaterialDivider +style Widget_MaterialComponents_NavigationRailView +style Widget_MaterialComponents_NavigationRailView_Colored +style Widget_MaterialComponents_NavigationRailView_Colored_Compact +style Widget_MaterialComponents_NavigationRailView_Compact +style Widget_MaterialComponents_NavigationRailView_PrimarySurface +style Widget_MaterialComponents_NavigationView +style Widget_MaterialComponents_PopupMenu +style Widget_MaterialComponents_PopupMenu_ContextMenu +style Widget_MaterialComponents_PopupMenu_ListPopupWindow +style Widget_MaterialComponents_PopupMenu_Overflow +style Widget_MaterialComponents_ProgressIndicator +style Widget_MaterialComponents_ShapeableImageView +style Widget_MaterialComponents_Slider +style Widget_MaterialComponents_Snackbar +style Widget_MaterialComponents_Snackbar_FullWidth +style Widget_MaterialComponents_Snackbar_TextView +style Widget_MaterialComponents_TabLayout +style Widget_MaterialComponents_TabLayout_Colored +style Widget_MaterialComponents_TabLayout_PrimarySurface +style Widget_MaterialComponents_TextInputEditText_FilledBox +style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +style Widget_MaterialComponents_TextInputEditText_OutlinedBox +style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +style Widget_MaterialComponents_TextInputLayout_FilledBox +style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +style Widget_MaterialComponents_TextInputLayout_OutlinedBox +style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +style Widget_MaterialComponents_TextView +style Widget_MaterialComponents_TimePicker +style Widget_MaterialComponents_TimePicker_Button +style Widget_MaterialComponents_TimePicker_Clock +style Widget_MaterialComponents_TimePicker_Display +style Widget_MaterialComponents_TimePicker_Display_Divider +style Widget_MaterialComponents_TimePicker_Display_HelperText +style Widget_MaterialComponents_TimePicker_Display_TextInputEditText +style Widget_MaterialComponents_TimePicker_Display_TextInputLayout +style Widget_MaterialComponents_TimePicker_ImageButton +style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance +style Widget_MaterialComponents_Toolbar +style Widget_MaterialComponents_Toolbar_Primary +style Widget_MaterialComponents_Toolbar_PrimarySurface +style Widget_MaterialComponents_Toolbar_Surface +style Widget_MaterialComponents_Tooltip +style Widget_Support_CoordinatorLayout +styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle +styleable ActionBarLayout android_layout_gravity +styleable ActionMenuItemView android_minWidth +styleable ActionMenuView +styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle +styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount +styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout +styleable AnimatedStateListDrawableCompat android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration +styleable AnimatedStateListDrawableItem android_id android_drawable +styleable AnimatedStateListDrawableTransition android_drawable android_toId android_fromId android_reversible +styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded liftOnScroll liftOnScrollColor liftOnScrollTargetViewId statusBarForeground +styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted +styleable AppBarLayout_Layout layout_scrollEffect layout_scrollFlags layout_scrollInterpolator +styleable AppCompatEmojiHelper +styleable AppCompatImageView android_src srcCompat tint tintMode +styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode +styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd +styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale +styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle +styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText +styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness +styleable BottomAppBar addElevationShadow backgroundTint elevation fabAlignmentMode fabAlignmentModeEndMargin fabAnchorMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll menuAlignmentMode navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets removeEmbeddedFabElevation +styleable BottomNavigationView android_minHeight compatShadowEnabled itemHorizontalTranslationEnabled +styleable BottomSheetBehavior_Layout android_maxWidth android_maxHeight android_elevation backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_significantVelocityThreshold behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay shouldRemoveExpandedCorners +styleable ButtonBarLayout allowStacking +styleable Capability queryPatterns shortcutMatchRequired +styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop +styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode +styleable Chip android_textAppearance android_textSize android_textColor android_ellipsize android_maxWidth android_text android_checkable checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding +styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection +styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize +styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor +styleable ClockHandView clockHandColor materialCircleRadius selectorSize +styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance collapsedTitleTextColor contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance expandedTitleTextColor extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled titlePositionInterpolator titleTextEllipsize toolbarId +styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier +styleable ColorStateListItem android_color android_alpha android_lStar alpha lStar +styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode +styleable Constraint android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate visibilityMode +styleable ConstraintLayout_Layout android_orientation android_padding android_paddingLeft android_paddingTop android_paddingRight android_paddingBottom android_visibility android_maxWidth android_maxHeight android_minWidth android_minHeight android_paddingStart android_paddingEnd android_elevation barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintSet constraint_referenced_ids flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel +styleable ConstraintLayout_placeholder content placeholder_emptyVisibility +styleable ConstraintSet android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_pivotX android_pivotY android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids deriveConstraintsFrom drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate +styleable CoordinatorLayout keylines statusBarBackground +styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline +styleable CustomAttribute attributeName customBoolean customColorDrawableValue customColorValue customDimension customFloatValue customIntegerValue customPixelDimension customStringValue +styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness +styleable DrawerLayout elevation +styleable ExtendedFloatingActionButton collapsedSize elevation extendMotionSpec extendStrategy hideMotionSpec showMotionSpec shrinkMotionSpec +styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink +styleable FloatingActionButton android_enabled backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding +styleable FloatingActionButton_Behavior_Layout behavior_autoHide +styleable FlowLayout itemSpacing lineSpacing +styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily +styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex +styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding +styleable Fragment android_name android_id android_tag +styleable FragmentContainerView android_name android_tag +styleable GradientColor android_startColor android_endColor android_type android_centerX android_centerY android_gradientRadius android_tileMode android_centerColor android_startX android_startY android_endX android_endY +styleable GradientColorItem android_color android_offset +styleable ImageFilterView altSrc brightness contrast crossfade overlay round roundPercent saturation warmth +styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets +styleable KeyAttribute android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate +styleable KeyCycle android_alpha android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveOffset wavePeriod waveShape waveVariesBy +styleable KeyFrame +styleable KeyFramesAcceleration +styleable KeyFramesVelocity +styleable KeyPosition curveFit drawPath framePosition keyPositionType motionTarget pathMotionArc percentHeight percentWidth percentX percentY sizePercent transitionEasing +styleable KeyTimeCycle android_alpha android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveDecay waveOffset wavePeriod waveShape +styleable KeyTrigger framePosition motionTarget motion_postLayoutCollision motion_triggerOnCollision onCross onNegativeCross onPositiveCross triggerId triggerReceiver triggerSlack +styleable Layout android_orientation android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_layout_marginStart android_layout_marginEnd barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop maxHeight maxWidth minHeight minWidth +styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers +styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight +styleable LinearProgressIndicator indeterminateAnimationType indicatorDirectionLinear +styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset +styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop +styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle +styleable MaterialAutoCompleteTextView android_inputType android_popupElevation simpleItemLayout simpleItemSelectedColor simpleItemSelectedRippleColor simpleItems +styleable MaterialButton android_background android_insetLeft android_insetRight android_insetTop android_insetBottom android_checkable backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth toggleCheckedStateOnClick +styleable MaterialButtonToggleGroup android_enabled checkedButton selectionRequired singleSelection +styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle nestedScrollable rangeFillColor yearSelectedStyle yearStyle yearTodayStyle +styleable MaterialCalendarItem android_insetLeft android_insetRight android_insetTop android_insetBottom itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor +styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconGravity checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth +styleable MaterialCheckBox android_button buttonCompat buttonIcon buttonIconTint buttonIconTintMode buttonTint centerIfNoTextEnabled checkedState errorAccessibilityLabel errorShown useMaterialThemeColors +styleable MaterialCheckBoxStates state_error state_indeterminate +styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated +styleable MaterialRadioButton buttonTint useMaterialThemeColors +styleable MaterialShape shapeAppearance shapeAppearanceOverlay +styleable MaterialSwitch thumbIcon thumbIconTint thumbIconTintMode trackDecoration trackDecorationTint trackDecorationTintMode +styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight +styleable MaterialTextView android_textAppearance android_lineHeight lineHeight +styleable MaterialTimePicker clockIcon keyboardIcon +styleable MaterialToolbar logoAdjustViewBounds logoScaleType navigationIconTint subtitleCentered titleCentered +styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior +styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText +styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow +styleable MockView mock_diagonalsColor mock_label mock_labelBackgroundColor mock_labelColor mock_showDiagonals mock_showLabel +styleable Motion animate_relativeTo drawPath motionPathRotate motionStagger pathMotionArc transitionEasing +styleable MotionHelper onHide onShow +styleable MotionLayout applyMotionScene currentState layoutDescription motionDebug motionProgress showPaths +styleable MotionScene defaultDuration layoutDuringTransition +styleable MotionTelltales telltales_tailColor telltales_tailScale telltales_velocityMode +styleable NavigationBarActiveIndicator android_height android_width android_color marginHorizontal shapeAppearance +styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu +styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets +styleable NavigationView android_layout_gravity android_background android_fitsSystemWindows android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled +styleable OnClick clickAction targetId +styleable OnSwipe dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp touchAnchorId touchAnchorSide touchRegionId +styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable PropertySet android_visibility android_alpha layout_constraintTag motionProgress visibilityMode +styleable RadialViewGroup materialCircleRadius +styleable RangeSlider minSeparation values +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable RecyclerView android_orientation android_clipToPadding android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd +styleable ScrimInsetsFrameLayout insetForeground +styleable ScrollingViewBehavior_Layout behavior_overlapTop +styleable SearchBar android_textAppearance android_text android_hint defaultMarginsEnabled defaultScrollFlagsEnabled elevation forceDefaultNavigationOnClickListener hideNavigationIcon navigationIconTint strokeColor strokeWidth tintNavigationIcon +styleable SearchView android_textAppearance android_focusable android_maxWidth android_text android_hint android_inputType android_imeOptions animateMenuItems animateNavigationIcon autoShowKeyboard closeIcon commitIcon defaultQueryHint goIcon headerLayout hideNavigationIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon searchPrefixText submitBackground suggestionRowLayout useDrawerArrowDrawable voiceIcon +styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight +styleable ShapeableImageView contentPadding contentPaddingBottom contentPaddingEnd contentPaddingLeft contentPaddingRight contentPaddingStart contentPaddingTop shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth +styleable SideSheetBehavior_Layout android_maxWidth android_maxHeight android_elevation backgroundTint behavior_draggable coplanarSiblingViewId shapeAppearance shapeAppearanceOverlay +styleable Slider android_enabled android_value android_stepSize android_valueFrom android_valueTo haloColor haloRadius labelBehavior labelStyle minTouchTargetSize thumbColor thumbElevation thumbRadius thumbStrokeColor thumbStrokeWidth tickColor tickColorActive tickColorInactive tickVisible trackColor trackColorActive trackColorInactive trackHeight +styleable Snackbar snackbarButtonStyle snackbarStyle snackbarTextViewStyle +styleable SnackbarLayout android_maxWidth actionTextColorAlpha animationMode backgroundOverlayColorAlpha backgroundTint backgroundTintMode elevation maxActionInlineWidth shapeAppearance shapeAppearanceOverlay +styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme +styleable State android_id constraints +styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration +styleable StateListDrawableItem android_drawable +styleable StateSet defaultState +styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode +styleable SwitchMaterial useMaterialThemeColors +styleable TabItem android_icon android_layout android_text +styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorAnimationMode tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextAppearance tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple +styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily android_textFontWeight fontFamily fontVariationSettings textAllCaps textLocale +styleable TextInputEditText textInputLayoutFocusedRectEnabled +styleable TextInputLayout android_enabled android_textColorHint android_maxWidth android_minWidth android_hint android_maxEms android_minEms boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMinSize endIconMode endIconScaleType endIconTint endIconTintMode errorAccessibilityLiveRegion errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconMinSize startIconScaleType startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor +styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance +styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor +styleable Tooltip android_textAppearance android_textColor android_padding android_layout_margin android_minWidth android_minHeight android_text backgroundTint +styleable Transform android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_translationZ android_elevation +styleable Transition android_id autoTransition constraintSetEnd constraintSetStart duration layoutDuringTransition motionInterpolator pathMotionArc staggered transitionDisable transitionFlags +styleable Variant constraints region_heightLessThan region_heightMoreThan region_widthLessThan region_widthMoreThan +styleable View android_theme android_focusable paddingEnd paddingStart theme +styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode +styleable ViewPager2 android_orientation +styleable ViewStubCompat android_id android_layout android_inflatedId +xml backup_rules +xml data_extraction_rules diff --git a/app/build/intermediates/variant_model/debug/variant_model.json b/app/build/intermediates/variant_model/debug/variant_model.json new file mode 100644 index 0000000..a3f16ec Binary files /dev/null and b/app/build/intermediates/variant_model/debug/variant_model.json differ diff --git a/app/build/outputs/logs/manifest-merger-debug-report.txt b/app/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 0000000..389d454 --- /dev/null +++ b/app/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,267 @@ +-- Merging decision tree log --- +manifest +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 +MERGED from [com.google.android.material:material:1.8.0] C:\Users\probo\.gradle\caches\transforms-3\4fbcf167c94e837ff1be43cd429a082f\transformed\material-1.8.0\AndroidManifest.xml:17:1-26:12 +MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\probo\.gradle\caches\transforms-3\cb75003958f24a4c9df8991789c69529\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.constraintlayout:constraintlayout:2.0.1] C:\Users\probo\.gradle\caches\transforms-3\a6870320fbf663d6f89d0216db3e539f\transformed\constraintlayout-2.0.1\AndroidManifest.xml:2:1-11:12 +MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\probo\.gradle\caches\transforms-3\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\transformed\appcompat-1.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\a3e3036654d5223220c3dad2f6b0bd75\transformed\viewpager2-1.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\probo\.gradle\caches\transforms-3\c44db921d64db197524d35fa7594e186\transformed\fragment-1.3.6\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.activity:activity:1.6.0] C:\Users\probo\.gradle\caches\transforms-3\bb7d634cb8bc11a3a574c3760b5b9204\transformed\activity-1.6.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\6132d3e701be993b180a5ccf88a70fbe\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:2:1-7:12 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:17:1-35:12 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\f66ae2e3f3030ca408ea17e7c467639b\transformed\drawerlayout-1.1.1\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\18f023b2040b9372c02d7a2bae3533d8\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\1372dc5d76bccf3cfbe0f85015e83cef\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.transition:transition:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\81d099f3403dfda2405faee6a54c68f8\transformed\transition-1.2.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\929e3e14d89d7add6b51a10562494976\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\486998729bd0270ca6ef99f3632c6fdf\transformed\vectordrawable-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\5e18e5807c1f2d31acd23d5ad96ae10d\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\367789d21f8395d0d2535ca2cf256883\transformed\loader-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\f94025579e5a4c230bbba5aa7dd1079d\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\3bc14027e3271addbd104e62a121e1f3\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\c7f702c1be845b1bab56d0a5ef8ec003\transformed\core-ktx-1.9.0\AndroidManifest.xml:2:1-7:12 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3bc05c5cb8f8db139d32045463e80927\transformed\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\44e7915931e72843d3f33bbe594cb141\transformed\recyclerview-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.customview:customview:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\a04783f29b3d212547f0bdc516b18598\transformed\customview-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:17:1-30:12 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\51d99444bfcce4167befc289aaeead8b\transformed\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:17:1-37:12 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\e9c0667ffb0f5abbc13f0e6ed5d96563\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\c44a24eb114b00d4ae0b944c5b3b714e\transformed\savedstate-1.2.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\bf77ad590024d0e14c0f8c0505794694\transformed\cardview-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\AndroidManifest.xml:17:1-33:12 +MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3c71d227c2761b15e5fdb1ee9249e03c\transformed\tracing-1.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\8ef30433ab1bf62a45c58ef3e0560ed0\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:17:1-27:12 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\probo\.gradle\caches\transforms-3\e7248a3bfb7983b0a014dbd89b3befea\transformed\lifecycle-livedata-2.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\0671bb7bb856238b78c07173458201df\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\probo\.gradle\caches\transforms-3\75ee34e9d1f114d6ffc9ab3d2a088bd1\transformed\core-runtime-2.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3150cf7c9b77e480aa0237667e8a6f0a\transformed\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\13436e310dffbc9cef96bd3f99ffcd05\transformed\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\731434dfd3e772425987f9a36caa31ff\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.print:print:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\40d3d7c3b32b2b3f996b647420cd5534\transformed\print-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\probo\.gradle\caches\transforms-3\fd3daf95af5e4e1fd3f3860fc1410040\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:17:1-22:12 +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 + package + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + android:versionName + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + xmlns:tools + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:3:5-51 + android:versionCode + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:1-34:12 + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + xmlns:android + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:2:11-69 +application +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:5:5-33:19 +MERGED from [com.google.android.material:material:1.8.0] C:\Users\probo\.gradle\caches\transforms-3\4fbcf167c94e837ff1be43cd429a082f\transformed\material-1.8.0\AndroidManifest.xml:24:5-20 +MERGED from [com.google.android.material:material:1.8.0] C:\Users\probo\.gradle\caches\transforms-3\4fbcf167c94e837ff1be43cd429a082f\transformed\material-1.8.0\AndroidManifest.xml:24:5-20 +MERGED from [androidx.constraintlayout:constraintlayout:2.0.1] C:\Users\probo\.gradle\caches\transforms-3\a6870320fbf663d6f89d0216db3e539f\transformed\constraintlayout-2.0.1\AndroidManifest.xml:9:5-20 +MERGED from [androidx.constraintlayout:constraintlayout:2.0.1] C:\Users\probo\.gradle\caches\transforms-3\a6870320fbf663d6f89d0216db3e539f\transformed\constraintlayout-2.0.1\AndroidManifest.xml:9:5-20 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19 +MERGED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:28:5-89 +MERGED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:28:5-89 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:25:5-35:19 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:25:5-35:19 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\8ef30433ab1bf62a45c58ef3e0560ed0\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\8ef30433ab1bf62a45c58ef3e0560ed0\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19 + android:appComponentFactory + ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:28:18-86 + android:supportsRtl + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:11:9-35 + android:label + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:10:9-41 + android:fullBackupContent + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:8:9-54 + tools:targetApi + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:13:9-29 + android:icon + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:9:9-38 + android:allowBackup + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:6:9-35 + android:theme + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:12:9-49 + android:dataExtractionRules + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:7:9-65 +activity#com.example.jmastermind.Prologue +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:14:13-22:24 + android:exported + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:16:17-40 + android:name + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:15:17-41 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:17:17-21:33 +action#android.intent.action.MAIN +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:18:21-73 + android:name + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:18:29-70 +category#android.intent.category.LAUNCHER +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:20:21-81 + android:name + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:20:31-78 +activity#com.example.jmastermind.Game.SoloGame +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:24:13-27:24 + android:exported + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:26:17-40 + android:name + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:25:17-46 +activity#com.example.jmastermind.Menu.Menu +ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:29:13-32:24 + android:exported + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:31:17-40 + android:name + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml:30:17-42 +uses-sdk +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml reason: use-sdk injection requested +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml +MERGED from [com.google.android.material:material:1.8.0] C:\Users\probo\.gradle\caches\transforms-3\4fbcf167c94e837ff1be43cd429a082f\transformed\material-1.8.0\AndroidManifest.xml:20:5-22:41 +MERGED from [com.google.android.material:material:1.8.0] C:\Users\probo\.gradle\caches\transforms-3\4fbcf167c94e837ff1be43cd429a082f\transformed\material-1.8.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\probo\.gradle\caches\transforms-3\cb75003958f24a4c9df8991789c69529\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\probo\.gradle\caches\transforms-3\cb75003958f24a4c9df8991789c69529\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.constraintlayout:constraintlayout:2.0.1] C:\Users\probo\.gradle\caches\transforms-3\a6870320fbf663d6f89d0216db3e539f\transformed\constraintlayout-2.0.1\AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.constraintlayout:constraintlayout:2.0.1] C:\Users\probo\.gradle\caches\transforms-3\a6870320fbf663d6f89d0216db3e539f\transformed\constraintlayout-2.0.1\AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\probo\.gradle\caches\transforms-3\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\probo\.gradle\caches\transforms-3\8dfa01e26e3a1ce0f11a38ffb7d7a3c4\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\a3e3036654d5223220c3dad2f6b0bd75\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\a3e3036654d5223220c3dad2f6b0bd75\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\probo\.gradle\caches\transforms-3\c44db921d64db197524d35fa7594e186\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\probo\.gradle\caches\transforms-3\c44db921d64db197524d35fa7594e186\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.activity:activity:1.6.0] C:\Users\probo\.gradle\caches\transforms-3\bb7d634cb8bc11a3a574c3760b5b9204\transformed\activity-1.6.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.activity:activity:1.6.0] C:\Users\probo\.gradle\caches\transforms-3\bb7d634cb8bc11a3a574c3760b5b9204\transformed\activity-1.6.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\6132d3e701be993b180a5ccf88a70fbe\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\6132d3e701be993b180a5ccf88a70fbe\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\f66ae2e3f3030ca408ea17e7c467639b\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\f66ae2e3f3030ca408ea17e7c467639b\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\18f023b2040b9372c02d7a2bae3533d8\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\18f023b2040b9372c02d7a2bae3533d8\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\1372dc5d76bccf3cfbe0f85015e83cef\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\1372dc5d76bccf3cfbe0f85015e83cef\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.transition:transition:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\81d099f3403dfda2405faee6a54c68f8\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.transition:transition:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\81d099f3403dfda2405faee6a54c68f8\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\929e3e14d89d7add6b51a10562494976\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\929e3e14d89d7add6b51a10562494976\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\486998729bd0270ca6ef99f3632c6fdf\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\486998729bd0270ca6ef99f3632c6fdf\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\5e18e5807c1f2d31acd23d5ad96ae10d\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\5e18e5807c1f2d31acd23d5ad96ae10d\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\367789d21f8395d0d2535ca2cf256883\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\367789d21f8395d0d2535ca2cf256883\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\f94025579e5a4c230bbba5aa7dd1079d\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\f94025579e5a4c230bbba5aa7dd1079d\transformed\lifecycle-viewmodel-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\3bc14027e3271addbd104e62a121e1f3\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\3bc14027e3271addbd104e62a121e1f3\transformed\lifecycle-viewmodel-savedstate-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\c7f702c1be845b1bab56d0a5ef8ec003\transformed\core-ktx-1.9.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.core:core-ktx:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\c7f702c1be845b1bab56d0a5ef8ec003\transformed\core-ktx-1.9.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3bc05c5cb8f8db139d32045463e80927\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3bc05c5cb8f8db139d32045463e80927\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\44e7915931e72843d3f33bbe594cb141\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\44e7915931e72843d3f33bbe594cb141\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.customview:customview:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\a04783f29b3d212547f0bdc516b18598\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.customview:customview:1.1.0] C:\Users\probo\.gradle\caches\transforms-3\a04783f29b3d212547f0bdc516b18598\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\51d99444bfcce4167befc289aaeead8b\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\51d99444bfcce4167befc289aaeead8b\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\e9c0667ffb0f5abbc13f0e6ed5d96563\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\e9c0667ffb0f5abbc13f0e6ed5d96563\transformed\lifecycle-runtime-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\c44a24eb114b00d4ae0b944c5b3b714e\transformed\savedstate-1.2.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.savedstate:savedstate:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\c44a24eb114b00d4ae0b944c5b3b714e\transformed\savedstate-1.2.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\bf77ad590024d0e14c0f8c0505794694\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\bf77ad590024d0e14c0f8c0505794694\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3c71d227c2761b15e5fdb1ee9249e03c\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3c71d227c2761b15e5fdb1ee9249e03c\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\8ef30433ab1bf62a45c58ef3e0560ed0\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\8ef30433ab1bf62a45c58ef3e0560ed0\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\probo\.gradle\caches\transforms-3\e7248a3bfb7983b0a014dbd89b3befea\transformed\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\probo\.gradle\caches\transforms-3\e7248a3bfb7983b0a014dbd89b3befea\transformed\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\0671bb7bb856238b78c07173458201df\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.5.1] C:\Users\probo\.gradle\caches\transforms-3\0671bb7bb856238b78c07173458201df\transformed\lifecycle-livedata-core-2.5.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\probo\.gradle\caches\transforms-3\75ee34e9d1f114d6ffc9ab3d2a088bd1\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\probo\.gradle\caches\transforms-3\75ee34e9d1f114d6ffc9ab3d2a088bd1\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3150cf7c9b77e480aa0237667e8a6f0a\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\3150cf7c9b77e480aa0237667e8a6f0a\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\13436e310dffbc9cef96bd3f99ffcd05\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\13436e310dffbc9cef96bd3f99ffcd05\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\731434dfd3e772425987f9a36caa31ff\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\731434dfd3e772425987f9a36caa31ff\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\40d3d7c3b32b2b3f996b647420cd5534\transformed\print-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] C:\Users\probo\.gradle\caches\transforms-3\40d3d7c3b32b2b3f996b647420cd5534\transformed\print-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\probo\.gradle\caches\transforms-3\fd3daf95af5e4e1fd3f3860fc1410040\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\probo\.gradle\caches\transforms-3\fd3daf95af5e4e1fd3f3860fc1410040\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44 +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml +INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + android:targetSdkVersion + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + android:minSdkVersion + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + ADDED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\probo\Desktop\JMastermind\app\src\main\AndroidManifest.xml +provider#androidx.startup.InitializationProvider +ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:26:9-34:20 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:26:9-34:20 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\probo\.gradle\caches\transforms-3\7628cab03499681912ee78962e603cdc\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34 + tools:node + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:28:13-31 + android:authorities + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68 + android:exported + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37 + android:name + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67 +meta-data#androidx.emoji2.text.EmojiCompatInitializer +ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52 + android:value + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49 + android:name + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\probo\.gradle\caches\transforms-3\7efe218e7ae35cb58dbf86d5ee36a529\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75 +permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47 + android:protectionLevel + ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:24:9-44 + android:name + ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:23:9-81 +permission#com.example.jmastermind.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47 + android:protectionLevel + ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:24:9-44 + android:name + ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:23:9-81 +uses-permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:26:5-97 + android:name + ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:26:22-94 +uses-permission#com.example.jmastermind.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:26:5-97 + android:name + ADDED from [androidx.core:core:1.9.0] C:\Users\probo\.gradle\caches\transforms-3\85625968673fb9fd8db34217596f6efd\transformed\core-1.9.0\AndroidManifest.xml:26:22-94 +meta-data#androidx.lifecycle.ProcessLifecycleInitializer +ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:31:13-33:52 + android:value + ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:33:17-49 + android:name + ADDED from [androidx.lifecycle:lifecycle-process:2.4.1] C:\Users\probo\.gradle\caches\transforms-3\7495f4090f64d34b46f8102bfc12da1e\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:32:17-78 diff --git a/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin new file mode 100644 index 0000000..87f6a2a Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro deleted file mode 100644 index 481bb43..0000000 --- a/app/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -# Uncomment this to preserve the line number information for -# debugging stack traces. -#-keepattributes SourceFile,LineNumberTable - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file diff --git a/app/src/androidTest/java/com/example/jmastermind/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/example/jmastermind/ExampleInstrumentedTest.java deleted file mode 100644 index 9c546fc..0000000 --- a/app/src/androidTest/java/com/example/jmastermind/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.example.jmastermind; - -import android.content.Context; - -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("com.example.jmastermind", appContext.getPackageName()); - } -} \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml deleted file mode 100644 index 5ecc56c..0000000 --- a/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/background-playstore.png b/app/src/main/background-playstore.png deleted file mode 100644 index 9498e2c..0000000 Binary files a/app/src/main/background-playstore.png and /dev/null differ diff --git a/app/src/main/java/com/example/jmastermind/Deck/Deck.java b/app/src/main/java/com/example/jmastermind/Deck/Deck.java deleted file mode 100644 index 4c93001..0000000 --- a/app/src/main/java/com/example/jmastermind/Deck/Deck.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.example.jmastermind.Deck; - -import android.graphics.Color; - -import java.util.List; - -public interface Deck { - /** - * Recuperer la combinaison stockés dans la class - * @return La combinaison du deck - * */ - public abstract List getDeck(); - - /** - * Retourne la combinaison sous forme de chaine de caractere - * @return Une facon personnaliser d'afficher la combinaison (debug) - * */ - public abstract String displayComb(); -} diff --git a/app/src/main/java/com/example/jmastermind/Deck/DeckCheck.java b/app/src/main/java/com/example/jmastermind/Deck/DeckCheck.java deleted file mode 100644 index c783dc5..0000000 --- a/app/src/main/java/com/example/jmastermind/Deck/DeckCheck.java +++ /dev/null @@ -1,109 +0,0 @@ -package com.example.jmastermind.Deck; - -import android.graphics.Color; - -import java.util.LinkedList; -import java.util.List; -import java.util.Objects; - -public class DeckCheck implements Deck { - private List deck; - private Deck lambda; - private Deck winner; - - /** - * Permet de comparer une combinaison attaquante avec une combinaison gagnante - * @param lambda La combinaison attaquante - * @param winner La combinaison gagnante - * */ - public DeckCheck(Deck lambda, Deck winner) { - this.deck = new LinkedList<>(); - this.lambda = lambda; - this.winner = winner; - } - - /** - * Lancement de la verification - * @return Le deck comprenant les pions de verification Noir et Blanc - * */ - public Deck doCheck() { - this.deck = new LinkedList<>(); - List winner = this.winner.getDeck(); - List lambda = this.lambda.getDeck(); - - for(int i = 0; i <= winner.size()-1; i++) { - Integer win = winner.get(i); - Integer lam = lambda.get(i); - - if(Objects.equals(win, lam)) { - this.deck.add(Color.BLACK); - } else { - if(winner.contains(lam)) { - this.deck.add(Color.WHITE); - } else { - this.deck.add(Color.GRAY); - } - } - } - - Deck check = new DeckLambda( - this.deck.get(0), - this.deck.get(1), - this.deck.get(2), - this.deck.get(3) - ); - - return check; - } - - @Override - public List getDeck() { - return this.deck; - } - - @Override - public String displayComb() { - StringBuilder sb = new StringBuilder(); - - for(int i = 0; i <= this.deck.size()-1; i++) { - switch(this.deck.get(i)) { - case Color.BLACK: { - sb.append("Noir").append(", "); - break; - } - - case Color.WHITE: { - sb.append("Blanc").append(", "); - break; - } - - case Color.GRAY: { - sb.append("Gris").append(", "); - break; - } - - case Color.GREEN: { - sb.append("Vert").append(", "); - break; - } - - case Color.RED: { - sb.append("Rouge").append(", "); - break; - } - - case Color.YELLOW: { - sb.append("Jaune").append(", "); - break; - } - - case Color.BLUE: { - sb.append("Bleu").append(", "); - break; - } - } - } - - return sb.toString(); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Deck/DeckLambda.java b/app/src/main/java/com/example/jmastermind/Deck/DeckLambda.java deleted file mode 100644 index 2e67b7a..0000000 --- a/app/src/main/java/com/example/jmastermind/Deck/DeckLambda.java +++ /dev/null @@ -1,75 +0,0 @@ -package com.example.jmastermind.Deck; - -import android.graphics.Color; -import java.util.LinkedList; -import java.util.List; - -public class DeckLambda implements Deck{ - List deck; - - /** - * Composition de la combinaison attaquante - * @param c1 Couleur en int du Pion n1 - * @param c2 Couleur en int du Pion n2 - * @param c3 Couleur en int du Pion n3 - * @param c4 Couleur en int du Pion n4 - * */ - public DeckLambda(Integer c1, Integer c2, Integer c3, Integer c4) { - this.deck = new LinkedList<>(); - this.deck.add(c1); - this.deck.add(c2); - this.deck.add(c3); - this.deck.add(c4); - } - - @Override - public List getDeck() { - return this.deck; - } - - @Override - public String displayComb() { - StringBuilder sb = new StringBuilder(); - - for(int i = 0; i <= this.deck.size()-1; i++) { - switch(this.deck.get(i)) { - case Color.BLACK: { - sb.append("Noir").append(", "); - break; - } - - case Color.WHITE: { - sb.append("Blanc").append(", "); - break; - } - - case Color.GREEN: { - sb.append("Vert").append(", "); - break; - } - - case Color.RED: { - sb.append("Rouge").append(", "); - break; - } - - case Color.YELLOW: { - sb.append("Jaune").append(", "); - break; - } - - case Color.BLUE: { - sb.append("Bleu").append(", "); - break; - } - - case Color.GRAY: { - sb.append("Gris").append(", "); - break; - } - } - } - - return sb.toString(); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Deck/DeckWinner.java b/app/src/main/java/com/example/jmastermind/Deck/DeckWinner.java deleted file mode 100644 index c066104..0000000 --- a/app/src/main/java/com/example/jmastermind/Deck/DeckWinner.java +++ /dev/null @@ -1,76 +0,0 @@ -package com.example.jmastermind.Deck; - -import android.graphics.Color; - -import java.util.LinkedList; -import java.util.List; - -public class DeckWinner implements Deck{ - List deck; - - /** - * Composition de la combinaison gagante - * @param c1 Couleur en int du Pion n1 - * @param c2 Couleur en int du Pion n2 - * @param c3 Couleur en int du Pion n3 - * @param c4 Couleur en int du Pion n4 - * */ - public DeckWinner(Integer c1, Integer c2, Integer c3, Integer c4) { - this.deck = new LinkedList<>(); - this.deck.add(c1); - this.deck.add(c2); - this.deck.add(c3); - this.deck.add(c4); - } - - @Override - public List getDeck() { - return this.deck; - } - - @Override - public String displayComb() { - StringBuilder sb = new StringBuilder(); - - for(int i = 0; i <= this.deck.size()-1; i++) { - switch(this.deck.get(i)) { - case Color.BLACK: { - sb.append("Noir").append(", "); - break; - } - - case Color.WHITE: { - sb.append("Blanc").append(", "); - break; - } - - case Color.GREEN: { - sb.append("Vert").append(", "); - break; - } - - case Color.RED: { - sb.append("Rouge").append(", "); - break; - } - - case Color.YELLOW: { - sb.append("Jaune").append(", "); - break; - } - - case Color.BLUE: { - sb.append("Bleu").append(", "); - break; - } - - case Color.GRAY: { - sb.append("Gris").append(", "); - break; - } - } - } - - return sb.toString(); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Events/ColorSelectorEvent.java b/app/src/main/java/com/example/jmastermind/Events/ColorSelectorEvent.java deleted file mode 100644 index 45ed4eb..0000000 --- a/app/src/main/java/com/example/jmastermind/Events/ColorSelectorEvent.java +++ /dev/null @@ -1,178 +0,0 @@ -package com.example.jmastermind.Events; - -import android.graphics.Color; -import android.view.View; -import android.widget.TextView; - -import androidx.appcompat.app.AppCompatActivity; - -import com.example.jmastermind.Deck.Deck; -import com.example.jmastermind.Deck.DeckCheck; -import com.example.jmastermind.Deck.DeckLambda; -import com.example.jmastermind.Game.Popup; -import com.example.jmastermind.Geometrics.Circle; -import com.example.jmastermind.R; - -import org.w3c.dom.Text; - -import java.util.LinkedList; -import java.util.List; - -public class ColorSelectorEvent extends View implements View.OnClickListener { - private AppCompatActivity context; - /** - * [0] = x - * [1] = y - * */ - private int[] coords; - private Deck winner; - private int tentative; - - /** - * Evenement declanché lorsque le joueur selectionne une couleur - * @param context Le contexte de l'app - * @param winner La combinaison gagnante - * */ - public ColorSelectorEvent(AppCompatActivity context, Deck winner) { - super(context); - this.context = context; - this.winner = winner; - this.coords = new int[]{1, 1}; - this.tentative = 10; - } - - /** - * Relier indirectement au bouton "Valider" - * Changer de ligne et lancer la verification des combinaisons - * */ - public void goNext() { - List listOfColors = new LinkedList<>(); - - for(int i = 1; i <= 4; i++) { - int id = this.context.getResources() - .getIdentifier("normalCircle" + this.coords[0] + i, "id", this.context.getPackageName()); - Circle c = this.context.findViewById(id); - - listOfColors.add(c.getColor()); - } - - Deck lambda = new DeckLambda( - listOfColors.get(0), - listOfColors.get(1), - listOfColors.get(2), - listOfColors.get(3) - ); - - DeckCheck checker = new DeckCheck(lambda, this.winner); - Deck checkerPions = checker.doCheck(); - List checkColors = checkerPions.getDeck(); - int countOfBlack = 0; - - for(int i = 1; i <= 4; i++) { - int id = this.context.getResources() - .getIdentifier("checkCircle" + this.coords[0] + i, "id", this.context.getPackageName()); - Circle c = this.context.findViewById(id); - - c.setColor(checkColors.get(i-1)); - - if(checkColors.get(i-1) == Color.BLACK) { - countOfBlack++; - } - } - - String[] opts = new String[] { - "Rejouer", - "Voir votre jeu", - "Retourner au menu" - }; - - this.tentative--; - - if(countOfBlack == 4) { - Popup popup = new Popup(this.context, opts, (10 - this.tentative)); - popup.show(); - } else if(this.tentative == 0) { - Popup popup = new Popup(this.context, opts, -1); - popup.show(); - } - - TextView tx = (TextView) this.context.findViewById(R.id.counter); - tx.setText("Tentative rest. \n" + this.tentative); - tx.invalidate(); - - this.coords[1] = 1; - this.coords[0]++; - } - - /** - * Relier indirectement au bouton "Effacer" - * Permet d'effacer la combinaison non validé par le joueur - * */ - public void resetCombi() { - for(int i = 1; i <= this.coords[1]; i++) { - int id = this.context.getResources() - .getIdentifier("normalCircle" + this.coords[0] + i, "id", this.context.getPackageName()); - Circle c = this.context.findViewById(id); - - c.setColor(Color.GRAY); - } - - this.coords[1] = 1; - } - - @Override - public void onClick(View view) { - int idOfClickedColor = view.getId(); - Circle circleClicked = (Circle) this.context.findViewById(idOfClickedColor); - int colorChoosed = circleClicked.getColor(); - - int id = this.context.getResources() - .getIdentifier("normalCircle" + this.coords[0] + this.coords[1], "id", this.context.getPackageName()); - Circle c = this.context.findViewById(id); - - switch(colorChoosed) { - case Color.RED: { - c.setColor(Color.RED); - break; - } - - case Color.GREEN: { - c.setColor(Color.GREEN); - break; - } - - case Color.BLUE: { - c.setColor(Color.BLUE); - break; - } - - case Color.YELLOW: { - c.setColor(Color.YELLOW); - break; - } - - case Color.BLACK: { - c.setColor(Color.BLACK); - break; - } - - case Color.WHITE: { - c.setColor(Color.WHITE); - break; - } - - case Color.GRAY: { - c.setColor(Color.GRAY); - break; - } - - default: { - break; - } - } - - if(this.coords[1] < 4) { - this.coords[1]++; - } - } -} \ No newline at end of file diff --git a/app/src/main/java/com/example/jmastermind/Events/ControlEvent.java b/app/src/main/java/com/example/jmastermind/Events/ControlEvent.java deleted file mode 100644 index 0239b11..0000000 --- a/app/src/main/java/com/example/jmastermind/Events/ControlEvent.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.example.jmastermind.Events; - -import android.content.Context; -import android.view.View; -import android.widget.Button; - -import androidx.appcompat.app.AppCompatActivity; - -import com.example.jmastermind.Game.Controller; - -public class ControlEvent extends View implements View.OnClickListener { - private final AppCompatActivity context; - private Controller controller; - - /** - * Event relier aux boutons "Valider" et "Effacer" - * @param context Le context - * @param controller Le controller du jeu - * */ - public ControlEvent(AppCompatActivity context, Controller controller) { - super(context); - this.context = context; - this.controller = controller; - } - - @Override - public void onClick(View view) { - int idOfButton = view.getId(); - Button btnClicked = (Button) this.context.findViewById(idOfButton); - CharSequence text = btnClicked.getText(); - - if ("Valider".equals(text)) { - this.controller.viewValidate(); - } else if ("Effacer".equals(text)) { - this.controller.viewReset(); - } - } -} diff --git a/app/src/main/java/com/example/jmastermind/Events/MenuEvent.java b/app/src/main/java/com/example/jmastermind/Events/MenuEvent.java deleted file mode 100644 index 55f623f..0000000 --- a/app/src/main/java/com/example/jmastermind/Events/MenuEvent.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.example.jmastermind.Events; - -import android.content.Intent; -import android.media.MediaPlayer; -import android.view.View; -import androidx.appcompat.app.AppCompatActivity; - -public class MenuEvent implements View.OnClickListener { - private Class option; - private AppCompatActivity ac; - private MediaPlayer mp; - - /** - * Event lié au menu de depart - * @param ac Le contexte - * @param option La class de l'activité a demarrer - * @param mp Couper le son d'une activite - * */ - public MenuEvent(AppCompatActivity ac, Class option, MediaPlayer mp) { - this.ac = ac; - this.option = option; - this.mp = mp; - } - - @Override - public void onClick(View view) { - this.mp.stop(); - - Intent i = new Intent(this.ac, this.option); - this.ac.startActivity(i); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Events/PopupEvent.java b/app/src/main/java/com/example/jmastermind/Events/PopupEvent.java deleted file mode 100644 index aead900..0000000 --- a/app/src/main/java/com/example/jmastermind/Events/PopupEvent.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.example.jmastermind.Events; - -import android.content.DialogInterface; -import android.content.Intent; -import android.media.MediaPlayer; -import android.view.View; -import android.widget.Button; - -import androidx.appcompat.app.AppCompatActivity; - -import com.example.jmastermind.Game.Popup; -import com.example.jmastermind.Game.SoloGame; -import com.example.jmastermind.Menu.Menu; -import com.example.jmastermind.Prologue; -import com.example.jmastermind.R; - -public class PopupEvent implements DialogInterface.OnClickListener, View.OnClickListener { - private MediaPlayer mp; - private int tentative; - private AppCompatActivity context; - - /** - * Event lié au popup de fin de partie - * @param context Le context - * @param tentative Le nombre de tentative - * */ - public PopupEvent(AppCompatActivity context, int tentative, MediaPlayer mp) { - this.context = context; - this.tentative = tentative; - this.mp = mp; - } - - @Override - public void onClick(DialogInterface dialogInterface, int i) { - switch(i) { - case 0: { - this.mp.stop(); - Intent a = new Intent(this.context, SoloGame.class); - this.context.startActivity(a); - break; - } - - case 1: { - Button btn = (Button) this.context.findViewById(R.id.validate); - btn.setText("Finish HIM"); - btn.setOnClickListener(this); - - dialogInterface.cancel(); - break; - } - - case 2: { - this.mp.stop(); - Intent c = new Intent(this.context, Menu.class); - this.context.startActivity(c); - break; - } - } - } - - @Override - public void onClick(View view) { - String[] opts = new String[] { - "Rejouer", - "Voir votre jeu", - "Retourner au menu" - }; - - Popup pop = new Popup(this.context, opts, this.tentative); - pop.show(); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Events/PrologueAnimation.java b/app/src/main/java/com/example/jmastermind/Events/PrologueAnimation.java deleted file mode 100644 index 555deb1..0000000 --- a/app/src/main/java/com/example/jmastermind/Events/PrologueAnimation.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.example.jmastermind.Events; - -import android.content.Intent; -import android.media.MediaPlayer; -import android.view.animation.Animation; - -import androidx.appcompat.app.AppCompatActivity; - -import com.example.jmastermind.Menu.Menu; -import com.example.jmastermind.R; - -public class PrologueAnimation implements Animation.AnimationListener { - private AppCompatActivity context; - private MediaPlayer mp; - - public PrologueAnimation(AppCompatActivity context) { - this.context = context; - } - - @Override - public void onAnimationStart(Animation animation) { - } - - @Override - public void onAnimationEnd(Animation animation) { - Intent i = new Intent(this.context, Menu.class); - this.context.startActivity(i); - this.mp.stop(); - } - - @Override - public void onAnimationRepeat(Animation animation) { - - } -} diff --git a/app/src/main/java/com/example/jmastermind/Game/Controller.java b/app/src/main/java/com/example/jmastermind/Game/Controller.java deleted file mode 100644 index 509783d..0000000 --- a/app/src/main/java/com/example/jmastermind/Game/Controller.java +++ /dev/null @@ -1,63 +0,0 @@ -package com.example.jmastermind.Game; - -import android.graphics.Color; -import androidx.appcompat.app.AppCompatActivity; - -import com.example.jmastermind.Deck.Deck; -import com.example.jmastermind.Deck.DeckWinner; -import com.example.jmastermind.Events.ColorSelectorEvent; -import com.example.jmastermind.Events.ControlEvent; - -import java.util.Random; - -public class Controller { - private Vuew vuew; - private Model model; - private AppCompatActivity context; - private ColorSelectorEvent event; - private ControlEvent controlEvent; - - /** - * Controlleur du jeu - * @param context Le contexte - * @param mode 0 Solo ou 1 multi - * */ - public Controller(AppCompatActivity context, int mode) { - this.context = context; - this.controlEvent = new ControlEvent(this.context, this); - - this.model = new Model(this.context); - this.model.init(); - - if(mode == 0) { - this.model.genWinner(); - Deck winner = this.model.getWinner(); - System.out.println(winner.displayComb()); - this.event = new ColorSelectorEvent(this.context, winner); - } - - this.vuew = new Vuew( - this.context, - this.model.getListOfNormalCircle(), - this.model.getListOfCheckCircle(), - this.event, - this.controlEvent - ); - - this.vuew.init(); - } - - /** - * Quand le joueur appuie sur "valider" - * */ - public void viewValidate() { - this.event.goNext(); - } - - /** - * Quand le joueur appuie sur "effacer" - * */ - public void viewReset() { - this.event.resetCombi(); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Game/Model.java b/app/src/main/java/com/example/jmastermind/Game/Model.java deleted file mode 100644 index 888c9a3..0000000 --- a/app/src/main/java/com/example/jmastermind/Game/Model.java +++ /dev/null @@ -1,139 +0,0 @@ -package com.example.jmastermind.Game; - -import android.graphics.Color; -import android.view.View; -import androidx.appcompat.app.AppCompatActivity; -import com.example.jmastermind.Deck.DeckWinner; -import com.example.jmastermind.Geometrics.Circle; -import java.util.LinkedList; -import java.util.List; -import java.util.Random; - -public class Model extends View { - private List listOfNormalCircle; - private List listOfCheckCircle; - private DeckWinner winner; - private AppCompatActivity context; - - /** - * Le model du jeu - * @param context Le contexte - * */ - public Model(AppCompatActivity context) { - super(context); - this.context = context; - this.listOfNormalCircle = new LinkedList<>(); - this.listOfCheckCircle = new LinkedList<>(); - this.winner = null; - } - - /** - * Genere une combinaison aleatoire - * */ - public void genWinner() { - Integer[] color = new Integer[]{0, 0, 0, 0}; - - for(int i = 0; i <= 3; i++) { - Random rand = new Random(); - int ran = rand.nextInt(6) + 1; - - switch(ran) { - case 1: { - color[i] = Color.RED; - break; - } - - case 2: { - color[i] = Color.YELLOW; - break; - } - - case 3: { - color[i] = Color.BLUE; - break; - } - - case 4: { - color[i] = Color.GREEN; - break; - } - - case 5: { - color[i] = Color.WHITE; - break; - } - - case 6: { - color[i] = Color.BLACK; - break; - } - - case 7: { - color[i] = Color.GRAY; - break; - } - - default: { - break; - } - } - } - - this.winner = new DeckWinner(color[1], color[0], color[2], color[3]); - } - - /** - * Recupere le deck gagant du jeu - * @return DeckWinner Le deck gagant du jeu - * */ - public DeckWinner getWinner() { - return this.winner; - } - - /** - * Demarrage du Model - * @return Si oui ou non ca a fonctionné - * */ - public Boolean init() { - try { - for(int i = 1; i <= 10; i++) { - for(int j = 1; j <= 4; j++) { - int normalId = this.context.getResources(). - getIdentifier("normalCircle" + i + j, "id", this.context.getPackageName()); - Circle normal = this.context.findViewById(normalId); - - int checkId = this.context.getResources() - .getIdentifier("checkCircle" + i + j, "id", this.context.getPackageName()); - Circle check = this.context.findViewById(checkId); - - this.listOfNormalCircle.add(normal); - this.listOfCheckCircle.add(check); - } - } - - return true; - } catch(ArrayIndexOutOfBoundsException e) { - System.out.println("[!] Probleme lors de l'initiliation du model (ArrayIndexOutOfBoundsException)."); - return false; - } catch(NullPointerException e) { - System.out.println("[!] Probleme lors de l'initiliation du model (NullPointerException)."); - return false; - } - } - - /** - * Recuperation des cercles normaux du jeu (id="normalCircleXY" du xml) - * @return La liste des references vers les cercles normaux - * */ - public List getListOfNormalCircle() { - return this.listOfNormalCircle; - } - - /** - * Recuperation des clercles de verification du jeu (noir et blanc) (id="checkCircleXY" du xml) - * @return La liste des references vers les cercles de verification - * */ - public List getListOfCheckCircle() { - return this.listOfCheckCircle; - } -} diff --git a/app/src/main/java/com/example/jmastermind/Game/MultiGame.java b/app/src/main/java/com/example/jmastermind/Game/MultiGame.java deleted file mode 100644 index a35374d..0000000 --- a/app/src/main/java/com/example/jmastermind/Game/MultiGame.java +++ /dev/null @@ -1,4 +0,0 @@ -package com.example.jmastermind.Game; - -public class MultiGame { -} diff --git a/app/src/main/java/com/example/jmastermind/Game/Popup.java b/app/src/main/java/com/example/jmastermind/Game/Popup.java deleted file mode 100644 index a8cf907..0000000 --- a/app/src/main/java/com/example/jmastermind/Game/Popup.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.example.jmastermind.Game; - -import android.media.MediaPlayer; -import android.widget.Button; - -import androidx.appcompat.app.AlertDialog; -import androidx.appcompat.app.AppCompatActivity; -import com.example.jmastermind.Events.PopupEvent; -import com.example.jmastermind.R; - -public class Popup extends AlertDialog.Builder { - private MediaPlayer mp; - private AppCompatActivity context; - - /** - * Affiche la popup de fin de jeu - * @param context Le context - * @param options La liste des options (rejouer, ...) - * @param tentative Le nombre de tentatives - * */ - public Popup(AppCompatActivity context, String[] options, int... tentative) { - super(context); - this.context = context; - - if(tentative[0] > 0) { - this.mp = MediaPlayer.create(this.context, R.raw.winningsong); - this.mp.setLooping(true); - this.mp.start(); - - this.setTitle("Félicitation ! Vous avez gagner en : " + tentative[0] + " coup(s)."); - } else { - this.mp = MediaPlayer.create(this.context, R.raw.loosegamesong); - this.mp.setLooping(true); - this.mp.start(); - - this.setTitle("Perdu !"); - } - - this.setItems(options, new PopupEvent(this.context, tentative[0], this.mp)); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Game/SoloGame.java b/app/src/main/java/com/example/jmastermind/Game/SoloGame.java deleted file mode 100644 index c07a4c1..0000000 --- a/app/src/main/java/com/example/jmastermind/Game/SoloGame.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.example.jmastermind.Game; - -import android.os.Bundle; - -import androidx.annotation.Nullable; -import androidx.appcompat.app.AppCompatActivity; -import com.example.jmastermind.R; - -public class SoloGame extends AppCompatActivity { - - /** - * Le jeu mode SOLO - * */ - @Override - protected void onCreate(@Nullable Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.game); - - Controller controller = new Controller(this, 0); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Game/Vuew.java b/app/src/main/java/com/example/jmastermind/Game/Vuew.java deleted file mode 100644 index f56ca9d..0000000 --- a/app/src/main/java/com/example/jmastermind/Game/Vuew.java +++ /dev/null @@ -1,86 +0,0 @@ -package com.example.jmastermind.Game; - -import android.graphics.Color; -import android.widget.Button; - -import androidx.appcompat.app.AppCompatActivity; - -import com.example.jmastermind.Events.ColorSelectorEvent; -import com.example.jmastermind.Events.ControlEvent; -import com.example.jmastermind.Geometrics.Circle; -import com.example.jmastermind.R; - -import java.util.List; - -public class Vuew { - private ColorSelectorEvent event; - private List normalCircle; - private List checkedCircle; - private AppCompatActivity context; - private ControlEvent controlEvent; - - /** - * La vue du jeu - * @param context Le context - * @param normalCircle Les references vers les cercles normaux - * @param checkCircle Les references vers les cercles de verification - * @param event L'event de la selection de couleur - * @param controlEvent L'event vers les deux boutons Valider et Effacer - * */ - public Vuew(AppCompatActivity context, List normalCircle, List checkCircle, ColorSelectorEvent event, ControlEvent controlEvent) { - this.context = context; - this.normalCircle = normalCircle; - this.checkedCircle = checkCircle; - this.event = event; - this.controlEvent = controlEvent; - } - - /** - * Parametrage du plateau de jeu - * */ - public Boolean init() { - try { - Circle yellow = (Circle) this.context.findViewById(R.id.yellow); - yellow.setColor(Color.YELLOW); - yellow.setOnClickListener(this.event); - - Circle red = (Circle) this.context.findViewById(R.id.red); - red.setColor(Color.RED); - red.setOnClickListener(this.event); - - Circle green = (Circle) this.context.findViewById(R.id.green); - green.setColor(Color.GREEN); - green.setOnClickListener(this.event); - - Circle blue = (Circle) this.context.findViewById(R.id.blue); - blue.setColor(Color.BLUE); - blue.setOnClickListener(this.event); - - Circle gray = (Circle) this.context.findViewById(R.id.gray); - gray.setColor(Color.GRAY); - gray.setOnClickListener(this.event); - - Circle white = (Circle) this.context.findViewById(R.id.white); - white.setColor(Color.WHITE); - white.setOnClickListener(this.event); - - Circle black = (Circle) this.context.findViewById(R.id.black); - black.setColor(Color.BLACK); - black.setOnClickListener(this.event); - - Button validate = (Button) this.context.findViewById(R.id.validate); - validate.setOnClickListener(this.controlEvent); - - Button reset = (Button) this.context.findViewById(R.id.reset); - reset.setOnClickListener(this.controlEvent); - - return true; - } catch(NullPointerException e) { - System.out.println("[!] Probleme lors de l'initiliation de la vue (NullPointerException)."); - return false; - } catch(ArrayIndexOutOfBoundsException e) { - System.out.println("[!] Probleme lors de l'initiliation de la vue (ArrayIndexOutOfBoundsException)."); - return false; - } - } -} diff --git a/app/src/main/java/com/example/jmastermind/Geometrics/Circle.java b/app/src/main/java/com/example/jmastermind/Geometrics/Circle.java deleted file mode 100644 index e9cb2a2..0000000 --- a/app/src/main/java/com/example/jmastermind/Geometrics/Circle.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.example.jmastermind.Geometrics; -import android.content.Context; -import android.graphics.Canvas; -import android.graphics.Color; -import android.graphics.Paint; -import android.util.AttributeSet; -import android.view.View; -import androidx.annotation.Nullable; -public class Circle extends View { - private Paint picasso; - private int color; - /** - * Les cercles du jeu "programmiser" en Java - * @param context Le context - * @param attrs Les attributs (notamment id) - * */ - public Circle(Context context, @Nullable AttributeSet attrs) { - super(context, attrs); - this.color = Color.GRAY; - this.picasso = new Paint(); - } - /** - * Recuperer la couleur du cercle - * @return La couleur du cercle en int - * */ - public int getColor() { - return this.color; - } - /** - * Changer la couleur d'un cercle - * @param c La nouvelle couleur - * */ - public void setColor(int c) { - this.color = c; - this.invalidate(); - } - - @Override - protected void onDraw(Canvas canvas) { - super.onDraw(canvas); - int centerX = getWidth() / 2; - int centerY = getHeight() / 2; - int radius = Math.min(centerX, centerY); - - this.picasso.setColor(this.color); - this.picasso.setStyle(Paint.Style.FILL); - - canvas.drawCircle(centerX, centerY, radius-2, this.picasso); - - int corail = Color.rgb(255, 127, 80); - this.picasso.setColor(corail); - this.picasso.setStyle(Paint.Style.STROKE); - this.picasso.setStrokeWidth(2f); - - canvas.drawCircle(centerX, centerY, radius-3, this.picasso); - } -} diff --git a/app/src/main/java/com/example/jmastermind/MainActivity.java b/app/src/main/java/com/example/jmastermind/MainActivity.java deleted file mode 100644 index caf2195..0000000 --- a/app/src/main/java/com/example/jmastermind/MainActivity.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.example.jmastermind; - -import androidx.appcompat.app.AppCompatActivity; - -import android.annotation.SuppressLint; -import android.os.Bundle; -import android.widget.Button; -import android.widget.ImageView; - -import com.example.jmastermind.Events.MenuEvent; -import com.example.jmastermind.Game.*; - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.menu); - - Button btnSoloGame = (Button) findViewById(R.id.robotselect); - btnSoloGame.setOnClickListener(new MenuEvent(this, SoloGame.class)); - - Button btnMultiGame = (Button) findViewById(R.id.jcjselect); - btnMultiGame.setOnClickListener(new MenuEvent(this, MultiGame.class)); - } -} \ No newline at end of file diff --git a/app/src/main/java/com/example/jmastermind/Menu/Menu.java b/app/src/main/java/com/example/jmastermind/Menu/Menu.java deleted file mode 100644 index 3cc648c..0000000 --- a/app/src/main/java/com/example/jmastermind/Menu/Menu.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.example.jmastermind.Menu; - -import android.media.MediaPlayer; -import android.os.Bundle; -import android.widget.Button; - -import androidx.annotation.Nullable; -import androidx.appcompat.app.AppCompatActivity; - -import com.example.jmastermind.Events.MenuEvent; -import com.example.jmastermind.Game.MultiGame; -import com.example.jmastermind.Game.SoloGame; -import com.example.jmastermind.R; - -public class Menu extends AppCompatActivity { - private MediaPlayer mp; - - /** - * Le jeu mode SOLO - * */ - @Override - protected void onCreate(@Nullable Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.menu); - - this.mp = MediaPlayer.create(this, R.raw.menusong); - this.mp.setLooping(true); - this.mp.start(); - - Button btnSoloGame = (Button) findViewById(R.id.robotselect); - btnSoloGame.setOnClickListener(new MenuEvent(this, SoloGame.class, this.mp)); - - Button btnMultiGame = (Button) findViewById(R.id.jcjselect); - btnMultiGame.setOnClickListener(new MenuEvent(this, MultiGame.class, this.mp)); - } -} diff --git a/app/src/main/java/com/example/jmastermind/Prologue.java b/app/src/main/java/com/example/jmastermind/Prologue.java deleted file mode 100644 index 15ed70b..0000000 --- a/app/src/main/java/com/example/jmastermind/Prologue.java +++ /dev/null @@ -1,62 +0,0 @@ -package com.example.jmastermind; - -import androidx.appcompat.app.AppCompatActivity; - -import android.media.MediaPlayer; -import android.os.Bundle; -import android.view.animation.Animation; -import android.view.animation.AnimationSet; -import android.view.animation.LinearInterpolator; -import android.view.animation.TranslateAnimation; -import android.widget.LinearLayout; -import android.widget.TextView; - -import com.example.jmastermind.Events.MenuEvent; -import com.example.jmastermind.Events.PrologueAnimation; -import com.example.jmastermind.Menu.Menu; - -public class Prologue extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.prologue); - - MediaPlayer mp = MediaPlayer.create(this, R.raw.prologuesong); - mp.setLooping(true); - mp.start(); - - LinearLayout prologue = (LinearLayout) findViewById(R.id.prologue); - prologue.setOnClickListener(new MenuEvent(this, Menu.class, mp)); - - TextView tx = (TextView) findViewById(R.id.prologuetext); - - AnimationSet animationSet = new AnimationSet(true); - animationSet.setInterpolator(new LinearInterpolator()); - - TranslateAnimation animationUp = new TranslateAnimation( - Animation.RELATIVE_TO_SELF, 0f, - Animation.RELATIVE_TO_SELF, 0f, - Animation.RELATIVE_TO_SELF, 0f, - Animation.RELATIVE_TO_SELF, -1f - ); - animationUp.setDuration(20000); - animationUp.setFillAfter(true); - animationSet.addAnimation(animationUp); - - TranslateAnimation animationDown = new TranslateAnimation( - Animation.RELATIVE_TO_SELF, 0f, - Animation.RELATIVE_TO_SELF, 0f, - Animation.RELATIVE_TO_SELF, 1f, - Animation.RELATIVE_TO_SELF, 0f - ); - animationDown.setDuration(20000); - animationDown.setFillAfter(true); - animationSet.addAnimation(animationDown); - - PrologueAnimation pa = new PrologueAnimation(this); - animationSet.setAnimationListener(pa); - - tx.startAnimation(animationSet); - } -} \ No newline at end of file diff --git a/app/src/main/res/drawable/background_background.xml b/app/src/main/res/drawable/background_background.xml deleted file mode 100644 index ca3826a..0000000 --- a/app/src/main/res/drawable/background_background.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/mipmap-anydpi-v26/background.xml b/app/src/main/res/mipmap-anydpi-v26/background.xml deleted file mode 100644 index 16794a4..0000000 --- a/app/src/main/res/mipmap-anydpi-v26/background.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/background_round.xml b/app/src/main/res/mipmap-anydpi-v26/background_round.xml deleted file mode 100644 index 16794a4..0000000 --- a/app/src/main/res/mipmap-anydpi-v26/background_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/background.png b/app/src/main/res/mipmap-hdpi/background.png deleted file mode 100644 index f69cc30..0000000 Binary files a/app/src/main/res/mipmap-hdpi/background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/background_foreground.png b/app/src/main/res/mipmap-hdpi/background_foreground.png deleted file mode 100644 index 88fce55..0000000 Binary files a/app/src/main/res/mipmap-hdpi/background_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/background_round.png b/app/src/main/res/mipmap-hdpi/background_round.png deleted file mode 100644 index a3bf546..0000000 Binary files a/app/src/main/res/mipmap-hdpi/background_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/background.png b/app/src/main/res/mipmap-mdpi/background.png deleted file mode 100644 index 2381f37..0000000 Binary files a/app/src/main/res/mipmap-mdpi/background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/background_foreground.png b/app/src/main/res/mipmap-mdpi/background_foreground.png deleted file mode 100644 index d20d040..0000000 Binary files a/app/src/main/res/mipmap-mdpi/background_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/background_round.png b/app/src/main/res/mipmap-mdpi/background_round.png deleted file mode 100644 index 8d28b68..0000000 Binary files a/app/src/main/res/mipmap-mdpi/background_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/background.png b/app/src/main/res/mipmap-xhdpi/background.png deleted file mode 100644 index 3b27696..0000000 Binary files a/app/src/main/res/mipmap-xhdpi/background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/background_foreground.png b/app/src/main/res/mipmap-xhdpi/background_foreground.png deleted file mode 100644 index 476d61c..0000000 Binary files a/app/src/main/res/mipmap-xhdpi/background_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/background_round.png b/app/src/main/res/mipmap-xhdpi/background_round.png deleted file mode 100644 index 7f6d63b..0000000 Binary files a/app/src/main/res/mipmap-xhdpi/background_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/background.png b/app/src/main/res/mipmap-xxhdpi/background.png deleted file mode 100644 index 881770a..0000000 Binary files a/app/src/main/res/mipmap-xxhdpi/background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/background_foreground.png b/app/src/main/res/mipmap-xxhdpi/background_foreground.png deleted file mode 100644 index 58e1565..0000000 Binary files a/app/src/main/res/mipmap-xxhdpi/background_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/background_round.png b/app/src/main/res/mipmap-xxhdpi/background_round.png deleted file mode 100644 index 31445c5..0000000 Binary files a/app/src/main/res/mipmap-xxhdpi/background_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/background.png b/app/src/main/res/mipmap-xxxhdpi/background.png deleted file mode 100644 index 2fe9efd..0000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/background_foreground.png b/app/src/main/res/mipmap-xxxhdpi/background_foreground.png deleted file mode 100644 index b723356..0000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/background_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/background_round.png b/app/src/main/res/mipmap-xxxhdpi/background_round.png deleted file mode 100644 index 0c321fa..0000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/background_round.png and /dev/null differ diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml deleted file mode 100644 index f8c6127..0000000 --- a/app/src/main/res/values/colors.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - #FFBB86FC - #FF6200EE - #FF3700B3 - #FF03DAC5 - #FF018786 - #FF000000 - #FFFFFFFF - \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml deleted file mode 100644 index 40b86b4..0000000 --- a/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - JMastermind - \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml deleted file mode 100644 index 4f5f90f..0000000 --- a/app/src/main/res/values/themes.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/test/java/com/example/jmastermind/ExampleUnitTest.java b/app/src/test/java/com/example/jmastermind/ExampleUnitTest.java deleted file mode 100644 index 496ae0f..0000000 --- a/app/src/test/java/com/example/jmastermind/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.example.jmastermind; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file