commit 5f922e66db1f367f0f002c4ee581562b2de02cf2 Author: Antigravity Date: Thu Dec 25 10:36:41 2025 +0900 Initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..603b140 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..b86273d --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..67aeb47 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..04453f5 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..74dd639 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..16660f1 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/AGENT.md b/AGENT.md new file mode 100644 index 0000000..d6ec101 --- /dev/null +++ b/AGENT.md @@ -0,0 +1,2 @@ +모든 메세지 응답은 한글로 +터미널 명령 실행은 항상 cmd /c 를 활용한다 \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts new file mode 100644 index 0000000..29d75a0 --- /dev/null +++ b/app/build.gradle.kts @@ -0,0 +1,38 @@ +plugins { + id("com.android.application") + id("org.jetbrains.kotlin.android") +} + +android { + namespace = "com.example.daydreamclock" + compileSdk = 34 + + defaultConfig { + applicationId = "com.example.daydreamclock" + minSdk = 24 + targetSdk = 34 + versionCode = 1 + versionName = "1.0" + } + + buildTypes { + release { + isMinifyEnabled = false + proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro") + } + } + compileOptions { + sourceCompatibility = JavaVersion.VERSION_1_8 + targetCompatibility = JavaVersion.VERSION_1_8 + } + kotlinOptions { + jvmTarget = "1.8" + } +} + +dependencies { + implementation("androidx.core:core-ktx:1.12.0") + implementation("androidx.appcompat:appcompat:1.6.1") + implementation("com.google.android.material:material:1.11.0") + implementation("androidx.constraintlayout:constraintlayout:2.1.4") +} 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/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json b/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ 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..66652a5 --- /dev/null +++ b/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt @@ -0,0 +1,2 @@ +#- File Locator - +listingFile=../../../outputs/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..d8c27a4 --- /dev/null +++ b/app/build/intermediates/app_metadata/debug/app-metadata.properties @@ -0,0 +1,2 @@ +appMetadataVersion=1.1 +androidGradlePluginVersion=8.2.0 diff --git a/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties b/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties new file mode 100644 index 0000000..4560dfa --- /dev/null +++ b/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties @@ -0,0 +1,2 @@ +appMetadataVersion=1.1 +androidGradlePluginVersion=8.13.2 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..c643e0b --- /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.daydreamclock", + "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..086b716 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/dirs_bucket_3/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/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_3/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/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_4/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/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_5/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/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_6/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_0/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_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_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_0/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_1/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_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_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_1/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_2/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_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_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_2/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_3/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_3/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_3/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_4/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_4/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_4/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_5/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_5/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_5/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_6/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_6/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_8a78abd19e495e4578e4b3de10e5b4e19cc54354a9d0072d672e232fdb1d5249_bucket_6/graph.bin differ diff --git a/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex new file mode 100644 index 0000000..aa8d0db Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex differ diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex new file mode 100644 index 0000000..e0f82a3 Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex new file mode 100644 index 0000000..7d29890 Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/13/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..1199605 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..c793025 --- /dev/null +++ b/app/build/intermediates/dex_number_of_buckets_file/debug/out @@ -0,0 +1 @@ +7 \ No newline at end of file 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..a75c00f 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/0f81udflfUApfhWtdwwmGVC0fJY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0f81udflfUApfhWtdwwmGVC0fJY= new file mode 100644 index 0000000..6ccda32 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0f81udflfUApfhWtdwwmGVC0fJY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/16SHunZWNuxwg2zhUaACRSdnNAE= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/16SHunZWNuxwg2zhUaACRSdnNAE= new file mode 100644 index 0000000..2cec677 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/16SHunZWNuxwg2zhUaACRSdnNAE= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4+0qg_P7ef3R7kbw1AXAk8RK1II= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4+0qg_P7ef3R7kbw1AXAk8RK1II= new file mode 100644 index 0000000..ae9d872 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4+0qg_P7ef3R7kbw1AXAk8RK1II= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/57_7j3D0jtOLgmS3nohLk2EtHVM= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/57_7j3D0jtOLgmS3nohLk2EtHVM= new file mode 100644 index 0000000..fb794be Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/57_7j3D0jtOLgmS3nohLk2EtHVM= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/57qaBYkZ_DY+m+xGflxgKcDxePM= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/57qaBYkZ_DY+m+xGflxgKcDxePM= new file mode 100644 index 0000000..9140355 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/57qaBYkZ_DY+m+xGflxgKcDxePM= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5F66azLLBaTlNXEJwqTzLgOTFIY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5F66azLLBaTlNXEJwqTzLgOTFIY= new file mode 100644 index 0000000..9426e40 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5F66azLLBaTlNXEJwqTzLgOTFIY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5fc1xjAIaaEd_T7IU9oTbz6ENYA= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5fc1xjAIaaEd_T7IU9oTbz6ENYA= new file mode 100644 index 0000000..8bf936d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5fc1xjAIaaEd_T7IU9oTbz6ENYA= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8WWgiTfdgJOczvTRo8XNYb2KTW8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8WWgiTfdgJOczvTRo8XNYb2KTW8= new file mode 100644 index 0000000..c129a36 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8WWgiTfdgJOczvTRo8XNYb2KTW8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ANFvZxDPmZgyX_aeK1QZjFCcRVs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ANFvZxDPmZgyX_aeK1QZjFCcRVs= new file mode 100644 index 0000000..2510a5a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ANFvZxDPmZgyX_aeK1QZjFCcRVs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EyypmaI60CzTbVnK9HluWROfUfs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EyypmaI60CzTbVnK9HluWROfUfs= new file mode 100644 index 0000000..5c88b2b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EyypmaI60CzTbVnK9HluWROfUfs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F07up7+GnC+03C6Sb3OCbFcYCvU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F07up7+GnC+03C6Sb3OCbFcYCvU= new file mode 100644 index 0000000..8353e96 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F07up7+GnC+03C6Sb3OCbFcYCvU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GrZSLpfiVBPc0Rp1P2Y+4BJjI7I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GrZSLpfiVBPc0Rp1P2Y+4BJjI7I= new file mode 100644 index 0000000..21e1755 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GrZSLpfiVBPc0Rp1P2Y+4BJjI7I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H7XVtM_eVU56nkjx980yvTdTcks= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H7XVtM_eVU56nkjx980yvTdTcks= new file mode 100644 index 0000000..30ca1d1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H7XVtM_eVU56nkjx980yvTdTcks= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HzqCftXz8fJ+RsPtDj6uKukRqyQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HzqCftXz8fJ+RsPtDj6uKukRqyQ= new file mode 100644 index 0000000..13a896d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HzqCftXz8fJ+RsPtDj6uKukRqyQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K_NLxW3Mc9GMuYYWtPaHLck4ixs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K_NLxW3Mc9GMuYYWtPaHLck4ixs= new file mode 100644 index 0000000..8568b5b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K_NLxW3Mc9GMuYYWtPaHLck4ixs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MCNBPA8QECFhMTVaEdobR10xzrI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MCNBPA8QECFhMTVaEdobR10xzrI= new file mode 100644 index 0000000..2e07982 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MCNBPA8QECFhMTVaEdobR10xzrI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MneWCncSA_XI_UBYItwIWYkfELw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MneWCncSA_XI_UBYItwIWYkfELw= new file mode 100644 index 0000000..dd51769 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MneWCncSA_XI_UBYItwIWYkfELw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NwuF7ZrkoBFVeQ72Y2SfX6ronZQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NwuF7ZrkoBFVeQ72Y2SfX6ronZQ= new file mode 100644 index 0000000..03c80a9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NwuF7ZrkoBFVeQ72Y2SfX6ronZQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P5Vg+McixZPwz6Hy2z8x6h9J7u0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P5Vg+McixZPwz6Hy2z8x6h9J7u0= new file mode 100644 index 0000000..88f5191 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P5Vg+McixZPwz6Hy2z8x6h9J7u0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QVZ3bADe3mZ8ywL9Byr8O2gbcw8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QVZ3bADe3mZ8ywL9Byr8O2gbcw8= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QVZ3bADe3mZ8ywL9Byr8O2gbcw8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RT9o++vp4DT5Zlz4GVT+fE1AMqs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RT9o++vp4DT5Zlz4GVT+fE1AMqs= new file mode 100644 index 0000000..c3eef53 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RT9o++vp4DT5Zlz4GVT+fE1AMqs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RcOnes8f21RBL2A2mher1+IJb7o= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RcOnes8f21RBL2A2mher1+IJb7o= new file mode 100644 index 0000000..b6609af Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RcOnes8f21RBL2A2mher1+IJb7o= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S+If+Owiz62VaU8BSkrUe2FkgP4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S+If+Owiz62VaU8BSkrUe2FkgP4= new file mode 100644 index 0000000..ff3b59a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S+If+Owiz62VaU8BSkrUe2FkgP4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TWLjgOKf9P7kCivo4u_y8mxehWI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TWLjgOKf9P7kCivo4u_y8mxehWI= new file mode 100644 index 0000000..07b7738 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TWLjgOKf9P7kCivo4u_y8mxehWI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U6UMZPqXlJfh5y12YOGYQw6vprY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U6UMZPqXlJfh5y12YOGYQw6vprY= new file mode 100644 index 0000000..761fe3b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U6UMZPqXlJfh5y12YOGYQw6vprY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UAXpzS6rwWaFSuzSJu3cXaRRNO4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UAXpzS6rwWaFSuzSJu3cXaRRNO4= new file mode 100644 index 0000000..833b095 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UAXpzS6rwWaFSuzSJu3cXaRRNO4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V1Et2YL3uP40lL8XNcYUmVHL6fw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V1Et2YL3uP40lL8XNcYUmVHL6fw= new file mode 100644 index 0000000..dfea5b0 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V1Et2YL3uP40lL8XNcYUmVHL6fw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W5DG6nHjoBJbUk1b6T0z2+anwlw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W5DG6nHjoBJbUk1b6T0z2+anwlw= new file mode 100644 index 0000000..c703ef4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W5DG6nHjoBJbUk1b6T0z2+anwlw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WB_viigUk5Hum4V_4q0ffoGB1lk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WB_viigUk5Hum4V_4q0ffoGB1lk= new file mode 100644 index 0000000..0324e1c Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WB_viigUk5Hum4V_4q0ffoGB1lk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X69_zIy0j1aEcsI4zEbpFxOPY1w= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X69_zIy0j1aEcsI4zEbpFxOPY1w= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X69_zIy0j1aEcsI4zEbpFxOPY1w= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zi_KuJCITA1H1K9vGLj6YqMp3m0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zi_KuJCITA1H1K9vGLj6YqMp3m0= new file mode 100644 index 0000000..8fd6cd4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zi_KuJCITA1H1K9vGLj6YqMp3m0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zr9J0O45Q9qrCwrsCT0eBSAJgws= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zr9J0O45Q9qrCwrsCT0eBSAJgws= new file mode 100644 index 0000000..21eb307 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zr9J0O45Q9qrCwrsCT0eBSAJgws= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bQCt4KmtqUeBHCgDb2MPCtx3bKk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bQCt4KmtqUeBHCgDb2MPCtx3bKk= new file mode 100644 index 0000000..c68ea7a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bQCt4KmtqUeBHCgDb2MPCtx3bKk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bjL23WqfolyTMNH+4NyPKXyW6wA= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bjL23WqfolyTMNH+4NyPKXyW6wA= new file mode 100644 index 0000000..1c472d0 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bjL23WqfolyTMNH+4NyPKXyW6wA= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c0EPE_JWTjSt_ySFXyPHLQ_k94A= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c0EPE_JWTjSt_ySFXyPHLQ_k94A= new file mode 100644 index 0000000..b2efafc Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c0EPE_JWTjSt_ySFXyPHLQ_k94A= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e8yoZlDHrpmBRt0ZEcF7gjHF_2g= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e8yoZlDHrpmBRt0ZEcF7gjHF_2g= new file mode 100644 index 0000000..160357a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e8yoZlDHrpmBRt0ZEcF7gjHF_2g= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eddQSgkEQB7_DzRTO0C1zjaxpcY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eddQSgkEQB7_DzRTO0C1zjaxpcY= new file mode 100644 index 0000000..5a02816 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eddQSgkEQB7_DzRTO0C1zjaxpcY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gG4_qkl5IX4ml_fRrgW39m8T6XI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gG4_qkl5IX4ml_fRrgW39m8T6XI= new file mode 100644 index 0000000..fd6b42c Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gG4_qkl5IX4ml_fRrgW39m8T6XI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gIOzCzIemqNbN6Wc6anNJvPJPPw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gIOzCzIemqNbN6Wc6anNJvPJPPw= new file mode 100644 index 0000000..f34c7d4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gIOzCzIemqNbN6Wc6anNJvPJPPw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gRfpj86FsGcwCKoKQnA7bLH2_gg= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gRfpj86FsGcwCKoKQnA7bLH2_gg= new file mode 100644 index 0000000..6ec2aba Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gRfpj86FsGcwCKoKQnA7bLH2_gg= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hLHeRFI7Xr0zJLYN6aJSNye+7dQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hLHeRFI7Xr0zJLYN6aJSNye+7dQ= new file mode 100644 index 0000000..10a2fd4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hLHeRFI7Xr0zJLYN6aJSNye+7dQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iXKXafGIy+Z0KyUMCfQzZqRIgH4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iXKXafGIy+Z0KyUMCfQzZqRIgH4= new file mode 100644 index 0000000..6845853 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iXKXafGIy+Z0KyUMCfQzZqRIgH4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k4_VVi2WRq+BDrE2Mi0Yrvru43Y= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k4_VVi2WRq+BDrE2Mi0Yrvru43Y= new file mode 100644 index 0000000..4c9f52f Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k4_VVi2WRq+BDrE2Mi0Yrvru43Y= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/m4WSoqO8GWr9CDR8VDubRaBNTI0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/m4WSoqO8GWr9CDR8VDubRaBNTI0= new file mode 100644 index 0000000..4f1af9b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/m4WSoqO8GWr9CDR8VDubRaBNTI0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mEyvgTeYe3vqRh1FVonuWTaxMAo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mEyvgTeYe3vqRh1FVonuWTaxMAo= new file mode 100644 index 0000000..4faab6e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mEyvgTeYe3vqRh1FVonuWTaxMAo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mRv1pKVPNUeH9NGz6VC_G33uGNE= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mRv1pKVPNUeH9NGz6VC_G33uGNE= new file mode 100644 index 0000000..92d99be Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mRv1pKVPNUeH9NGz6VC_G33uGNE= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mwplxTFICfdvg9FQjKPUkBbmND4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mwplxTFICfdvg9FQjKPUkBbmND4= new file mode 100644 index 0000000..6020b54 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mwplxTFICfdvg9FQjKPUkBbmND4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qjQGUFRDDG+mdp6xcoME1eVd7js= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qjQGUFRDDG+mdp6xcoME1eVd7js= new file mode 100644 index 0000000..bff7b3b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qjQGUFRDDG+mdp6xcoME1eVd7js= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qz2gVwVhZ7qKJ53JXk1zyRp8A6I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qz2gVwVhZ7qKJ53JXk1zyRp8A6I= new file mode 100644 index 0000000..90d5279 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qz2gVwVhZ7qKJ53JXk1zyRp8A6I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rkk1H9ZhPeIjqkdfDrD729eE7U4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rkk1H9ZhPeIjqkdfDrD729eE7U4= new file mode 100644 index 0000000..b73828b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rkk1H9ZhPeIjqkdfDrD729eE7U4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vNI1HNe7aC+0eLv4T_6XLg5vXTM= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vNI1HNe7aC+0eLv4T_6XLg5vXTM= new file mode 100644 index 0000000..dc7b90e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vNI1HNe7aC+0eLv4T_6XLg5vXTM= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vXo1C876THq8b9TEldbgrldMacU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vXo1C876THq8b9TEldbgrldMacU= new file mode 100644 index 0000000..5e67692 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vXo1C876THq8b9TEldbgrldMacU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vlzG_D9BLawCvFp6JEXtoVPsqgY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vlzG_D9BLawCvFp6JEXtoVPsqgY= new file mode 100644 index 0000000..a2259b8 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vlzG_D9BLawCvFp6JEXtoVPsqgY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xEFtpN6ko+tLjG6sPBzjar9XWyE= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xEFtpN6ko+tLjG6sPBzjar9XWyE= new file mode 100644 index 0000000..ba19014 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xEFtpN6ko+tLjG6sPBzjar9XWyE= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xWfLBUjarK92Sz8ALSyf_dP0TBU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xWfLBUjarK92Sz8ALSyf_dP0TBU= new file mode 100644 index 0000000..846dea1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xWfLBUjarK92Sz8ALSyf_dP0TBU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xgV+UHtVCkCZqld_tHm8nSsrl+0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xgV+UHtVCkCZqld_tHm8nSsrl+0= new file mode 100644 index 0000000..cb027fc Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xgV+UHtVCkCZqld_tHm8nSsrl+0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zIT4pA50Z61lC+ARw8tTMeB6rfw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zIT4pA50Z61lC+ARw8tTMeB6rfw= new file mode 100644 index 0000000..fb7d7d9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zIT4pA50Z61lC+ARw8tTMeB6rfw= 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..5d8ed68 --- /dev/null +++ b/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,15 @@ +#Thu Dec 25 10:08:12 KST 2025 +com.example.daydreamclock.app-main-33\:/drawable/num_0.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_0.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_5.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_5.xml.flat +com.example.daydreamclock.app-main-33\:/layout/layout_dream.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\layout_layout_dream.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/ic_launcher.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_launcher.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_2.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_2.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_3.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_3.xml.flat +com.example.daydreamclock.app-main-33\:/xml/dream_info.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\xml_dream_info.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_7.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_7.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_9.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_9.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_colon.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_colon.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_6.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_6.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_4.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_4.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_1.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_1.xml.flat +com.example.daydreamclock.app-main-33\:/drawable/num_8.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\merged_res\\debug\\drawable_num_8.xml.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..468c147 --- /dev/null +++ b/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml @@ -0,0 +1,15493 @@ + +androidx.startup#FF424242#FFFFFFFF#03000000#37000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1dp2dp2dp#1f000000#8a000000#1d873b#d93025#ffffffff#ff9e9e9e4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999AnswerVideoDeclineHang UpIncoming callOngoing callScreening an incoming call999+"Trả lời""Video""Từ chối""Kết thúc""Cuộc gọi đến""Cuộc gọi đang thực hiện""Đang sàng lọc cuộc gọi đến""999+""接听""视频通话""拒接""挂断""来电""正在通话""正在过滤来电""999+""接聽""視像""拒接""掛斷""來電""通話中""正在過濾來電""999+""接聽""視訊""拒接""掛斷""來電""通話中""正在過濾來電""999+""Phendula""Ividiyo""Yenqaba""Vala Ucingo""Ikholi engenayo""Ikholi eqhubekayo""Ukuveza ikholi engenayo""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#ff1d1b20#ffffffff#ff211f26#ff2b2930#ff322f35#ff36343b#ff3b383e#ff48464c#ff0f0d13#ff605d64#ff79767d#ff141218#ff938f96#ffaea9b1#ffcac5cd#ffded8e1#ffe6e0e9#ffece6f0#fff3edf7#fff5eff7#fff7f2fa#fffef7ff#fffffbff#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_neutral6@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_neutral6@color/m3_ref_palette_neutral24@color/m3_ref_palette_neutral12@color/m3_ref_palette_neutral17@color/m3_ref_palette_neutral22@color/m3_ref_palette_neutral10@color/m3_ref_palette_neutral4@color/m3_ref_palette_neutral6@color/m3_ref_palette_neutral_variant30@color/m3_ref_palette_tertiary80@color/m3_ref_palette_tertiary30@color/m3_ref_palette_neutral98@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_neutral98@color/m3_ref_palette_neutral98@color/m3_ref_palette_neutral94@color/m3_ref_palette_neutral92@color/m3_ref_palette_neutral90@color/m3_ref_palette_neutral96@color/m3_ref_palette_neutral100@color/m3_ref_palette_neutral87@color/m3_ref_palette_neutral_variant90@color/m3_ref_palette_tertiary40@color/m3_ref_palette_tertiary90@color/m3_ref_palette_primary10@color/m3_ref_palette_primary30@color/m3_ref_palette_secondary10@color/m3_ref_palette_secondary30@color/m3_ref_palette_tertiary10@color/m3_ref_palette_tertiary30@color/m3_ref_palette_primary90@color/m3_ref_palette_primary80@color/m3_ref_palette_secondary90@color/m3_ref_palette_secondary80@color/m3_ref_palette_tertiary90@color/m3_ref_palette_tertiary80#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#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_level316dp24dp16dp16dp16dp96dp112dp112dp@dimen/m3_comp_top_app_bar_small_container_height@dimen/m3_comp_top_app_bar_large_container_height@dimen/m3_comp_top_app_bar_medium_container_height48dp24dp24dp8dp12dp24dp48dp1.5dp6dp@dimen/m3_comp_badge_size1.5dp3dp12dp@dimen/m3_comp_badge_large_size4dp2dp@dimen/m3_comp_navigation_bar_active_indicator_height4dp@dimen/m3_comp_navigation_bar_active_indicator_width16dp12dp@dimen/m3_comp_navigation_bar_container_height20dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level16dp4dp12dp16dp@dimen/m3_comp_bottom_app_bar_container_height4dp64dp8dp0dp0dp@dimen/m3_comp_elevated_button_container_elevation0dp16dp24dp10dp20dp0dp20dp4dp320dp6dp24dp24dp6dp1dp12dp16dp12dp12dp0dp1dp0dp6dp0dp7dp@dimen/m3_comp_elevated_card_container_elevation2dp@dimen/m3_sys_elevation_level01dp1dp2dp10dp1dp28dp56dp40dp1dp8dp-1dp7dp1dp2dp18dp32dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp16dp6dp@dimen/m3_sys_elevation_level280dp0.384dp1dp120dp128dp1dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level0@dimen/m3_sys_elevation_level124dp@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_level018dp@dimen/m3_sys_elevation_level0@dimen/m3_sys_state_dragged_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_state_pressed_state_layer_opacity0.3832dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp@dimen/m3_sys_elevation_level032dp1dp24dp18dp4dp@dimen/m3_sys_elevation_level232dp64dp@dimen/m3_sys_elevation_level280dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_state_pressed_state_layer_opacity360dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level032dp56dp@dimen/m3_sys_elevation_level080dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level20.121dp@dimen/m3_sys_elevation_level00.1224dp1dp1dp0.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_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity24dp0.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_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity30dp@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_opacity4dp32dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level1256dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level00.380.380.124dp@dimen/m3_sys_elevation_level332dp@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_opacity2dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity1dp@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_opacity152dp112dp@dimen/m3_sys_elevation_level064dp@dimen/m3_sys_elevation_level2@dimen/m3_sys_elevation_level38dp8dp20dp12dp56dp16dp8dp0dp30%2dp6dp36dp96dp4dp@dimen/m3_comp_menu_container_elevation14dp16dp4dp28dp12dp0dp12dp12dp0dp4dp28dp28dp@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_width60dp8dp16dp4dp12dp@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_height16dp@dimen/m3_comp_sheet_side_docked_modal_container_elevation@dimen/m3_comp_sheet_side_docked_standard_container_elevation@dimen/m3_comp_sheet_side_docked_container_width0.080.12@dimen/m3_comp_slider_inactive_track_height2dp24dp40dp1.08dp0dp1dp3dp6dp8dp12dp0.30.800.20.10.10.710.41010.40.20100.20101010.31010.200100010.160.100.080.102dp@dimen/m3_comp_time_picker_container_elevation20dp640dp80dp24dp96dp24dp44dp4dp4dp2dp15sp96dp12dp12dp52dp256dp-4dp2dp1dp0.380.120.870.612dp23dp8dp32dp4dp8dp4dp12dp8dp2dp245dp488dp56dp560dp340dp80dp24dp24dp80dp24dp4dp4dp8dp6dp10sp12dp12dp16dp60dp16dp5dp8dp0dp56dp4dp64dp0dp0dp2dp2dp2dp12dp8dp6dp0.07320dp4dp16dp16dp4dp6dp8dp1dp4dp8dp8dp14sp0dp64dp52dp8dp0dp12dp15dp32dp3dp1dp1dp36dp24dp16dp12dp4dp1dp120dp128dp32dp12dp8dp24dp0dp480dp2dp0dp4dp48dp4dp8dp104dp20dp24dp100dp16dp28dp68dp18dp52dp8dp8dp88dp8dp24dp4dp5dp1dp8dp3dp14sp8dp-8dp8dp12dp0dp0dp6dp20dp20dp24dp12dp48dp120dp20dp12dp12dp0dp2dp6dp6dp48dp2dp6dp0.000.240.080.240.000.120.040.1248dp24dp8dp0dp22dp14dp24dp8dp4dp14dp56dp72dp8dp14dp24dp8dp16dp12dp4dp2dp4dp4dp18dp40dp20dp40dp28dp2.5dp4dp3dp2dp4dp0dp4dp4dp24dp4dp13dp26dp1dp10dp1dp4dp16dp48dp0.54dp0.88dp8dp8dp16dp4dp16dp32dp@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_24dp1501502300320999100100751201007008009001000450500550600250300350400501001502000000000300350200250751500410010011375120100@integer/m3_sys_motion_duration_medium1@integer/m3_sys_motion_duration_short3@integer/m3_sys_motion_duration_short2@integer/m3_sys_motion_duration_short216323252250210200 + %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 IconTab%1$s%2$ssans-serif-mediumsans-serifsans-serif-mediumsans-serifpath(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.8, 0.2)cubic-bezier(0.1, 0.7, 0.1, 1)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.2, 1)cubic-bezier(0.4, 0, 1, 1)cubic-bezier(0, 0, 0.2, 1)cubic-bezier(0, 0, 1, 1)cubic-bezier(0.2, 0, 0, 1)cubic-bezier(0.3, 0, 1, 1)cubic-bezier(0, 0, 0, 1):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 date%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/colorError?attr/colorOnError?attr/textAppearanceLabelSmall?attr/colorSurfaceContainer?attr/colorPrimary?attr/colorOnSurface?attr/colorSurface?attr/colorError?attr/colorOnError?attr/colorOnPrimary?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorSurfaceContainerHigh?attr/shapeAppearanceCornerExtraLarge?attr/textAppearanceBodyLarge?attr/colorPrimary?attr/colorOnPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceHeadlineLarge?attr/colorOnSurfaceVariant?attr/textAppearanceLabelLarge?attr/colorSecondaryContainer?attr/textAppearanceTitleLarge?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorPrimary?attr/colorOnPrimary?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHigh?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurface?attr/textAppearanceHeadlineSmall?attr/colorOnSurfaceVariant?attr/textAppearanceBodyMedium?attr/colorOutlineVariant?attr/colorSurfaceContainerLow?attr/colorSurfaceContainerLow?attr/shapeAppearanceCornerMedium?attr/colorPrimaryContainer?attr/shapeAppearanceCornerLarge?attr/colorOnPrimaryContainer?attr/textAppearanceLabelLarge?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSurfaceContainerHigh?attr/colorPrimary?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorPrimaryContainer?attr/shapeAppearanceCornerLarge?attr/colorOnPrimaryContainer?attr/shapeAppearanceCornerExtraLarge?attr/shapeAppearanceCornerMedium?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSurfaceContainerHigh?attr/colorPrimary?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorSurfaceContainer?attr/textAppearanceBodyLarge?attr/colorPrimary?attr/colorOnPrimary?attr/textAppearanceLabelLarge?attr/colorSurfaceContainerHighest?attr/shapeAppearanceCornerMedium?attr/colorPrimary?attr/colorOnPrimary?attr/colorPrimary?attr/colorSurfaceContainerHighest?attr/shapeAppearanceCornerExtraSmall?attr/colorError?attr/colorError?attr/colorError?attr/textAppearanceBodyLarge?attr/textAppearanceBodySmall?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorPrimary?attr/colorSurfaceContainerHighest?attr/colorSurfaceContainer?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorSurfaceContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/textAppearanceLabelMedium?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/textAppearanceLabelLarge?attr/colorSurfaceContainerLow?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/textAppearanceLabelMedium?attr/colorSurfaceContainer?attr/colorPrimary?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorPrimary?attr/colorOutline?attr/colorOutline?attr/colorOutline?attr/colorSurface?attr/shapeAppearanceCornerMedium?attr/colorOutline?attr/colorOutlineVariant?attr/colorOnSurface?attr/colorOutlineVariant?attr/colorOutlineVariant?attr/colorOutlineVariant?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/textAppearanceBodySmall?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorPrimary?attr/colorSurfaceContainerHigh?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/textAppearanceBodyLarge?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHigh?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/colorSurfaceContainerLow?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerLarge?attr/colorSurfaceContainerLow?attr/shapeAppearanceCornerLarge?attr/colorSurface?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorSurfaceContainerHighest?attr/colorPrimary?attr/colorOnPrimary?attr/colorSurfaceInverse?attr/shapeAppearanceCornerExtraSmall?attr/colorOnSurfaceInverse?attr/textAppearanceBodyMedium?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorSurfaceContainerHighest?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/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorOutline?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorSurfaceContainerHighest?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/textAppearanceLabelLarge?attr/colorPrimary?attr/shapeAppearanceCornerSmall?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceBodySmall?attr/colorSurfaceContainerHighest?attr/colorPrimary?attr/colorSurfaceContainerHigh?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurfaceVariant?attr/textAppearanceLabelMedium?attr/shapeAppearanceCornerSmall?attr/textAppearanceTitleMedium?attr/colorOutline?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerSmall?attr/textAppearanceDisplayLarge?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnSurface?attr/textAppearanceDisplayLarge?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/textAppearanceHeadlineMedium?attr/colorOnSurface?attr/textAppearanceHeadlineSmall?attr/colorSurface?attr/colorOnSurface?attr/textAppearanceTitleLarge?attr/colorOnSurface?attr/colorSurfaceContainer?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorPrimary + %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 maandKeuse van begindatum: %1$s – Keuse van einddatum: %2$sHuidige keuse: %1$sgeenKanselleerOK%1$sKies datumGekose datumKolom van dae: %1$sEinddatum %1$sOngeldige formaat.Voorbeeld: %1$sGebruik: %1$sOngeldige reeks.Gaan na huidige jaar %1$dGaan na jaar %1$dBuite reeks: %1$sBegindatum – %1$s%1$s – Einddatum%1$s-%2$sKies datumreeksBegindatum – EinddatumStoorBegindatum %1$sDatumEinddatumBegindatumdmjVandag %1$sSkakel oor na kalenderinvoermodusTik om na kalenderaansig oor te skakelSkakel oor na teksinvoermodusTik om na jaaraansig oor te skakelKanselleerOKWys 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 – የማብቂያ ቀን ምርጫ፦ %2$sየአሁኑ ምርጫ፦ %1$sምንምይቅርእሺ%1$sቀን ይምረጡየተመረጠው ቀንየቀኖች ዓምድ፦ %1$sየማብቂያ ቀን %1$sልክ ያልሆነ ቅርጸትምሳሌ፦ %1$s%1$s ን ይጠቀሙልክ ያልኾነ ክልል።ወደ የአሁኑ ዓመት %1$d አስስወደ ዓመት %1$d አሰስከክልል ውጭ፦ %1$sመጀመሪያ ቀን – %1$s%1$s – መጨረሻ ቀን%1$s – %2$sክልል ይምረጡየመጀመሪያ ቀን – የመጨረሻ ቀንአስቀምጥየመጀመሪያ ቀን %1$sቀንየማብቂያ ቀንመጀመሪያ ቀንዛሬ %1$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 – اختيار تاريخ الانتهاء: %2$sالاختيار الحالي: %1$sبلاإلغاءحسنًا%1$sيُرجى اختيار تاريخ.التاريخ المحدَّدعمود الأيام: %1$sتاريخ الانتهاء: %1$sالتنسيق غير صالحمثال: %1$sاستخدام: %1$sالنطاق غير صالحالانتقال إلى السنة الحالية %1$dالتنقل إلى العام %1$dخارج النطاق: %1$sتاريخ البدء – %1$s%1$s – تاريخ الانتهاء%1$s – %2$sيُرجى اختيار نطاق زمني.تاريخ البدء - تاريخ الانتهاءحفظتاريخ البدء: %1$sالتاريختاريخ الانتهاءتاريخ البدءيشساليوم %1$sالتبديل إلى وضع \"الإدخال في التقويم\"يمكنك النقر للتبديل إلى عرض \"تقويم Google\".التبديل إلى وضع \"إدخال النص\"يمكنك النقر للتبديل إلى عرض السنة.إلغاءحسنًاعرض كلمة المرور + %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 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 viewCancelOKপাছৱৰ্ড দেখুৱাওক + %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şinBaşlama tarixi seçimi: %1$s – Bitmə tarixi seçimi: %2$sCari seçim: %1$syoxdurLəğv edinOK%1$sTarix seçinSeçilmiş tarixGün sütunu: %1$sBitmə tarixi: %1$sYanlış format.Nümunə: %1$s%1$s istifadə edinYanlış diapazon.Cari ilə keçin: %1$d%1$d 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ınBaşlama tarixi: %1$sTarixBitmə tarixiBaşlama tarixigünayilBugün: %1$sTəqvim daxiletmə rejiminə keçinTəqvim görünüşünə keçirmək üçün toxununMətn daxiletmə rejiminə keçinİl görünüşünə keçirmə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 de fecha de inicio: %1$s – Selección de fecha de finalización: %2$sSelección actual: %1$snadaCancelarAceptar%1$sSeleccionar fechaFecha seleccionadaColumna de días: %1$sFecha de finalización: %1$sFormato no válidoEjemplo: %1$sUsar: %1$sEl rango no es válido.Navegar al año actual (%1$d)Navegar al año %1$dFuera 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ónGuardarFecha de inicio: %1$sFechaFecha de finalizaciónFecha de iniciodmaHoy, %1$sCambiar al modo de entrada de calendarioPresiona para cambiar a la vista de CalendarioCambiar al modo de entrada de textoPresiona para cambiar a la vista de 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 mesecIzbor datuma početka: %1$s – Izbor datuma završetka: %2$sAktuelni izbor: %1$sništaOtkažiPotvrdi%1$sIzaberite datumIzabrani datumKolona sa danima: %1$sDatum završetka %1$sFormat je nevažeći.Primer: %1$sKoristite: %1$sNevažeći period.Idite na aktuelnu godinu %1$dIdite na godinu %1$dIzvan perioda: %1$sDatum početka – %1$s%1$s – Datum završetka%1$s–%2$sIzaberite periodDatum početka – Datum završetkaSačuvajDatum početka %1$sDatumDatum završetkaDatum početkadmgDanas %1$sPređite na režim unosa u KalendaruDodirnite da biste prešli na prikaz kalendaraPređite na režim unosa tekstaDodirnite da biste prešli na prikaz 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, выбраная дата заканчэння: %2$sБягучае вылучэнне: %1$sне выбранаСкасавацьОК%1$sВыберыце датуВыбраная датаСлупок дзён: %1$sДата заканчэння: %1$sНяправільны фармат.Прыклад: %1$sНеабходны фармат: %1$sНяправільны дыяпазон.Перайсці да бягучага года %1$dПерайсці ў %1$d годПа-за межамі дыяпазону: %1$sДата пачатку – %1$s%1$s – дата заканчэння%1$s – %2$sВыберыце дыяпазон датДата пачатку – дата заканчэнняЗахавацьДата пачатку: %1$sДатаДата заканчэнняДата пачаткудмгСёння %1$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 – Избиране на крайна дата: %2$sТекущ избор: %1$sнямаОтказOK%1$sИзбиране на датаИзбрана датаКолона за дни: %1$sКрайна дата: %1$sФорматът е невалиден.Пример: %1$sИзползвайте: %1$sНевалиден диапазон.Навигиране до текущата година %1$dНавигиране до %1$d г.Извън диапазона: %1$sНачална дата – %1$s%1$s – крайна дата%1$s – %2$sИзбиране на период от времеНачална дата – крайна датаЗапазванеНачална дата: %1$sДатаКрайна датаНачална датадмгДнес – %1$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 – শেষ হওয়ার তারিখ বাছুন: %2$sবর্তমান বাছাই: %1$sকোনওটিই নয়বাতিল করুনঠিক আছে%1$sতারিখ বেছে নিনবেছে নেওয়া তারিখসপ্তাহের দিনগুলির কলাম: %1$sশেষ হওয়ার তারিখ %1$sভুল ফর্ম্যাট।উদাহরণ: %1$s%1$s ফর্ম্যাটে লিখুনতারিখ সঠিক নয়।বর্তমান বছর %1$d-এ নেভিগেট করুননেভিগেট করে %1$d সালে যাননির্দিষ্ট তারিখের বাইরে: %1$sশুরুর তারিখ – %1$s%1$s – সমাপ্তির তারিখ%1$s – %2$sরেঞ্জ বেছে নিনশুরুর তারিখ - সমাপ্তির তারিখসেভ করুনশুরু হওয়ার তারিখ %1$sতারিখসমাপ্তির তারিখশুরুর তারিখdmyআজ %1$sক্যালেন্ডার ইনপুট মোডে বদল করুনCalendar ভিউতে পাল্টাতে ট্যাপ করুনটেক্সট ইনপুট মোডে বদল করুনবার্ষিক ভিউতে পাল্টাতে ট্যাপ করুনবাতিল করুনঠিক আছেপাসওয়ার্ড দেখান + %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 mjesecOdabir datuma početka: %1$s – Odabir datuma završetka: %2$sTrenutni izbor: %1$sništaOtkažiUredu%1$sOdaberite datumOdabrani datumKolona za dane: %1$sDatum završetka %1$sNevažeći format.Primjer: %1$sKoristi: %1$sNevažeći opseg.Odlazak na trenutnu godinu %1$dOdlazak na %1$d. godinuIzvan opsega: %1$sDatum početka – %1$s%1$s – Datum završetka%1$s – %2$sOdaberite rasponDatum početka – Datum završetkaSačuvajDatum početka %1$sDatumDatum završetkaDatum početkadmgDanas %1$sPrebacivanje na način unosa kalendaraPrebacivanje dodirom na prikaz KalendaraPrebacivanje na način unosa tekstaPrebacivanje dodirom na prikaz 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ó de la data d\'inici: %1$s – Selecció de la data de finalització: %2$sSelecció actual: %1$scapCancel·laD’acord%1$sSelecciona una dataData seleccionadaColumna de dies: %1$sData de finalització: %1$sEl format no és vàlid.Exemple: %1$sUtilitza: %1$sL\'interval no és vàlid.Navega fins a l\'any actual %1$dCanvia a l\'any %1$dLa 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óDesaData d\'inici: %1$sDataData de finalitzacióData d\'inicidmaAvui, dia %1$sCanvia al mode d\'introducció de dades del calendariToca per canviar a la visualització de calendariCanvia al mode d\'introducció de textToca per canviar a la visualització d\'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ícVýběr data zahájení: %1$s – Výběr data ukončení: %2$sAktuální výběr: %1$sprázdnéZrušitOK%1$sVyberte datumVybrané datumSloupec dnů: %1$sDatum ukončení %1$sNeplatný formát.Příklad: %1$sPoužijte: %1$sNeplatný rozsah.Přejít na aktuální rok %1$dPřejít na rok %1$dMimo rozsah: %1$sDatum zahájení – %1$s%1$s – datum ukončení%1$s – %2$sVyberte rozsahDatum zahájení – datum ukončeníUložitDatum zahájení %1$sDatumDatum ukončeníDatum zahájenídmrDnes %1$sPřepnout na režim zadávání do kalendářeKlepnutím přepnete na zobrazení kalendářePřepnout na režim zadávání textuKlepnutím přepnete na zobrazení jednotlivých letZruš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ånedValg af startdato: %1$s – Valg af slutdato: %2$sAktuelt valg: %1$singenAnnullerOK%1$sVælg datoValgt datoKolonne med dage: %1$sSlutdato %1$sUgyldigt format.Eksempel: %1$sBrug: %1$sUgyldigt interval.Gå til indeværende år %1$dGå til år %1$dUden for interval: %1$sStartdato – %1$s%1$s – slutdato%1$s – %2$sVælg intervalStartdato – slutdatoGemStartdato %1$sDatoSlutdatoStartdatodmåI dag %1$sSkift til input-tilstand for kalenderTryk for at skifte til kalendervisningSkift til input-tilstand for tekstTryk for at skifte til årsvisningAnnullerOKVis 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 wechselnAusgewähltes Startdatum: %1$s – Ausgewähltes Enddatum: %2$sAktuelle Auswahl: %1$sKeinesAbbrechenOK%1$sDatum auswählenAusgewähltes DatumSpalte \"Wochentag\": %1$sEnddatum %1$sUngültiges Format.Beispiel: %1$sFormat: %1$sUngültiger Bereich.Zum aktuellen Jahr %1$d wechselnZum Jahr %1$d wechselnAußerhalb des Bereichs: %1$sStartdatum – %1$s%1$s – Enddatum%1$s – %2$sZeitraum auswählenStartdatum – EnddatumSpeichernStartdatum %1$sDatumEnddatumStartdatumTMJHeute %1$sIn den Kalendereingabemodus wechselnTippen, um zur Kalenderansicht zu wechselnIn den Texteingabemodus wechselnTippen, um zur Jahresansicht 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 – Επιλογή ημερομηνίας λήξης: %2$sΤρέχουσα επιλογή: %1$sχωρίς επιλογήΑκύρωσηΟΚ%1$sΕπιλογή ημερομηνίαςΕπιλεγμένη ημερομηνίαΣτήλη ημερών: %1$sΗμερομηνία λήξης %1$sΜη έγκυρη μορφή.Παράδειγμα: %1$sΧρησιμοποιήστε: %1$sΜη έγκυρο εύρος.Πλοήγηση στο τρέχον έτος %1$dΠλοήγηση στο έτος %1$dΕκτός εύρους: %1$sΗμερομηνία έναρξης – %1$s%1$s – Ημερομηνία λήξης%1$s – %2$sΕπιλογή εύρουςΗμερομηνία έναρξης – Ημερομηνία λήξηςΑποθήκευσηΗμερομηνία έναρξης %1$sΗμερομηνίαΗμερομηνία λήξηςΗμερομηνία έναρξηςημεΣήμερα %1$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 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 viewCancelOKShow 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 de fecha de inicio: %1$s – Selección de fecha de finalización: %2$sSelección actual: %1$sningunaCancelarAceptar%1$sSelecciona una fechaFecha seleccionadaColumna de días: %1$sFecha de finalización: %1$sFormato no válido.Ejemplo: %1$sUsar: %1$sEl periodo no es válido.Ir al año actual, %1$dIr al año %1$dFuera 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ónGuardarFecha de inicio: %1$sFechaFecha de finalizaciónFecha de iniciodmaHoy, %1$sCambiar al modo de introducción CalendarioToca para cambiar a la vista de calendarioCambiar al modo de introducción TextoToca para cambiar a la vista de 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 de fecha de inicio: %1$s – Selección de fecha de finalización: %2$sSelección actual: %1$snadaCancelarAceptar%1$sSeleccionar fechaFecha seleccionadaColumna de días: %1$sFecha de finalización: %1$sFormato no válidoEjemplo: %1$sUsar: %1$sEl rango no es válido.Navegar al año actual (%1$d)Navegar al año %1$dFuera 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ónGuardarFecha de inicio: %1$sFechaFecha de finalizaciónFecha de iniciodmaHoy, %1$sCambiar al modo de entrada de calendarioPresiona para cambiar a la vista de CalendarioCambiar al modo de entrada de textoPresiona para cambiar a la vista de 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 kuuleAlguskuupäeva valik: %1$s. Lõppkuupäeva valik: %2$s.Praegune valik: %1$spuudubTühistaOK%1$sValige kuupäevValitud kuupäevPäevade veerg: %1$sLõppkuupäev: %1$sSobimatu vorming.Näide: %1$sKasutage: %1$sSobimatu vahemik.Navigeerige praegusele aastale %1$dMine aastasse %1$dVahemikust väljas: %1$sAlguskuupäev – %1$s%1$s – lõppkuupäev%1$s–%2$sValige vahemikAlguskuupäev – lõppkuupäevSalvestaAlguskuupäev: %1$sKuupäevLõppkuupäevAlguskuupäevpkaTäna %1$sLülitu kalendrisisestusrežiimilePuudutage kalendrivaatele lülitumiseksLülitu tekstisisestusrežiimilePuudutage aastavaatele lülitumiseksTü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 hilabeteraHasiera-dataren hautapena: %1$s, amaiera-dataren hautapena: %2$sOraingo hautapena: %1$sbat ere ezUtziAdos%1$sHautatu dataHautatutako dataEgunen zutabea:%1$sAmaiera-data: %1$sFormatuak ez du balio.Adibidea: %1$sErabili: %1$sTarteak ez du balio.Joan aurtengo ikuspegira %1$dJoan %1$d. urteraOnartutako barrutitik kanpo: %1$sHasiera-data – %1$s%1$s – Amaiera-data%1$s-%2$sHautatu barrutiaHasiera-data - Amaiera-dataGordeHasiera-data: %1$sDataAmaiera-dataHasiera-dataehuGaur %1$sAldatu egutegiaren idazketa-metodoraCalendar-en ikuspegira aldatzeko, sakatu hauAldatu testua idazteko moduraUrteko ikuspegira aldatzeko, sakatu hauUtziAdosErakutsi pasahitza + %d اعلان جدید + %d اعلان جدید + جمع کردن برگ زیرینازهم بازکردن برگ زیرینگسترده کردن تا نیمهروی دستگیره کشاندن دوضربه زده شددستگیره کشاندننویسه‌های واردشده %1$d از %2$dمحدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده استپاک کردن نوشتارخطانمایش منوی کرکره‌اینماد کادر گفتگوبرگهانتخاب .ق.ظ. یا ب.ظ.%1$s ساعتانتخاب ساعتساعت %1$sانتخاب دقیقه%1$s دقیقهق.ظبرای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید.ساعتدقیقهب.ظانتخاب زمانبرای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید.اعلان جدیدبرداشتن %1$sبیش از %1$d اعلان جدیدتغییر به ماه بعدیتغییر به ماه قبلیتاریخ شروع انتخاب‌شده: %1$s – تاریخ پایان انتخاب‌شده: %2$sانتخاب کنونی: %1$sخالیلغوتأیید%1$sانتخاب تاریختاریخ انتخابیستون روز: %1$sتاریخ پایان: %1$sقالب نامعتبر است.مثال: %1$sقالب: %1$sمحدوده نامعتبر است.پیمایش به سال فعلی %1$dرفتن به سال %1$dخارج از محدوده: %1$sتاریخ شروع – %1$s%1$s – تاریخ پایان%1$s – %2$sانتخاب محدودهتاریخ شروع – تاریخ پایانذخیرهتاریخ شروع: %1$sتاریختاریخ پایانتاریخ شروعdmyامروز %1$sرفتن به روش ورودی تقویمبرای رفتن به نمای «تقویم» ضربه بزنیدرفتن به حالت ورودی نوشتاریبرای رفتن به نمای سال ضربه بزنیدلغوتأییدنمایش گذرواژه + %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 kuukauteenAlkamispäivän valinta: %1$s – päättymispäivän valinta: %2$sNykyinen valinta: %1$sPeruOK%1$sValitse päivämääräValittu päivämääräPäiväsarake: %1$sPäättyy %1$sVirheellinen muotoEsimerkki: %1$sKäytä muotoa %1$sVirheellinen alueSiirry kuluvaan vuoteen: %1$dSiirry vuoteen %1$dAikavälin ulkop.: %1$sAlkamispäivä – %1$s%1$s – päättymispäivä%1$s – %2$sValitse jaksoAlkamispäivä – päättymispäiväTallennaAlkaa %1$sPäivämääräPäättymispäiväAlkamispäiväpkvTänään: %1$sVaihda syöttötavaksi kalenteriSiirry kalenterinäkymään napauttamallaValitse syöttötavaksi tekstiSiirry vuosinäkymään 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édentDate de début sélectionnée : %1$s – Date de fin sélectionnée : %2$sSélection actuelle : %1$saucuneAnnulerOK%1$sSélectionnez une dateDate sélectionnéeColonne du jour de la semaine : %1$sDate de fin : %1$sFormat incorrect.Exemple : %1$sUtiliser %1$sPlage non valide.Accéder à l\'année en cours : %1$dAccéder à l\'année %1$dHors 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 finEnregistrerDate de début : %1$sDateDate de finDate de débutjmaAujourd\'hui : %1$sPasser au mode de saisie AgendaAppuyer pour passer à la vue \"Agenda\"Passer au mode de saisie TexteAppuyer pour passer à la vue \"Année\"AnnulerOKAfficher 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 de la date de début : %1$s – Sélection de la date de fin : %2$sSélection actuelle : %1$saucuneAnnulerOK%1$sSélectionnez la dateDate sélectionnéeColonne des jours : %1$sDate de fin : %1$sFormat incorrectExemple : %1$sUtiliser : %1$sPlage incorrecte.Naviguer à l\'année en cours %1$dNaviguer vers l\'année %1$dHors 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)EnregistrerDate de début : %1$sDateDate de finDate de débutjma%1$s Aujourd\'huiPasser au mode d\'entrée AgendaToucher pour passer à la vue du calendrierPasser au mode d\'entrée TexteToucher pour passer à la vue de l\'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 de data de inicio: %1$s - Selección de data de finalización: %2$sSelección actual: %1$sningunhaCancelarAceptar%1$sSelecciona unha dataData seleccionadaColumna de días: %1$sData de finalización: %1$sO formato non é válido.Exemplo: %1$sUsa este formato: %1$sO intervalo de datas non é válido.Ir ao ano actual (%1$d)Ir ao ano %1$dSó 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ónGardarData de inicio: %1$sDataData de finalizaciónData de iniciodmaHoxe (%1$s)Cambiar ao modo de entrada de calendarioTocar para cambiar á vista de calendarioCambiar ao modo de introdución de textoTocar para cambiar á vista 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 – સમાપ્તિ તારીખની પસંદગી: %2$sહાલની પસંદગી: %1$sકોઈ નહીંરદ કરોઓકે%1$sતારીખ પસંદ કરોપસંદ કરેલી તારીખદિવસોની કૉલમ: %1$sસમાપ્તિ તારીખ %1$sઅમાન્ય ફોર્મેટ.ઉદાહરણ: %1$sઆનો ઉપયોગ કરો: %1$sઅમાન્ય શ્રેણી.ચાલુ વર્ષ %1$d પર નૅવિગેટ કરો%1$dના વર્ષ પર નૅવિગેટ કરોઆ શ્રેણીની બહાર છે: %1$sશરૂ કરવાની તારીખ – %1$s%1$s – સમાપ્તિની તારીખ%1$s – %2$sશ્રેણી પસંદ કરોશરૂ કરવાની તારીખ – સમાપ્તિની તારીખસાચવોપ્રારંભ તારીખ %1$sતારીખસમાપ્તિની તારીખશરૂ કરવાની તારીખdmyઆજે %1$sકૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરોCalendar વ્યૂ પર સ્વિચ કરવા માટે ટૅપ કરોટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરોવર્ષ વ્યૂ પર સ્વિચ કરવા માટે ટૅપ કરોરદ કરોઓકેપાસવર્ડ બતાવો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 – खत्म होने की तारीख चुनें: %2$sफ़िलहाल, यह चुना गया है: %1$sकोई भी तारीख नहीं चुनी गईरद्द करेंठीक है%1$sतारीख चुनेंचुनी गई तारीखदिनों का कॉलम: %1$sखत्म होने की तारीख %1$sगलत फ़ॉर्मैट.उदाहरण: %1$s%1$s का इस्तेमाल करेंतारीखों की अमान्य सीमा.मौजूदा साल %1$d पर जाएंसाल %1$d पर जाएंचुनी गई तारीख मान्य नहीं है: %1$sशुरू होने की तारीख – %1$s%1$s – खत्म होने की तारीख%1$s – %2$sरेंज चुनेंशुरू होने की तारीख – खत्म होने की तारीखसेव करेंशुरू होने की तारीख %1$sतारीखखत्म होने की तारीखशुरू होने की तारीखdmyआज %1$sकैलेंडर के इनपुट मोड पर स्विच करेंकैलेंडर के व्यू पर स्विच करने के लिए टैप करेंटेक्स्ट के इनपुट मोड पर स्विच करेंसाल के व्यू पर स्विच करने के लिए टैप करेंरद्द करेंठीक हैपासवर्ड दिखाएं + %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 mjesecOdabir datuma početka: %1$s – odabir datuma završetka: %2$sTrenutačan odabir: %1$sništaOdustaniU redu%1$sOdaberite datumOdabrani datumStupac s danima: %1$sDatum završetka %1$sNevažeći format.Primjer: %1$sKoristi format: %1$sRaspon nije važeći.Idi na trenutačnu godinu %1$dPrijelaz na godinu %1$dIzvan raspona: %1$sDatum početka – %1$s%1$s – datum završetka%1$s – %2$sOdaberite rasponDatum početka – datum završetkaSpremiDatum početka %1$sDatumDatum završetkaDatum početkadmgDanas: %1$sPrijelaz na način unosa u KalendaruDodirnite da biste se prebacili na prikaz kalendaraPrijelaz na način unosa tekstaDodirnite da biste se prebacili na prikaz 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ónapraKiválasztott kezdő dátum: %1$s – Kiválasztott befejező dátum: %2$sJelenleg kiválasztva: %1$segyik semMégseOK%1$sVálasszon dátumotKiválasztott dátumNapok oszlopa: %1$sBefejezés dátuma: %1$sÉrvénytelen formátum.Példa: %1$sHasználja ezt: %1$sÉrvénytelen tartomány.Ugrás az aktuális évre %1$dUgrás ehhez az évhez: %1$dTartomá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ésKezdés dátuma: %1$sDátumBefejezés dátumaKezdés dátumaNHÉMa %1$sVáltás naptárbeviteli módraKoppintson a naptárnézetre való váltáshozVáltás szövegbeviteli módraKoppintson az éves nézetre való váltáshozMé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 – Ավարտի ամսաթվի ընտրություն՝ %2$sՆերկայիս ընտրությունը՝ %1$sոչ մեկըՉեղարկելԵղավ%1$sԸնտրեք ամսաթիվըԸնտրված ամսաթիվՕրերի սյունակ՝ %1$sԱվարտի ամսաթիվը՝ %1$sՁևաչափը սխալ է։Օրինակ՝ %1$sՕգտագործեք՝ %1$sԸնդգրկույթն անվավեր է:Անցնել ընթացիկ տարվան (%1$d)Անցնել %1$d թվականԸնդգրկույթից դուրս է՝ %1$sՄեկնարկի ամսաթիվը – %1$s%1$s – Ավարտի ամսաթիվը%1$s – %2$sԸնտրեք ընդգրկույթըՄեկնարկի ամսաթիվը – Ավարտի ամսաթիվըՊահելՍկզբի ամսաթիվը՝ %1$sԱմսաթիվԱվարտի ամսաթիվըՄեկնարկի ամսաթիվըօատԱյսօր (%1$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 sebelumnyaPemilihan tanggal mulai: %1$s – Pemilihan tanggal akhir: %2$sPilihan saat ini: %1$stidak adaBatalOke%1$sPilih TanggalTanggal yang dipilihKolom hari: %1$sTanggal akhir %1$sFormat tidak valid.Contoh: %1$sGunakan: %1$sRentang tidak valid.Pilih tahun ini %1$dBuka tahun %1$dDi luar rentang: %1$sTanggal mulai – %1$s%1$s – Tanggal akhir%1$s – %2$sPilih RentangTanggal mulai – Tanggal akhirSimpanTanggal mulai %1$sTanggalTanggal akhirTanggal mulaihbtHari ini %1$sBeralih ke mode masukan kalenderKetuk untuk beralih ke tampilan KalenderBeralih ke mode masukan teksKetuk untuk beralih ke tampilan 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ðVal upphafsdags: %1$s – Val lokadags: %2$sNúverandi val: %1$sekkertHætta viðÍ lagi%1$sVeldu dagsetninguValin dagsetningDálkur með dögum: %1$sLokadagur %1$sÓgilt snið.Dæmi: %1$sNota: %1$sÓgilt svið.Fara á núverandi ár %1$dFara í árið %1$dUtan sviðs: %1$sUpphafsdagur – %1$s%1$s – lokadagur%1$s – %2$sVeldu tímabilUpphafsdagur – lokadagurVistaUpphafsdagur %1$sDagsetningLokadagurUpphafsdagurdmáÍ dag %1$sSkipta yfir í innfærsluaðferð fyrir dagatalÝttu til að skipta yfir í dagatalsyfirlitSkipta yfir í innfærsluaðferð fyrir textaÝttu til að skipta yfir í ársyfirlitHæ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 della data di inizio: %1$s. Selezione della data di fine: %2$sSelezione attuale: %1$sNessuna selezioneAnnullaOK%1$sSeleziona dataData selezionataColonna dei giorni: %1$sData di fine: %1$sFormato non valido.Esempio: %1$sUsa: %1$sIntervallo non valido.Vai all\'anno corrente %1$dVai all\'anno %1$dNon compresa nell\'intervallo: %1$sData di inizio - %1$s%1$s - Data di fine%1$s - %2$sSeleziona intervalloData di inizio - Data di fineSalvaData di inizio: %1$sDataData di fineData di iniziogmaOggi %1$sPassa alla modalità di immissione CalendarioTocca per passare alla visualizzazione CalendarioPassa alla modalità di immissione TestoTocca per passare alla visualizzazione AnnoAnnullaOKMostra password + %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 – בחירת תאריך הסיום: %2$sהבחירה הנוכחית: %1$sללאביטולאישור%1$sיש לבחור תאריךהתאריך הנבחרעמודה של ימים: %1$sתאריך הסיום %1$sפורמט לא חוקי.דוגמה: %1$sיש להשתמש בפורמט: %1$sטווח לא חוקי.ניווט לשנה הנוכחית %1$dניווט לשנת %1$dמחוץ לטווח: %1$sתאריך התחלה – %1$s%1$s – תאריך סיום%1$s – %2$sיש לבחור טווחתאריך התחלה - תאריך סיוםשמירהתאריך ההתחלה %1$sתאריךתאריך סיוםתאריך התחלהיחשהיום %1$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 – 終了日の選択: %2$s現在の選択: %1$sなしキャンセルOK%1$s日付を選択してください選択した日付曜日の列: %1$s終了日 %1$s形式が無効です。例: %1$s使用: %1$s範囲が無効です。現在の年(%1$d)に移動%1$d 年に移動範囲外: %1$s開始日~%1$s%1$s~終了日%1$s~%2$s期間を選択してください開始日~終了日保存開始日 %1$s日付終了日開始日dmy今日(%1$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 – დასრულების თარიღის შერჩევა: %2$sამჟამინდელი არჩევანი: %1$sარცერთიგაუქმებაკარგი%1$sაირჩიეთ თარიღიარჩეული თარიღიდღეების სვეტი: %1$sდასრულების თარიღი %1$sარასწორი ფორმატი.მაგალითი: %1$s%1$s-ის გამოყენებადიაპაზონი არასწორია.ნავიგაცია მიმდინარე წელზე (%1$d)%1$d წელზე ნავიგაციადიაპაზონს მიღმა: %1$sდაწყების თარიღი - %1$s%1$s - დასრულების თარიღი%1$s - %2$sაირჩიეთ დიაპაზონიდაწყების თარიღი - დასრულების თარიღიშენახვადაწყების თარიღი %1$sთარიღიდასრულების თარიღიდაწყების თარიღიწთდღეს (%1$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 – Таңдалған аяқталу уақыты: %2$sАғымдағы таңдау: %1$sешқандайБас тартуЖарайды%1$sКүнді таңдауТаңдалған күнКүндер бағаны: %1$sАяқталу күні: %1$sФормат жарамсыз.Мысал: %1$s.Жарамды формат: %1$s.Ауқым жарамсыз.Қазіргі жылға өту %1$d%1$d жылына жылжуАуқымнан тыc: %1$sБасталу күні – %1$s%1$s – аяқталу күні%1$s – %2$sАралықты таңдауБасталу күні – аяқталу күніСақтауБасталу күні: %1$sКүніАяқталу күніБасталу күнікажБүгін %1$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 – ការជ្រើសរើស​កាលបរិច្ឆេទបញ្ចប់៖ %2$sការជ្រើសរើស​បច្ចុប្បន្ន៖ %1$sគ្មានបោះ​បង់យល់ព្រម%1$sជ្រើសរើស​កាល​បរិច្ឆេទកាលបរិច្ឆេទដែលបាន​ជ្រើសរើសជួរឈរ​នៃ​ថ្ងៃ៖ %1$sកាលបរិច្ឆេទ​បញ្ចប់ %1$sទម្រង់មិន​ត្រឹមត្រូវទេ។ឧទាហរណ៍៖ %1$sប្រើ៖ %1$sជួរ​មិនត្រឹមត្រូវទេ។រុករក​ទៅកាន់​ឆ្នាំបច្ចុប្បន្ន %1$dប្ដូរទៅ​ឆ្នាំ %1$dនៅក្រៅ​ចន្លោះ៖ %1$sកាលបរិច្ឆេទ​ចាប់ផ្ដើម – %1$s%1$s – កាលបរិច្ឆេទ​បញ្ចប់%1$s – %2$sជ្រើស​រើស​ចន្លោះកាលបរិច្ឆេទ​ចាប់ផ្ដើម – កាលបរិច្ឆេទ​បញ្ចប់រក្សាទុកកាលបរិច្ឆេទ​ចាប់ផ្ដើម %1$sកាលបរិច្ឆេទកាល​បរិច្ឆេទ​បញ្ចប់កាល​បរិច្ឆេទ​ចាប់ផ្ដើមថ្ងៃនេះ %1$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 – ಅಂತಿಮ ದಿನಾಂಕದ ಆಯ್ಕೆ: %2$sಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$sಯಾವುದೂ ಇಲ್ಲರದ್ದುಮಾಡಿಸರಿ%1$sದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಿದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಲಾಗಿದೆದಿನಗಳ ಕಾಲಮ್: %1$sಕೊನೆಯ ದಿನಾಂಕ %1$sಅಮಾನ್ಯವಾದ ಫಾರ್ಮ್ಯಾಟ್.ಉದಾಹರಣೆ: %1$sಇದನ್ನು ಬಳಸಿ: %1$sಅಮಾನ್ಯ ಶ್ರೇಣಿ.ಪ್ರಸ್ತುತ ವರ್ಷ %1$d ಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ%1$d ವರ್ಷಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ: %1$sಪ್ರಾರಂಭ ದಿನಾಂಕ – %1$s%1$s – ಮುಕ್ತಾಯ ದಿನಾಂಕ%1$s – %2$sಶ್ರೇಣಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿಪ್ರಾರಂಭ ದಿನಾಂಕ – ಮುಕ್ತಾಯ ದಿನಾಂಕಉಳಿಸಿಪ್ರಾರಂಭದ ದಿನಾಂಕ %1$sದಿನಾಂಕಮುಕ್ತಾಯ ದಿನಾಂಕಪ್ರಾರಂಭ ದಿನಾಂಕದಿತಿಇಂದು %1$sಕ್ಯಾಲೆಂಡರ್ ಇನ್‌ಪುಟ್ ಮೋಡ್‌ಗೆ ಬದಲಿಸಿCalendar ವೀಕ್ಷಣೆಗೆ ಬದಲಾಯಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿಪಠ್ಯ ಇನ್‌ಪುಟ್ ಮೋಡ್‌ಗೆ ಬದಲಿಸಿವರ್ಷದ ವೀಕ್ಷಣೆಗೆ ಬದಲಾಯಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿರದ್ದುಮಾಡಿಸರಿಪಾಸ್‌ವರ್ಡ್ ತೋರಿಸಿ + 새 알림 %d개 + 새 알림 %d개 + 하단 시트 접기하단 시트 펼치기반만 펼치기두 번 탭한 드래그 핸들드래그 핸들입력된 글자 %1$d/%2$d글자 수 제한이 초과되었습니다(%1$d/%2$d).텍스트 삭제오류드롭다운 메뉴 표시대화상자 아이콘오전 또는 오후를 선택하세요.%1$s시간시간 선택%1$s시 정각분 선택%1$s분오전시간 입력을 위해 시계 모드로 전환합니다.시간오후시간 선택시간 입력을 위해 텍스트 입력 모드로 전환합니다.새 알림%1$s 삭제새 알림 %1$d개 초과다음 달로 변경이전 달로 변경시작일 선택: %1$s, 종료일 선택: %2$s현재 %1$s 선택됨없음취소확인%1$s날짜 선택선택한 날짜요일 열: %1$s종료일: %1$s형식이 잘못되었습니다.예: %1$s%1$s 사용날짜 범위가 잘못되었습니다.현재 연도(%1$d)로 이동%1$d년으로 이동%1$s은 범위를 벗어난 날짜입니다.시작일~%1$s%1$s~종료일%1$s~%2$s기간 선택시작일~종료일저장시작일: %1$s날짜종료일시작일오늘(%1$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 – Аяктоо күнүн тандоо: %2$sУчурдагы тандоо: %1$sэч бириЖокко чыгарууЖарайт%1$sКүн тандооТандалган күнКүндөр тилкеси: %1$sКачан аяктайт: %1$sТуура эмес формат.Мисалы: %1$s%1$s деген форматты колдонуңузЖараксыз диапазон.Учурдагы жылга өтүү %1$d%1$d-жылга өтүүДиапазондон тышкары: %1$sБаштоо күнү – %1$s%1$s – Аяктоо күнү%1$s – %2$sДаталар диапазонун тандооБаштоо күнү – Аяктоо күнүСактооКачан башталат: %1$sКүнКачан аяктайтБаштоо күнүкажБүгүн %1$sЖылнаамага иш-чара киргизүү режимине которулууЖылнаама көрүнүшүнө өтүү үчүн таптап коюңузТекст киргизүү режимине которулууЖыл көрүнүшүнө өтүү үчүн таптап коюңузЖокко чыгарууЖарайтСырсөздү көрсөтүү450dp600dp24dp24dp24dp24dp20dp4dp96dp0dp0dp104dp68dp28dp64dp32dp24dp32dp06 + %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 – முடியும் தேதியைத் தேர்ந்தெடுங்கள்: %2$sதற்போதைய தேர்வு: %1$sஎதுவுமில்லைரத்துசெய்சரி%1$sதேதியைத் தேர்ந்தெடுக்கவும்தேர்ந்தெடுக்கப்பட்ட தேதிநாட்களின் நெடுவரிசை: %1$sமுடியும் தேதி %1$sதவறான வடிவம்.உதாரணம்: %1$s%1$sஐப் பயன்படுத்துகதவறான வரம்பு.தற்போதைய வருடத்திற்கு (%1$d) செல்லும்%1$d ஆம் ஆண்டிற்குச் செல்லும்எல்லைக்கு வெளியே உள்ளது: %1$sதொடக்கத் தேதி – %1$s%1$s – முடிவுத் தேதி%1$s – %2$sவரம்பைத் தேர்ந்தெடுக்கவும்தொடக்கத் தேதி - முடிவுத் தேதிசேமிதொடங்கும் தேதி %1$sதேதிமுடிவுத் தேதிதொடக்கத் தேதிநாமாஇன்று %1$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 – ముగింపు తేదీ ఎంపిక: %2$sప్రస్తుత ఎంపిక: %1$sఏదీ వద్దురద్దు చేయండిసరే%1$sతేదీని ఎంచుకోండిఎంచుకున్న తేదిరోజుల నిలువు వరుస: %1$sముగింపు తేదీ %1$sఫార్మాట్ చెల్లదు.ఉదాహరణ: %1$sఇలా ఉపయోగించండి: %1$sచెల్లని పరిధి.ప్రస్తుత సంవత్సరానికి %1$d నావిగేట్ చేయండి%1$dసంవత్సరానికి నావిగేట్ చేస్తుందిపరిధి వెలుపల ఉంది: %1$sప్రారంభ తేదీ – %1$s%1$s – ముగింపు తేది%1$s – %2$sపరిధిని ఎంచుకోండిప్రారంభ తేది - ముగింపు తేదిసేవ్ చేయండిప్రారంభ తేదీ %1$sతేదీముగింపు తేదీప్రారంభ తేదీరోనెసంఈరోజు %1$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 – การเลือกวันที่สิ้นสุด: %2$sการเลือกในปัจจุบัน: %1$sไม่มียกเลิกตกลง%1$sเลือกวันที่วันที่ที่เลือกคอลัมน์ของวัน: %1$sวันที่สิ้นสุด %1$sรูปแบบไม่ถูกต้องตัวอย่าง: %1$sใช้: %1$sช่วงไม่ถูกต้องไปยังปีปัจจุบัน %1$dไปที่ปี %1$dวันที่ไม่อยู่ในช่วงที่อนุญาต: %1$sวันที่เริ่มต้น – %1$s%1$s – วันที่สิ้นสุด%1$s – %2$sเลือกช่วงวันที่เริ่มต้น – วันที่สิ้นสุดบันทึกวันที่เริ่มต้น %1$sวันที่วันที่สิ้นสุดวันที่เริ่มต้นวันนี้ %1$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 buwanNapiling petsa ng pagsisimula: %1$s – Napiling petsa ng pagtatapos: %2$sKasalukuyang seleksyon: %1$swalaKanselahinOK%1$sPumili ng PetsaPiniling petsaColumn ng mga araw: %1$sPetsa ng pagtatapos %1$sInvalid na format.Halimbawa: %1$sGamitin: %1$sInvalid na hanay.Mag-navigate sa kasalukuyang taon %1$dMag-navigate patungo sa taong %1$dWala sa sakop: %1$sPetsa ng pagsisimula – %1$s%1$s – Petsa ng pagtatapos%1$s – %2$sPumili ng RangePetsa ng pagsisimula – Petsa ng pagtataposI-savePetsa ng pagsisimula %1$sPetsaPetsa ng pagtataposPetsa ng pagsisimuladmyNgayon %1$sLumipat sa pamamaraan ng pag-input ng kalendaryoI-tap para lumipat sa view ng KalendaryoLumipat sa pamamaraan ng pag-input ng textI-tap para lumipat sa view 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ştirBaşlangıç tarihi seçimi: %1$s – Bitiş tarihi seçimi: %2$sGeçerli seçim: %1$syokİptalTamam%1$sTarih SeçinSeçilen tarihGün sütunu: %1$sBitiş tarihi: %1$sGeçersiz biçim.Örnek: %1$sTarih biçimi: %1$sGeçersiz aralık.Geçerli yıla (%1$d) git%1$d 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ş tarihiKaydetBaşlangıç tarihi: %1$sTarihBitiş tarihiBaşlangıç tarihigayBugün, %1$sTakvim giriş moduna geçTakvim görünümüne geçmek için dokununMetin giriş moduna geçYıl görünümüne 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; вибрана дата завершення – %2$sПоточний вибір: %1$sнемаєСкасуватиOK%1$sВиберіть датуВибрана датаСтовпець із днями: %1$sДата завершення: %1$sНедійсний формат.Приклад: %1$sВикористовувати: %1$sНедійсний діапазон.Перейти до поточного року: %1$dПерейти до %1$d рокуЗа межами діапазону: %1$sДата початку – %1$s%1$s – дата завершення%1$s – %2$sВиберіть діапазон датДата початку – дата завершенняЗберегтиДата початку: %1$sДатаДата завершенняДата початкудмрСьогодні: %1$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 – تاریخ اختتام کا انتخاب: %2$sموجودہ انتخاب: %1$sکوئی نہیںمنسوخ کریںٹھیک ہے%1$sتاریخ منتخب کریںمنتخب کردہ تاریخدنوں کا کالم: %1$sتاریخ اختتام %1$sغلط فارمیٹ۔مثال: %1$s۔%1$s استعمال کریںغلط رینج۔سال رواں %1$d پر نیویگیٹ کریں%1$d سال پر نیویگیٹ کریںحد سے باہر: %1$sتاریخ آغاز – %1$s%1$s – تاریخ اختتام%1$s – %2$sرینج منتخب کریںتاریخ آغاز - تاریخ اختتاممحفوظ کریںتاریخ آغاز %1$sتاریختاریخ اختتامتاریخ آغازdmyآج %1$sکیلنڈر ان پٹ وضع پر سوئچ کریںکیلنڈر منظر پر سوئچ کرنے کے لیے تھپتھپائیںمتنی ان پٹ وضع پر سوئچ کریںسال کے منظر پر سوئچ کرنے کے لیے تھپتھپائیںمنسوخ کریںٹھیک ہےپاس ورڈ دکھائیں + %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ʻzgartirishBoshlanish sanasini tanlash: %1$s – Tugash sanasini tanlash: %2$sJoriy tanlov: %1$shech qandayBekor qilishOK%1$sSanani tanlangTanlangan sanaKunlar ustuni: %1$sTugash sanasi: %1$sYaroqsiz format.Masalan: %1$sIshlatish: %1$sYaroqsiz oraliq.Joriy yilga oʻtish %1$dYilga nazar solish: %1$dChegaradan tashqari: %1$sBoshlanish sanasi – %1$s%1$s – Tugash sanasi%1$s – %2$sOraliqni tanlangBoshlanishi – TugashiSaqlashBoshlanish sanasi: %1$sSanaTugash sanasiBoshlanish sanasikoyBugun %1$sTaqvim kiritish rejimiga oʻtishTaqvim shaklida koʻrish uchun bosingMatn kiritish rejimiga oʻtishYillik shaklda koʻrish uchun bosingBekor qilishOKParol ochiq tursin0.320.200.160.200dp1dp0.480.480.160.480.240.240.080.24sans-serif-mediumsans-serifsans-serif-mediumsans-serif0.160.170.40.100.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_neutral_variant6@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_neutral_variant6@color/m3_ref_palette_dynamic_neutral_variant24@color/m3_ref_palette_dynamic_neutral_variant12@color/m3_ref_palette_dynamic_neutral_variant17@color/m3_ref_palette_dynamic_neutral_variant22@color/m3_ref_palette_dynamic_neutral_variant10@color/m3_ref_palette_dynamic_neutral_variant4@color/m3_ref_palette_dynamic_neutral_variant6@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_tertiary80@color/m3_ref_palette_dynamic_tertiary30@color/m3_ref_palette_dynamic_neutral_variant98@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_neutral_variant98@color/m3_ref_palette_dynamic_neutral_variant98@color/m3_ref_palette_dynamic_neutral_variant94@color/m3_ref_palette_dynamic_neutral_variant92@color/m3_ref_palette_dynamic_neutral_variant90@color/m3_ref_palette_dynamic_neutral_variant96@color/m3_ref_palette_dynamic_neutral_variant100@color/m3_ref_palette_dynamic_neutral_variant87@color/m3_ref_palette_dynamic_neutral_variant90@color/m3_ref_palette_dynamic_tertiary40@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_primary10@color/m3_ref_palette_dynamic_primary30@color/m3_ref_palette_dynamic_secondary10@color/m3_ref_palette_dynamic_secondary30@color/m3_ref_palette_dynamic_tertiary10@color/m3_ref_palette_dynamic_tertiary30@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_secondary80@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_tertiary80@color/m3_sys_color_dark_error@color/m3_sys_color_dark_error_container@color/m3_sys_color_dark_on_error@color/m3_sys_color_dark_on_error_container@color/m3_sys_color_light_error@color/m3_sys_color_light_error_container@color/m3_sys_color_light_on_error@color/m3_sys_color_light_on_error_container@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@android:color/system_background_dark@android:color/system_error_dark@android:color/system_error_container_dark@android:color/system_on_surface_light@android:color/system_primary_light@android:color/system_surface_light@android:color/system_on_background_dark@android:color/system_on_error_dark@android:color/system_on_error_container_dark@android:color/system_on_primary_dark@android:color/system_on_primary_container_dark@android:color/system_on_secondary_dark@android:color/system_on_secondary_container_dark@android:color/system_on_surface_dark@android:color/system_on_surface_variant_dark@android:color/system_on_tertiary_dark@android:color/system_on_tertiary_container_dark@android:color/system_outline_dark@android:color/system_outline_variant_dark@android:color/system_primary_dark@android:color/system_primary_container_dark@android:color/system_secondary_dark@android:color/system_secondary_container_dark@android:color/system_surface_dark@android:color/system_surface_bright_dark@android:color/system_surface_container_dark@android:color/system_surface_container_high_dark@android:color/system_surface_container_highest_dark@android:color/system_surface_container_low_dark@android:color/system_surface_container_lowest_dark@android:color/system_surface_dim_dark@android:color/system_surface_variant_dark@android:color/system_tertiary_dark@android:color/system_tertiary_container_dark@android:color/system_background_light@android:color/system_error_light@android:color/system_error_container_light@android:color/system_on_surface_dark@android:color/system_primary_dark@android:color/system_surface_dark@android:color/system_on_background_light@android:color/system_on_error_light@android:color/system_on_error_container_light@android:color/system_on_primary_light@android:color/system_on_primary_container_light@android:color/system_on_secondary_light@android:color/system_on_secondary_container_light@android:color/system_on_surface_light@android:color/system_on_surface_variant_light@android:color/system_on_tertiary_light@android:color/system_on_tertiary_container_light@android:color/system_outline_light@android:color/system_outline_variant_light@android:color/system_primary_light@android:color/system_primary_container_light@android:color/system_secondary_light@android:color/system_secondary_container_light@android:color/system_surface_light@android:color/system_surface_bright_light@android:color/system_surface_container_light@android:color/system_surface_container_high_light@android:color/system_surface_container_highest_light@android:color/system_surface_container_low_light@android:color/system_surface_container_lowest_light@android:color/system_surface_dim_light@android:color/system_surface_variant_light@android:color/system_tertiary_light@android:color/system_tertiary_container_light@android:color/system_on_primary_fixed@android:color/system_on_primary_fixed_variant@android:color/system_on_secondary_fixed@android:color/system_on_secondary_fixed_variant@android:color/system_on_tertiary_fixed@android:color/system_on_tertiary_fixed_variant@android:color/system_primary_fixed@android:color/system_primary_fixed_dim@android:color/system_secondary_fixed@android:color/system_secondary_fixed_dim@android:color/system_tertiary_fixed@android:color/system_tertiary_fixed_dim@color/m3_sys_color_dynamic_dark_error@color/m3_sys_color_dynamic_dark_error_container@color/m3_sys_color_dynamic_dark_on_error@color/m3_sys_color_dynamic_dark_on_error_container@color/m3_sys_color_dynamic_light_error@color/m3_sys_color_dynamic_light_error_container@color/m3_sys_color_dynamic_light_on_error@color/m3_sys_color_dynamic_light_on_error_container + %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ướcNgày bắt đầu được chọn: %1$s – Ngày kết thúc được chọn: %2$sLựa chọn hiện tại: %1$skhông cóHủyOK%1$sChọn ngàyNgày đã chọnCột ngày: %1$sNgày kết thúc %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 đến năm hiện tại %1$dChuyển tới năm %1$dNằ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ày bắt đầu %1$sNgàyNgày kết thúcNgày bắt đầudmyHôm nay %1$sChuyển sang chế độ nhập lịchNhấn để chuyển sang chế độ xem theo lịchChuyển sang chế độ nhập văn bảnNhấn để chuyển sang chế độ xem theo 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 – 结束日期选择:%2$s当前的选择是:%1$s取消确定%1$s请选择日期选定的日期表示周几的列:%1$s结束日期 %1$s格式无效。示例:%1$s使用:%1$s范围无效。转到今年%1$d转到 %1$d 年不在允许的范围内:%1$s开始日期 – %1$s%1$s – 结束日期%1$s - %2$s请选择范围开始日期 - 结束日期保存开始日期 %1$s日期结束日期开始日期dmy今天%1$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 – 結束日期選項:%2$s目前選取:%1$s取消確定%1$s請選擇日期所選日期日期欄:%1$s結束日期係 %1$s格式無效。例如:%1$s使用:%1$s範圍無效。去今個年度 %1$d瀏覽至 %1$d 年超出範圍:%1$s開始日期 – %1$s%1$s – 結束日期%1$s – %2$s請選擇範圍開始日期 – 結束日期儲存開始日期係 %1$s日期結束日期開始日期今日 %1$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 - 所選結束日期:%2$s目前選取:%1$s取消確定%1$s選取日期所選日期星期幾資料欄:%1$s結束日期:%1$s格式無效。範例:%1$s使用:%1$s日期範圍無效。前往今年 %1$d前往 %1$d 年超出日期範圍:%1$s開始日期 – %1$s%1$s – 結束日期%1$s – %2$s選取範圍開始日期 - 結束日期儲存開始日期:%1$s日期結束日期開始日期dmy今天 %1$s切換至日曆輸入模式輕觸即可切換至日曆檢視畫面切換至文字輸入模式輕觸即可切換至年份檢視畫面取消確定顯示密碼 + %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 edluleUkukhethwa kosuku lokuqala: %1$s – Ukukhethwa kosuku lokuphela: %2$sUkukhetha kwamanje: %1$sluthoKhanselaKULUNGILE%1$sKhetha IdethiKhetha idethiIkholomu yezinsuku: %1$sIlanga lokuphela %1$sIfomethi engavumelekile.Isibonelo: %1$sSebenzisa: %1$sIbanga elingavumelekile.Funa onyakeni wamanje %1$dZulela onyakeni %1$dIkude kubanga: %1$sIdethi yokuqala – %1$s%1$s – Idethi yokuphela%1$s – %2$sKhetha IbangaIdethi yokuqala – Idethi yokuphelaLondolozaIlanga lokuqala %1$sIdethiIdethi yokuphelaIdethi yokuqaladmyNamuhla %1$sShintshela kwimodi yokufaka yekhalendaThepha ukuze ushintshele ekubukeni KwekhalendaShintshela kwimodi yokufaka yombhaloThepha ukuze ushintshele ekubukeni konyakaKhanselaKULUNGILEBonisa iphasiwedi#FF000000#FFFFFFFF#FF4444#000000Daydream ClockLoading... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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..c091134 --- /dev/null +++ b/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -0,0 +1,15 @@ +#Thu Dec 25 10:08:12 KST 2025 +com.example.daydreamclock.app-main-5\:/xml/dream_info.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\xml\\dream_info.xml +com.example.daydreamclock.app-main-5\:/drawable/num_3.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_3.xml +com.example.daydreamclock.app-main-5\:/drawable/num_1.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_1.xml +com.example.daydreamclock.app-main-5\:/drawable/ic_launcher.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_launcher.xml +com.example.daydreamclock.app-main-5\:/drawable/num_5.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_5.xml +com.example.daydreamclock.app-main-5\:/layout/layout_dream.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\layout\\layout_dream.xml +com.example.daydreamclock.app-main-5\:/drawable/num_9.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_9.xml +com.example.daydreamclock.app-main-5\:/drawable/num_2.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_2.xml +com.example.daydreamclock.app-main-5\:/drawable/num_7.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_7.xml +com.example.daydreamclock.app-main-5\:/drawable/num_0.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_0.xml +com.example.daydreamclock.app-main-5\:/drawable/num_4.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_4.xml +com.example.daydreamclock.app-main-5\:/drawable/num_6.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_6.xml +com.example.daydreamclock.app-main-5\:/drawable/num_8.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_8.xml +com.example.daydreamclock.app-main-5\:/drawable/num_colon.xml=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\num_colon.xml 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..ed6ea04 --- /dev/null +++ b/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml @@ -0,0 +1,7 @@ + +#FF000000#FFFFFFFF#FF4444#000000Daydream ClockLoading... \ 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..e8ff73a --- /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..be62a2f --- /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..f9ab536 --- /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..10bc43e --- /dev/null +++ b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,10 @@ +#Thu Dec 25 10:30:44 KST 2025 +base.2=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\13\\classes.dex +path.2=13/classes.dex +base.1=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex +path.1=0/classes.dex +base.0=S\:\\Source\\Android\\DaydreamClock\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex +renamed.2=classes3.dex +renamed.1=classes2.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..0c96d19 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..c370179 Binary files /dev/null and b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ diff --git a/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt b/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt new file mode 100644 index 0000000..4e6e693 --- /dev/null +++ b/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt @@ -0,0 +1 @@ +S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\drawable_ic_launcher.xml.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\layout_layout_dream.xml.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-af_values-af.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-am_values-am.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ar_values-ar.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-as_values-as.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-az_values-az.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-b+es+419_values-b+es+419.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-b+sr+Latn_values-b+sr+Latn.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-be_values-be.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-bg_values-bg.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-bn_values-bn.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-bs_values-bs.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ca_values-ca.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-cs_values-cs.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-da_values-da.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-de_values-de.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-el_values-el.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-en-rAU_values-en-rAU.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-en-rCA_values-en-rCA.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-en-rGB_values-en-rGB.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-en-rIN_values-en-rIN.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-en-rXC_values-en-rXC.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-es-rUS_values-es-rUS.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-es_values-es.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-et_values-et.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-eu_values-eu.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-fa_values-fa.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-fi_values-fi.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-fr-rCA_values-fr-rCA.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-fr_values-fr.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-gl_values-gl.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-gu_values-gu.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-h720dp-v13_values-h720dp-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-hdpi-v4_values-hdpi-v4.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-hi_values-hi.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-hr_values-hr.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-hu_values-hu.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-hy_values-hy.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-in_values-in.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-is_values-is.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-it_values-it.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-iw_values-iw.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ja_values-ja.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ka_values-ka.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-kk_values-kk.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-km_values-km.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-kn_values-kn.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ko_values-ko.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ky_values-ky.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-land_values-land.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-large-v4_values-large-v4.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ldltr-v21_values-ldltr-v21.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ldrtl-v17_values-ldrtl-v17.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-lo_values-lo.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-lt_values-lt.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-lv_values-lv.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-mk_values-mk.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ml_values-ml.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-mn_values-mn.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-mr_values-mr.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ms_values-ms.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-my_values-my.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-nb_values-nb.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ne_values-ne.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-night-v8_values-night-v8.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-nl_values-nl.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-or_values-or.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-pa_values-pa.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-pl_values-pl.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-port_values-port.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-pt-rBR_values-pt-rBR.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-pt-rPT_values-pt-rPT.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-pt_values-pt.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ro_values-ro.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ru_values-ru.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-si_values-si.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-sk_values-sk.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-sl_values-sl.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-small-v4_values-small-v4.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-sq_values-sq.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-sr_values-sr.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-sv_values-sv.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-sw600dp-v13_values-sw600dp-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-sw_values-sw.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ta_values-ta.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-te_values-te.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-th_values-th.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-tl_values-tl.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-tr_values-tr.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-uk_values-uk.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-ur_values-ur.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-uz_values-uz.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v16_values-v16.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v17_values-v17.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v18_values-v18.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v21_values-v21.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v22_values-v22.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v23_values-v23.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v24_values-v24.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v25_values-v25.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v26_values-v26.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v28_values-v28.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v31_values-v31.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-v34_values-v34.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-vi_values-vi.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-watch-v20_values-watch-v20.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-watch-v21_values-watch-v21.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-xlarge-v4_values-xlarge-v4.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-zh-rCN_values-zh-rCN.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-zh-rHK_values-zh-rHK.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-zh-rTW_values-zh-rTW.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values-zu_values-zu.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\values_values.arsc.flat S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\xml_dream_info.xml.flat \ No newline at end of file diff --git a/app/build/intermediates/java_res/debug/out/META-INF/app_debug.kotlin_module b/app/build/intermediates/java_res/debug/out/META-INF/app_debug.kotlin_module new file mode 100644 index 0000000..1e9f2ca Binary files /dev/null and b/app/build/intermediates/java_res/debug/out/META-INF/app_debug.kotlin_module 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..c7662a6 --- /dev/null +++ b/app/build/intermediates/local_only_symbol_list/debug/R-def.txt @@ -0,0 +1,31 @@ +R_DEF: Internal format may change without notice +local +color background_color +color black +color red_clock +color white +drawable ic_launcher +drawable num_0 +drawable num_1 +drawable num_2 +drawable num_3 +drawable num_4 +drawable num_5 +drawable num_6 +drawable num_7 +drawable num_8 +drawable num_9 +drawable num_colon +id clockLayout +id colon +id dateTextView +id digit1 +id digit2 +id digit3 +id digit4 +id weatherTextView +layout layout_dream +string app_name +string weather_loading +style Theme.DaydreamClock +xml dream_info diff --git a/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt b/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt new file mode 100644 index 0000000..e83d950 --- /dev/null +++ b/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt @@ -0,0 +1,19 @@ +R_DEF: Internal format may change without notice +local +color background_color +color black +color red_clock +color white +id clockLayout +id colon +id dateTextView +id digit1 +id digit2 +id digit3 +id digit4 +id weatherTextView +layout layout_dream +string app_name +string weather_loading +style Theme.DaydreamClock +xml dream_info 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..912ea84 --- /dev/null +++ b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,158 @@ +1 +2 +6 +7 +10 +11 +11-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:3:5-67 +11-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:3:22-64 +12 +13 [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:22:5-24:47 +14 android:name="com.example.daydreamclock.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" +14-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:23:9-81 +15 android:protectionLevel="signature" /> +15-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:24:9-44 +16 +17 +17-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:26:5-97 +17-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:26:22-94 +18 +19 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:5:5-36:19 +20 android:allowBackup="true" +20-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:6:9-35 +21 android:appComponentFactory="androidx.core.app.CoreComponentFactory" +21-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:28:18-86 +22 android:debuggable="true" +23 android:extractNativeLibs="false" +24 android:icon="@drawable/ic_launcher" +24-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:7:9-45 +25 android:label="@string/app_name" +25-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:8:9-41 +26 android:roundIcon="@drawable/ic_launcher" +26-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:9:9-50 +27 android:supportsRtl="true" +27-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:10:9-35 +28 android:theme="@style/Theme.DaydreamClock" > +28-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:11:9-51 +29 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:13:9-20:20 +30 android:name="com.example.daydreamclock.MainActivity" +30-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:14:13-41 +31 android:exported="true" > +31-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:15:13-36 +32 +32-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:16:13-19:29 +33 +33-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:17:17-69 +33-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:17:25-66 +34 +35 +35-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:18:17-77 +35-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:18:27-74 +36 +37 +38 +39 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:22:9-34:19 +40 android:name="com.example.daydreamclock.ClockDreamService" +40-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:23:13-46 +41 android:exported="true" +41-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:24:13-36 +42 android:label="@string/app_name" +42-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:25:13-45 +43 android:permission="android.permission.BIND_DREAM_SERVICE" > +43-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:26:13-71 +44 +44-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:27:13-30:29 +45 +45-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:28:17-78 +45-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:28:25-75 +46 +47 +47-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:29:17-76 +47-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:29:27-73 +48 +49 +50 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:31:13-33:54 +51 android:name="android.service.dream" +51-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:32:17-53 +52 android:resource="@xml/dream_info" /> +52-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:33:17-51 +53 +54 +55 [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20 +56 android:name="androidx.startup.InitializationProvider" +56-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67 +57 android:authorities="com.example.daydreamclock.androidx-startup" +57-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68 +58 android:exported="false" > +58-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37 +59 [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52 +60 android:name="androidx.emoji2.text.EmojiCompatInitializer" +60-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75 +61 android:value="androidx.startup" /> +61-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49 +62 [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:29:13-31:52 +63 android:name="androidx.lifecycle.ProcessLifecycleInitializer" +63-->[androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:30:17-78 +64 android:value="androidx.startup" /> +64-->[androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:31:17-49 +65 [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:29:13-31:52 +66 android:name="androidx.profileinstaller.ProfileInstallerInitializer" +66-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:30:17-85 +67 android:value="androidx.startup" /> +67-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:31:17-49 +68 +69 +70 [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:34:9-52:20 +71 android:name="androidx.profileinstaller.ProfileInstallReceiver" +71-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:35:13-76 +72 android:directBootAware="false" +72-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:36:13-44 +73 android:enabled="true" +73-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:37:13-35 +74 android:exported="true" +74-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:38:13-36 +75 android:permission="android.permission.DUMP" > +75-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:39:13-57 +76 +76-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:40:13-42:29 +77 +77-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:17-91 +77-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:25-88 +78 +79 +79-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:43:13-45:29 +80 +80-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:17-85 +80-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:25-82 +81 +82 +82-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:46:13-48:29 +83 +83-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:17-88 +83-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:25-85 +84 +85 +85-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:49:13-51:29 +86 +86-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:17-95 +86-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:25-92 +87 +88 +89 +90 +91 diff --git a/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt b/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..ad1a222 --- /dev/null +++ b/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt @@ -0,0 +1,159 @@ +1 +2 +6 +7 +10 +11 +11-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:3:5-67 +11-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:3:22-64 +12 +13 [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ac6cbd3c45dd47a7855473ffb914ff88\transformed\core-1.12.0\AndroidManifest.xml:22:5-24:47 +14 android:name="com.example.daydreamclock.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" +14-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ac6cbd3c45dd47a7855473ffb914ff88\transformed\core-1.12.0\AndroidManifest.xml:23:9-81 +15 android:protectionLevel="signature" /> +15-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ac6cbd3c45dd47a7855473ffb914ff88\transformed\core-1.12.0\AndroidManifest.xml:24:9-44 +16 +17 +17-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ac6cbd3c45dd47a7855473ffb914ff88\transformed\core-1.12.0\AndroidManifest.xml:26:5-97 +17-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ac6cbd3c45dd47a7855473ffb914ff88\transformed\core-1.12.0\AndroidManifest.xml:26:22-94 +18 +19 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:5:5-36:19 +20 android:allowBackup="true" +20-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:6:9-35 +21 android:appComponentFactory="androidx.core.app.CoreComponentFactory" +21-->[androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ac6cbd3c45dd47a7855473ffb914ff88\transformed\core-1.12.0\AndroidManifest.xml:28:18-86 +22 android:debuggable="true" +23 android:extractNativeLibs="false" +24 android:icon="@mipmap/ic_launcher" +24-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:7:9-43 +25 android:label="@string/app_name" +25-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:8:9-41 +26 android:roundIcon="@mipmap/ic_launcher_round" +26-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:9:9-54 +27 android:supportsRtl="true" +27-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:10:9-35 +28 android:testOnly="true" +29 android:theme="@style/Theme.DaydreamClock" > +29-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:11:9-51 +30 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:13:9-20:20 +31 android:name="com.example.daydreamclock.MainActivity" +31-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:14:13-41 +32 android:exported="true" > +32-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:15:13-36 +33 +33-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:16:13-19:29 +34 +34-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:17:17-69 +34-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:17:25-66 +35 +36 +36-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:18:17-77 +36-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:18:27-74 +37 +38 +39 +40 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:22:9-34:19 +41 android:name="com.example.daydreamclock.ClockDreamService" +41-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:23:13-46 +42 android:exported="true" +42-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:24:13-36 +43 android:label="@string/app_name" +43-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:25:13-45 +44 android:permission="android.permission.BIND_DREAM_SERVICE" > +44-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:26:13-71 +45 +45-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:27:13-30:29 +46 +46-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:28:17-78 +46-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:28:25-75 +47 +48 +48-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:29:17-76 +48-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:29:27-73 +49 +50 +51 S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:31:13-33:54 +52 android:name="android.service.dream" +52-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:32:17-53 +53 android:resource="@xml/dream_info" /> +53-->S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:33:17-51 +54 +55 +56 [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20 +57 android:name="androidx.startup.InitializationProvider" +57-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67 +58 android:authorities="com.example.daydreamclock.androidx-startup" +58-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68 +59 android:exported="false" > +59-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37 +60 [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52 +61 android:name="androidx.emoji2.text.EmojiCompatInitializer" +61-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75 +62 android:value="androidx.startup" /> +62-->[androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49 +63 [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\112a5b46519bb19597f06159aa07bfab\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:29:13-31:52 +64 android:name="androidx.lifecycle.ProcessLifecycleInitializer" +64-->[androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\112a5b46519bb19597f06159aa07bfab\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:30:17-78 +65 android:value="androidx.startup" /> +65-->[androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\112a5b46519bb19597f06159aa07bfab\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:31:17-49 +66 [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:29:13-31:52 +67 android:name="androidx.profileinstaller.ProfileInstallerInitializer" +67-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:30:17-85 +68 android:value="androidx.startup" /> +68-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:31:17-49 +69 +70 +71 [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:34:9-52:20 +72 android:name="androidx.profileinstaller.ProfileInstallReceiver" +72-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:35:13-76 +73 android:directBootAware="false" +73-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:36:13-44 +74 android:enabled="true" +74-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:37:13-35 +75 android:exported="true" +75-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:38:13-36 +76 android:permission="android.permission.DUMP" > +76-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:39:13-57 +77 +77-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:40:13-42:29 +78 +78-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:17-91 +78-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:25-88 +79 +80 +80-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:43:13-45:29 +81 +81-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:17-85 +81-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:25-82 +82 +83 +83-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:46:13-48:29 +84 +84-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:17-88 +84-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:25-85 +85 +86 +86-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:49:13-51:29 +87 +87-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:17-95 +87-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:25-92 +88 +89 +90 +91 +92 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..b58c4bb 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..0df98dd --- /dev/null +++ b/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml b/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml new file mode 100644 index 0000000..286ba2d --- /dev/null +++ b/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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..0df98dd --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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..12b8513 --- /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.daydreamclock", + "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_ic_launcher.xml.flat b/app/build/intermediates/merged_res/debug/drawable_ic_launcher.xml.flat new file mode 100644 index 0000000..94f8456 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_ic_launcher.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_0.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_0.xml.flat new file mode 100644 index 0000000..c2fd627 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_0.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_1.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_1.xml.flat new file mode 100644 index 0000000..ad3ab1e Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_1.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_2.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_2.xml.flat new file mode 100644 index 0000000..da8f541 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_2.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_3.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_3.xml.flat new file mode 100644 index 0000000..a588bd7 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_3.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_4.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_4.xml.flat new file mode 100644 index 0000000..92fcbad Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_4.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_5.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_5.xml.flat new file mode 100644 index 0000000..291f61a Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_5.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_6.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_6.xml.flat new file mode 100644 index 0000000..4090d75 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_6.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_7.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_7.xml.flat new file mode 100644 index 0000000..91c9dd6 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_7.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_8.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_8.xml.flat new file mode 100644 index 0000000..c578085 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_8.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_9.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_9.xml.flat new file mode 100644 index 0000000..6097b52 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_9.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/drawable_num_colon.xml.flat b/app/build/intermediates/merged_res/debug/drawable_num_colon.xml.flat new file mode 100644 index 0000000..4dc5bd4 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/drawable_num_colon.xml.flat differ diff --git a/app/build/intermediates/merged_res/debug/layout_layout_dream.xml.flat b/app/build/intermediates/merged_res/debug/layout_layout_dream.xml.flat new file mode 100644 index 0000000..3e507d2 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/layout_layout_dream.xml.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..162af10 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..905b9d1 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..fca6a7a 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..db5e442 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..a0bf619 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..8407abf 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..7df8ad5 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..da4ab1e 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..8991e58 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..413ba72 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..88d49cb 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..3822b86 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..666d806 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..44a1227 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..6450d29 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..7f72969 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..35f7ed4 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..330baa2 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..9a8c456 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..c0d5a0a 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..58c3caf 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..3cd6dc9 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..e52a86f 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..18fc7cf 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..dc48579 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..6c659c6 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..cb98601 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..96603aa 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..f150edb 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..fd9f70d 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..0cc8fde 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..10e4dce 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..20ea86e 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..797d9c5 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..c33541f 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..d0a5886 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..725202c 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..12f16e5 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..e9a2b1e 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..bceec17 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..76951b3 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..60974eb 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..2ba8f29 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..ca44032 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..acc939e 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..138b43f 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..09c995a 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..b644b41 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..5566d2b 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..5452553 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..3c082cf 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..2b3f854 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..a23fb63 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..602ef8b 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..474fe7e 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..39949d2 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..6a97025 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..6d34647 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..3508ce9 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..f28e4b0 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..4a810ce 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..f4e19c8 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..233f5fc 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..6af55b8 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..b9f9976 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..fb4e225 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..60acb28 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..1d62bb6 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..ebc0d9c 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..9aa46f3 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..c405195 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..72785df 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..8d948ed 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..039a1bb 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..8b83908 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..45d8e26 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..b2dae35 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..86fda53 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..c452e2d 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..fdf42dd 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..869e86c 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..2fa0a4a 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..90160d5 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..5e3851f 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..c2caac0 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..f6203d8 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..dde856a 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..888468f 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..ac60f9d 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..d82ec30 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..b83ed75 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..36cb9d1 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..f61fb4a 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..3eaa587 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..5970efb 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..5b3d7ef 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..2094e1d 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..627f408 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..94e3a90 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..e4e0af7 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..0c372a1 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..93c70a4 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..bd08a41 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..534e63e 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..5914188 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..b4a720a 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-v34_values-v34.arsc.flat b/app/build/intermediates/merged_res/debug/values-v34_values-v34.arsc.flat new file mode 100644 index 0000000..8984b2f Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-v34_values-v34.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..62c505e 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..f048370 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..19eaa6e 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-w400dp-port-v13_values-w400dp-port-v13.arsc.flat b/app/build/intermediates/merged_res/debug/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat new file mode 100644 index 0000000..70f6a13 Binary files /dev/null and b/app/build/intermediates/merged_res/debug/values-w400dp-port-v13_values-w400dp-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..e822317 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..50240b1 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..1c673d2 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..975c28b 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..70e9c23 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..690a9f7 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..b5ac4d7 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..187737e 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..7ca6910 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_dream_info.xml.flat b/app/build/intermediates/merged_res/debug/xml_dream_info.xml.flat new file mode 100644 index 0000000..7314eff Binary files /dev/null and b/app/build/intermediates/merged_res/debug/xml_dream_info.xml.flat differ diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json new file mode 100644 index 0000000..692547e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json @@ -0,0 +1,5958 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9359", + "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,9441" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,457,561,663,780", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "148,250,348,452,556,658,775,876" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3539,3637,3739,3837,3941,4045,4147,9446", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "3632,3734,3832,3936,4040,4142,4259,9542" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2951,3039,3117,3171,3225,3291,3365,3443,3530,3612,3684,3761,3834,3904,4013,4106,4178,4270,4366,4440,4516,4612,4665,4747,4814,4901,4988,5050,5114,5177,5246,5354,5459,5560,5663,5721,5779", + "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,69,70,71,72,73,74", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,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,2946,3034,3112,3166,3220,3286,3360,3438,3525,3607,3679,3756,3829,3899,4008,4101,4173,4265,4361,4435,4511,4607,4660,4742,4809,4896,4983,5045,5109,5172,5241,5349,5454,5555,5658,5716,5774,5854" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4264,4360,4486,4567,4633,4725,4802,4865,4973,5033,5099,5155,5226,5286,5340,5459,5516,5578,5632,5707,5831,5919,6002,6147,6232,6318,6451,6539,6617,6671,6725,6791,6865,6943,7030,7112,7184,7261,7334,7404,7513,7606,7678,7770,7866,7940,8016,8112,8165,8247,8314,8401,8488,8550,8614,8677,8746,8854,8959,9060,9163,9221,9279", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79", + "endOffsets": "372,3176,3256,3338,3440,3534,4355,4481,4562,4628,4720,4797,4860,4968,5028,5094,5150,5221,5281,5335,5454,5511,5573,5627,5702,5826,5914,5997,6142,6227,6313,6446,6534,6612,6666,6720,6786,6860,6938,7025,7107,7179,7256,7329,7399,7508,7601,7673,7765,7861,7935,8011,8107,8160,8242,8309,8396,8483,8545,8609,8672,8741,8849,8954,9055,9158,9216,9274,9354" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,449,556,663,778", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "144,246,343,444,551,658,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3508,3610,3707,3808,3915,4022,9386", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "3503,3605,3702,3803,3910,4017,4132,9482" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9381" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2859,2947,3026,3080,3133,3199,3271,3353,3443,3528,3600,3675,3746,3819,3925,4022,4096,4191,4288,4362,4447,4547,4600,4685,4753,4841,4931,4993,5057,5120,5187,5304,5416,5527,5638,5696,5753", + "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,68,69,70,71,72,73", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,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,2854,2942,3021,3075,3128,3194,3266,3348,3438,3523,3595,3670,3741,3814,3920,4017,4091,4186,4283,4357,4442,4542,4595,4680,4748,4836,4926,4988,5052,5115,5182,5299,5411,5522,5633,5691,5748,5829" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4236,4365,4448,4516,4608,4681,4744,4830,4892,4955,5020,5088,5151,5205,5337,5394,5456,5510,5584,5722,5803,5883,6015,6100,6187,6328,6416,6495,6549,6602,6668,6740,6822,6912,6997,7069,7144,7215,7288,7394,7491,7565,7660,7757,7831,7916,8016,8069,8154,8222,8310,8400,8462,8526,8589,8656,8773,8885,8996,9107,9165,9222", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80", + "endOffsets": "304,3076,3150,3223,3320,3409,4231,4360,4443,4511,4603,4676,4739,4825,4887,4950,5015,5083,5146,5200,5332,5389,5451,5505,5579,5717,5798,5878,6010,6095,6182,6323,6411,6490,6544,6597,6663,6735,6817,6907,6992,7064,7139,7210,7283,7389,7486,7560,7655,7752,7826,7911,8011,8064,8149,8217,8305,8395,8457,8521,8584,8651,8768,8880,8991,9102,9160,9217,9298" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2854,2949,3029,3085,3138,3204,3278,3357,3443,3526,3597,3673,3749,3826,3932,4020,4100,4196,4292,4366,4444,4544,4595,4679,4748,4835,4926,4988,5052,5115,5186,5291,5397,5497,5600,5660,5717", + "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,68,69,70,71,72,73", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,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,2849,2944,3024,3080,3133,3199,3273,3352,3438,3521,3592,3668,3744,3821,3927,4015,4095,4191,4287,4361,4439,4539,4590,4674,4743,4830,4921,4983,5047,5110,5181,5286,5392,5492,5595,5655,5712,5797" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4156,4251,4381,4462,4526,4623,4708,4770,4857,4919,4983,5044,5111,5172,5226,5348,5405,5465,5519,5600,5735,5819,5904,6040,6115,6190,6333,6428,6508,6564,6617,6683,6757,6836,6922,7005,7076,7152,7228,7305,7411,7499,7579,7675,7771,7845,7923,8023,8074,8158,8227,8314,8405,8467,8531,8594,8665,8770,8876,8976,9079,9139,9196", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84", + "endOffsets": "310,3095,3171,3251,3343,3431,4246,4376,4457,4521,4618,4703,4765,4852,4914,4978,5039,5106,5167,5221,5343,5400,5460,5514,5595,5730,5814,5899,6035,6110,6185,6328,6423,6503,6559,6612,6678,6752,6831,6917,7000,7071,7147,7223,7300,7406,7494,7574,7670,7766,7840,7918,8018,8069,8153,8222,8309,8400,8462,8526,8589,8660,8765,8871,8971,9074,9134,9191,9276" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9281", + "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,9359" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,260,358,457,562,664,775", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "150,255,353,452,557,659,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3436,3536,3641,3739,3838,3943,4045,9364", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "3531,3636,3734,3833,3938,4040,4151,9460" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-et_values-et.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,453,559,664,784", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "145,247,345,448,554,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3461,3556,3658,3756,3859,3965,4070,9294", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "3551,3653,3751,3854,3960,4065,4185,9390" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9211", + "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,9289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2832,2920,2999,3054,3105,3171,3244,3323,3409,3488,3561,3636,3710,3782,3895,3983,4060,4151,4243,4315,4389,4480,4534,4616,4685,4768,4854,4916,4980,5043,5111,5214,5317,5414,5515,5574,5629", + "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,68,69,70,71,72,73", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,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,2827,2915,2994,3049,3100,3166,3239,3318,3404,3483,3556,3631,3705,3777,3890,3978,4055,4146,4238,4310,4384,4475,4529,4611,4680,4763,4849,4911,4975,5038,5106,5209,5312,5409,5510,5569,5624,5705" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4190,4289,4406,4488,4552,4637,4705,4769,4856,4920,4984,5043,5115,5179,5233,5352,5412,5473,5527,5600,5733,5817,5910,6048,6128,6207,6333,6421,6500,6555,6606,6672,6745,6824,6910,6989,7062,7137,7211,7283,7396,7484,7561,7652,7744,7816,7890,7981,8035,8117,8186,8269,8355,8417,8481,8544,8612,8715,8818,8915,9016,9075,9130", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80", + "endOffsets": "311,3113,3192,3277,3369,3456,4284,4401,4483,4547,4632,4700,4764,4851,4915,4979,5038,5110,5174,5228,5347,5407,5468,5522,5595,5728,5812,5905,6043,6123,6202,6328,6416,6495,6550,6601,6667,6740,6819,6905,6984,7057,7132,7206,7278,7391,7479,7556,7647,7739,7811,7885,7976,8030,8112,8181,8264,8350,8412,8476,8539,8607,8710,8813,8910,9011,9070,9125,9206" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9519", + "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,9596" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,558,673,801", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "146,249,348,446,553,668,796,897" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3742,3841,3939,4046,4161,9601", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "3634,3737,3836,3934,4041,4156,4284,9697" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2998,3087,3171,3228,3280,3346,3431,3519,3611,3691,3760,3837,3917,3985,4100,4199,4282,4374,4468,4542,4628,4722,4772,4855,4921,5006,5093,5156,5221,5284,5353,5461,5559,5657,5754,5815,5871", + "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,68,69,70,71,72,73", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,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,2993,3082,3166,3223,3275,3341,3426,3514,3606,3686,3755,3832,3912,3980,4095,4194,4277,4369,4463,4537,4623,4717,4767,4850,4916,5001,5088,5151,5216,5279,5348,5456,5554,5652,5749,5810,5866,5952" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4398,4516,4600,4664,4772,4840,4901,5009,5076,5162,5220,5304,5371,5425,5548,5610,5673,5727,5815,5943,6029,6111,6243,6323,6404,6560,6649,6733,6790,6842,6908,6993,7081,7173,7253,7322,7399,7479,7547,7662,7761,7844,7936,8030,8104,8190,8284,8334,8417,8483,8568,8655,8718,8783,8846,8915,9023,9121,9219,9316,9377,9433", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85", + "endOffsets": "317,3171,3257,3341,3444,3538,4393,4511,4595,4659,4767,4835,4896,5004,5071,5157,5215,5299,5366,5420,5543,5605,5668,5722,5810,5938,6024,6106,6238,6318,6399,6555,6644,6728,6785,6837,6903,6988,7076,7168,7248,7317,7394,7474,7542,7657,7756,7839,7931,8025,8099,8185,8279,8329,8412,8478,8563,8650,8713,8778,8841,8910,9018,9116,9214,9311,9372,9428,9514" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,360,467,571,675,786", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "150,252,355,462,566,670,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3505,3605,3707,3810,3917,4021,4125,9418", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "3600,3702,3805,3912,4016,4120,4231,9514" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9336", + "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,9413" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2904,2993,3073,3134,3189,3255,3324,3401,3488,3569,3643,3719,3809,3882,3984,4069,4148,4238,4330,4404,4489,4579,4631,4715,4780,4865,4950,5012,5076,5139,5208,5325,5433,5533,5637,5702,5761", + "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,68,69,70,71,72,73", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,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,2899,2988,3068,3129,3184,3250,3319,3396,3483,3564,3638,3714,3804,3877,3979,4064,4143,4233,4325,4399,4484,4574,4626,4710,4775,4860,4945,5007,5071,5134,5203,5320,5428,5528,5632,5697,5756,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4236,4337,4478,4562,4626,4720,4790,4851,4938,5001,5065,5124,5198,5260,5314,5431,5489,5550,5604,5678,5800,5884,5980,6112,6190,6268,6397,6486,6566,6627,6682,6748,6817,6894,6981,7062,7136,7212,7302,7375,7477,7562,7641,7731,7823,7897,7982,8072,8124,8208,8273,8358,8443,8505,8569,8632,8701,8818,8926,9026,9130,9195,9254", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81", + "endOffsets": "310,3105,3190,3275,3390,3500,4332,4473,4557,4621,4715,4785,4846,4933,4996,5060,5119,5193,5255,5309,5426,5484,5545,5599,5673,5795,5879,5975,6107,6185,6263,6392,6481,6561,6622,6677,6743,6812,6889,6976,7057,7131,7207,7297,7370,7472,7557,7636,7726,7818,7892,7977,8067,8119,8203,8268,8353,8438,8500,8564,8627,8696,8813,8921,9021,9125,9190,9249,9331" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-it_values-it.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2924,3015,3105,3160,3211,3277,3350,3430,3521,3601,3676,3753,3822,3899,4004,4092,4181,4274,4367,4441,4521,4615,4666,4750,4816,4900,4988,5050,5114,5177,5245,5360,5474,5580,5689,5748,5803", + "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,68,69,70,71,72,73", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,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,2919,3010,3100,3155,3206,3272,3345,3425,3516,3596,3671,3748,3817,3894,3999,4087,4176,4269,4362,4436,4516,4610,4661,4745,4811,4895,4983,5045,5109,5172,5240,5355,5469,5575,5684,5743,5798,5878" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4195,4294,4434,4517,4583,4678,4763,4825,4913,4975,5044,5107,5180,5243,5297,5418,5475,5537,5591,5668,5805,5890,5972,6107,6188,6269,6415,6506,6596,6651,6702,6768,6841,6921,7012,7092,7167,7244,7313,7390,7495,7583,7672,7765,7858,7932,8012,8106,8157,8241,8307,8391,8479,8541,8605,8668,8736,8851,8965,9071,9180,9239,9294", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79", + "endOffsets": "313,3091,3172,3249,3348,3443,4289,4429,4512,4578,4673,4758,4820,4908,4970,5039,5102,5175,5238,5292,5413,5470,5532,5586,5663,5800,5885,5967,6102,6183,6264,6410,6501,6591,6646,6697,6763,6836,6916,7007,7087,7162,7239,7308,7385,7490,7578,7667,7760,7853,7927,8007,8101,8152,8236,8302,8386,8474,8536,8600,8663,8731,8846,8960,9066,9175,9234,9289,9369" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,565,672,802", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "148,250,349,451,560,667,797,898" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3546,3648,3747,3849,3958,4065,9456", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "3541,3643,3742,3844,3953,4060,4190,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-be_values-be.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,562,665,786", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "148,250,350,451,557,660,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3587,3685,3787,3887,3988,4094,4197,9578", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "3680,3782,3882,3983,4089,4192,4313,9674" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9496", + "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,9573" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3033,3124,3207,3264,3315,3381,3453,3530,3614,3697,3772,3849,3931,4007,4115,4204,4286,4377,4473,4547,4628,4723,4777,4859,4925,5012,5098,5160,5224,5287,5356,5466,5579,5682,5789,5850,5905", + "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,70,71,72,73,74,75", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,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,3028,3119,3202,3259,3310,3376,3448,3525,3609,3692,3767,3844,3926,4002,4110,4199,4281,4372,4468,4542,4623,4718,4772,4854,4920,5007,5093,5155,5219,5282,5351,5461,5574,5677,5784,5845,5900,5980" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4415,4547,4630,4697,4790,4867,4930,5046,5109,5178,5237,5308,5367,5421,5542,5603,5666,5720,5793,5915,6003,6086,6238,6324,6411,6544,6635,6718,6775,6826,6892,6964,7041,7125,7208,7283,7360,7442,7518,7626,7715,7797,7888,7984,8058,8139,8234,8288,8370,8436,8523,8609,8671,8735,8798,8867,8977,9090,9193,9300,9361,9416", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79", + "endOffsets": "427,3234,3311,3393,3490,3582,4410,4542,4625,4692,4785,4862,4925,5041,5104,5173,5232,5303,5362,5416,5537,5598,5661,5715,5788,5910,5998,6081,6233,6319,6406,6539,6630,6713,6770,6821,6887,6959,7036,7120,7203,7278,7355,7437,7513,7621,7710,7792,7883,7979,8053,8134,8229,8283,8365,8431,8518,8604,8666,8730,8793,8862,8972,9085,9188,9295,9356,9411,9491" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9266", + "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,9348" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2843,2930,3013,3071,3127,3193,3266,3346,3441,3523,3592,3668,3748,3817,3926,4021,4104,4194,4289,4363,4437,4530,4584,4669,4736,4822,4907,4969,5033,5096,5162,5264,5363,5456,5555,5617,5677", + "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,68,69,70,71,72,73", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,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,2838,2925,3008,3066,3122,3188,3261,3341,3436,3518,3587,3663,3743,3812,3921,4016,4099,4189,4284,4358,4432,4525,4579,4664,4731,4817,4902,4964,5028,5091,5157,5259,5358,5451,5550,5612,5672,5752" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4351,4468,4549,4615,4706,4772,4833,4923,4987,5054,5115,5184,5246,5300,5407,5466,5527,5581,5655,5775,5860,5944,6079,6150,6220,6352,6439,6522,6580,6636,6702,6775,6855,6950,7032,7101,7177,7257,7326,7435,7530,7613,7703,7798,7872,7946,8039,8093,8178,8245,8331,8416,8478,8542,8605,8671,8773,8872,8965,9064,9126,9186", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79", + "endOffsets": "316,3144,3237,3320,3421,3513,4346,4463,4544,4610,4701,4767,4828,4918,4982,5049,5110,5179,5241,5295,5402,5461,5522,5576,5650,5770,5855,5939,6074,6145,6215,6347,6434,6517,6575,6631,6697,6770,6850,6945,7027,7096,7172,7252,7321,7430,7525,7608,7698,7793,7867,7941,8034,8088,8173,8240,8326,8411,8473,8537,8600,8666,8768,8867,8960,9059,9121,9181,9261" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,358,461,562,664,784", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "149,251,353,456,557,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3518,3617,3719,3821,3924,4025,4127,9353", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "3612,3714,3816,3919,4020,4122,4242,9449" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,657,773", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "146,248,347,446,550,652,768,869" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3364,3563", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3359,3475,3659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3480", + "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,3558" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-te_values-te.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,367,468,574,681,805", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "152,260,362,463,569,676,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3530,3632,3740,3842,3943,4049,4156,9516", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "3627,3735,3837,3938,4044,4151,4275,9612" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2920,3008,3090,3150,3202,3268,3343,3421,3511,3590,3663,3739,3820,3889,4009,4114,4191,4282,4375,4449,4526,4618,4675,4756,4822,4906,4992,5055,5120,5184,5253,5363,5471,5570,5676,5740,5796", + "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,68,69,70,71,72,73", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,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,2915,3003,3085,3145,3197,3263,3338,3416,3506,3585,3658,3734,3815,3884,4004,4109,4186,4277,4370,4444,4521,4613,4670,4751,4817,4901,4987,5050,5115,5179,5248,5358,5466,5565,5671,5735,5791,5874" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4384,4500,4591,4657,4751,4818,4880,4973,5037,5105,5168,5242,5307,5361,5482,5539,5601,5655,5734,5862,5950,6042,6187,6267,6349,6474,6562,6644,6704,6756,6822,6897,6975,7065,7144,7217,7293,7374,7443,7563,7668,7745,7836,7929,8003,8080,8172,8229,8310,8376,8460,8546,8609,8674,8738,8807,8917,9025,9124,9230,9294,9350", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82", + "endOffsets": "321,3164,3254,3340,3438,3525,4379,4495,4586,4652,4746,4813,4875,4968,5032,5100,5163,5237,5302,5356,5477,5534,5596,5650,5729,5857,5945,6037,6182,6262,6344,6469,6557,6639,6699,6751,6817,6892,6970,7060,7139,7212,7288,7369,7438,7558,7663,7740,7831,7924,7998,8075,8167,8224,8305,8371,8455,8541,8604,8669,8733,8802,8912,9020,9119,9225,9289,9345,9428" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9433", + "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,9511" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-as_values-as.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,259,367,472,576,676,805", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "151,254,362,467,571,671,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3472,3573,3676,3784,3889,3993,4093,9219", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "3568,3671,3779,3884,3988,4088,4217,9315" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9136", + "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,9214" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2789,2880,2957,3011,3062,3128,3198,3275,3362,3437,3508,3585,3654,3723,3830,3921,3993,4082,4171,4245,4317,4403,4453,4532,4598,4678,4762,4824,4888,4951,5020,5120,5215,5307,5399,5457,5512", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2784,2875,2952,3006,3057,3123,3193,3270,3357,3432,3503,3580,3649,3718,3825,3916,3988,4077,4166,4240,4312,4398,4448,4527,4593,4673,4757,4819,4883,4946,5015,5115,5210,5302,5394,5452,5507,5588" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4222,4324,4447,4526,4591,4680,4745,4804,4890,4954,5018,5081,5151,5215,5269,5374,5432,5494,5548,5620,5737,5824,5907,6047,6124,6205,6332,6423,6500,6554,6605,6671,6741,6818,6905,6980,7051,7128,7197,7266,7373,7464,7536,7625,7714,7788,7860,7946,7996,8075,8141,8221,8305,8367,8431,8494,8563,8663,8758,8850,8942,9000,9055", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80", + "endOffsets": "317,3142,3220,3297,3383,3467,4319,4442,4521,4586,4675,4740,4799,4885,4949,5013,5076,5146,5210,5264,5369,5427,5489,5543,5615,5732,5819,5902,6042,6119,6200,6327,6418,6495,6549,6600,6666,6736,6813,6900,6975,7046,7123,7192,7261,7368,7459,7531,7620,7709,7783,7855,7941,7991,8070,8136,8216,8300,8362,8426,8489,8558,8658,8753,8845,8937,8995,9050,9131" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,257,356,459,565,672,785", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "148,252,351,454,560,667,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3421,3519,3623,3722,3825,3931,4038,9456", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "3514,3618,3717,3820,3926,4033,4146,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3031,3109,3165,3223,3289,3361,3438,3529,3612,3692,3771,3846,3925,4029,4119,4192,4286,4383,4457,4530,4629,4684,4768,4836,4924,5013,5075,5139,5202,5273,5382,5493,5596,5704,5764,5826", + "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,68,69,70,71,72,73", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,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,2934,3026,3104,3160,3218,3284,3356,3433,3524,3607,3687,3766,3841,3920,4024,4114,4187,4281,4378,4452,4525,4624,4679,4763,4831,4919,5008,5070,5134,5197,5268,5377,5488,5591,5699,5759,5821,5903" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4263,4389,4470,4537,4640,4715,4778,4870,4941,5006,5073,5145,5217,5271,5392,5451,5515,5569,5646,5778,5863,5944,6093,6180,6263,6405,6497,6575,6631,6689,6755,6827,6904,6995,7078,7158,7237,7312,7391,7495,7585,7658,7752,7849,7923,7996,8095,8150,8234,8302,8390,8479,8541,8605,8668,8739,8848,8959,9062,9170,9230,9292", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81", + "endOffsets": "316,3080,3157,3234,3328,3416,4258,4384,4465,4532,4635,4710,4773,4865,4936,5001,5068,5140,5212,5266,5387,5446,5510,5564,5641,5773,5858,5939,6088,6175,6258,6400,6492,6570,6626,6684,6750,6822,6899,6990,7073,7153,7232,7307,7386,7490,7580,7653,7747,7844,7918,7991,8090,8145,8229,8297,8385,8474,8536,8600,8663,8734,8843,8954,9057,9165,9225,9287,9369" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3027,3107,3161,3212,3278,3350,3427,3511,3592,3664,3741,3815,3886,3991,4079,4150,4243,4338,4412,4486,4582,4634,4717,4784,4870,4958,5020,5084,5147,5215,5325,5431,5530,5644,5702,5757", + "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,70,71,72,73,74,75", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,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,2934,3022,3102,3156,3207,3273,3345,3422,3506,3587,3659,3736,3810,3881,3986,4074,4145,4238,4333,4407,4481,4577,4629,4712,4779,4865,4953,5015,5079,5142,5210,5320,5426,5525,5639,5697,5752,5831" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4271,4363,4489,4570,4635,4734,4810,4871,4960,5024,5091,5145,5213,5273,5327,5444,5504,5566,5620,5692,5814,5898,5990,6127,6205,6287,6414,6502,6582,6636,6687,6753,6825,6902,6986,7067,7139,7216,7290,7361,7466,7554,7625,7718,7813,7887,7961,8057,8109,8192,8259,8345,8433,8495,8559,8622,8690,8800,8906,9005,9119,9177,9232", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78", + "endOffsets": "413,3185,3263,3340,3443,3535,4358,4484,4565,4630,4729,4805,4866,4955,5019,5086,5140,5208,5268,5322,5439,5499,5561,5615,5687,5809,5893,5985,6122,6200,6282,6409,6497,6577,6631,6682,6748,6820,6897,6981,7062,7134,7211,7285,7356,7461,7549,7620,7713,7808,7882,7956,8052,8104,8187,8254,8340,8428,8490,8554,8617,8685,8795,8901,9000,9114,9172,9227,9306" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,455,560,667,786", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "148,250,351,450,555,662,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3540,3638,3740,3841,3940,4045,4152,9394", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "3633,3735,3836,3935,4040,4147,4266,9490" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9311", + "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,9389" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2820,2906,2984,3038,3089,3155,3224,3298,3387,3463,3535,3612,3683,3757,3868,3959,4038,4125,4213,4285,4359,4444,4495,4574,4641,4722,4806,4868,4932,4995,5063,5170,5269,5368,5463,5521,5576", + "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,68,69,70,71,72,73", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,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,2815,2901,2979,3033,3084,3150,3219,3293,3382,3458,3530,3607,3678,3752,3863,3954,4033,4120,4208,4280,4354,4439,4490,4569,4636,4717,4801,4863,4927,4990,5058,5165,5264,5363,5458,5516,5571,5649" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4171,4269,4391,4470,4533,4625,4689,4749,4841,4906,4969,5031,5098,5162,5216,5321,5380,5441,5495,5564,5683,5766,5850,5986,6065,6149,6271,6357,6435,6489,6540,6606,6675,6749,6838,6914,6986,7063,7134,7208,7319,7410,7489,7576,7664,7736,7810,7895,7946,8025,8092,8173,8257,8319,8383,8446,8514,8621,8720,8819,8914,8972,9027", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77", + "endOffsets": "311,3083,3175,3256,3358,3438,4264,4386,4465,4528,4620,4684,4744,4836,4901,4964,5026,5093,5157,5211,5316,5375,5436,5490,5559,5678,5761,5845,5981,6060,6144,6266,6352,6430,6484,6535,6601,6670,6744,6833,6909,6981,7058,7129,7203,7314,7405,7484,7571,7659,7731,7805,7890,7941,8020,8087,8168,8252,8314,8378,8441,8509,8616,8715,8814,8909,8967,9022,9100" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,449,557,662,783", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "145,247,345,444,552,657,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3443,3538,3640,3738,3837,3945,4050,9185", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "3533,3635,3733,3832,3940,4045,4166,9281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9105", + "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,9180" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2913,3000,3080,3136,3187,3253,3327,3407,3494,3577,3650,3727,3796,3870,3972,4060,4137,4230,4326,4400,4480,4577,4629,4713,4779,4866,4954,5016,5080,5143,5211,5323,5434,5541,5651,5711,5766", + "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,68,69,70,71,72,73", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,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,2908,2995,3075,3131,3182,3248,3322,3402,3489,3572,3645,3722,3791,3865,3967,4055,4132,4225,4321,4395,4475,4572,4624,4708,4774,4861,4949,5011,5075,5138,5206,5318,5429,5536,5646,5706,5761,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4223,4324,4444,4525,4589,4681,4760,4820,4910,4974,5045,5108,5183,5247,5301,5428,5486,5548,5602,5681,5822,5909,5991,6130,6213,6297,6436,6523,6603,6659,6710,6776,6850,6930,7017,7100,7173,7250,7319,7393,7495,7583,7660,7753,7849,7923,8003,8100,8152,8236,8302,8389,8477,8539,8603,8666,8734,8846,8957,9064,9174,9234,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,106,109,59,54,76", + "endOffsets": "318,3137,3215,3299,3394,3483,4319,4439,4520,4584,4676,4755,4815,4905,4969,5040,5103,5178,5242,5296,5423,5481,5543,5597,5676,5817,5904,5986,6125,6208,6292,6431,6518,6598,6654,6705,6771,6845,6925,7012,7095,7168,7245,7314,7388,7490,7578,7655,7748,7844,7918,7998,8095,8147,8231,8297,8384,8472,8534,8598,8661,8729,8841,8952,9059,9169,9229,9284,9361" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9366", + "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,9447" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3488,3585,3687,3786,3886,3993,4103,9452", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "3580,3682,3781,3881,3988,4098,4218,9548" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-de_values-de.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,455,563,668,786", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "148,250,350,450,558,663,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3496,3594,3696,3796,3896,4004,4109,9441", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "3589,3691,3791,3891,3999,4104,4222,9537" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2946,3036,3115,3172,3223,3289,3363,3445,3538,3613,3687,3765,3837,3911,4021,4113,4195,4284,4373,4447,4525,4611,4666,4745,4812,4892,4976,5038,5102,5165,5234,5341,5448,5547,5653,5714,5769", + "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,68,69,70,71,72,73", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,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,2941,3031,3110,3167,3218,3284,3358,3440,3533,3608,3682,3760,3832,3906,4016,4108,4190,4279,4368,4442,4520,4606,4661,4740,4807,4887,4971,5033,5097,5160,5229,5336,5443,5542,5648,5709,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4227,4328,4450,4531,4597,4691,4761,4820,4928,4994,5063,5121,5193,5257,5311,5439,5499,5561,5615,5693,5830,5922,6006,6151,6235,6321,6454,6544,6623,6680,6731,6797,6871,6953,7046,7121,7195,7273,7345,7419,7529,7621,7703,7792,7881,7955,8033,8119,8174,8253,8320,8400,8484,8546,8610,8673,8742,8849,8956,9055,9161,9222,9277", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81", + "endOffsets": "328,3146,3235,3319,3409,3491,4323,4445,4526,4592,4686,4756,4815,4923,4989,5058,5116,5188,5252,5306,5434,5494,5556,5610,5688,5825,5917,6001,6146,6230,6316,6449,6539,6618,6675,6726,6792,6866,6948,7041,7116,7190,7268,7340,7414,7524,7616,7698,7787,7876,7950,8028,8114,8169,8248,8315,8395,8479,8541,8605,8668,8737,8844,8951,9050,9156,9217,9272,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9359", + "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,9436" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2891,2968,3019,3073,3139,3210,3287,3368,3447,3520,3594,3664,3738,3839,3925,3999,4088,4180,4254,4327,4416,4467,4547,4614,4697,4781,4843,4907,4970,5039,5133,5234,5327,5425,5480,5538", + "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,68,69,70,71,72,73", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,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,2800,2886,2963,3014,3068,3134,3205,3282,3363,3442,3515,3589,3659,3733,3834,3920,3994,4083,4175,4249,4322,4411,4462,4542,4609,4692,4776,4838,4902,4965,5034,5128,5229,5322,5420,5475,5533,5611" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4234,4363,4447,4510,4600,4669,4729,4820,4883,4947,5006,5073,5135,5190,5313,5371,5432,5487,5559,5696,5777,5859,5989,6063,6137,6269,6355,6432,6483,6537,6603,6674,6751,6832,6911,6984,7058,7128,7202,7303,7389,7463,7552,7644,7718,7791,7880,7931,8011,8078,8161,8245,8307,8371,8434,8503,8597,8698,8791,8889,8944,9002", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77", + "endOffsets": "304,3069,3146,3228,3321,3408,4229,4358,4442,4505,4595,4664,4724,4815,4878,4942,5001,5068,5130,5185,5308,5366,5427,5482,5554,5691,5772,5854,5984,6058,6132,6264,6350,6427,6478,6532,6598,6669,6746,6827,6906,6979,7053,7123,7197,7298,7384,7458,7547,7639,7713,7786,7875,7926,8006,8073,8156,8240,8302,8366,8429,8498,8592,8693,8786,8884,8939,8997,9075" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,355,455,556,662,779", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "149,251,350,450,551,657,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3413,3512,3614,3713,3813,3914,4020,9162", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "3507,3609,3708,3808,3909,4015,4132,9258" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9080", + "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,9157" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ldrtl-v17_values-ldrtl-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,556,669,785", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "147,249,348,448,551,664,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3402,3499,3601,3700,3800,3903,4016,9188", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "3494,3596,3695,3795,3898,4011,4127,9284" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9103", + "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,9183" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2766,2857,2938,2989,3040,3106,3174,3250,3331,3411,3490,3565,3638,3714,3820,3909,3986,4077,4171,4245,4315,4408,4457,4538,4604,4689,4775,4837,4901,4964,5035,5134,5239,5337,5442,5497,5552", + "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,68,69,70,71,72,73", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,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,2761,2852,2933,2984,3035,3101,3169,3245,3326,3406,3485,3560,3633,3709,3815,3904,3981,4072,4166,4240,4310,4403,4452,4533,4599,4684,4770,4832,4896,4959,5030,5129,5234,5332,5437,5492,5547,5625" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4132,4231,4345,4425,4488,4582,4656,4715,4801,4863,4924,4982,5046,5107,5161,5278,5335,5395,5449,5524,5651,5735,5813,5943,6027,6105,6239,6330,6411,6462,6513,6579,6647,6723,6804,6884,6963,7038,7111,7187,7293,7382,7459,7550,7644,7718,7788,7881,7930,8011,8077,8162,8248,8310,8374,8437,8508,8607,8712,8810,8915,8970,9025", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77", + "endOffsets": "310,3082,3159,3237,3317,3397,4226,4340,4420,4483,4577,4651,4710,4796,4858,4919,4977,5041,5102,5156,5273,5330,5390,5444,5519,5646,5730,5808,5938,6022,6100,6234,6325,6406,6457,6508,6574,6642,6718,6799,6879,6958,7033,7106,7182,7288,7377,7454,7545,7639,7713,7783,7876,7925,8006,8072,8157,8243,8305,8369,8432,8503,8602,8707,8805,8910,8965,9020,9098" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4225,4327,4455,4536,4601,4696,4766,4829,4922,4986,5058,5121,5195,5259,5315,5433,5491,5553,5609,5689,5823,5912,5993,6134,6215,6295,6446,6536,6613,6669,6725,6791,6867,6949,7037,7126,7199,7276,7346,7423,7529,7618,7692,7786,7888,7960,8041,8145,8198,8283,8350,8443,8532,8594,8658,8721,8789,8900,9011,9113,9218,9278,9338", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82", + "endOffsets": "323,3121,3201,3287,3392,3488,4322,4450,4531,4596,4691,4761,4824,4917,4981,5053,5116,5190,5254,5310,5428,5486,5548,5604,5684,5818,5907,5988,6129,6210,6290,6441,6531,6608,6664,6720,6786,6862,6944,7032,7121,7194,7271,7341,7418,7524,7613,7687,7781,7883,7955,8036,8140,8193,8278,8345,8438,8527,8589,8653,8716,8784,8895,9006,9108,9213,9273,9333,9416" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3592,3694,3794,3892,3999,4105,9504", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3587,3689,3789,3887,3994,4100,4220,9600" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9421", + "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,9499" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-am_values-am.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2614,2696,2772,2823,2874,2940,3006,3079,3160,3235,3303,3376,3447,3514,3612,3697,3764,3851,3939,4013,4081,4166,4217,4295,4359,4439,4521,4583,4647,4710,4776,4871,4966,5051,5142,5197,5252", + "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,68,69,70,71,72,73", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,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,2609,2691,2767,2818,2869,2935,3001,3074,3155,3230,3298,3371,3442,3509,3607,3692,3759,3846,3934,4008,4076,4161,4212,4290,4354,4434,4516,4578,4642,4705,4771,4866,4961,5046,5137,5192,5247,5323" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3993,4082,4184,4261,4325,4410,4472,4530,4615,4678,4740,4798,4864,4926,4981,5077,5134,5193,5249,5316,5421,5501,5582,5711,5784,5855,5969,6051,6127,6178,6229,6295,6361,6434,6515,6590,6658,6731,6802,6869,6967,7052,7119,7206,7294,7368,7436,7521,7572,7650,7714,7794,7876,7938,8002,8065,8131,8226,8321,8406,8497,8552,8607", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75", + "endOffsets": "306,2995,3063,3138,3220,3301,4077,4179,4256,4320,4405,4467,4525,4610,4673,4735,4793,4859,4921,4976,5072,5129,5188,5244,5311,5416,5496,5577,5706,5779,5850,5964,6046,6122,6173,6224,6290,6356,6429,6510,6585,6653,6726,6797,6864,6962,7047,7114,7201,7289,7363,7431,7516,7567,7645,7709,7789,7871,7933,7997,8060,8126,8221,8316,8401,8492,8547,8602,8678" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,248,345,444,540,642,742", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "143,243,340,439,535,637,737,838" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3306,3399,3499,3596,3695,3791,3893,8763", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "3394,3494,3591,3690,3786,3888,3988,8859" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8683", + "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,8758" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-land_values-land.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9224", + "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,9300" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,454,559,671,790", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "148,250,351,449,554,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3512,3614,3715,3813,3918,4030,9305", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "3507,3609,3710,3808,3913,4025,4144,9401" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2829,2919,2999,3053,3104,3170,3241,3319,3405,3484,3559,3637,3717,3800,3905,3993,4072,4162,4255,4329,4399,4490,4544,4624,4691,4775,4860,4922,4986,5049,5120,5224,5339,5436,5550,5608,5663", + "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,68,69,70,71,72,73", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,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,2824,2914,2994,3048,3099,3165,3236,3314,3400,3479,3554,3632,3712,3795,3900,3988,4067,4157,4250,4324,4394,4485,4539,4619,4686,4770,4855,4917,4981,5044,5115,5219,5334,5431,5545,5603,5658,5742" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4149,4247,4366,4451,4516,4614,4695,4754,4847,4909,4972,5030,5101,5163,5217,5338,5395,5456,5510,5581,5714,5798,5881,6014,6096,6174,6306,6396,6476,6530,6581,6647,6718,6796,6882,6961,7036,7114,7194,7277,7382,7470,7549,7639,7732,7806,7876,7967,8021,8101,8168,8252,8337,8399,8463,8526,8597,8701,8816,8913,9027,9085,9140", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83", + "endOffsets": "310,3081,3158,3237,3324,3409,4242,4361,4446,4511,4609,4690,4749,4842,4904,4967,5025,5096,5158,5212,5333,5390,5451,5505,5576,5709,5793,5876,6009,6091,6169,6301,6391,6471,6525,6576,6642,6713,6791,6877,6956,7031,7109,7189,7272,7377,7465,7544,7634,7727,7801,7871,7962,8016,8096,8163,8247,8332,8394,8458,8521,8592,8696,8811,8908,9022,9080,9135,9219" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2873,2963,3040,3097,3148,3214,3292,3375,3463,3539,3614,3693,3766,3837,3946,4040,4118,4207,4297,4371,4452,4539,4592,4671,4738,4819,4903,4965,5029,5092,5163,5271,5383,5485,5596,5657,5712", + "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,68,69,70,71,72,73", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,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,2868,2958,3035,3092,3143,3209,3287,3370,3458,3534,3609,3688,3761,3832,3941,4035,4113,4202,4292,4366,4447,4534,4587,4666,4733,4814,4898,4960,5024,5087,5158,5266,5378,5480,5591,5652,5707,5788" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4212,4309,4431,4512,4576,4665,4744,4807,4900,4962,5028,5086,5159,5223,5279,5401,5458,5520,5576,5652,5786,5871,5957,6095,6176,6255,6379,6469,6546,6603,6654,6720,6798,6881,6969,7045,7120,7199,7272,7343,7452,7546,7624,7713,7803,7877,7958,8045,8098,8177,8244,8325,8409,8471,8535,8598,8669,8777,8889,8991,9102,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80", + "endOffsets": "314,3122,3204,3281,3379,3473,4304,4426,4507,4571,4660,4739,4802,4895,4957,5023,5081,5154,5218,5274,5396,5453,5515,5571,5647,5781,5866,5952,6090,6171,6250,6374,6464,6541,6598,6649,6715,6793,6876,6964,7040,7115,7194,7267,7338,7447,7541,7619,7708,7798,7872,7953,8040,8093,8172,8239,8320,8404,8466,8530,8593,8664,8772,8884,8986,9097,9158,9213,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9299", + "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,9377" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,359,459,566,670,789", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "152,254,354,454,561,665,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3478,3580,3682,3782,3882,3989,4093,9382", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "3575,3677,3777,3877,3984,4088,4207,9478" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,72,73,74,75,76,77", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3029,3118,3194,3247,3301,3367,3445,3525,3609,3691,3763,3837,3910,3980,4089,4180,4251,4341,4436,4510,4593,4686,4735,4816,4885,4971,5056,5118,5182,5245,5314,5423,5533,5630,5730,5787,5845", + "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,72,73,74,75,76,77", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,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,3024,3113,3189,3242,3296,3362,3440,3520,3604,3686,3758,3832,3905,3975,4084,4175,4246,4336,4431,4505,4588,4681,4730,4811,4880,4966,5051,5113,5177,5240,5309,5418,5528,5625,5725,5782,5840,5920" + }, + "to": { + "startLines": "2,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4294,4395,4514,4591,4654,4745,4814,4881,4981,5044,5109,5170,5238,5300,5358,5472,5532,5593,5650,5723,5846,5927,6007,6155,6236,6317,6445,6534,6610,6663,6717,6783,6861,6941,7025,7107,7179,7253,7326,7396,7505,7596,7667,7757,7852,7926,8009,8102,8151,8232,8301,8387,8472,8534,8598,8661,8730,8839,8949,9046,9146,9203,9261", + "endLines": "9,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79", + "endOffsets": "510,3242,3318,3402,3494,3577,4390,4509,4586,4649,4740,4809,4876,4976,5039,5104,5165,5233,5295,5353,5467,5527,5588,5645,5718,5841,5922,6002,6150,6231,6312,6440,6529,6605,6658,6712,6778,6856,6936,7020,7102,7174,7248,7321,7391,7500,7591,7662,7752,7847,7921,8004,8097,8146,8227,8296,8382,8467,8529,8593,8656,8725,8834,8944,9041,9141,9198,9256,9336" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,112", + "startColumns": "4,4,4,4,4,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,9341", + "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,9418" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,250,345,448,551,653,767", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "143,245,340,443,546,648,762,863" + }, + "to": { + "startLines": "42,43,44,45,46,47,48,113", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3582,3675,3777,3872,3975,4078,4180,9423", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "3670,3772,3867,3970,4073,4175,4289,9519" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-es_values-es.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2949,3039,3119,3175,3231,3297,3376,3458,3546,3635,3709,3786,3856,3935,4035,4119,4203,4295,4395,4469,4550,4652,4705,4790,4857,4950,5039,5101,5165,5228,5296,5409,5516,5620,5721,5781,5841", + "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,68,69,70,71,72,73", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,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,2944,3034,3114,3170,3226,3292,3371,3453,3541,3630,3704,3781,3851,3930,4030,4114,4198,4290,4390,4464,4545,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5404,5511,5615,5716,5776,5836,5919" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4339,4461,4542,4607,4702,4783,4846,4935,4999,5068,5131,5205,5269,5325,5443,5501,5563,5619,5699,5838,5927,6009,6150,6231,6311,6462,6552,6632,6688,6744,6810,6889,6971,7059,7148,7222,7299,7369,7448,7548,7632,7716,7808,7908,7982,8063,8165,8218,8303,8370,8463,8552,8614,8678,8741,8809,8922,9029,9133,9234,9294,9354", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82", + "endOffsets": "323,3135,3214,3301,3402,3498,4334,4456,4537,4602,4697,4778,4841,4930,4994,5063,5126,5200,5264,5320,5438,5496,5558,5614,5694,5833,5922,6004,6145,6226,6306,6457,6547,6627,6683,6739,6805,6884,6966,7054,7143,7217,7294,7364,7443,7543,7627,7711,7803,7903,7977,8058,8160,8213,8298,8365,8458,8547,8609,8673,8736,8804,8917,9024,9128,9229,9289,9349,9432" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3503,3602,3704,3804,3902,4009,4115,9520", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3597,3699,3799,3897,4004,4110,4230,9616" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9437", + "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,9515" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,358,459,564,669,782", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "150,252,353,454,559,664,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3591,3691,3793,3894,3995,4100,4205,9474", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "3686,3788,3889,3990,4095,4200,4313,9570" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2954,3042,3120,3177,3228,3294,3366,3442,3532,3615,3688,3765,3846,3920,4029,4119,4198,4289,4385,4459,4540,4635,4689,4771,4837,4924,5010,5072,5136,5199,5272,5379,5489,5587,5693,5754,5809", + "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,70,71,72,73,74,75", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,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,2949,3037,3115,3172,3223,3289,3361,3437,3527,3610,3683,3760,3841,3915,4024,4114,4193,4284,4380,4454,4535,4630,4684,4766,4832,4919,5005,5067,5131,5194,5267,5374,5484,5582,5688,5749,5804,5886" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4414,4530,4613,4680,4771,4837,4900,4988,5050,5117,5175,5246,5305,5359,5473,5533,5596,5650,5723,5842,5928,6011,6150,6235,6322,6455,6543,6621,6678,6729,6795,6867,6943,7033,7116,7189,7266,7347,7421,7530,7620,7699,7790,7886,7960,8041,8136,8190,8272,8338,8425,8511,8573,8637,8700,8773,8880,8990,9088,9194,9255,9310", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81", + "endOffsets": "419,3221,3299,3387,3495,3586,4409,4525,4608,4675,4766,4832,4895,4983,5045,5112,5170,5241,5300,5354,5468,5528,5591,5645,5718,5837,5923,6006,6145,6230,6317,6450,6538,6616,6673,6724,6790,6862,6938,7028,7111,7184,7261,7342,7416,7525,7615,7694,7785,7881,7955,8036,8131,8185,8267,8333,8420,8506,8568,8632,8695,8768,8875,8985,9083,9189,9250,9305,9387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9392", + "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,9469" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,449,551,657,768", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "147,249,347,444,546,652,763,864" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3424,3521,3623,3721,3818,3920,4026,9198", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "3516,3618,3716,3813,3915,4021,4132,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2889,2965,3018,3072,3138,3208,3285,3368,3448,3519,3594,3672,3743,3844,3929,4018,4113,4206,4278,4350,4446,4498,4584,4651,4735,4825,4887,4951,5014,5084,5178,5280,5369,5469,5526,5584", + "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,68,69,70,71,72,73", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,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,2797,2884,2960,3013,3067,3133,3203,3280,3363,3443,3514,3589,3667,3738,3839,3924,4013,4108,4201,4273,4345,4441,4493,4579,4646,4730,4820,4882,4946,5009,5079,5173,5275,5364,5464,5521,5579,5658" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4233,4345,4427,4491,4582,4659,4720,4811,4874,4937,4996,5065,5128,5182,5290,5348,5410,5464,5537,5658,5742,5833,5973,6050,6126,6257,6344,6420,6473,6527,6593,6663,6740,6823,6903,6974,7049,7127,7198,7299,7384,7473,7568,7661,7733,7805,7901,7953,8039,8106,8190,8280,8342,8406,8469,8539,8633,8735,8824,8924,8981,9039", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78", + "endOffsets": "310,3077,3152,3229,3328,3419,4228,4340,4422,4486,4577,4654,4715,4806,4869,4932,4991,5060,5123,5177,5285,5343,5405,5459,5532,5653,5737,5828,5968,6045,6121,6252,6339,6415,6468,6522,6588,6658,6735,6818,6898,6969,7044,7122,7193,7294,7379,7468,7563,7656,7728,7800,7896,7948,8034,8101,8185,8275,8337,8401,8464,8534,8628,8730,8819,8919,8976,9034,9113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9118", + "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,9193" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-my_values-my.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2910,3002,3079,3137,3188,3254,3326,3408,3490,3568,3643,3717,3789,3868,3976,4073,4154,4240,4332,4406,4485,4571,4625,4701,4769,4852,4933,4995,5059,5122,5190,5302,5413,5517,5630,5691,5746", + "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,68,69,70,71,72,73", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,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,2905,2997,3074,3132,3183,3249,3321,3403,3485,3563,3638,3712,3784,3863,3971,4068,4149,4235,4327,4401,4480,4566,4620,4696,4764,4847,4928,4990,5054,5117,5185,5297,5408,5512,5625,5686,5741,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4395,4524,4609,4674,4764,4839,4898,4989,5052,5117,5176,5247,5309,5366,5485,5543,5604,5659,5732,5864,5955,6044,6185,6263,6340,6463,6555,6632,6690,6741,6807,6879,6961,7043,7121,7196,7270,7342,7421,7529,7626,7707,7793,7885,7959,8038,8124,8178,8254,8322,8405,8486,8548,8612,8675,8743,8855,8966,9070,9183,9244,9299", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81", + "endOffsets": "330,3192,3291,3367,3458,3542,4390,4519,4604,4669,4759,4834,4893,4984,5047,5112,5171,5242,5304,5361,5480,5538,5599,5654,5727,5859,5950,6039,6180,6258,6335,6458,6550,6627,6685,6736,6802,6874,6956,7038,7116,7191,7265,7337,7416,7524,7621,7702,7788,7880,7954,8033,8119,8173,8249,8317,8400,8481,8543,8607,8670,8738,8850,8961,9065,9178,9239,9294,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,262,365,467,572,678,797", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "153,257,360,462,567,673,792,893" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3547,3650,3754,3857,3959,4064,4170,9467", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "3645,3749,3852,3954,4059,4165,4284,9563" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values_values.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\0ab694da2b7bc2a921770195ae16fc16\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml", + "from": { + "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370", + "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466" + }, + "to": { + "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,105,106,107,108,110,114,115,116,119,129,139,167,168,173,174,179,184,185,186,191,192,197,198,203,204,205,211,212,213,218,224,225,239,240,246,247,248,249,252,255,258,259,262,265,266,267,268,269,272,275,276,277,278,284,289,292,295,296,297,302,303,304,307,310,311,314,317,320,323,324,325,328,331,332,337,338,344,349,352,355,356,357,358,359,360,361,362,363,364,365,366,382,463,464,465,466,471,478,484,485,486,489,494,496,504,505,526,533,570,571,575,576,586,587,588,594,597,603,607,608,609,610,611,620,1809,1864,10514,10679,10807,10813,10817,10966,11201,11427,11454,11479,11502,11505,11508,11511,11538,11565,11582,12242,12250,12263,12279,12283,12313,12326,12330,12490,12500,12554,12815,12839,13033,13405,13442,13477,13532,13549", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,5544,5596,5657,5719,5826,5959,6011,6061,6222,6629,7052,8994,9053,9250,9307,9502,9683,9737,9794,9986,10044,10240,10296,10490,10547,10598,10820,10872,10927,11117,11333,11383,12132,12188,12394,12455,12515,12585,12718,12849,12977,13045,13174,13300,13362,13425,13493,13560,13683,13808,13875,13940,14005,14294,14475,14596,14717,14783,14850,15060,15129,15195,15320,15446,15513,15639,15766,15891,16018,16074,16139,16265,16388,16453,16661,16728,17016,17196,17316,17436,17501,17563,17625,17689,17751,17810,17870,17931,17992,18051,18111,18771,23714,23765,23814,23862,24149,24441,24671,24718,24778,24884,25064,25176,25511,25565,26730,27077,29407,29458,29667,29719,30094,30153,30207,30445,30623,30825,30964,31010,31065,31110,31154,31502,120487,123374,683710,689828,695493,695868,696035,701265,712118,719693,721038,721892,722762,722828,722907,722982,723766,724657,725476,750213,750618,751089,751880,752043,753404,753968,754121,759196,759614,762007,771031,771719,779115,793526,794269,795690,798007,798749", + "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,105,106,107,108,113,114,115,116,128,136,139,167,172,173,178,183,184,185,190,191,196,197,202,203,204,210,211,212,217,223,224,225,239,245,246,247,248,251,254,257,258,261,264,265,266,267,268,271,274,275,276,277,283,288,291,294,295,296,301,302,303,306,309,310,313,316,319,322,323,324,327,330,331,336,337,343,348,351,354,355,356,357,358,359,360,361,362,363,364,365,381,387,463,464,465,466,477,483,484,485,488,493,494,503,504,505,526,533,570,571,575,584,586,587,593,594,602,606,607,608,609,610,619,623,1809,1864,10678,10806,10812,10816,10965,11110,11213,11442,11478,11501,11504,11507,11510,11537,11564,11581,11667,12249,12262,12278,12282,12312,12325,12329,12339,12499,12543,12565,12818,12841,13048,13441,13476,13483,13548,13551", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,5591,5652,5714,5760,5954,6006,6056,6107,6624,6936,7092,9048,9245,9302,9497,9678,9732,9789,9981,10039,10235,10291,10485,10542,10593,10815,10867,10922,11112,11328,11378,11430,12183,12389,12450,12510,12580,12713,12844,12972,13040,13169,13295,13357,13420,13488,13555,13678,13803,13870,13935,14000,14289,14470,14591,14712,14778,14845,15055,15124,15190,15315,15441,15508,15634,15761,15886,16013,16069,16134,16260,16383,16448,16656,16723,17011,17191,17311,17431,17496,17558,17620,17684,17746,17805,17865,17926,17987,18046,18106,18766,19017,23760,23809,23857,23915,24436,24666,24713,24773,24879,25059,25113,25506,25560,25616,26771,27119,29453,29512,29714,30044,30148,30202,30440,30495,30820,30959,31005,31060,31105,31149,31497,31634,120523,123414,689823,695488,695863,696030,701260,707386,712810,720439,721887,722757,722823,722902,722977,723761,724652,725471,729408,750613,751084,751875,752038,753399,753963,754116,754575,759609,761622,762298,771176,771834,779757,794264,795685,796038,798744,798845" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\themes.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "64", + "endLines": "6", + "endColumns": "12", + "endOffsets": "419" + }, + "to": { + "startLines": "6358", + "startColumns": "4", + "startOffsets": "445263", + "endLines": "6363", + "endColumns": "12", + "endOffsets": "445613" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2146,2154,2155,2159,2163,2174,2179,2208,2215,2219,2223,2228,2232,2236,2240,2244,2248,2252,2258,2262,2268,2272,2278,2282,2287,2291,2294,2298,2304,2308,2314,2318,2324,2327,2331,2335,2339,2343,2347,2348,2349,2350,2353,2356,2359,2362,2366,2367,2368,2369,2410,2413,2415,2417,2419,2424,2425,2429,2435,2439,2440,2442,2454,2455,2459,2465,2469,2546,2547,2551,2578,2582,2583,2587,4384,4556,4582,4753,4779,4810,4818,4824,4840,4862,4867,4872,4882,4891,4900,4904,4911,4930,4937,4938,4947,4950,4953,4957,4961,4965,4968,4969,4974,4979,4989,4994,5001,5007,5008,5011,5015,5020,5022,5024,5027,5030,5032,5036,5039,5046,5049,5052,5056,5058,5062,5064,5066,5068,5072,5080,5088,5100,5106,5115,5118,5129,5132,5133,5138,5139,5619,5688,5762,5763,5773,5782,5783,5785,5789,5792,5795,5798,5801,5804,5807,5810,5814,5817,5820,5823,5827,5830,5834,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6002,6004,6006,6007,6008,6009,6010,6011,6012,6013,6015,6016,6018,6019,6021,6023,6024,6026,6027,6028,6029,6030,6031,6033,6034,6035,6036,6037,6322,6324,6326,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6342,6343,6344,6345,6346,6347,6348,6350,6354,6522,6523,6524,6525,6526,6527,6531,6532,6533,7074,7076,7078,7080,7082,7084,7085,7086,7087,7089,7091,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7107,7108,7109,7110,7112,7114,7115,7117,7118,7120,7122,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7137,7138,7139,7140,7142,7143,7144,7145,7146,7148,7150,7152,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9159,9234,9237,9240,9243,9257,9263,9379,9382,9411,9438,9447,9511,10114,10164,10486,11214,11668,11692,11730,12077,12098,12222,12544,12550,12577,12803,12842,13013,13340,13484,13496,13525", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "6941,11486,11639,29517,31639,31694,31818,31882,31952,32013,32088,32164,32241,32530,32615,32697,32773,32891,32968,33046,33152,33258,33337,33417,33474,36335,36409,36484,36549,36615,36675,36736,36808,36881,36948,50109,50168,50227,50286,50345,50404,50458,50512,50565,50619,50673,50727,55119,55193,55272,55345,55419,55490,55562,55634,55751,55808,55866,55939,56013,56087,56162,56234,56307,56377,56448,56508,56611,56680,56749,56819,56893,56969,57033,57110,57186,57263,57328,57397,57474,57549,57618,57686,57763,57829,57890,57987,58052,58121,58220,58291,58350,58408,58465,58524,58588,58659,58731,58803,58875,58947,59014,59082,59150,59209,59272,59336,59426,59517,59577,59643,59710,59776,59846,59910,59963,60030,60091,60158,60271,60329,60392,60457,60522,60597,60670,60742,60786,60833,60879,60928,60989,61050,61111,61173,61237,61301,61365,61430,61493,61553,61614,61680,61739,61799,61861,61932,61992,65990,66076,66326,66416,66503,66591,66673,66756,66846,116966,117018,117076,117121,117187,117251,117308,117365,119819,119876,119924,119973,120168,121296,121343,121776,123294,123690,123754,123944,124004,128526,128600,128670,128748,128802,128872,128957,129005,129051,129112,129175,129241,129305,129376,129439,129504,129568,129629,129690,129742,129815,129889,129958,130033,130107,130181,130322,149963,150998,151076,151166,151254,151350,152859,153441,153530,153777,154058,154724,155009,156818,157295,157517,157739,158015,158242,158472,158702,158932,159162,159389,159808,160034,160459,160689,161117,161336,161619,161827,161958,162185,162611,162836,163263,163484,163909,164029,164305,164606,164930,165221,165535,165672,165803,165908,166150,166317,166521,166729,167000,167112,167224,167329,169422,169636,169782,169922,170008,170356,170444,170690,171108,171357,171439,171537,172194,172294,172546,172970,173225,179115,179204,179441,181465,181707,181809,182062,317142,327823,329339,340034,341562,343319,343945,344365,345626,346891,347147,347383,347930,348424,349029,349227,349807,351175,351550,351668,352206,352363,352559,352832,353088,353258,353399,353463,353828,354195,354871,355135,355473,355826,355920,356106,356412,356674,356799,356926,357165,357376,357495,357688,357865,358320,358501,358623,358882,358995,359182,359284,359391,359520,359795,360303,360799,361676,361970,362540,362689,363421,363593,363677,364013,364105,394843,400074,405789,405851,406429,407013,407104,407217,407446,407606,407758,407929,408095,408264,408431,408594,408837,409007,409180,409351,409625,409824,410029,419395,419479,419575,419671,419769,419869,419971,420073,420175,420277,420379,420479,420575,420687,420816,420939,421070,421201,421299,421413,421507,421647,421781,421877,421989,422089,422205,422301,422413,422513,422653,422789,422953,423083,423241,423391,423532,423676,423811,423923,424073,424201,424329,424465,424597,424727,424857,424969,442627,442773,442917,443055,443121,443211,443287,443391,443481,443583,443691,443799,443899,443979,444071,444169,444279,444331,444409,444515,444607,444711,444821,444943,445106,458075,458155,458255,458345,458455,458545,458786,458880,458986,498865,498965,499077,499191,499307,499423,499517,499631,499743,499845,499965,500087,500169,500273,500393,500519,500617,500711,500799,500911,501027,501149,501261,501436,501552,501638,501730,501842,501966,502033,502159,502227,502355,502499,502627,502696,502791,502906,503019,503118,503227,503338,503449,503550,503655,503755,503885,503976,504099,504193,504305,504391,504495,504591,504679,504797,504901,505005,505131,505219,505327,505427,505517,505627,505711,505813,505897,505951,506015,506121,506207,506317,506401,636349,638965,639083,639198,639278,639639,639872,644450,644528,645872,647233,647621,650464,669332,671559,682353,712815,729413,730164,731678,744950,745329,749607,761627,761856,762588,770719,771839,778371,791024,796043,796383,797804", + "endLines": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2153,2154,2158,2162,2166,2178,2184,2214,2218,2222,2227,2231,2235,2239,2243,2247,2251,2257,2261,2267,2271,2277,2281,2286,2290,2293,2297,2303,2307,2313,2317,2323,2326,2330,2334,2338,2342,2346,2347,2348,2349,2352,2355,2358,2361,2365,2366,2367,2368,2369,2412,2414,2416,2418,2423,2424,2428,2434,2438,2439,2441,2453,2454,2458,2464,2468,2469,2546,2550,2577,2581,2582,2586,2614,4555,4581,4752,4778,4809,4817,4823,4839,4861,4866,4871,4881,4890,4899,4903,4910,4929,4936,4937,4946,4949,4952,4956,4960,4964,4967,4968,4973,4978,4988,4993,5000,5006,5007,5010,5014,5019,5021,5023,5026,5029,5031,5035,5038,5045,5048,5051,5055,5057,5061,5063,5065,5067,5071,5079,5087,5099,5105,5114,5117,5128,5131,5132,5137,5138,5143,5687,5757,5762,5772,5781,5782,5784,5788,5791,5794,5797,5800,5803,5806,5809,5813,5816,5819,5822,5826,5829,5833,5837,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6003,6005,6006,6007,6008,6009,6010,6011,6012,6014,6015,6017,6018,6020,6022,6023,6025,6026,6027,6028,6029,6030,6032,6033,6034,6035,6036,6037,6323,6325,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6341,6342,6343,6344,6345,6346,6347,6349,6353,6357,6522,6523,6524,6525,6526,6530,6531,6532,6533,7075,7077,7079,7081,7083,7084,7085,7086,7088,7090,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7106,7107,7108,7109,7111,7113,7114,7116,7117,7119,7121,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7136,7137,7138,7139,7141,7142,7143,7144,7145,7147,7149,7151,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9233,9236,9239,9242,9256,9262,9272,9381,9410,9437,9446,9510,9873,10117,10191,10513,11231,11691,11697,11735,12097,12221,12241,12549,12553,12582,12814,12907,13032,13394,13495,13521,13531", + "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": "6991,11526,11683,29553,31689,31751,31877,31947,32008,32083,32159,32236,32314,32610,32692,32768,32844,32963,33041,33147,33253,33332,33412,33469,33527,36404,36479,36544,36610,36670,36731,36803,36876,36943,37011,50163,50222,50281,50340,50399,50453,50507,50560,50614,50668,50722,50776,55188,55267,55340,55414,55485,55557,55629,55702,55803,55861,55934,56008,56082,56157,56229,56302,56372,56443,56503,56564,56675,56744,56814,56888,56964,57028,57105,57181,57258,57323,57392,57469,57544,57613,57681,57758,57824,57885,57982,58047,58116,58215,58286,58345,58403,58460,58519,58583,58654,58726,58798,58870,58942,59009,59077,59145,59204,59267,59331,59421,59512,59572,59638,59705,59771,59841,59905,59958,60025,60086,60153,60266,60324,60387,60452,60517,60592,60665,60737,60781,60828,60874,60923,60984,61045,61106,61168,61232,61296,61360,61425,61488,61548,61609,61675,61734,61794,61856,61927,61987,62055,66071,66158,66411,66498,66586,66668,66751,66841,66932,117013,117071,117116,117182,117246,117303,117360,117414,119871,119919,119968,120019,120197,121338,121387,121817,123321,123749,123811,123999,124056,128595,128665,128743,128797,128867,128952,129000,129046,129107,129170,129236,129300,129371,129434,129499,129563,129624,129685,129737,129810,129884,129953,130028,130102,130176,130317,130387,150011,151071,151161,151249,151345,151435,153436,153525,153772,154053,154305,155004,155397,157290,157512,157734,158010,158237,158467,158697,158927,159157,159384,159803,160029,160454,160684,161112,161331,161614,161822,161953,162180,162606,162831,163258,163479,163904,164024,164300,164601,164925,165216,165530,165667,165798,165903,166145,166312,166516,166724,166995,167107,167219,167324,167441,169631,169777,169917,170003,170351,170439,170685,171103,171352,171434,171532,172189,172289,172541,172965,173220,173314,179199,179436,181460,181702,181804,182057,184213,327818,329334,340029,341557,343314,343940,344360,345621,346886,347142,347378,347925,348419,349024,349222,349802,351170,351545,351663,352201,352358,352554,352827,353083,353253,353394,353458,353823,354190,354866,355130,355468,355821,355915,356101,356407,356669,356794,356921,357160,357371,357490,357683,357860,358315,358496,358618,358877,358990,359177,359279,359386,359515,359790,360298,360794,361671,361965,362535,362684,363416,363588,363672,364008,364100,364378,400069,405440,405846,406424,407008,407099,407212,407441,407601,407753,407924,408090,408259,408426,408589,408832,409002,409175,409346,409620,409819,410024,410354,419474,419570,419666,419764,419864,419966,420068,420170,420272,420374,420474,420570,420682,420811,420934,421065,421196,421294,421408,421502,421642,421776,421872,421984,422084,422200,422296,422408,422508,422648,422784,422948,423078,423236,423386,423527,423671,423806,423918,424068,424196,424324,424460,424592,424722,424852,424964,425104,442768,442912,443050,443116,443206,443282,443386,443476,443578,443686,443794,443894,443974,444066,444164,444274,444326,444404,444510,444602,444706,444816,444938,445101,445258,458150,458250,458340,458450,458540,458781,458875,458981,459073,498960,499072,499186,499302,499418,499512,499626,499738,499840,499960,500082,500164,500268,500388,500514,500612,500706,500794,500906,501022,501144,501256,501431,501547,501633,501725,501837,501961,502028,502154,502222,502350,502494,502622,502691,502786,502901,503014,503113,503222,503333,503444,503545,503650,503750,503880,503971,504094,504188,504300,504386,504490,504586,504674,504792,504896,505000,505126,505214,505322,505422,505512,505622,505706,505808,505892,505946,506010,506116,506202,506312,506396,506516,638960,639078,639193,639273,639634,639867,640384,644523,645867,647228,647616,650459,660512,669462,672924,683705,713382,730159,730421,731873,745324,749602,750208,761851,762002,762798,771026,774860,779110,793150,796378,797689,798002" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\77427b0cff8a64f0a5078e2d7975f3e5\\transformed\\savedstate-1.2.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1867", + "startColumns": "4", + "startOffsets": "123522", + "endColumns": "53", + "endOffsets": "123571" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1,2", + "startColumns": "4,4", + "startOffsets": "17,70", + "endColumns": "51,54", + "endOffsets": "64,120" + }, + "to": { + "startLines": "1970,2119", + "startColumns": "4,4", + "startOffsets": "130475,150943", + "endColumns": "51,54", + "endOffsets": "130522,150993" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\82ddfecd3f86f9d3d628665f4a4b1f3e\\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": "1799,1832,1869,11379,11384", + "startColumns": "4,4,4,4,4", + "startOffsets": "120024,121711,123626,718525,718695", + "endLines": "1799,1832,1869,11383,11387", + "endColumns": "56,64,63,24,24", + "endOffsets": "120076,121771,123685,718690,718839" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.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,98,99,103,104,105,106,112,122,155,176,209", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,340,406,475,538,608,676,748,818,879,953,1026,1087,1148,1210,1274,1336,1397,1465,1565,1625,1691,1764,1833,1890,1942,2004,2076,2152,2217,2276,2335,2395,2455,2515,2575,2635,2695,2755,2815,2875,2935,2994,3054,3114,3174,3234,3294,3354,3414,3474,3534,3594,3653,3713,3773,3832,3891,3950,4009,4068,4127,4162,4197,4252,4315,4370,4428,4486,4547,4610,4667,4718,4768,4829,4886,4952,4986,5021,5056,5126,5193,5265,5334,5403,5477,5549,5637,5708,5825,6026,6136,6337,6466,6538,6605,6808,7109,8840,9521,10203", + "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,97,98,102,103,104,105,111,121,154,175,208,214", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,335,401,470,533,603,671,743,813,874,948,1021,1082,1143,1205,1269,1331,1392,1460,1560,1620,1686,1759,1828,1885,1937,1999,2071,2147,2212,2271,2330,2390,2450,2510,2570,2630,2690,2750,2810,2870,2930,2989,3049,3109,3169,3229,3289,3349,3409,3469,3529,3589,3648,3708,3768,3827,3886,3945,4004,4063,4122,4157,4192,4247,4310,4365,4423,4481,4542,4605,4662,4713,4763,4824,4881,4947,4981,5016,5051,5121,5188,5260,5329,5398,5472,5544,5632,5703,5820,6021,6131,6332,6461,6533,6600,6803,7104,8835,9516,10198,10365" + }, + "to": { + "startLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6039,6043,6044,6048,7169,7170,10118,10476,11319,11352,11388,11421", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "24089,32319,32391,33532,33597,54987,55056,62350,62420,62488,62560,62630,62691,62765,115988,116049,116110,116172,116236,116298,116359,116427,116527,116587,116653,116726,116795,116852,116904,117696,117768,117844,117909,117968,118027,118087,118147,118207,118267,118327,118387,118447,118507,118567,118627,118686,118746,118806,118866,118926,118986,119046,119106,119166,119226,119286,119345,119405,119465,119524,119583,119642,119701,119760,120268,120303,121822,121877,121940,121995,122053,122111,122172,122235,122292,122343,122393,122454,122511,122577,122611,122993,128136,131766,131833,131905,131974,132043,132117,132189,150872,425109,425226,425427,425537,425738,506521,506593,669467,682052,715888,717619,718844,719526", + "endLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6042,6043,6047,6048,7169,7170,10123,10485,11351,11372,11420,11426", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "24144,32386,32474,33592,33658,55051,55114,62415,62483,62555,62625,62686,62760,62833,116044,116105,116167,116231,116293,116354,116422,116522,116582,116648,116721,116790,116847,116899,116961,117763,117839,117904,117963,118022,118082,118142,118202,118262,118322,118382,118442,118502,118562,118622,118681,118741,118801,118861,118921,118981,119041,119101,119161,119221,119281,119340,119400,119460,119519,119578,119637,119696,119755,119814,120298,120333,121872,121935,121990,122048,122106,122167,122230,122287,122338,122388,122449,122506,122572,122606,122641,123023,128201,131828,131900,131969,132038,132112,132184,132272,150938,425221,425422,425532,425733,425862,506588,506655,669665,682348,717614,718295,719521,719688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\996ccc6c2227a3db3091949c2be3f602\\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": "506,1106,1107,1108,1116,1117,1118,1803,12583", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "25621,66163,66222,66270,66937,67012,67088,120202,762803", + "endLines": "506,1106,1107,1108,1116,1117,1118,1803,12603", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "25672,66217,66265,66321,67007,67083,67155,120263,763638" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\0bf7a246e9741c9530d042e78ca70301\\transformed\\lifecycle-viewmodel-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1868", + "startColumns": "4", + "startOffsets": "123576", + "endColumns": "49", + "endOffsets": "123621" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\35c076c5b91383a7e6aee3de24010652\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "13522", + "startColumns": "4", + "startOffsets": "797694", + "endLines": "13524", + "endColumns": "24", + "endOffsets": "797799" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\c8c94775841c1402aecc3136d1ff739c\\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": "9273,9289,9295,12819,12835", + "startColumns": "4,4,4,4,4", + "startOffsets": "640389,640814,640992,771181,771592", + "endLines": "9288,9294,9304,12834,12838", + "endColumns": "24,24,24,24,24", + "endOffsets": "640809,640987,641271,771587,771714" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\e8f6f8aa20c3a19e14cdb34c84de1f53\\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": "138,141,1055,11232", + "startColumns": "4,4,4,4", + "startOffsets": "6996,7160,62838,713387", + "endLines": "138,141,1055,11235", + "endColumns": "55,47,51,24", + "endOffsets": "7047,7203,62885,713493" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\eee32b0e89f55791c77fe6ee4ee56d5f\\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": "1800,1801,1822,1827,1828,1857,1858,1859,1860,1861", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "120081,120121,121253,121477,121532,123028,123082,123134,123183,123244", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "120116,120163,121291,121527,121574,123077,123129,123178,123239,123289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\a4922fe924155f8d54098579f26076dd\\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": "109,9156,11111,11117", + "startColumns": "4,4,4,4", + "startOffsets": "5765,636204,707391,707602", + "endLines": "109,9158,11116,11200", + "endColumns": "60,12,24,24", + "endOffsets": "5821,636344,707597,712113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\45318ee8bb0721a5f3b8aabb396337f9\\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": "35,652,653,654,655,1044,1045,1046,2167,5517,5519,5522,10124", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1640,33663,33724,33786,33848,62125,62184,62241,154310,388101,388165,388291,669670", + "endLines": "35,652,653,654,655,1044,1045,1046,2173,5518,5521,5524,10151", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1687,33719,33781,33843,33907,62179,62236,62290,154719,388160,388286,388414,670589" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "4,1,3,2", + "startColumns": "4,4,4,4", + "startOffsets": "148,17,103,60", + "endColumns": "50,41,43,41", + "endOffsets": "194,54,142,97" + }, + "to": { + "startLines": "636,641,948,961", + "startColumns": "4,4,4,4", + "startOffsets": "32479,32849,55707,56569", + "endColumns": "50,41,43,41", + "endOffsets": "32525,32886,55746,56606" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,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,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,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,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,1350,1353,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,1414,1415,1416,1417,1418,1422,1426,1430,1434,1435,1439,1447,1454,1462,1465,1475,1484,1493,1502,1503,1504,1505,1511,1512,1513,1514,1515,1516,1522,1523,1524,1525,1526,1531,1532,1536,1537,1543,1547,1548,1549,1550,1560,1561,1562,1566,1567,1573,1577,1578,1581,1582,1586,1587,1590,1591,1592,1593,1856,1863,2123,2129,2392,2399,2659,2665,2728,2810,2862,2944,3006,3088,3152,3204,3286,3294,3300,3311,3315,3319,3332,3347,3363,3370,3376,3393,3406,3426,3443,3452,3457,3464,3484,3497,3514,3520,3526,3533,3537,3543,3557,3560,3570,3571,3572,3620,3624,3628,3632,3633,3634,3637,3653,3660,3674,3719,3720,3726,3730,3734,3739,3746,3752,3753,3756,3760,3765,3778,3782,3787,3792,3797,3800,3803,3806,3810,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3840,3844,3848,3852,3856,3860,3864,3865,3866,3867,3868,3869,3870,3871,3875,3879,3880,3884,3885,3888,3892,3895,3898,3901,3905,3908,3911,3915,3919,3923,3927,3930,3931,3932,3933,3936,3940,3943,3946,3949,3952,3955,3958,3962,3965,3966,3969,3972,3973,3976,3977,3978,3982,3983,3988,3995,4002,4009,4016,4023,4030,4037,4044,4051,4060,4069,4078,4085,4094,4103,4106,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4125,4130,4135,4138,4139,4140,4141,4142,4150,4158,4159,4167,4171,4179,4187,4195,4203,4211,4212,4220,4228,4229,4232,4235,4237,4242,4244,4249,4253,4257,4258,4259,4260,4264,4268,4269,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4292,4296,4297,4301,4302,4303,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4332,4333,4334,4340,4341,4345,4347,4348,4353,4354,4355,4356,4357,4358,4362,4363,4364,4370,4371,4375,4377,4381,4385,4389,4393,4394,4395,4396,4399,4402,4405,4408,4411,4416,4420,4423,4424,4429,4433,4438,4444,4450,4455,4459,4464,4468,4472,4513,4514,4515,4516,4517,4521,4522,4523,4524,4528,4532,4536,4540,4544,4548,4552,4556,4562,4563,4604,4618,4623,4649,4656,4659,4670,4675,4678,4681,4736,4742,4743,4746,4749,4752,4755,4758,4761,4764,4768,4771,4772,4773,4781,4789,4792,4797,4802,4807,4812,4816,4820,4821,4829,4830,4831,4832,4833,4841,4846,4851,4852,4853,4854,4879,4885,4890,4893,4897,4900,4904,4914,4917,4922,4925,4929,4933,4941,4955,4968,4972,4987,4998,5001,5012,5017,5021,5056,5057,5058,5070,5078,5086,5094,5102,5122,5125,5152,5157,5177,5180,5183,5190,5203,5212,5215,5235,5245,5249,5253,5266,5270,5274,5278,5284,5288,5305,5313,5317,5321,5325,5328,5332,5336,5340,5350,5357,5364,5368,5394,5404,5429,5438,5458,5468,5472,5482,5507,5517,5520,5524,5525,5526,5527,5531,5537,5543,5544,5557,5558,5559,5562,5565,5568,5571,5574,5577,5580,5583,5586,5589,5592,5595,5598,5601,5604,5607,5610,5613,5616,5619,5622,5623,5628,5629,5642,5652,5656,5661,5666,5670,5673,5677,5681,5684,5688,5691,5695,5700,5705,5708,5715,5719,5723,5732,5737,5742,5743,5747,5750,5754,5767,5772,5780,5784,5788,5805,5809,5814,5832,5839,5843,5873,5876,5879,5882,5885,5888,5891,5910,5916,5924,5931,5943,5951,5956,5961,5965,5976,5980,5988,5991,5996,5997,5998,5999,6003,6007,6011,6015,6050,6053,6057,6061,6095,6098,6102,6106,6115,6121,6124,6134,6138,6139,6146,6150,6157,6158,6159,6162,6167,6172,6173,6177,6192,6211,6215,6216,6228,6238,6239,6251,6256,6280,6283,6289,6292,6301,6309,6313,6316,6319,6322,6326,6329,6346,6350,6353,6368,6371,6379,6384,6391,6396,6397,6402,6403,6409,6415,6421,6453,6464,6481,6488,6492,6495,6508,6517,6521,6526,6530,6534,6538,6542,6546,6550,6554,6559,6562,6574,6579,6588,6591,6598,6599,6603,6612,6618,6622,6623,6627,6648,6654,6658,6662,6663,6681,6682,6683,6684,6685,6690,6693,6694,6700,6701,6713,6725,6732,6733,6738,6743,6744,6748,6762,6767,6773,6779,6785,6790,6796,6802,6803,6809,6824,6829,6838,6847,6850,6864,6869,6880,6884,6893,6902,6903,6910,6918,6935,6945,6992,7059,7105,7162,7174,7241,7350,7370,7391,7397,7405,7511,7525,7548,7554,7598,7602,7608,7614,7625,7657,7664,7672,7687,7743,7754,7767,7779,7817,7864,7870,7882,7888,7894,7946,7951,7956,7963,7998,8010,8056,8085,8148,8153,8159,8162,8166,8220,8258,8276,8294,8351,8359,8383,8387,8395,8488,8492,8771,8779,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1853,1914,1970,2021,2081,2137,2200,2249,2305,2361,2411,2470,2525,2587,2634,2688,2744,2796,2851,2905,2959,3013,3062,3120,3174,3231,3287,3334,3387,3443,3503,3566,3625,3687,3737,3791,3845,3893,3950,4003,4059,4113,4169,4232,4294,4350,4410,4463,4524,4603,4684,4756,4835,4915,4991,5069,5138,5214,5291,5362,5435,5511,5589,5658,5734,5811,5875,5946,6018,6069,6122,6177,6244,6297,6349,6399,6457,6522,6570,6621,6688,6754,6812,6881,6939,7008,7078,7151,7225,7293,7360,7430,7496,7569,7629,7705,7765,7825,7900,7968,8034,8102,8162,8221,8278,8344,8406,8463,8531,8604,8674,8736,8797,8865,8927,8997,9066,9122,9181,9243,9305,9372,9429,9490,9551,9612,9673,9729,9785,9841,9897,9955,10013,10071,10129,10186,10243,10300,10357,10416,10475,10533,10616,10699,10772,10826,10895,10951,11032,11113,11184,11313,11366,11424,11482,11540,11586,11646,11700,11770,11840,11905,11971,12036,12104,12173,12241,12371,12424,12483,12541,12593,12643,12695,12741,12791,12847,12894,12952,13010,13072,13135,13197,13256,13316,13381,13447,13512,13574,13636,13698,13760,13822,13884,13950,14017,14083,14146,14210,14273,14341,14402,14464,14526,14589,14653,14716,14780,14858,14917,14983,15063,15124,15177,15235,15286,15331,15395,15454,15516,15590,15661,15727,15801,15870,15941,16014,16085,16153,16226,16302,16372,16450,16518,16584,16645,16714,16778,16844,16912,16978,17041,17109,17180,17245,17318,17381,17462,17526,17592,17662,17732,17802,17872,17939,17996,18054,18113,18173,18232,18291,18350,18409,18468,18527,18586,18645,18704,18763,18823,18884,18946,19007,19068,19129,19190,19251,19312,19372,19433,19494,19554,19615,19676,19737,19798,19859,19920,19981,20042,20103,20164,20225,20293,20362,20432,20501,20570,20639,20708,20777,20846,20915,20984,21053,21122,21182,21243,21305,21366,21427,21488,21549,21610,21671,21732,21793,21854,21915,21977,22040,22104,22167,22230,22293,22356,22419,22482,22545,22608,22671,22734,22795,22857,22920,22982,23044,23106,23168,23230,23292,23354,23416,23478,23540,23597,23683,23763,23853,23948,24040,24132,24222,24305,24398,24485,24582,24673,24774,24861,24964,25053,25152,25244,25344,25428,25522,25610,25708,25791,25882,25976,26075,26177,26275,26375,26462,26562,26648,26744,26832,26913,27004,27100,27193,27286,27377,27462,27556,27645,27743,27836,27938,28026,28130,28221,28321,28414,28515,28600,28695,28784,28883,28968,29060,29155,29255,29358,29457,29560,29649,29750,29837,29934,30022,30118,30210,30310,30400,30498,30583,30672,30761,30854,30941,31032,31098,31174,31243,31322,31395,31475,31555,31632,31700,31778,31854,31925,32006,32079,32162,32237,32322,32395,32476,32557,32631,32715,32785,32863,32933,33013,33091,33163,33245,33315,33392,33472,33557,33645,33729,33816,33890,33968,34046,34117,34198,34289,34372,34468,34566,34673,34738,34804,34857,34933,34999,35086,35162,35238,35303,35358,35412,35491,35569,35642,35707,35770,35836,35907,35978,36048,36110,36179,36245,36305,36372,36439,36495,36546,36599,36651,36705,36776,36839,36898,36960,37019,37092,37159,37229,37289,37352,37427,37499,37595,37666,37722,37793,37850,37907,37973,38037,38108,38165,38218,38281,38333,38391,38458,38527,38593,38652,38735,38794,38851,38918,38988,39062,39124,39193,39263,39362,39459,39558,39644,39730,39811,39886,39975,40066,40150,40209,40255,40321,40378,40445,40502,40584,40649,40715,40838,40922,41043,41108,41170,41268,41342,41425,41514,41578,41657,41731,41793,41889,41954,42013,42069,42125,42185,42292,42339,42399,42460,42524,42585,42645,42703,42746,42795,42847,42898,42950,42999,43048,43113,43179,43239,43300,43356,43415,43464,43512,43570,43627,43729,43786,43861,43909,43960,44022,44087,44139,44213,44276,44339,44407,44457,44519,44579,44636,44696,44745,44813,44919,45021,45090,45161,45217,45266,45366,45437,45547,45636,45727,45809,45907,45963,46064,46174,46273,46336,46442,46519,46631,46758,46870,46997,47067,47181,47312,47409,47477,47595,47698,47816,47877,47951,48018,48123,48245,48319,48386,48496,48595,48668,48765,48887,49005,49123,49184,49306,49423,49491,49597,49699,49779,49850,49946,50013,50087,50161,50247,50335,50425,50503,50580,50680,50751,50872,50993,51057,51182,51256,51380,51504,51571,51680,51808,51920,51999,52077,52178,52249,52371,52493,52558,52684,52796,52902,52970,53069,53173,53236,53302,53386,53499,53612,53730,53808,53880,54016,54152,54237,54377,54515,54653,54795,54877,54986,55097,55225,55353,55485,55615,55745,55879,55941,56037,56104,56221,56342,56439,56521,56608,56695,56826,56957,57092,57169,57246,57357,57471,57545,57654,57766,57868,57964,58068,58135,58229,58301,58411,58517,58590,58681,58783,58886,58981,59088,59193,59315,59437,59563,59622,59680,59804,59928,60056,60174,60292,60414,60500,60597,60731,60865,60945,61083,61215,61347,61483,61558,61634,61737,61811,61924,62005,62062,62123,62182,62242,62300,62361,62419,62469,62518,62585,62644,62703,62752,62823,62907,62977,63048,63128,63197,63260,63328,63394,63462,63527,63593,63670,63748,63854,63960,64056,64185,64274,64401,64467,64536,64622,64688,64771,64869,64965,65061,65159,65268,65363,65452,65514,65574,65639,65696,65777,65831,65888,65985,66095,66156,66271,66392,66487,66579,66672,66774,66830,66889,66938,67030,67079,67133,67187,67241,67295,67349,67404,67514,67624,67732,67842,67952,68062,68172,68280,68386,68490,68594,68698,68793,68888,68981,69074,69178,69284,69388,69492,69585,69678,69771,69864,69972,70078,70184,70290,70387,70482,70577,70672,70778,70884,70990,71096,71194,71290,71386,71484,71549,71653,71711,71775,71836,71898,71958,72023,72085,72153,72211,72274,72337,72404,72479,72552,72618,72670,72723,72775,72832,72916,73011,73096,73177,73257,73334,73413,73490,73564,73638,73709,73789,73861,73936,74001,74062,74122,74197,74271,74344,74414,74486,74556,74629,74693,74763,74809,74878,74930,75015,75098,75155,75221,75288,75354,75435,75510,75566,75619,75680,75738,75788,75837,75886,75935,75997,76049,76094,76175,76226,76280,76333,76387,76438,76487,76553,76604,76665,76726,76788,76838,76879,76956,77015,77074,77133,77194,77250,77306,77373,77434,77499,77554,77619,77688,77756,77834,77903,77963,78034,78108,78173,78245,78315,78382,78466,78535,78602,78672,78735,78802,78870,78953,79032,79122,79199,79267,79334,79412,79469,79526,79594,79660,79716,79776,79835,79889,79939,79989,80037,80099,80150,80223,80303,80383,80447,80514,80585,80643,80704,80770,80829,80896,80956,81016,81079,81147,81208,81275,81353,81423,81472,81529,81598,81659,81747,81835,81923,82011,82098,82185,82272,82359,82417,82491,82561,82617,82688,82753,82815,82890,82963,83053,83119,83185,83246,83310,83372,83430,83501,83584,83643,83714,83780,83845,83906,83965,84036,84102,84167,84250,84326,84401,84482,84542,84611,84681,84750,84805,84861,84917,84978,85036,85092,85146,85201,85263,85320,85414,85483,85584,85635,85705,85768,85824,85882,85941,85995,86081,86165,86235,86304,86374,86489,86610,86677,86744,86819,86886,86945,86999,87053,87107,87160,87212,87286,87423,87563,87612,87662,87712,87760,87816,87874,87936,87991,88049,88120,88184,88243,88305,88371,88437,88480,88524,88569,88612,88663,88710,88755,88806,88857,88908,88959,89007,89073,89135,89198,89270,89327,89381,89436,89494,89549,89608,89664,89733,89802,89871,89941,90004,90067,90130,90193,90258,90323,90388,90453,90516,90580,90644,90708,90759,90837,90915,90986,91058,91131,91203,91269,91335,91403,91471,91537,91604,91678,91741,91798,91858,91923,91990,92055,92112,92173,92231,92335,92445,92554,92658,92736,92801,92868,92934,93004,93051,93103,93153,93210,93530,93680,93811,93995,94173,94411,94600,94769,94867,94982,95067,95146,95306,95371,95460,95617,95774,95927,96081,96140,96327,96423,96513,96609,96699,96865,96988,97111,97281,97387,97502,97617,97719,97825,97942,98057,98139,98312,98480,98628,98787,98942,99115,99232,99349,99517,99629,99743,99915,100091,100249,100382,100494,100640,100792,100924,101067,101189,101367,101503,101599,101735,101830,101997,102090,102182,102369,102525,102703,102867,103049,103366,103548,103730,103920,104152,104342,104519,104681,104838,104948,105131,105268,105472,105656,105840,106000,106158,106342,106569,106772,106943,107163,107385,107540,107740,107924,108027,108217,108358,108523,108694,108894,109098,109300,109465,109670,109869,110068,110265,110356,110505,110655,110739,110888,111033,111185,111326,111492,111653,111731,112032,112198,112353,112455,112613,112777,112963,113186,113311,113588,113860,114138,114383,114445,114730,115181,115637,116146,116294,116808,117245,117679,118122,118207,118328,118427,118832,118929,119046,119133,119256,119357,119763,119862,119981,120074,120181,120524,120631,120876,120997,121406,121654,121754,121859,121978,122487,122634,122753,123004,123137,123552,123806,123918,124165,124290,124607,124728,124956,125077,125210,125357,145988,146480,166860,167284,187960,188454,208879,209305,214146,219563,223654,229085,233827,239204,243188,247180,252571,253118,253551,254307,254537,254780,255913,256842,257746,258330,258803,260233,260977,262170,263224,263702,263995,264378,265893,266658,267801,268242,268683,269279,269553,269964,270980,271158,271911,272048,272139,274333,274599,274921,275131,275240,275359,275543,276661,277131,277882,280465,280560,280936,281164,281420,281679,282255,282609,282731,282870,283162,283422,284350,284636,285039,285441,285784,285996,286197,286410,286699,286984,287057,287144,287229,287328,287440,287546,287669,287801,287924,288054,288178,288311,288442,288567,288684,288804,288936,289064,289178,289296,289409,289530,289718,289905,290086,290269,290453,290618,290800,290920,291040,291148,291258,291370,291478,291588,291753,291919,292071,292236,292337,292457,292628,292789,292952,293113,293280,293399,293516,293696,293878,294059,294242,294397,294542,294664,294799,294962,295155,295281,295433,295575,295745,295901,296073,296364,296559,296651,296824,296986,297081,297250,297344,297433,297676,297765,298058,298474,298894,299315,299741,300158,300574,300991,301409,301823,302293,302766,303238,303649,304120,304592,304782,304988,305094,305202,305308,305420,305534,305646,305760,305876,305990,306098,306208,306316,306578,306957,307361,307508,307616,307726,307834,307948,308357,308771,308887,309305,309546,309976,310411,310821,311243,311653,311775,312184,312600,312722,312940,313124,313192,313536,313616,313972,314122,314266,314342,314454,314544,314806,315071,315179,315331,315439,315515,315627,315717,315819,315927,316035,316135,316243,316328,316432,316519,316597,316711,316803,317067,317334,317444,317597,317707,317791,318180,318278,318386,318480,318610,318718,318840,318976,319084,319204,319338,319460,319588,319730,319856,319996,320122,320240,320372,320470,320580,320880,320992,321110,321574,321690,321993,322119,322215,322616,322726,322850,322988,323098,323220,323532,323656,323786,324262,324390,324705,324843,325005,325221,325377,325581,325649,325733,325837,326040,326229,326430,326623,326828,327141,327353,327519,327635,327881,328097,328410,328836,329298,329535,329687,329947,330091,330233,333465,333579,333699,333815,333909,334230,334329,334447,334548,334827,335112,335391,335673,335926,336185,336438,336694,337118,337194,340444,341799,342243,344097,344672,344880,345890,346270,346436,346577,351597,352023,352135,352270,352423,352620,352791,352974,353149,353336,353608,353766,353850,353954,354441,354997,355155,355374,355605,355828,356063,356285,356551,356689,357288,357402,357540,357652,357776,358347,358842,359388,359533,359626,359718,361645,362215,362513,362702,362908,363101,363311,364195,364340,364732,364890,365107,365368,365800,366675,367295,367492,368440,369205,369328,370101,370322,370522,372499,372599,372689,373375,374128,374893,375656,376431,377644,377809,379422,379743,380806,381016,381186,381756,382651,383284,383450,384936,385552,385788,386009,386967,387232,387497,387744,388158,388394,389679,390128,390315,390564,390806,390982,391223,391456,391681,392276,392751,393275,393536,394887,395362,396588,397058,398106,398558,398802,399259,400504,400987,401137,401481,401627,401765,401901,402189,402693,403202,403318,404220,404342,404454,404631,404897,405167,405433,405701,405957,406217,406473,406731,406983,407239,407491,407745,407977,408213,408465,408721,408973,409227,409459,409693,409805,410230,410354,411446,412261,412457,412781,413170,413522,413763,413977,414276,414468,414783,414990,415336,415636,416037,416256,416669,416906,417276,418000,418355,418624,418764,419018,419162,419439,420431,420840,421472,421818,422186,423260,423623,424023,425531,426116,426434,428969,429163,429381,429607,429819,430018,430225,431429,431724,432281,432671,433303,433780,434025,434376,434622,435382,435646,436069,436260,436639,436727,436835,436943,437256,437581,437900,438231,440934,441122,441383,441632,444216,444408,444673,444926,445458,445866,446065,446649,446884,447008,447420,447634,448036,448139,448269,448444,448696,448892,449032,449226,450237,451306,451594,451724,452501,453158,453304,454010,454248,455788,455938,456355,456520,457206,457676,457872,457963,458047,458191,458425,458592,459520,459806,459966,460581,460740,461068,461295,461807,462169,462248,462587,462692,463057,463428,463789,465663,466292,467368,467792,468045,468197,469245,469982,470185,470431,470678,470896,471138,471459,471723,472028,472251,472562,472751,473466,473735,474229,474455,474895,475054,475338,476083,476448,476753,476911,477149,478468,478866,479094,479314,479456,480746,480852,480982,481120,481244,481532,481701,481801,482086,482200,483083,483838,484277,484401,484647,484840,484974,485165,485944,486162,486453,486732,487049,487271,487566,487849,487953,488294,489110,489426,489987,490493,490698,491484,491889,492550,492739,493290,493856,493976,494378,494912,495442,495741,498086,500528,502122,504129,504468,507142,509437,509877,510629,510813,511024,515682,516265,516993,517195,518330,518480,518655,518880,519474,520726,521067,521575,522086,523880,524140,524756,525251,526288,528154,528345,528678,528834,529027,531419,531648,531856,532026,533798,534096,535439,536449,538414,538530,538699,538836,538982,540333,541471,542002,542428,544161,544409,545179,545295,545470,548685,548832,559704,559947,560318,560413,560506,560569,560651,560744,560837,560924,561022,561113,561204,561292,561376,561472,561576,561676,561782,561885,561986,562090,562196,562295,562401,562503,562610,562719,562830,562961,563081,563197,563315,563414,563521,563637,563756,563884,563973,564068,564145,564234,564325,564418,564492,564589,564684,564782,564881,564985,565081,565183,565286,565386,565489,565574,565675,565773,565863,565958,566045,566151,566253,566347,566438,566532,566608,566700,566789,566892,567003,567086,567172,567267,567364,567460,567548,567649,567750,567853,567959,568057,568154,568249,568347,568450,568550,568653,568758,568876,568992,569087,569180,569265,569361,569455,569547,569649,569756,569839,569943,570048,570148,570249,570354,570454,570555,570654,570756,570850,570957,571059,571162,571255,571351,571453,571556,571652,571754,571857,571954,572057,572155,572259,572364,572461,572569,572683,572798,572906,573020,573135,573237,573342,573450,573560,573676,573793,573888,573985,574084,574189,574295,574394,574499,574605,574705,574811,574912,575019,575138,575237,575342,575444,575546,575646,575749,575844,575948,576033,576137,576241,576339,576443,576549,576647,576752,576850,576963,577057,577146,577235,577318,577409,577492,577590,577680,577776,577865,577959,578047,578143,578228,578336,578437,578538,578636,578742,578833,578932,579029,579127,579223,579316,579426,579524,579619,579729,579821,579921,580020,580107,580211,580316,580415,580522,580629,580728,580837,580929,581040,581151,581262,581366,581481,581597,581724,581844,581941,582040,582132,582231,582323,582422,582508,582602,582705,582801,582904,583000,583103,583200,583298,583401,583494,583584,583685,583768,583859,583944,584036,584139,584234,584330,584423,584517,584596,584703,584794,584893,584986,585089,585193,585294,585395,585499,585593,585697,585801,585914,586020,586126,586234,586351,586452,586560,586660,586763,586868,586975,587071,587150,587240,587324,587416,587489,587586,587668,587753,587838,587935,588028,588123,588222,588319,588410,588501,588593,588688,588795,588903,589005,589102,589199,589292,589379,589463,589560,589657,589750,589837,589928,590027,590126,590221,590310,590391,590490,590594,590691,590796,590893,590977,591076,591180,591277,591382,591479,591577,591678,591784,591883,591990,592089,592188,592279,592368,592457,592539,592632,592723,592834,592935,593035,593147,593260,593358,593466,593560,593660,593749,593841,593952,594062,594157,594273,594399,594525,594644,594772,594897,595022,595140,595267,595376,595485,595598,595721,595844,595960,596085,596182,596290,596412,596528,596644,596753,596841,596942,597031,597132,597219,597307,597404,597496,597602,597702,597778", + "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,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,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,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,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,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,1349,1352,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,1413,1414,1415,1416,1417,1421,1425,1429,1433,1434,1438,1446,1453,1461,1464,1474,1483,1492,1501,1502,1503,1504,1510,1511,1512,1513,1514,1515,1521,1522,1523,1524,1525,1530,1531,1535,1536,1542,1546,1547,1548,1549,1559,1560,1561,1565,1566,1572,1576,1577,1580,1581,1585,1586,1589,1590,1591,1592,1855,1862,2122,2128,2391,2398,2658,2664,2727,2809,2861,2943,3005,3087,3151,3203,3285,3293,3299,3310,3314,3318,3331,3346,3362,3369,3375,3392,3405,3425,3442,3451,3456,3463,3483,3496,3513,3519,3525,3532,3536,3542,3556,3559,3569,3570,3571,3619,3623,3627,3631,3632,3633,3636,3652,3659,3673,3718,3719,3725,3729,3733,3738,3745,3751,3752,3755,3759,3764,3777,3781,3786,3791,3796,3799,3802,3805,3809,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3839,3843,3847,3851,3855,3859,3863,3864,3865,3866,3867,3868,3869,3870,3874,3878,3879,3883,3884,3887,3891,3894,3897,3900,3904,3907,3910,3914,3918,3922,3926,3929,3930,3931,3932,3935,3939,3942,3945,3948,3951,3954,3957,3961,3964,3965,3968,3971,3972,3975,3976,3977,3981,3982,3987,3994,4001,4008,4015,4022,4029,4036,4043,4050,4059,4068,4077,4084,4093,4102,4105,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4124,4129,4134,4137,4138,4139,4140,4141,4149,4157,4158,4166,4170,4178,4186,4194,4202,4210,4211,4219,4227,4228,4231,4234,4236,4241,4243,4248,4252,4256,4257,4258,4259,4263,4267,4268,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4291,4295,4296,4300,4301,4302,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4331,4332,4333,4339,4340,4344,4346,4347,4352,4353,4354,4355,4356,4357,4361,4362,4363,4369,4370,4374,4376,4380,4384,4388,4392,4393,4394,4395,4398,4401,4404,4407,4410,4415,4419,4422,4423,4428,4432,4437,4443,4449,4454,4458,4463,4467,4471,4512,4513,4514,4515,4516,4520,4521,4522,4523,4527,4531,4535,4539,4543,4547,4551,4555,4561,4562,4603,4617,4622,4648,4655,4658,4669,4674,4677,4680,4735,4741,4742,4745,4748,4751,4754,4757,4760,4763,4767,4770,4771,4772,4780,4788,4791,4796,4801,4806,4811,4815,4819,4820,4828,4829,4830,4831,4832,4840,4845,4850,4851,4852,4853,4878,4884,4889,4892,4896,4899,4903,4913,4916,4921,4924,4928,4932,4940,4954,4967,4971,4986,4997,5000,5011,5016,5020,5055,5056,5057,5069,5077,5085,5093,5101,5121,5124,5151,5156,5176,5179,5182,5189,5202,5211,5214,5234,5244,5248,5252,5265,5269,5273,5277,5283,5287,5304,5312,5316,5320,5324,5327,5331,5335,5339,5349,5356,5363,5367,5393,5403,5428,5437,5457,5467,5471,5481,5506,5516,5519,5523,5524,5525,5526,5530,5536,5542,5543,5556,5557,5558,5561,5564,5567,5570,5573,5576,5579,5582,5585,5588,5591,5594,5597,5600,5603,5606,5609,5612,5615,5618,5621,5622,5627,5628,5641,5651,5655,5660,5665,5669,5672,5676,5680,5683,5687,5690,5694,5699,5704,5707,5714,5718,5722,5731,5736,5741,5742,5746,5749,5753,5766,5771,5779,5783,5787,5804,5808,5813,5831,5838,5842,5872,5875,5878,5881,5884,5887,5890,5909,5915,5923,5930,5942,5950,5955,5960,5964,5975,5979,5987,5990,5995,5996,5997,5998,6002,6006,6010,6014,6049,6052,6056,6060,6094,6097,6101,6105,6114,6120,6123,6133,6137,6138,6145,6149,6156,6157,6158,6161,6166,6171,6172,6176,6191,6210,6214,6215,6227,6237,6238,6250,6255,6279,6282,6288,6291,6300,6308,6312,6315,6318,6321,6325,6328,6345,6349,6352,6367,6370,6378,6383,6390,6395,6396,6401,6402,6408,6414,6420,6452,6463,6480,6487,6491,6494,6507,6516,6520,6525,6529,6533,6537,6541,6545,6549,6553,6558,6561,6573,6578,6587,6590,6597,6598,6602,6611,6617,6621,6622,6626,6647,6653,6657,6661,6662,6680,6681,6682,6683,6684,6689,6692,6693,6699,6700,6712,6724,6731,6732,6737,6742,6743,6747,6761,6766,6772,6778,6784,6789,6795,6801,6802,6808,6823,6828,6837,6846,6849,6863,6868,6879,6883,6892,6901,6902,6909,6917,6934,6944,6991,7058,7104,7161,7173,7231,7349,7369,7390,7396,7404,7510,7524,7547,7553,7597,7601,7607,7613,7624,7656,7663,7671,7686,7742,7753,7766,7778,7816,7863,7869,7881,7887,7893,7945,7950,7955,7962,7997,8009,8055,8084,8147,8152,8158,8161,8165,8193,8257,8275,8293,8350,8358,8382,8386,8394,8487,8491,8770,8778,8788,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "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,1848,1909,1965,2016,2076,2132,2195,2244,2300,2356,2406,2465,2520,2582,2629,2683,2739,2791,2846,2900,2954,3008,3057,3115,3169,3226,3282,3329,3382,3438,3498,3561,3620,3682,3732,3786,3840,3888,3945,3998,4054,4108,4164,4227,4289,4345,4405,4458,4519,4598,4679,4751,4830,4910,4986,5064,5133,5209,5286,5357,5430,5506,5584,5653,5729,5806,5870,5941,6013,6064,6117,6172,6239,6292,6344,6394,6452,6517,6565,6616,6683,6749,6807,6876,6934,7003,7073,7146,7220,7288,7355,7425,7491,7564,7624,7700,7760,7820,7895,7963,8029,8097,8157,8216,8273,8339,8401,8458,8526,8599,8669,8731,8792,8860,8922,8992,9061,9117,9176,9238,9300,9367,9424,9485,9546,9607,9668,9724,9780,9836,9892,9950,10008,10066,10124,10181,10238,10295,10352,10411,10470,10528,10611,10694,10767,10821,10890,10946,11027,11108,11179,11308,11361,11419,11477,11535,11581,11641,11695,11765,11835,11900,11966,12031,12099,12168,12236,12366,12419,12478,12536,12588,12638,12690,12736,12786,12842,12889,12947,13005,13067,13130,13192,13251,13311,13376,13442,13507,13569,13631,13693,13755,13817,13879,13945,14012,14078,14141,14205,14268,14336,14397,14459,14521,14584,14648,14711,14775,14853,14912,14978,15058,15119,15172,15230,15281,15326,15390,15449,15511,15585,15656,15722,15796,15865,15936,16009,16080,16148,16221,16297,16367,16445,16513,16579,16640,16709,16773,16839,16907,16973,17036,17104,17175,17240,17313,17376,17457,17521,17587,17657,17727,17797,17867,17934,17991,18049,18108,18168,18227,18286,18345,18404,18463,18522,18581,18640,18699,18758,18818,18879,18941,19002,19063,19124,19185,19246,19307,19367,19428,19489,19549,19610,19671,19732,19793,19854,19915,19976,20037,20098,20159,20220,20288,20357,20427,20496,20565,20634,20703,20772,20841,20910,20979,21048,21117,21177,21238,21300,21361,21422,21483,21544,21605,21666,21727,21788,21849,21910,21972,22035,22099,22162,22225,22288,22351,22414,22477,22540,22603,22666,22729,22790,22852,22915,22977,23039,23101,23163,23225,23287,23349,23411,23473,23535,23592,23678,23758,23848,23943,24035,24127,24217,24300,24393,24480,24577,24668,24769,24856,24959,25048,25147,25239,25339,25423,25517,25605,25703,25786,25877,25971,26070,26172,26270,26370,26457,26557,26643,26739,26827,26908,26999,27095,27188,27281,27372,27457,27551,27640,27738,27831,27933,28021,28125,28216,28316,28409,28510,28595,28690,28779,28878,28963,29055,29150,29250,29353,29452,29555,29644,29745,29832,29929,30017,30113,30205,30305,30395,30493,30578,30667,30756,30849,30936,31027,31093,31169,31238,31317,31390,31470,31550,31627,31695,31773,31849,31920,32001,32074,32157,32232,32317,32390,32471,32552,32626,32710,32780,32858,32928,33008,33086,33158,33240,33310,33387,33467,33552,33640,33724,33811,33885,33963,34041,34112,34193,34284,34367,34463,34561,34668,34733,34799,34852,34928,34994,35081,35157,35233,35298,35353,35407,35486,35564,35637,35702,35765,35831,35902,35973,36043,36105,36174,36240,36300,36367,36434,36490,36541,36594,36646,36700,36771,36834,36893,36955,37014,37087,37154,37224,37284,37347,37422,37494,37590,37661,37717,37788,37845,37902,37968,38032,38103,38160,38213,38276,38328,38386,38453,38522,38588,38647,38730,38789,38846,38913,38983,39057,39119,39188,39258,39357,39454,39553,39639,39725,39806,39881,39970,40061,40145,40204,40250,40316,40373,40440,40497,40579,40644,40710,40833,40917,41038,41103,41165,41263,41337,41420,41509,41573,41652,41726,41788,41884,41949,42008,42064,42120,42180,42287,42334,42394,42455,42519,42580,42640,42698,42741,42790,42842,42893,42945,42994,43043,43108,43174,43234,43295,43351,43410,43459,43507,43565,43622,43724,43781,43856,43904,43955,44017,44082,44134,44208,44271,44334,44402,44452,44514,44574,44631,44691,44740,44808,44914,45016,45085,45156,45212,45261,45361,45432,45542,45631,45722,45804,45902,45958,46059,46169,46268,46331,46437,46514,46626,46753,46865,46992,47062,47176,47307,47404,47472,47590,47693,47811,47872,47946,48013,48118,48240,48314,48381,48491,48590,48663,48760,48882,49000,49118,49179,49301,49418,49486,49592,49694,49774,49845,49941,50008,50082,50156,50242,50330,50420,50498,50575,50675,50746,50867,50988,51052,51177,51251,51375,51499,51566,51675,51803,51915,51994,52072,52173,52244,52366,52488,52553,52679,52791,52897,52965,53064,53168,53231,53297,53381,53494,53607,53725,53803,53875,54011,54147,54232,54372,54510,54648,54790,54872,54981,55092,55220,55348,55480,55610,55740,55874,55936,56032,56099,56216,56337,56434,56516,56603,56690,56821,56952,57087,57164,57241,57352,57466,57540,57649,57761,57863,57959,58063,58130,58224,58296,58406,58512,58585,58676,58778,58881,58976,59083,59188,59310,59432,59558,59617,59675,59799,59923,60051,60169,60287,60409,60495,60592,60726,60860,60940,61078,61210,61342,61478,61553,61629,61732,61806,61919,62000,62057,62118,62177,62237,62295,62356,62414,62464,62513,62580,62639,62698,62747,62818,62902,62972,63043,63123,63192,63255,63323,63389,63457,63522,63588,63665,63743,63849,63955,64051,64180,64269,64396,64462,64531,64617,64683,64766,64864,64960,65056,65154,65263,65358,65447,65509,65569,65634,65691,65772,65826,65883,65980,66090,66151,66266,66387,66482,66574,66667,66769,66825,66884,66933,67025,67074,67128,67182,67236,67290,67344,67399,67509,67619,67727,67837,67947,68057,68167,68275,68381,68485,68589,68693,68788,68883,68976,69069,69173,69279,69383,69487,69580,69673,69766,69859,69967,70073,70179,70285,70382,70477,70572,70667,70773,70879,70985,71091,71189,71285,71381,71479,71544,71648,71706,71770,71831,71893,71953,72018,72080,72148,72206,72269,72332,72399,72474,72547,72613,72665,72718,72770,72827,72911,73006,73091,73172,73252,73329,73408,73485,73559,73633,73704,73784,73856,73931,73996,74057,74117,74192,74266,74339,74409,74481,74551,74624,74688,74758,74804,74873,74925,75010,75093,75150,75216,75283,75349,75430,75505,75561,75614,75675,75733,75783,75832,75881,75930,75992,76044,76089,76170,76221,76275,76328,76382,76433,76482,76548,76599,76660,76721,76783,76833,76874,76951,77010,77069,77128,77189,77245,77301,77368,77429,77494,77549,77614,77683,77751,77829,77898,77958,78029,78103,78168,78240,78310,78377,78461,78530,78597,78667,78730,78797,78865,78948,79027,79117,79194,79262,79329,79407,79464,79521,79589,79655,79711,79771,79830,79884,79934,79984,80032,80094,80145,80218,80298,80378,80442,80509,80580,80638,80699,80765,80824,80891,80951,81011,81074,81142,81203,81270,81348,81418,81467,81524,81593,81654,81742,81830,81918,82006,82093,82180,82267,82354,82412,82486,82556,82612,82683,82748,82810,82885,82958,83048,83114,83180,83241,83305,83367,83425,83496,83579,83638,83709,83775,83840,83901,83960,84031,84097,84162,84245,84321,84396,84477,84537,84606,84676,84745,84800,84856,84912,84973,85031,85087,85141,85196,85258,85315,85409,85478,85579,85630,85700,85763,85819,85877,85936,85990,86076,86160,86230,86299,86369,86484,86605,86672,86739,86814,86881,86940,86994,87048,87102,87155,87207,87281,87418,87558,87607,87657,87707,87755,87811,87869,87931,87986,88044,88115,88179,88238,88300,88366,88432,88475,88519,88564,88607,88658,88705,88750,88801,88852,88903,88954,89002,89068,89130,89193,89265,89322,89376,89431,89489,89544,89603,89659,89728,89797,89866,89936,89999,90062,90125,90188,90253,90318,90383,90448,90511,90575,90639,90703,90754,90832,90910,90981,91053,91126,91198,91264,91330,91398,91466,91532,91599,91673,91736,91793,91853,91918,91985,92050,92107,92168,92226,92330,92440,92549,92653,92731,92796,92863,92929,92999,93046,93098,93148,93205,93525,93675,93806,93990,94168,94406,94595,94764,94862,94977,95062,95141,95301,95366,95455,95612,95769,95922,96076,96135,96322,96418,96508,96604,96694,96860,96983,97106,97276,97382,97497,97612,97714,97820,97937,98052,98134,98307,98475,98623,98782,98937,99110,99227,99344,99512,99624,99738,99910,100086,100244,100377,100489,100635,100787,100919,101062,101184,101362,101498,101594,101730,101825,101992,102085,102177,102364,102520,102698,102862,103044,103361,103543,103725,103915,104147,104337,104514,104676,104833,104943,105126,105263,105467,105651,105835,105995,106153,106337,106564,106767,106938,107158,107380,107535,107735,107919,108022,108212,108353,108518,108689,108889,109093,109295,109460,109665,109864,110063,110260,110351,110500,110650,110734,110883,111028,111180,111321,111487,111648,111726,112027,112193,112348,112450,112608,112772,112958,113181,113306,113583,113855,114133,114378,114440,114725,115176,115632,116141,116289,116803,117240,117674,118117,118202,118323,118422,118827,118924,119041,119128,119251,119352,119758,119857,119976,120069,120176,120519,120626,120871,120992,121401,121649,121749,121854,121973,122482,122629,122748,122999,123132,123547,123801,123913,124160,124285,124602,124723,124951,125072,125205,125352,145983,146475,166855,167279,187955,188449,208874,209300,214141,219558,223649,229080,233822,239199,243183,247175,252566,253113,253546,254302,254532,254775,255908,256837,257741,258325,258798,260228,260972,262165,263219,263697,263990,264373,265888,266653,267796,268237,268678,269274,269548,269959,270975,271153,271906,272043,272134,274328,274594,274916,275126,275235,275354,275538,276656,277126,277877,280460,280555,280931,281159,281415,281674,282250,282604,282726,282865,283157,283417,284345,284631,285034,285436,285779,285991,286192,286405,286694,286979,287052,287139,287224,287323,287435,287541,287664,287796,287919,288049,288173,288306,288437,288562,288679,288799,288931,289059,289173,289291,289404,289525,289713,289900,290081,290264,290448,290613,290795,290915,291035,291143,291253,291365,291473,291583,291748,291914,292066,292231,292332,292452,292623,292784,292947,293108,293275,293394,293511,293691,293873,294054,294237,294392,294537,294659,294794,294957,295150,295276,295428,295570,295740,295896,296068,296359,296554,296646,296819,296981,297076,297245,297339,297428,297671,297760,298053,298469,298889,299310,299736,300153,300569,300986,301404,301818,302288,302761,303233,303644,304115,304587,304777,304983,305089,305197,305303,305415,305529,305641,305755,305871,305985,306093,306203,306311,306573,306952,307356,307503,307611,307721,307829,307943,308352,308766,308882,309300,309541,309971,310406,310816,311238,311648,311770,312179,312595,312717,312935,313119,313187,313531,313611,313967,314117,314261,314337,314449,314539,314801,315066,315174,315326,315434,315510,315622,315712,315814,315922,316030,316130,316238,316323,316427,316514,316592,316706,316798,317062,317329,317439,317592,317702,317786,318175,318273,318381,318475,318605,318713,318835,318971,319079,319199,319333,319455,319583,319725,319851,319991,320117,320235,320367,320465,320575,320875,320987,321105,321569,321685,321988,322114,322210,322611,322721,322845,322983,323093,323215,323527,323651,323781,324257,324385,324700,324838,325000,325216,325372,325576,325644,325728,325832,326035,326224,326425,326618,326823,327136,327348,327514,327630,327876,328092,328405,328831,329293,329530,329682,329942,330086,330228,333460,333574,333694,333810,333904,334225,334324,334442,334543,334822,335107,335386,335668,335921,336180,336433,336689,337113,337189,340439,341794,342238,344092,344667,344875,345885,346265,346431,346572,351592,352018,352130,352265,352418,352615,352786,352969,353144,353331,353603,353761,353845,353949,354436,354992,355150,355369,355600,355823,356058,356280,356546,356684,357283,357397,357535,357647,357771,358342,358837,359383,359528,359621,359713,361640,362210,362508,362697,362903,363096,363306,364190,364335,364727,364885,365102,365363,365795,366670,367290,367487,368435,369200,369323,370096,370317,370517,372494,372594,372684,373370,374123,374888,375651,376426,377639,377804,379417,379738,380801,381011,381181,381751,382646,383279,383445,384931,385547,385783,386004,386962,387227,387492,387739,388153,388389,389674,390123,390310,390559,390801,390977,391218,391451,391676,392271,392746,393270,393531,394882,395357,396583,397053,398101,398553,398797,399254,400499,400982,401132,401476,401622,401760,401896,402184,402688,403197,403313,404215,404337,404449,404626,404892,405162,405428,405696,405952,406212,406468,406726,406978,407234,407486,407740,407972,408208,408460,408716,408968,409222,409454,409688,409800,410225,410349,411441,412256,412452,412776,413165,413517,413758,413972,414271,414463,414778,414985,415331,415631,416032,416251,416664,416901,417271,417995,418350,418619,418759,419013,419157,419434,420426,420835,421467,421813,422181,423255,423618,424018,425526,426111,426429,428964,429158,429376,429602,429814,430013,430220,431424,431719,432276,432666,433298,433775,434020,434371,434617,435377,435641,436064,436255,436634,436722,436830,436938,437251,437576,437895,438226,440929,441117,441378,441627,444211,444403,444668,444921,445453,445861,446060,446644,446879,447003,447415,447629,448031,448134,448264,448439,448691,448887,449027,449221,450232,451301,451589,451719,452496,453153,453299,454005,454243,455783,455933,456350,456515,457201,457671,457867,457958,458042,458186,458420,458587,459515,459801,459961,460576,460735,461063,461290,461802,462164,462243,462582,462687,463052,463423,463784,465658,466287,467363,467787,468040,468192,469240,469977,470180,470426,470673,470891,471133,471454,471718,472023,472246,472557,472746,473461,473730,474224,474450,474890,475049,475333,476078,476443,476748,476906,477144,478463,478861,479089,479309,479451,480741,480847,480977,481115,481239,481527,481696,481796,482081,482195,483078,483833,484272,484396,484642,484835,484969,485160,485939,486157,486448,486727,487044,487266,487561,487844,487948,488289,489105,489421,489982,490488,490693,491479,491884,492545,492734,493285,493851,493971,494373,494907,495437,495736,498081,500523,502117,504124,504463,506896,509432,509872,510624,510808,511019,515677,516260,516988,517190,518325,518475,518650,518875,519469,520721,521062,521570,522081,523875,524135,524751,525246,526283,528149,528340,528673,528829,529022,531414,531643,531851,532021,533793,534091,535434,536444,538409,538525,538694,538831,538977,539662,541466,541997,542423,544156,544404,545174,545290,545465,548680,548827,559699,559942,560313,560408,560501,560564,560646,560739,560832,560919,561017,561108,561199,561287,561371,561467,561571,561671,561777,561880,561981,562085,562191,562290,562396,562498,562605,562714,562825,562956,563076,563192,563310,563409,563516,563632,563751,563879,563968,564063,564140,564229,564320,564413,564487,564584,564679,564777,564876,564980,565076,565178,565281,565381,565484,565569,565670,565768,565858,565953,566040,566146,566248,566342,566433,566527,566603,566695,566784,566887,566998,567081,567167,567262,567359,567455,567543,567644,567745,567848,567954,568052,568149,568244,568342,568445,568545,568648,568753,568871,568987,569082,569175,569260,569356,569450,569542,569644,569751,569834,569938,570043,570143,570244,570349,570449,570550,570649,570751,570845,570952,571054,571157,571250,571346,571448,571551,571647,571749,571852,571949,572052,572150,572254,572359,572456,572564,572678,572793,572901,573015,573130,573232,573337,573445,573555,573671,573788,573883,573980,574079,574184,574290,574389,574494,574600,574700,574806,574907,575014,575133,575232,575337,575439,575541,575641,575744,575839,575943,576028,576132,576236,576334,576438,576544,576642,576747,576845,576958,577052,577141,577230,577313,577404,577487,577585,577675,577771,577860,577954,578042,578138,578223,578331,578432,578533,578631,578737,578828,578927,579024,579122,579218,579311,579421,579519,579614,579724,579816,579916,580015,580102,580206,580311,580410,580517,580624,580723,580832,580924,581035,581146,581257,581361,581476,581592,581719,581839,581936,582035,582127,582226,582318,582417,582503,582597,582700,582796,582899,582995,583098,583195,583293,583396,583489,583579,583680,583763,583854,583939,584031,584134,584229,584325,584418,584512,584591,584698,584789,584888,584981,585084,585188,585289,585390,585494,585588,585692,585796,585909,586015,586121,586229,586346,586447,586555,586655,586758,586863,586970,587066,587145,587235,587319,587411,587484,587581,587663,587748,587833,587930,588023,588118,588217,588314,588405,588496,588588,588683,588790,588898,589000,589097,589194,589287,589374,589458,589555,589652,589745,589832,589923,590022,590121,590216,590305,590386,590485,590589,590686,590791,590888,590972,591071,591175,591272,591377,591474,591572,591673,591779,591878,591985,592084,592183,592274,592363,592452,592534,592627,592718,592829,592930,593030,593142,593255,593353,593461,593555,593655,593744,593836,593947,594057,594152,594268,594394,594520,594639,594767,594892,595017,595135,595262,595371,595480,595593,595716,595839,595955,596080,596177,596285,596407,596523,596639,596748,596836,596937,597026,597127,597214,597302,597399,597491,597597,597697,597773,597850" + }, + "to": { + "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,518,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1938,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2049,2052,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2111,2114,2115,2116,2117,2125,2129,2133,2137,2141,2142,2185,2193,2200,2370,2373,2383,2392,2401,2470,2471,2472,2473,2479,2480,2481,2482,2483,2484,2490,2491,2492,2493,2494,2499,2500,2504,2505,2511,2515,2516,2517,2518,2528,2529,2530,2534,2535,2541,2545,2615,2618,2619,2623,2624,2627,2628,2629,2630,2893,2900,3160,3166,3429,3436,3696,3702,3765,3847,3899,3981,4043,4125,4189,4241,4323,4331,4337,4348,4352,4356,4369,5144,5160,5167,5173,5190,5203,5223,5240,5249,5254,5261,5281,5294,5311,5317,5323,5330,5334,5340,5354,5357,5367,5368,5369,5417,5421,5425,5429,5430,5431,5434,5450,5457,5471,5516,5525,5531,5535,5539,5544,5551,5557,5558,5561,5565,5570,5583,5587,5592,5597,5602,5605,5608,5611,5615,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5860,5864,5868,5872,5876,5880,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5900,5904,5905,5908,5912,5915,5918,5921,5925,5928,5931,5935,5939,5943,5947,5950,5951,5952,5953,5956,5960,5963,5966,5969,5972,5975,5978,6049,6052,6053,6056,6059,6060,6063,6064,6065,6069,6070,6075,6082,6089,6096,6103,6110,6117,6124,6131,6138,6147,6156,6165,6172,6181,6190,6193,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6212,6217,6222,6225,6226,6227,6228,6229,6237,6245,6246,6254,6258,6266,6274,6282,6290,6298,6299,6307,6315,6316,6319,6364,6366,6371,6373,6378,6382,6386,6387,6388,6389,6393,6397,6398,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6421,6425,6426,6430,6431,6432,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6461,6462,6463,6469,6470,6474,6476,6477,6482,6483,6484,6485,6486,6487,6491,6492,6493,6499,6500,6504,6506,6510,6514,6518,6534,6535,6536,6537,6540,6543,6546,6549,6552,6557,6561,6564,6565,6570,6574,6579,6585,6591,6596,6600,6605,6609,6613,6654,6655,6656,6657,6658,6662,6663,6664,6665,6669,6673,6677,6681,6685,6689,6693,6697,6703,6704,6745,6759,6764,6790,6797,6800,6811,6816,6819,6822,6877,6883,6884,6887,6890,6893,6896,6899,6902,6905,6909,6912,6913,6914,6922,6930,6933,6938,6943,6948,6953,6957,6961,6962,6970,6971,6972,6973,6974,6982,6987,6992,6993,6994,6995,7020,7026,7031,7034,7038,7041,7045,7055,7058,7063,7066,7070,7171,7179,7193,7206,7210,7225,7236,7239,7250,7255,7259,7294,7295,7296,7308,7316,7324,7332,7340,7360,7363,7390,7395,7415,7418,7421,7428,7441,7450,7453,7473,7483,7487,7491,7504,7508,7512,7516,7522,7526,7543,7551,7555,7559,7563,7566,7570,7574,7578,7588,7595,7602,7606,7632,7642,7667,7676,7696,7706,7710,7720,7745,7755,7758,7762,7763,7764,7765,7769,7775,7781,7782,7795,7796,7797,7800,7803,7806,7809,7812,7815,7818,7821,7824,7827,7830,7833,7836,7839,7842,7845,7848,7851,7854,7857,7860,7861,7866,7867,7880,7890,7894,7899,7904,7908,7911,7915,7919,7922,7926,7929,7933,7938,7943,7946,7953,7957,7961,7970,7975,7980,7981,7985,7988,7992,8005,8010,8018,8022,8026,8043,8047,8052,8070,8077,8081,8111,8114,8117,8120,8123,8126,8129,8148,8154,8162,8169,8181,8189,8194,8199,8203,8214,8218,8226,8229,8234,8235,8236,8237,8241,8245,8249,8253,8288,8291,8295,8299,8333,8336,8340,8344,8353,8359,8362,8372,8376,8377,8384,8388,8395,8396,8397,8400,8405,8410,8411,8415,8430,8449,8453,8454,8466,8476,8477,8489,8494,8518,8521,8527,8530,8539,8547,8551,8554,8557,8560,8564,8567,8584,8588,8591,8606,8609,8617,8622,8629,8634,8635,8640,8641,8647,8653,8659,8691,8702,8719,8726,8730,8733,8746,8755,8759,8764,8768,8772,8776,8780,8784,8788,8792,8797,8800,8812,8817,8826,8829,8836,8837,8841,8850,8856,8860,8861,8865,8886,8892,8896,8900,8901,8919,8920,8921,8922,8923,8928,8931,8932,8938,8939,8951,8963,8970,8971,8976,8981,8982,8986,9000,9005,9011,9017,9023,9028,9034,9040,9041,9047,9062,9067,9076,9085,9088,9102,9107,9118,9122,9131,9140,9141,9148,9305,9322,9332,9874,9941,9987,10044,10056,10192,10301,10321,10342,10348,10356,10462,11236,11259,11265,11309,11313,11373,11443,11698,11736,11743,11751,11766,11822,11833,11846,11858,11896,11943,11949,11961,11967,11973,12025,12030,12035,12042,12340,12352,12398,12427,12566,12571,12604,12607,12611,12640,12678,12696,12714,12771,12779,12908,12912,12920,13049,13053,13332,13395,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3338,3399,3455,3506,3566,3622,3685,3734,3790,3846,3896,3955,4010,4072,4119,4173,4229,4281,4336,4390,4444,4498,4547,4605,4659,4716,4772,4819,4872,4928,4988,5051,5110,5172,5222,5276,5330,5378,5435,5488,6112,6166,7097,7208,7270,7326,7386,7439,7500,7579,7660,7732,7811,7891,7967,8045,8114,8190,8267,8338,8411,8487,8565,8634,8710,8787,8851,8922,11435,11531,11584,11688,11755,11808,11860,11910,11968,12033,12081,19022,19089,19155,19213,19282,19340,19409,19479,19552,19626,19694,19761,19831,19897,19970,20030,20106,20166,20226,20301,20369,20435,20503,20563,20622,20679,20745,20807,20864,20932,21005,21075,21137,21198,21266,21328,21398,21467,21523,21582,21644,21706,21773,21830,21891,21952,22013,22074,22130,22186,22242,22298,22356,22414,22472,22530,22587,22644,22701,22758,22817,22876,22934,23017,23100,23173,23227,23296,23352,23433,23514,23585,23920,23973,24031,25118,25677,25723,25783,25837,25907,25977,26042,26108,26173,26241,26310,26378,26508,26561,26620,26678,26776,26826,26878,26924,26974,27030,27124,27182,27240,27302,27365,27427,27486,27546,27611,27677,27742,27804,27866,27928,27990,28052,28114,28180,28247,28313,28376,28440,28503,28571,28632,28694,28756,28819,28883,28946,29010,29088,29147,29213,29293,29354,29558,29616,30049,30500,30564,31756,33912,33986,34057,34123,34197,34266,34337,34410,34481,34549,34622,34698,34768,34846,34914,34980,35041,35110,35174,35240,35308,35374,35437,35505,35576,35641,35714,35777,35858,35922,35988,36058,36128,36198,36268,37016,37073,37131,37190,37250,37309,37368,37427,37486,37545,37604,37663,37722,37781,37840,37900,37961,38023,38084,38145,38206,38267,38328,38389,38449,38510,38571,38631,38692,38753,38814,38875,38936,38997,39058,39119,39180,39241,39302,39370,39439,39509,39578,39647,39716,39785,39854,39923,39992,40061,40130,40199,40259,40320,40382,40443,40504,40565,40626,40687,40748,40809,40870,40931,40992,41054,41117,41181,41244,41307,41370,41433,41496,41559,41622,41685,41748,41811,41872,41934,41997,42059,42121,42183,42245,42307,42369,42431,42493,42555,42617,42674,42760,42840,42930,43025,43117,43209,43299,43382,43475,43562,43659,43750,43851,43938,44041,44130,44229,44321,44421,44505,44599,44687,44785,44868,44959,45053,45152,45254,45352,45452,45539,45639,45725,45821,45909,45990,46081,46177,46270,46363,46454,46539,46633,46722,46820,46913,47015,47103,47207,47298,47398,47491,47592,47677,47772,47861,47960,48045,48137,48232,48332,48435,48534,48637,48726,48827,48914,49011,49099,49195,49287,49387,49477,49575,49660,49749,49838,49931,50018,50781,50847,50923,50992,51071,51144,51224,51304,51381,51449,51527,51603,51674,51755,51828,51911,51986,52071,52144,52225,52306,52380,52464,52534,52612,52682,52762,52840,52912,52994,53064,53141,53221,53306,53394,53478,53565,53639,53717,53795,53866,53947,54038,54121,54217,54315,54422,54487,54553,54606,54682,54748,54835,54911,62060,62295,62890,62944,63023,63101,63174,63239,63302,63368,63439,63510,63580,63642,63711,63777,63837,63904,63971,64027,64078,64131,64183,64237,64308,64371,64430,64492,64551,64624,64691,64761,64821,64884,64959,65031,65127,65198,65254,65325,65382,65439,65505,65569,65640,65697,65750,65813,65865,65923,67160,67229,67295,67354,67437,67496,67553,67620,67690,67764,67826,67895,67965,68064,68161,68260,68346,68432,68513,68588,68677,68768,68852,68911,68957,69023,69080,69147,69204,69286,69351,69417,69540,69624,69745,69810,69872,69970,70044,70127,70216,70280,70359,70433,70495,70591,70656,70715,70771,70827,70887,70994,71041,71101,71162,71226,71287,71347,71405,71448,71497,71549,71600,71652,71701,71750,71815,71881,71941,72002,72058,72117,72166,72214,72272,72329,72431,72488,72563,72611,72662,72724,72789,72841,72915,72978,73041,73109,73159,73221,73281,73338,73398,73447,73515,73621,73723,73792,73863,73919,73968,74068,74139,74249,74338,74429,74511,74609,74665,74766,74876,74975,75038,75144,75221,75333,75460,75572,75699,75769,75883,76014,76111,76179,76297,76400,76518,76579,76653,76720,76825,76947,77021,77088,77198,77297,77370,77467,77589,77707,77825,77886,78008,78125,78193,78299,78401,78481,78552,78648,78715,78789,78863,78949,79037,79127,79205,79282,79382,79453,79574,79695,79759,79884,79958,80082,80206,80273,80382,80510,80622,80701,80779,80880,80951,81073,81195,81260,81386,81498,81604,81672,81771,81875,81938,82004,82088,82201,82314,82432,82510,82582,82718,82854,82939,83079,83217,83355,83497,83579,83688,83799,83927,84055,84187,84317,84447,84581,84643,84739,84806,84923,85044,85141,85223,85310,85397,85528,85659,85794,85871,85948,86059,86173,86247,86356,86468,86570,86666,86770,86837,86931,87003,87113,87219,87292,87383,87485,87588,87683,87790,87895,88017,88139,88265,88324,88382,88506,88630,88758,88876,88994,89116,89202,89299,89433,89567,89647,89785,89917,90049,90185,90260,90336,90439,90513,90626,90707,90764,90825,90884,90944,91002,91063,91121,91171,91220,91287,91346,91405,91454,91525,91609,91679,91750,91830,91899,91962,92030,92096,92164,92229,92295,92372,92450,92556,92662,92758,92887,92976,93103,93169,93238,93324,93390,93473,93571,93667,93763,93861,93970,94065,94154,94216,94276,94341,94398,94479,94533,94590,94687,94797,94858,94973,95094,95189,95281,95374,95476,95532,95591,95640,95732,95781,95835,95889,95943,95997,96051,96106,96216,96326,96434,96544,96654,96764,96874,96982,97088,97192,97296,97400,97495,97590,97683,97776,97880,97986,98090,98194,98287,98380,98473,98566,98674,98780,98886,98992,99089,99184,99279,99374,99480,99586,99692,99798,99896,99992,100088,100186,100251,100355,100413,100477,100538,100600,100660,100725,100787,100855,100913,100976,101039,101106,101181,101254,101320,101372,101425,101477,101534,101618,101713,101798,101879,101959,102036,102115,102192,102266,102340,102411,102491,102563,102638,102703,102764,102824,102899,102973,103046,103116,103188,103258,103331,103395,103465,103511,103580,103632,103717,103800,103857,103923,103990,104056,104137,104212,104268,104321,104382,104440,104490,104539,104588,104637,104699,104751,104796,104877,104928,104982,105035,105089,105140,105189,105255,105306,105367,105428,105490,105540,105581,105658,105717,105776,105835,105896,105952,106008,106075,106136,106201,106256,106321,106390,106458,106536,106605,106665,106736,106810,106875,106947,107017,107084,107168,107237,107304,107374,107437,107504,107572,107655,107734,107824,107901,107969,108036,108114,108171,108228,108296,108362,108418,108478,108537,108591,108641,108691,108739,108801,108852,108925,109005,109085,109149,109216,109287,109345,109406,109472,109531,109598,109658,109718,109781,109849,109910,109977,110055,110125,110174,110231,110300,110361,110449,110537,110625,110713,110800,110887,110974,111061,111119,111193,111263,111319,111390,111455,111517,111592,111665,111755,111821,111887,111948,112012,112074,112132,112203,112286,112345,112416,112482,112547,112608,112667,112738,112804,112869,112952,113028,113103,113184,113244,113313,113383,113452,113507,113563,113619,113680,113738,113794,113848,113903,113965,114022,114116,114185,114286,114337,114407,114470,114526,114584,114643,114697,114783,114867,114937,115006,115076,115191,115312,115379,115446,115521,115588,115647,115701,115755,115809,115862,115914,117419,117556,120338,120387,120437,120528,120576,120632,120690,120752,120807,120865,120936,121000,121059,121121,121187,121434,121579,121623,121668,122646,122697,122744,122789,122840,122891,122942,123326,123816,123882,124061,124124,124196,124253,124307,124362,124420,124475,124534,124590,124659,124728,124797,124867,124930,124993,125056,125119,125184,125249,125314,125379,125442,125506,125570,125634,125685,125763,125841,125912,125984,126057,126129,126195,126261,126329,126397,126463,126530,126604,126667,126724,126784,126849,126916,126981,127038,127099,127157,127261,127371,127480,127584,127662,127727,127794,127860,127930,127977,128029,128079,128206,130527,130677,130808,130992,131170,131408,131597,132277,132375,132490,132575,132654,132814,132879,132968,133125,133282,133435,133589,133648,133835,133931,134021,134117,134207,134373,134496,134619,134789,134895,135010,135125,135227,135333,135450,135565,135647,135820,135988,136136,136295,136450,136623,136740,136857,137025,137137,137251,137423,137599,137757,137890,138002,138148,138300,138432,138575,138697,138875,139011,139107,139243,139338,139505,139598,139690,139877,140033,140211,140375,140557,140874,141056,141238,141428,141660,141850,142027,142189,142346,142456,142639,142776,142980,143164,143348,143508,143666,143850,144077,144280,144451,144671,144893,145048,145248,145432,145535,145725,145866,146031,146202,146402,146606,146808,146973,147178,147377,147576,147773,147864,148013,148163,148247,148396,148541,148693,148834,149000,149161,149239,149540,149706,149861,150016,150174,150338,150524,150747,151440,151717,151989,152267,152512,152574,155402,155853,156309,167446,167594,168108,168545,168979,173319,173404,173525,173624,174029,174126,174243,174330,174453,174554,174960,175059,175178,175271,175378,175721,175828,176073,176194,176603,176851,176951,177056,177175,177684,177831,177950,178201,178334,178749,179003,184218,184465,184590,184907,185028,185256,185377,185510,185657,206288,206780,227160,227584,248260,248754,269179,269605,274446,279863,283954,289385,294127,299504,303488,307480,312871,313418,313851,314607,314837,315080,316213,364383,365287,365871,366344,367774,368518,369711,370765,371243,371536,371919,373434,374199,375342,375783,376224,376820,377094,377505,378521,378699,379452,379589,379680,381874,382140,382462,382672,382781,382900,383084,384202,384672,385423,388006,388419,388795,389023,389279,389538,390114,390468,390590,390729,391021,391281,392209,392495,392898,393300,393643,393855,394056,394269,394558,405445,405518,405605,405690,410359,410471,410577,410700,410832,410955,411085,411209,411342,411473,411598,411715,411835,411967,412095,412209,412327,412440,412561,412749,412936,413117,413300,413484,413649,413831,413951,414071,414179,414289,414401,414509,414619,414784,414950,415102,415267,415368,415488,415659,415820,415983,416144,416311,416430,416547,416727,416909,417090,417273,417428,417573,417695,417830,417993,418186,418312,418464,418606,418776,418932,419104,425867,426062,426154,426327,426489,426584,426753,426847,426936,427179,427268,427561,427977,428397,428818,429244,429661,430077,430494,430912,431326,431796,432269,432741,433152,433623,434095,434285,434491,434597,434705,434811,434923,435037,435149,435263,435379,435493,435601,435711,435819,436081,436460,436864,437011,437119,437229,437337,437451,437860,438274,438390,438808,439049,439479,439914,440324,440746,441156,441278,441687,442103,442225,442443,445618,445686,446030,446110,446466,446616,446760,446836,446948,447038,447300,447565,447673,447825,447933,448009,448121,448211,448313,448421,448529,448629,448737,448822,448926,449013,449091,449205,449297,449561,449828,449938,450091,450201,450285,450674,450772,450880,450974,451104,451212,451334,451470,451578,451698,451832,451954,452082,452224,452350,452490,452616,452734,452866,452964,453074,453374,453486,453604,454068,454184,454487,454613,454709,455110,455220,455344,455482,455592,455714,456026,456150,456280,456756,456884,457199,457337,457499,457715,457871,459078,459146,459230,459334,459537,459726,459927,460120,460325,460638,460850,461016,461132,461378,461594,461907,462333,462795,463032,463184,463444,463588,463730,466962,467076,467196,467312,467406,467727,467826,467944,468045,468324,468609,468888,469170,469423,469682,469935,470191,470615,470691,473941,475296,475740,477594,478169,478377,479387,479767,479933,480074,485094,485520,485632,485767,485920,486117,486288,486471,486646,486833,487105,487263,487347,487451,487938,488494,488652,488871,489102,489325,489560,489782,490048,490186,490785,490899,491037,491149,491273,491844,492339,492885,493030,493123,493215,495142,495712,496010,496199,496405,496598,496808,497692,497837,498229,498387,498604,506660,507092,507967,508587,508784,509732,510497,510620,511393,511614,511814,513791,513891,513981,514667,515420,516185,516948,517723,518936,519101,520714,521035,522098,522308,522478,523048,523943,524576,524742,526228,526844,527080,527301,528259,528524,528789,529036,529450,529686,530971,531420,531607,531856,532098,532274,532515,532748,532973,533568,534043,534567,534828,536179,536654,537880,538350,539398,539850,540094,540551,541796,542279,542429,542773,542919,543057,543193,543481,543985,544494,544610,545512,545634,545746,545923,546189,546459,546725,546993,547249,547509,547765,548023,548275,548531,548783,549037,549269,549505,549757,550013,550265,550519,550751,550985,551097,551522,551646,552738,553553,553749,554073,554462,554814,555055,555269,555568,555760,556075,556282,556628,556928,557329,557548,557961,558198,558568,559292,559647,559916,560056,560310,560454,560731,561723,562132,562764,563110,563478,564552,564915,565315,566823,567408,567726,570261,570455,570673,570899,571111,571310,571517,572721,573016,573573,573963,574595,575072,575317,575668,575914,576674,576938,577361,577552,577931,578019,578127,578235,578548,578873,579192,579523,582226,582414,582675,582924,585508,585700,585965,586218,586750,587158,587357,587941,588176,588300,588712,588926,589328,589431,589561,589736,589988,590184,590324,590518,591529,592598,592886,593016,593793,594450,594596,595302,595540,597080,597230,597647,597812,598498,598968,599164,599255,599339,599483,599717,599884,600812,601098,601258,601873,602032,602360,602587,603099,603461,603540,603879,603984,604349,604720,605081,606955,607584,608660,609084,609337,609489,610537,611274,611477,611723,611970,612188,612430,612751,613015,613320,613543,613854,614043,614758,615027,615521,615747,616187,616346,616630,617375,617740,618045,618203,618441,619760,620158,620386,620606,620748,622038,622144,622274,622412,622536,622824,622993,623093,623378,623492,624375,625130,625569,625693,625939,626132,626266,626457,627236,627454,627745,628024,628341,628563,628858,629141,629245,629586,630402,630718,631279,631785,631990,632776,633181,633842,634031,634582,635148,635268,635670,641276,641806,642105,660517,662959,664553,666560,666899,672929,675224,675664,676416,676600,676811,681469,713498,714226,714428,715563,715713,718300,720444,730426,731878,732219,732727,733238,735032,735292,735908,736403,737440,739306,739497,739830,739986,740179,742571,742800,743008,743178,754580,754878,756221,757231,762303,762419,763643,763780,763926,765873,767011,767542,767968,769701,769949,774865,774981,775156,779762,779909,790781,793155,798850,798945,799038,799101,799183,799276,799369,799456,799554,799645,799736,799824,799908,800004,800108,800208,800314,800417,800518,800622,800728,800827,800933,801035,801142,801251,801362,801493,801613,801729,801847,801946,802053,802169,802288,802416,802505,802600,802677,802766,802857,802950,803024,803121,803216,803314,803413,803517,803613,803715,803818,803918,804021,804106,804207,804305,804395,804490,804577,804683,804785,804879,804970,805064,805140,805232,805321,805424,805535,805618,805704,805799,805896,805992,806080,806181,806282,806385,806491,806589,806686,806781,806879,806982,807082,807185,807290,807408,807524,807619,807712,807797,807893,807987,808079,808181,808288,808371,808475,808580,808680,808781,808886,808986,809087,809186,809288,809382,809489,809591,809694,809787,809883,809985,810088,810184,810286,810389,810486,810589,810687,810791,810896,810993,811101,811215,811330,811438,811552,811667,811769,811874,811982,812092,812208,812325,812420,812517,812616,812721,812827,812926,813031,813137,813237,813343,813444,813551,813670,813769,813874,813976,814078,814178,814281,814376,814480,814565,814669,814773,814871,814975,815081,815179,815284,815382,815495,815589,815678,815767,815850,815941,816024,816122,816212,816308,816397,816491,816579,816675,816760,816868,816969,817070,817168,817274,817365,817464,817561,817659,817755,817848,817958,818056,818151,818261,818353,818453,818552,818639,818743,818848,818947,819054,819161,819260,819369,819461,819572,819683,819794,819898,820013,820129,820256,820376,820473,820572,820664,820763,820855,820954,821040,821134,821237,821333,821436,821532,821635,821732,821830,821933,822026,822116,822217,822300,822391,822476,822568,822671,822766,822862,822955,823049,823128,823235,823326,823425,823518,823621,823725,823826,823927,824031,824125,824229,824333,824446,824552,824658,824766,824883,824984,825092,825192,825295,825400,825507,825603,825682,825772,825856,825948,826021,826118,826200,826285,826370,826467,826560,826655,826754,826851,826942,827033,827125,827220,827327,827435,827537,827634,827731,827824,827911,827995,828092,828189,828282,828369,828460,828559,828658,828753,828842,828923,829022,829126,829223,829328,829425,829509,829608,829712,829809,829914,830011,830109,830210,830316,830415,830522,830621,830720,830811,830900,830989,831071,831164,831255,831366,831467,831567,831679,831792,831890,831998,832092,832192,832281,832373,832484,832594,832689,832805,832931,833057,833176,833304,833429,833554,833672,833799,833908,834017,834130,834253,834376,834492,834617,834714,834822,834944,835060,835176,835285,835373,835474,835563,835664,835751,835839,835936,836028,836134,836234,836310", + "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,462,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,521,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1941,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2048,2051,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2113,2114,2115,2116,2117,2128,2132,2136,2140,2141,2145,2192,2199,2207,2372,2382,2391,2400,2409,2470,2471,2472,2478,2479,2480,2481,2482,2483,2489,2490,2491,2492,2493,2498,2499,2503,2504,2510,2514,2515,2516,2517,2527,2528,2529,2533,2534,2540,2544,2545,2617,2618,2622,2623,2626,2627,2628,2629,2892,2899,3159,3165,3428,3435,3695,3701,3764,3846,3898,3980,4042,4124,4188,4240,4322,4330,4336,4347,4351,4355,4368,4383,5159,5166,5172,5189,5202,5222,5239,5248,5253,5260,5280,5293,5310,5316,5322,5329,5333,5339,5353,5356,5366,5367,5368,5416,5420,5424,5428,5429,5430,5433,5449,5456,5470,5515,5516,5530,5534,5538,5543,5550,5556,5557,5560,5564,5569,5582,5586,5591,5596,5601,5604,5607,5610,5614,5618,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5859,5863,5867,5871,5875,5879,5883,5884,5885,5886,5887,5888,5889,5890,5894,5898,5899,5903,5904,5907,5911,5914,5917,5920,5924,5927,5930,5934,5938,5942,5946,5949,5950,5951,5952,5955,5959,5962,5965,5968,5971,5974,5977,5981,6051,6052,6055,6058,6059,6062,6063,6064,6068,6069,6074,6081,6088,6095,6102,6109,6116,6123,6130,6137,6146,6155,6164,6171,6180,6189,6192,6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6211,6216,6221,6224,6225,6226,6227,6228,6236,6244,6245,6253,6257,6265,6273,6281,6289,6297,6298,6306,6314,6315,6318,6321,6365,6370,6372,6377,6381,6385,6386,6387,6388,6392,6396,6397,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6420,6424,6425,6429,6430,6431,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6460,6461,6462,6468,6469,6473,6475,6476,6481,6482,6483,6484,6485,6486,6490,6491,6492,6498,6499,6503,6505,6509,6513,6517,6521,6534,6535,6536,6539,6542,6545,6548,6551,6556,6560,6563,6564,6569,6573,6578,6584,6590,6595,6599,6604,6608,6612,6653,6654,6655,6656,6657,6661,6662,6663,6664,6668,6672,6676,6680,6684,6688,6692,6696,6702,6703,6744,6758,6763,6789,6796,6799,6810,6815,6818,6821,6876,6882,6883,6886,6889,6892,6895,6898,6901,6904,6908,6911,6912,6913,6921,6929,6932,6937,6942,6947,6952,6956,6960,6961,6969,6970,6971,6972,6973,6981,6986,6991,6992,6993,6994,7019,7025,7030,7033,7037,7040,7044,7054,7057,7062,7065,7069,7073,7178,7192,7205,7209,7224,7235,7238,7249,7254,7258,7293,7294,7295,7307,7315,7323,7331,7339,7359,7362,7389,7394,7414,7417,7420,7427,7440,7449,7452,7472,7482,7486,7490,7503,7507,7511,7515,7521,7525,7542,7550,7554,7558,7562,7565,7569,7573,7577,7587,7594,7601,7605,7631,7641,7666,7675,7695,7705,7709,7719,7744,7754,7757,7761,7762,7763,7764,7768,7774,7780,7781,7794,7795,7796,7799,7802,7805,7808,7811,7814,7817,7820,7823,7826,7829,7832,7835,7838,7841,7844,7847,7850,7853,7856,7859,7860,7865,7866,7879,7889,7893,7898,7903,7907,7910,7914,7918,7921,7925,7928,7932,7937,7942,7945,7952,7956,7960,7969,7974,7979,7980,7984,7987,7991,8004,8009,8017,8021,8025,8042,8046,8051,8069,8076,8080,8110,8113,8116,8119,8122,8125,8128,8147,8153,8161,8168,8180,8188,8193,8198,8202,8213,8217,8225,8228,8233,8234,8235,8236,8240,8244,8248,8252,8287,8290,8294,8298,8332,8335,8339,8343,8352,8358,8361,8371,8375,8376,8383,8387,8394,8395,8396,8399,8404,8409,8410,8414,8429,8448,8452,8453,8465,8475,8476,8488,8493,8517,8520,8526,8529,8538,8546,8550,8553,8556,8559,8563,8566,8583,8587,8590,8605,8608,8616,8621,8628,8633,8634,8639,8640,8646,8652,8658,8690,8701,8718,8725,8729,8732,8745,8754,8758,8763,8767,8771,8775,8779,8783,8787,8791,8796,8799,8811,8816,8825,8828,8835,8836,8840,8849,8855,8859,8860,8864,8885,8891,8895,8899,8900,8918,8919,8920,8921,8922,8927,8930,8931,8937,8938,8950,8962,8969,8970,8975,8980,8981,8985,8999,9004,9010,9016,9022,9027,9033,9039,9040,9046,9061,9066,9075,9084,9087,9101,9106,9117,9121,9130,9139,9140,9147,9155,9321,9331,9378,9940,9986,10043,10055,10113,10300,10320,10341,10347,10355,10461,10475,11258,11264,11308,11312,11318,11378,11453,11729,11742,11750,11765,11821,11832,11845,11857,11895,11942,11948,11960,11966,11972,12024,12029,12034,12041,12076,12351,12397,12426,12489,12570,12576,12606,12610,12638,12677,12695,12713,12770,12778,12802,12911,12919,13012,13052,13331,13339,13404,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3333,3394,3450,3501,3561,3617,3680,3729,3785,3841,3891,3950,4005,4067,4114,4168,4224,4276,4331,4385,4439,4493,4542,4600,4654,4711,4767,4814,4867,4923,4983,5046,5105,5167,5217,5271,5325,5373,5430,5483,5539,6161,6217,7155,7265,7321,7381,7434,7495,7574,7655,7727,7806,7886,7962,8040,8109,8185,8262,8333,8406,8482,8560,8629,8705,8782,8846,8917,8989,11481,11579,11634,11750,11803,11855,11905,11963,12028,12076,12127,19084,19150,19208,19277,19335,19404,19474,19547,19621,19689,19756,19826,19892,19965,20025,20101,20161,20221,20296,20364,20430,20498,20558,20617,20674,20740,20802,20859,20927,21000,21070,21132,21193,21261,21323,21393,21462,21518,21577,21639,21701,21768,21825,21886,21947,22008,22069,22125,22181,22237,22293,22351,22409,22467,22525,22582,22639,22696,22753,22812,22871,22929,23012,23095,23168,23222,23291,23347,23428,23509,23580,23709,23968,24026,24084,25171,25718,25778,25832,25902,25972,26037,26103,26168,26236,26305,26373,26503,26556,26615,26673,26725,26821,26873,26919,26969,27025,27072,27177,27235,27297,27360,27422,27481,27541,27606,27672,27737,27799,27861,27923,27985,28047,28109,28175,28242,28308,28371,28435,28498,28566,28627,28689,28751,28814,28878,28941,29005,29083,29142,29208,29288,29349,29402,29611,29662,30089,30559,30618,31813,33981,34052,34118,34192,34261,34332,34405,34476,34544,34617,34693,34763,34841,34909,34975,35036,35105,35169,35235,35303,35369,35432,35500,35571,35636,35709,35772,35853,35917,35983,36053,36123,36193,36263,36330,37068,37126,37185,37245,37304,37363,37422,37481,37540,37599,37658,37717,37776,37835,37895,37956,38018,38079,38140,38201,38262,38323,38384,38444,38505,38566,38626,38687,38748,38809,38870,38931,38992,39053,39114,39175,39236,39297,39365,39434,39504,39573,39642,39711,39780,39849,39918,39987,40056,40125,40194,40254,40315,40377,40438,40499,40560,40621,40682,40743,40804,40865,40926,40987,41049,41112,41176,41239,41302,41365,41428,41491,41554,41617,41680,41743,41806,41867,41929,41992,42054,42116,42178,42240,42302,42364,42426,42488,42550,42612,42669,42755,42835,42925,43020,43112,43204,43294,43377,43470,43557,43654,43745,43846,43933,44036,44125,44224,44316,44416,44500,44594,44682,44780,44863,44954,45048,45147,45249,45347,45447,45534,45634,45720,45816,45904,45985,46076,46172,46265,46358,46449,46534,46628,46717,46815,46908,47010,47098,47202,47293,47393,47486,47587,47672,47767,47856,47955,48040,48132,48227,48327,48430,48529,48632,48721,48822,48909,49006,49094,49190,49282,49382,49472,49570,49655,49744,49833,49926,50013,50104,50842,50918,50987,51066,51139,51219,51299,51376,51444,51522,51598,51669,51750,51823,51906,51981,52066,52139,52220,52301,52375,52459,52529,52607,52677,52757,52835,52907,52989,53059,53136,53216,53301,53389,53473,53560,53634,53712,53790,53861,53942,54033,54116,54212,54310,54417,54482,54548,54601,54677,54743,54830,54906,54982,62120,62345,62939,63018,63096,63169,63234,63297,63363,63434,63505,63575,63637,63706,63772,63832,63899,63966,64022,64073,64126,64178,64232,64303,64366,64425,64487,64546,64619,64686,64756,64816,64879,64954,65026,65122,65193,65249,65320,65377,65434,65500,65564,65635,65692,65745,65808,65860,65918,65985,67224,67290,67349,67432,67491,67548,67615,67685,67759,67821,67890,67960,68059,68156,68255,68341,68427,68508,68583,68672,68763,68847,68906,68952,69018,69075,69142,69199,69281,69346,69412,69535,69619,69740,69805,69867,69965,70039,70122,70211,70275,70354,70428,70490,70586,70651,70710,70766,70822,70882,70989,71036,71096,71157,71221,71282,71342,71400,71443,71492,71544,71595,71647,71696,71745,71810,71876,71936,71997,72053,72112,72161,72209,72267,72324,72426,72483,72558,72606,72657,72719,72784,72836,72910,72973,73036,73104,73154,73216,73276,73333,73393,73442,73510,73616,73718,73787,73858,73914,73963,74063,74134,74244,74333,74424,74506,74604,74660,74761,74871,74970,75033,75139,75216,75328,75455,75567,75694,75764,75878,76009,76106,76174,76292,76395,76513,76574,76648,76715,76820,76942,77016,77083,77193,77292,77365,77462,77584,77702,77820,77881,78003,78120,78188,78294,78396,78476,78547,78643,78710,78784,78858,78944,79032,79122,79200,79277,79377,79448,79569,79690,79754,79879,79953,80077,80201,80268,80377,80505,80617,80696,80774,80875,80946,81068,81190,81255,81381,81493,81599,81667,81766,81870,81933,81999,82083,82196,82309,82427,82505,82577,82713,82849,82934,83074,83212,83350,83492,83574,83683,83794,83922,84050,84182,84312,84442,84576,84638,84734,84801,84918,85039,85136,85218,85305,85392,85523,85654,85789,85866,85943,86054,86168,86242,86351,86463,86565,86661,86765,86832,86926,86998,87108,87214,87287,87378,87480,87583,87678,87785,87890,88012,88134,88260,88319,88377,88501,88625,88753,88871,88989,89111,89197,89294,89428,89562,89642,89780,89912,90044,90180,90255,90331,90434,90508,90621,90702,90759,90820,90879,90939,90997,91058,91116,91166,91215,91282,91341,91400,91449,91520,91604,91674,91745,91825,91894,91957,92025,92091,92159,92224,92290,92367,92445,92551,92657,92753,92882,92971,93098,93164,93233,93319,93385,93468,93566,93662,93758,93856,93965,94060,94149,94211,94271,94336,94393,94474,94528,94585,94682,94792,94853,94968,95089,95184,95276,95369,95471,95527,95586,95635,95727,95776,95830,95884,95938,95992,96046,96101,96211,96321,96429,96539,96649,96759,96869,96977,97083,97187,97291,97395,97490,97585,97678,97771,97875,97981,98085,98189,98282,98375,98468,98561,98669,98775,98881,98987,99084,99179,99274,99369,99475,99581,99687,99793,99891,99987,100083,100181,100246,100350,100408,100472,100533,100595,100655,100720,100782,100850,100908,100971,101034,101101,101176,101249,101315,101367,101420,101472,101529,101613,101708,101793,101874,101954,102031,102110,102187,102261,102335,102406,102486,102558,102633,102698,102759,102819,102894,102968,103041,103111,103183,103253,103326,103390,103460,103506,103575,103627,103712,103795,103852,103918,103985,104051,104132,104207,104263,104316,104377,104435,104485,104534,104583,104632,104694,104746,104791,104872,104923,104977,105030,105084,105135,105184,105250,105301,105362,105423,105485,105535,105576,105653,105712,105771,105830,105891,105947,106003,106070,106131,106196,106251,106316,106385,106453,106531,106600,106660,106731,106805,106870,106942,107012,107079,107163,107232,107299,107369,107432,107499,107567,107650,107729,107819,107896,107964,108031,108109,108166,108223,108291,108357,108413,108473,108532,108586,108636,108686,108734,108796,108847,108920,109000,109080,109144,109211,109282,109340,109401,109467,109526,109593,109653,109713,109776,109844,109905,109972,110050,110120,110169,110226,110295,110356,110444,110532,110620,110708,110795,110882,110969,111056,111114,111188,111258,111314,111385,111450,111512,111587,111660,111750,111816,111882,111943,112007,112069,112127,112198,112281,112340,112411,112477,112542,112603,112662,112733,112799,112864,112947,113023,113098,113179,113239,113308,113378,113447,113502,113558,113614,113675,113733,113789,113843,113898,113960,114017,114111,114180,114281,114332,114402,114465,114521,114579,114638,114692,114778,114862,114932,115001,115071,115186,115307,115374,115441,115516,115583,115642,115696,115750,115804,115857,115909,115983,117551,117691,120382,120432,120482,120571,120627,120685,120747,120802,120860,120931,120995,121054,121116,121182,121248,121472,121618,121663,121706,122692,122739,122784,122835,122886,122937,122988,123369,123877,123939,124119,124191,124248,124302,124357,124415,124470,124529,124585,124654,124723,124792,124862,124925,124988,125051,125114,125179,125244,125309,125374,125437,125501,125565,125629,125680,125758,125836,125907,125979,126052,126124,126190,126256,126324,126392,126458,126525,126599,126662,126719,126779,126844,126911,126976,127033,127094,127152,127256,127366,127475,127579,127657,127722,127789,127855,127925,127972,128024,128074,128131,128521,130672,130803,130987,131165,131403,131592,131761,132370,132485,132570,132649,132809,132874,132963,133120,133277,133430,133584,133643,133830,133926,134016,134112,134202,134368,134491,134614,134784,134890,135005,135120,135222,135328,135445,135560,135642,135815,135983,136131,136290,136445,136618,136735,136852,137020,137132,137246,137418,137594,137752,137885,137997,138143,138295,138427,138570,138692,138870,139006,139102,139238,139333,139500,139593,139685,139872,140028,140206,140370,140552,140869,141051,141233,141423,141655,141845,142022,142184,142341,142451,142634,142771,142975,143159,143343,143503,143661,143845,144072,144275,144446,144666,144888,145043,145243,145427,145530,145720,145861,146026,146197,146397,146601,146803,146968,147173,147372,147571,147768,147859,148008,148158,148242,148391,148536,148688,148829,148995,149156,149234,149535,149701,149856,149958,150169,150333,150519,150742,150867,151712,151984,152262,152507,152569,152854,155848,156304,156813,167589,168103,168540,168974,169417,173399,173520,173619,174024,174121,174238,174325,174448,174549,174955,175054,175173,175266,175373,175716,175823,176068,176189,176598,176846,176946,177051,177170,177679,177826,177945,178196,178329,178744,178998,179110,184460,184585,184902,185023,185251,185372,185505,185652,206283,206775,227155,227579,248255,248749,269174,269600,274441,279858,283949,289380,294122,299499,303483,307475,312866,313413,313846,314602,314832,315075,316208,317137,365282,365866,366339,367769,368513,369706,370760,371238,371531,371914,373429,374194,375337,375778,376219,376815,377089,377500,378516,378694,379447,379584,379675,381869,382135,382457,382667,382776,382895,383079,384197,384667,385418,388001,388096,388790,389018,389274,389533,390109,390463,390585,390724,391016,391276,392204,392490,392893,393295,393638,393850,394051,394264,394553,394838,405513,405600,405685,405784,410466,410572,410695,410827,410950,411080,411204,411337,411468,411593,411710,411830,411962,412090,412204,412322,412435,412556,412744,412931,413112,413295,413479,413644,413826,413946,414066,414174,414284,414396,414504,414614,414779,414945,415097,415262,415363,415483,415654,415815,415978,416139,416306,416425,416542,416722,416904,417085,417268,417423,417568,417690,417825,417988,418181,418307,418459,418601,418771,418927,419099,419390,426057,426149,426322,426484,426579,426748,426842,426931,427174,427263,427556,427972,428392,428813,429239,429656,430072,430489,430907,431321,431791,432264,432736,433147,433618,434090,434280,434486,434592,434700,434806,434918,435032,435144,435258,435374,435488,435596,435706,435814,436076,436455,436859,437006,437114,437224,437332,437446,437855,438269,438385,438803,439044,439474,439909,440319,440741,441151,441273,441682,442098,442220,442438,442622,445681,446025,446105,446461,446611,446755,446831,446943,447033,447295,447560,447668,447820,447928,448004,448116,448206,448308,448416,448524,448624,448732,448817,448921,449008,449086,449200,449292,449556,449823,449933,450086,450196,450280,450669,450767,450875,450969,451099,451207,451329,451465,451573,451693,451827,451949,452077,452219,452345,452485,452611,452729,452861,452959,453069,453369,453481,453599,454063,454179,454482,454608,454704,455105,455215,455339,455477,455587,455709,456021,456145,456275,456751,456879,457194,457332,457494,457710,457866,458070,459141,459225,459329,459532,459721,459922,460115,460320,460633,460845,461011,461127,461373,461589,461902,462328,462790,463027,463179,463439,463583,463725,466957,467071,467191,467307,467401,467722,467821,467939,468040,468319,468604,468883,469165,469418,469677,469930,470186,470610,470686,473936,475291,475735,477589,478164,478372,479382,479762,479928,480069,485089,485515,485627,485762,485915,486112,486283,486466,486641,486828,487100,487258,487342,487446,487933,488489,488647,488866,489097,489320,489555,489777,490043,490181,490780,490894,491032,491144,491268,491839,492334,492880,493025,493118,493210,495137,495707,496005,496194,496400,496593,496803,497687,497832,498224,498382,498599,498860,507087,507962,508582,508779,509727,510492,510615,511388,511609,511809,513786,513886,513976,514662,515415,516180,516943,517718,518931,519096,520709,521030,522093,522303,522473,523043,523938,524571,524737,526223,526839,527075,527296,528254,528519,528784,529031,529445,529681,530966,531415,531602,531851,532093,532269,532510,532743,532968,533563,534038,534562,534823,536174,536649,537875,538345,539393,539845,540089,540546,541791,542274,542424,542768,542914,543052,543188,543476,543980,544489,544605,545507,545629,545741,545918,546184,546454,546720,546988,547244,547504,547760,548018,548270,548526,548778,549032,549264,549500,549752,550008,550260,550514,550746,550980,551092,551517,551641,552733,553548,553744,554068,554457,554809,555050,555264,555563,555755,556070,556277,556623,556923,557324,557543,557956,558193,558563,559287,559642,559911,560051,560305,560449,560726,561718,562127,562759,563105,563473,564547,564910,565310,566818,567403,567721,570256,570450,570668,570894,571106,571305,571512,572716,573011,573568,573958,574590,575067,575312,575663,575909,576669,576933,577356,577547,577926,578014,578122,578230,578543,578868,579187,579518,582221,582409,582670,582919,585503,585695,585960,586213,586745,587153,587352,587936,588171,588295,588707,588921,589323,589426,589556,589731,589983,590179,590319,590513,591524,592593,592881,593011,593788,594445,594591,595297,595535,597075,597225,597642,597807,598493,598963,599159,599250,599334,599478,599712,599879,600807,601093,601253,601868,602027,602355,602582,603094,603456,603535,603874,603979,604344,604715,605076,606950,607579,608655,609079,609332,609484,610532,611269,611472,611718,611965,612183,612425,612746,613010,613315,613538,613849,614038,614753,615022,615516,615742,616182,616341,616625,617370,617735,618040,618198,618436,619755,620153,620381,620601,620743,622033,622139,622269,622407,622531,622819,622988,623088,623373,623487,624370,625125,625564,625688,625934,626127,626261,626452,627231,627449,627740,628019,628336,628558,628853,629136,629240,629581,630397,630713,631274,631780,631985,632771,633176,633837,634026,634577,635143,635263,635665,636199,641801,642100,644445,662954,664548,666555,666894,669327,675219,675659,676411,676595,676806,681464,682047,714221,714423,715558,715708,715883,718520,721033,731673,732214,732722,733233,735027,735287,735903,736398,737435,739301,739492,739825,739981,740174,742566,742795,743003,743173,744945,754873,756216,757226,759191,762414,762583,763775,763921,764606,767006,767537,767963,769696,769944,770714,774976,775151,778366,779904,790776,791019,793521,798940,799033,799096,799178,799271,799364,799451,799549,799640,799731,799819,799903,799999,800103,800203,800309,800412,800513,800617,800723,800822,800928,801030,801137,801246,801357,801488,801608,801724,801842,801941,802048,802164,802283,802411,802500,802595,802672,802761,802852,802945,803019,803116,803211,803309,803408,803512,803608,803710,803813,803913,804016,804101,804202,804300,804390,804485,804572,804678,804780,804874,804965,805059,805135,805227,805316,805419,805530,805613,805699,805794,805891,805987,806075,806176,806277,806380,806486,806584,806681,806776,806874,806977,807077,807180,807285,807403,807519,807614,807707,807792,807888,807982,808074,808176,808283,808366,808470,808575,808675,808776,808881,808981,809082,809181,809283,809377,809484,809586,809689,809782,809878,809980,810083,810179,810281,810384,810481,810584,810682,810786,810891,810988,811096,811210,811325,811433,811547,811662,811764,811869,811977,812087,812203,812320,812415,812512,812611,812716,812822,812921,813026,813132,813232,813338,813439,813546,813665,813764,813869,813971,814073,814173,814276,814371,814475,814560,814664,814768,814866,814970,815076,815174,815279,815377,815490,815584,815673,815762,815845,815936,816019,816117,816207,816303,816392,816486,816574,816670,816755,816863,816964,817065,817163,817269,817360,817459,817556,817654,817750,817843,817953,818051,818146,818256,818348,818448,818547,818634,818738,818843,818942,819049,819156,819255,819364,819456,819567,819678,819789,819893,820008,820124,820251,820371,820468,820567,820659,820758,820850,820949,821035,821129,821232,821328,821431,821527,821630,821727,821825,821928,822021,822111,822212,822295,822386,822471,822563,822666,822761,822857,822950,823044,823123,823230,823321,823420,823513,823616,823720,823821,823922,824026,824120,824224,824328,824441,824547,824653,824761,824878,824979,825087,825187,825290,825395,825502,825598,825677,825767,825851,825943,826016,826113,826195,826280,826365,826462,826555,826650,826749,826846,826937,827028,827120,827215,827322,827430,827532,827629,827726,827819,827906,827990,828087,828184,828277,828364,828455,828554,828653,828748,828837,828918,829017,829121,829218,829323,829420,829504,829603,829707,829804,829909,830006,830104,830205,830311,830410,830517,830616,830715,830806,830895,830984,831066,831159,831250,831361,831462,831562,831674,831787,831885,831993,832087,832187,832276,832368,832479,832589,832684,832800,832926,833052,833171,833299,833424,833549,833667,833794,833903,834012,834125,834248,834371,834487,834612,834709,834817,834939,835055,835171,835280,835368,835469,835558,835659,835746,835834,835931,836023,836129,836229,836305,836382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\6914f32b14cedd7c4016e674d116f8da\\transformed\\lifecycle-runtime-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1865", + "startColumns": "4", + "startOffsets": "123419", + "endColumns": "42", + "endOffsets": "123457" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\f3de77c40fd21341e5d825ac2aadffe4\\transformed\\activity-1.8.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,59", + "endOffsets": "92,152" + }, + "to": { + "startLines": "1825,1866", + "startColumns": "4,4", + "startOffsets": "121392,123462", + "endColumns": "41,59", + "endOffsets": "121429,123517" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\aaebe68dea66ffd37618b03ea69332e7\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1969", + "startColumns": "4", + "startOffsets": "130392", + "endColumns": "82", + "endOffsets": "130470" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v31_values-v31.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,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,277,342,408", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6364,6475,6583,6691,6797,6900,7013,7120,7237,7340,7459,7564,7679,7787,7903,8003,8113,8217,8331,8438,8553,8671,8794,8920,9042,9166,9277,9393,9495,9607,9719,9831,9940,10049,10156,10261,10375,10484,10602,10706,10826,10933,11049,11158,11275,11376,11487,11592,11707,11816,11932,12051,12175,12302,12425,12552,12665,12782,12885,12998,13102,13214,13322,13438,13544,13658,13759,13864,13969,14078,14181,14288,14379,14490,14587,14704,14797,14910,15009,15128,15219,15312,15407,15500,15593,15686,15779,15872,15965,16058,16151,16244,16337,16444,16553,16664,16773,16882,16991,17100,17209,17318,17427,17536,17645,17754,17845,17938,18033,18126,18219,18312,18405,18498,18591,18684,18777,18870,18963,19058,19155,19254,19351,19448,19545,19642,19739,19836,19933,20030,20127,20224,20317,20412,20509,20604,20699,20794,20889,20984,21079,21174,21269,21364,21459,27071,32713,38445", + "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,276,341,407,473", + "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,109,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,106,114,117,122,125,121,123,110,115,101,111,111,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,108,115,118,123,126,122,126,112,116,102,112,103,111,107,115,105,113,100,104,104,108,102,106,90,110,96,116,92,112,98,118,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,6359,6470,6578,6686,6792,6895,7008,7115,7232,7335,7454,7559,7674,7782,7898,7998,8108,8212,8326,8433,8548,8666,8789,8915,9037,9161,9272,9388,9490,9602,9714,9826,9935,10044,10151,10256,10370,10479,10597,10701,10821,10928,11044,11153,11270,11371,11482,11587,11702,11811,11927,12046,12170,12297,12420,12547,12660,12777,12880,12993,13097,13209,13317,13433,13539,13653,13754,13859,13964,14073,14176,14283,14374,14485,14582,14699,14792,14905,15004,15123,15214,15307,15402,15495,15588,15681,15774,15867,15960,16053,16146,16239,16332,16439,16548,16659,16768,16877,16986,17095,17204,17313,17422,17531,17640,17749,17840,17933,18028,18121,18214,18307,18400,18493,18586,18679,18772,18865,18958,19053,19150,19249,19346,19443,19540,19637,19734,19831,19928,20025,20122,20219,20312,20407,20504,20599,20694,20789,20884,20979,21074,21169,21264,21359,21454,27066,32708,38440,44202" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2932,3014,3067,3118,3184,3260,3342,3428,3512,3589,3664,3743,3820,3925,4021,4098,4190,4287,4361,4446,4543,4595,4678,4745,4833,4920,4982,5046,5109,5175,5273,5379,5473,5580,5637,5692", + "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,68,69,70,71,72,73", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,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,2833,2927,3009,3062,3113,3179,3255,3337,3423,3507,3584,3659,3738,3815,3920,4016,4093,4185,4282,4356,4441,4538,4590,4673,4740,4828,4915,4977,5041,5104,5170,5268,5374,5468,5575,5632,5687,5772" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4193,4292,4412,4495,4559,4658,4733,4792,4902,4964,5033,5091,5163,5224,5279,5382,5439,5499,5554,5635,5755,5838,5926,6061,6144,6224,6364,6458,6540,6593,6644,6710,6786,6868,6954,7038,7115,7190,7269,7346,7451,7547,7624,7716,7813,7887,7972,8069,8121,8204,8271,8359,8446,8508,8572,8635,8701,8799,8905,8999,9106,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84", + "endOffsets": "308,3143,3219,3296,3386,3466,4287,4407,4490,4554,4653,4728,4787,4897,4959,5028,5086,5158,5219,5274,5377,5434,5494,5549,5630,5750,5833,5921,6056,6139,6219,6359,6453,6535,6588,6639,6705,6781,6863,6949,7033,7110,7185,7264,7341,7446,7542,7619,7711,7808,7882,7967,8064,8116,8199,8266,8354,8441,8503,8567,8630,8696,8794,8900,8994,9101,9158,9213,9298" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,356,457,560,667,777", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "147,249,351,452,555,662,772,873" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3471,3568,3670,3772,3873,3976,4083,9387", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "3563,3665,3767,3868,3971,4078,4188,9483" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2494,2573,2648,2698,2749,2815,2879,2949,3026,3097,3165,3236,3303,3373,3466,3546,3620,3700,3782,3854,3919,3991,4039,4112,4176,4251,4328,4390,4454,4517,4584,4668,4746,4826,4904,4958,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,68,69,70,71,72,73", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,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,2489,2568,2643,2693,2744,2810,2874,2944,3021,3092,3160,3231,3298,3368,3461,3541,3615,3695,3777,3849,3914,3986,4034,4107,4171,4246,4323,4385,4449,4512,4579,4663,4741,4821,4899,4953,5008,5080" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3907,3990,4096,4171,4233,4314,4376,4433,4520,4580,4638,4696,4755,4812,4866,4961,5017,5074,5128,5194,5298,5373,5450,5571,5636,5701,5801,5880,5955,6005,6056,6122,6186,6256,6333,6404,6472,6543,6610,6680,6773,6853,6927,7007,7089,7161,7226,7298,7346,7419,7483,7558,7635,7697,7761,7824,7891,7975,8053,8133,8211,8265,8320", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71", + "endOffsets": "294,2939,3003,3072,3146,3225,3985,4091,4166,4228,4309,4371,4428,4515,4575,4633,4691,4750,4807,4861,4956,5012,5069,5123,5189,5293,5368,5445,5566,5631,5696,5796,5875,5950,6000,6051,6117,6181,6251,6328,6399,6467,6538,6605,6675,6768,6848,6922,7002,7084,7156,7221,7293,7341,7414,7478,7553,7630,7692,7756,7819,7886,7970,8048,8128,8206,8260,8315,8387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,438,534,632,732", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "142,242,336,433,529,627,727,828" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3230,3322,3422,3516,3613,3709,3807,8471", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "3317,3417,3511,3608,3704,3802,3902,8567" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8392", + "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,8466" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,169,285,407", + "endColumns": "113,115,121,133", + "endOffsets": "164,280,402,536" + }, + "to": { + "startLines": "11,12,13,14", + "startColumns": "4,4,4,4", + "startOffsets": "752,866,982,1104", + "endColumns": "113,115,121,133", + "endOffsets": "861,977,1099,1233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,6955", + "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,7136" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,251,456,657,858,1065,1270,1482", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "246,451,652,853,1060,1265,1477,1681" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "5528,5724,5929,6130,6331,6538,6743,7141", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "5719,5924,6125,6326,6533,6738,6950,7340" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-da_values-da.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9095", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,350,448,555,664,782", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "146,248,345,443,550,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3383,3479,3581,3678,3776,3883,3992,9175", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "3474,3576,3673,3771,3878,3987,4105,9271" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2836,2922,3000,3056,3107,3173,3241,3315,3404,3479,3551,3629,3699,3772,3876,3960,4037,4125,4214,4288,4361,4446,4495,4573,4639,4719,4802,4864,4928,4991,5060,5168,5271,5372,5471,5531,5586", + "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,68,69,70,71,72,73", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,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,2831,2917,2995,3051,3102,3168,3236,3310,3399,3474,3546,3624,3694,3767,3871,3955,4032,4120,4209,4283,4356,4441,4490,4568,4634,4714,4797,4859,4923,4986,5055,5163,5266,5367,5466,5526,5581,5661" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4110,4210,4359,4437,4501,4587,4660,4720,4807,4871,4933,4995,5063,5128,5184,5302,5360,5421,5477,5552,5678,5764,5844,5985,6063,6143,6265,6351,6429,6485,6536,6602,6670,6744,6833,6908,6980,7058,7128,7201,7305,7389,7466,7554,7643,7717,7790,7875,7924,8002,8068,8148,8231,8293,8357,8420,8489,8597,8700,8801,8900,8960,9015", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79", + "endOffsets": "317,3047,3123,3201,3298,3378,4205,4354,4432,4496,4582,4655,4715,4802,4866,4928,4990,5058,5123,5179,5297,5355,5416,5472,5547,5673,5759,5839,5980,6058,6138,6260,6346,6424,6480,6531,6597,6665,6739,6828,6903,6975,7053,7123,7196,7300,7384,7461,7549,7638,7712,7785,7870,7919,7997,8063,8143,8226,8288,8352,8415,8484,8592,8695,8796,8895,8955,9010,9090" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2443,2520,2594,2644,2695,2761,2825,2893,2968,3040,3101,3172,3239,3299,3387,3467,3530,3613,3698,3772,3837,3913,3961,4035,4099,4175,4253,4315,4379,4442,4508,4588,4668,4744,4825,4879,4934", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,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,2438,2515,2589,2639,2690,2756,2820,2888,2963,3035,3096,3167,3234,3294,3382,3462,3525,3608,3693,3767,3832,3908,3956,4030,4094,4170,4248,4310,4374,4437,4503,4583,4663,4739,4820,4874,4929,4998" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3856,3946,4053,4126,4188,4266,4325,4383,4461,4522,4579,4635,4694,4752,4806,4892,4948,5006,5060,5125,5218,5292,5370,5490,5553,5616,5715,5792,5866,5916,5967,6033,6097,6165,6240,6312,6373,6444,6511,6571,6659,6739,6802,6885,6970,7044,7109,7185,7233,7307,7371,7447,7525,7587,7651,7714,7780,7860,7940,8016,8097,8151,8206", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68", + "endOffsets": "292,2916,2977,3044,3113,3190,3941,4048,4121,4183,4261,4320,4378,4456,4517,4574,4630,4689,4747,4801,4887,4943,5001,5055,5120,5213,5287,5365,5485,5548,5611,5710,5787,5861,5911,5962,6028,6092,6160,6235,6307,6368,6439,6506,6566,6654,6734,6797,6880,6965,7039,7104,7180,7228,7302,7366,7442,7520,7582,7646,7709,7775,7855,7935,8011,8092,8146,8201,8270" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8275", + "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,8349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3195,3287,3386,3480,3574,3667,3760,8354", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3282,3381,3475,3569,3662,3755,3851,8450" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\45318ee8bb0721a5f3b8aabb396337f9\\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\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,5,9,13,16,19,22,25,28,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,413,574,784,991,1198,1401,1603,1868", + "endLines": "4,8,12,15,18,21,24,27,31,35", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,408,569,779,986,1193,1396,1598,1863,2136" + }, + "to": { + "startLines": "53,56,60,64,67,70,73,76,79,83", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3740,3901,4111,4318,4525,4728,4930,5195", + "endLines": "55,59,63,66,69,72,75,78,82,86", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3735,3896,4106,4313,4520,4723,4925,5190,5463" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2919,3005,3089,3149,3200,3266,3339,3417,3503,3584,3656,3733,3808,3879,3980,4074,4153,4249,4343,4417,4493,4579,4632,4719,4785,4870,4961,5023,5087,5150,5219,5321,5422,5518,5619,5683,5738", + "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,68,69,70,71,72,73", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,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,2914,3000,3084,3144,3195,3261,3334,3412,3498,3579,3651,3728,3803,3874,3975,4069,4148,4244,4338,4412,4488,4574,4627,4714,4780,4865,4956,5018,5082,5145,5214,5316,5417,5513,5614,5678,5733,5816" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4161,4256,4383,4467,4531,4634,4704,4771,4880,4943,5010,5069,5143,5206,5260,5375,5433,5495,5549,5624,5753,5843,5932,6073,6155,6237,6376,6462,6546,6606,6657,6723,6796,6874,6960,7041,7113,7190,7265,7336,7437,7531,7610,7706,7800,7874,7950,8036,8089,8176,8242,8327,8418,8480,8544,8607,8676,8778,8879,8975,9076,9140,9195", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82", + "endOffsets": "328,3076,3156,3239,3333,3420,4251,4378,4462,4526,4629,4699,4766,4875,4938,5005,5064,5138,5201,5255,5370,5428,5490,5544,5619,5748,5838,5927,6068,6150,6232,6371,6457,6541,6601,6652,6718,6791,6869,6955,7036,7108,7185,7260,7331,7432,7526,7605,7701,7795,7869,7945,8031,8084,8171,8237,8322,8413,8475,8539,8602,8671,8773,8874,8970,9071,9135,9190,9273" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9278", + "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,9357" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,360,460,568,672,791", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "152,254,355,455,563,667,786,887" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3425,3527,3629,3730,3830,3938,4042,9362", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "3522,3624,3725,3825,3933,4037,4156,9458" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9502", + "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,9584" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3010,3103,3182,3237,3288,3354,3433,3514,3605,3685,3757,3835,3910,3982,4093,4190,4267,4365,4463,4541,4622,4722,4779,4863,4929,5012,5099,5161,5225,5288,5364,5466,5573,5670,5776,5835,5890", + "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,68,69,70,71,72,73", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,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,3005,3098,3177,3232,3283,3349,3428,3509,3600,3680,3752,3830,3905,3977,4088,4185,4262,4360,4458,4536,4617,4717,4774,4858,4924,5007,5094,5156,5220,5283,5359,5461,5568,5665,5771,5830,5885,5974" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4301,4401,4523,4608,4674,4771,4851,4913,5005,5072,5146,5207,5286,5350,5404,5520,5579,5641,5695,5777,5906,5998,6082,6226,6305,6386,6533,6626,6705,6760,6811,6877,6956,7037,7128,7208,7280,7358,7433,7505,7616,7713,7790,7888,7986,8064,8145,8245,8302,8386,8452,8535,8622,8684,8748,8811,8887,8989,9096,9193,9299,9358,9413", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88", + "endOffsets": "328,3185,3293,3375,3476,3573,4396,4518,4603,4669,4766,4846,4908,5000,5067,5141,5202,5281,5345,5399,5515,5574,5636,5690,5772,5901,5993,6077,6221,6300,6381,6528,6621,6700,6755,6806,6872,6951,7032,7123,7203,7275,7353,7428,7500,7611,7708,7785,7883,7981,8059,8140,8240,8297,8381,8447,8530,8617,8679,8743,8806,8882,8984,9091,9188,9294,9353,9408,9497" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,778", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "148,250,349,451,555,659,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3578,3676,3778,3877,3979,4083,4187,9589", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "3671,3773,3872,3974,4078,4182,4296,9685" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,354,452,562,670,792", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "146,248,349,447,557,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3741,3842,3940,4050,4158,9412", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "3634,3736,3837,3935,4045,4153,4275,9508" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9329", + "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,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2935,3023,3103,3157,3208,3274,3346,3423,3506,3588,3660,3737,3810,3881,3986,4074,4146,4238,4334,4408,4482,4578,4630,4712,4779,4866,4953,5015,5079,5142,5210,5316,5423,5521,5638,5696,5751", + "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,70,71,72,73,74,75", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,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,2930,3018,3098,3152,3203,3269,3341,3418,3501,3583,3655,3732,3805,3876,3981,4069,4141,4233,4329,4403,4477,4573,4625,4707,4774,4861,4948,5010,5074,5137,5205,5311,5418,5516,5633,5691,5746,5825" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4372,4500,4581,4646,4745,4821,4886,4976,5040,5106,5160,5229,5289,5343,5460,5520,5582,5636,5708,5838,5925,6017,6156,6225,6303,6434,6522,6602,6656,6707,6773,6845,6922,7005,7087,7159,7236,7309,7380,7485,7573,7645,7737,7833,7907,7981,8077,8129,8211,8278,8365,8452,8514,8578,8641,8709,8815,8922,9020,9137,9195,9250", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78", + "endOffsets": "423,3210,3285,3363,3455,3538,4367,4495,4576,4641,4740,4816,4881,4971,5035,5101,5155,5224,5284,5338,5455,5515,5577,5631,5703,5833,5920,6012,6151,6220,6298,6429,6517,6597,6651,6702,6768,6840,6917,7000,7082,7154,7231,7304,7375,7480,7568,7640,7732,7828,7902,7976,8072,8124,8206,8273,8360,8447,8509,8573,8636,8704,8810,8917,9015,9132,9190,9245,9324" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-b+es+419_values-b+es+419.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,563,671,786", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "148,250,350,451,558,666,781,882" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3704,3802,3904,4004,4105,4212,4320,9664", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "3797,3899,3999,4100,4207,4315,4430,9760" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2992,3083,3159,3213,3266,3332,3406,3487,3571,3651,3724,3801,3878,3952,4062,4155,4230,4320,4411,4483,4561,4652,4706,4789,4857,4941,5028,5090,5154,5217,5289,5399,5512,5615,5724,5782,5839", + "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,69,70,71,72,73,74", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,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,2987,3078,3154,3208,3261,3327,3401,3482,3566,3646,3719,3796,3873,3947,4057,4150,4225,4315,4406,4478,4556,4647,4701,4784,4852,4936,5023,5085,5149,5212,5284,5394,5507,5610,5719,5777,5834,5911" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4435,4536,4670,4753,4818,4912,4985,5046,5171,5237,5305,5366,5438,5498,5552,5672,5732,5794,5848,5925,6055,6142,6224,6365,6445,6530,6657,6748,6824,6878,6931,6997,7071,7152,7236,7316,7389,7466,7543,7617,7727,7820,7895,7985,8076,8148,8226,8317,8371,8454,8522,8606,8693,8755,8819,8882,8954,9064,9177,9280,9389,9447,9504", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76", + "endOffsets": "369,3340,3425,3506,3611,3699,4531,4665,4748,4813,4907,4980,5041,5166,5232,5300,5361,5433,5493,5547,5667,5727,5789,5843,5920,6050,6137,6219,6360,6440,6525,6652,6743,6819,6873,6926,6992,7066,7147,7231,7311,7384,7461,7538,7612,7722,7815,7890,7980,8071,8143,8221,8312,8366,8449,8517,8601,8688,8750,8814,8877,8949,9059,9172,9275,9384,9442,9499,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9581", + "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,9659" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.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,347,348,349,350,537,540", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1408,1472,1539,25558,25674,25800,25926,37217,37389", + "endLines": "2,17,18,19,347,348,349,350,539,544", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1467,1534,1598,25669,25795,25921,26049,37384,37736" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,23,24,25,26,29,32,35,38,41,44,47,50,53,56,59,60,63,68,79,85,94,103,112,121,130,139,148,157,166,175,184,193,202,211,220,226,232,238,244,248,252,253,254,255,259,262,265,268,271,272,275,278,282,286", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1386,1476,1572,1662,1755,1862,1967,2086,2211,2332,2545,2804,3075,3293,3525,3761,4011,4224,4433,4664,4865,4981,5151,5472,6501,6958,7462,7970,8479,8993,9498,10002,10507,11013,11515,12021,12530,13038,13537,14044,14552,14844,15138,15438,15738,16067,16408,16546,16690,16846,17239,17457,17679,17905,18121,18231,18401,18591,18832,19091", + "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,28,31,34,37,40,43,46,49,52,55,58,59,62,67,78,84,93,102,111,120,129,138,147,156,165,174,183,192,201,210,219,225,231,237,243,247,251,252,253,254,258,261,264,267,270,271,274,277,281,285,288", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1381,1471,1567,1657,1750,1857,1962,2081,2206,2327,2540,2799,3070,3288,3520,3756,4006,4219,4428,4659,4860,4976,5146,5467,6496,6953,7457,7965,8474,8988,9493,9997,10502,11008,11510,12016,12525,13033,13532,14039,14547,14839,15133,15433,15733,16062,16403,16541,16685,16841,17234,17452,17674,17900,18116,18226,18396,18586,18827,19086,19263" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,91,94,97,192,195,198,201,207,210,213,280,283,284,287,292,303,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,492,498,504,510,514,518,519,520,521,525,528,531,534,545,546,549,552,556,560", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1603,1699,1789,1885,7342,7435,7542,7647,7869,7994,8115,8328,8587,14768,14986,15218,15454,15903,16116,16325,21112,21313,21429,21599,21920,22949,26054,26558,27066,27575,28089,28594,29098,29603,30109,30611,31117,31626,32134,32633,33140,33648,33940,34234,34534,34834,35163,35504,35642,35786,35942,36335,36553,36775,37001,37741,37851,38021,38211,38452,38711", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,93,96,99,194,197,200,203,209,212,215,282,283,286,291,302,308,359,368,377,386,395,404,413,422,431,440,449,458,467,476,485,491,497,503,509,513,517,518,519,520,524,527,530,533,536,545,548,551,555,559,562", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1694,1784,1880,1970,7430,7537,7642,7761,7989,8110,8323,8582,8853,14981,15213,15449,15699,16111,16320,16551,21308,21424,21594,21915,22944,23401,26553,27061,27570,28084,28589,29093,29598,30104,30606,31112,31621,32129,32628,33135,33643,33935,34229,34529,34829,35158,35499,35637,35781,35937,36330,36548,36770,36996,37212,37846,38016,38206,38447,38706,38883" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,41,42,43,44,46,48,49,50,51,52,54,56,58,60,62,64,65,70,72,74,75,76,78,80,81,82,83,88,100,143,146,189,204,216,218,220,222,225,229,232,233,234,237,238,239,240,241,242,245,246,248,250,252,254,258,260,261,262,263,265,269,271,273,274,275,276,277,278,309,310,311,321,322,323,335", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1975,2066,2169,2272,2377,2484,2593,2702,2811,2920,3029,3136,3239,3358,3513,3668,3773,3894,3995,4142,4283,4386,4505,4612,4715,4870,5041,5190,5355,5512,5663,5782,6133,6282,6431,6543,6690,6843,6990,7065,7154,7241,7766,8858,11616,11801,14571,15704,16556,16679,16802,16915,17098,17353,17554,17643,17754,17987,18088,18183,18306,18435,18552,18729,18828,18963,19106,19241,19360,19561,19680,19773,19884,19940,20047,20242,20353,20486,20581,20672,20763,20856,20973,23406,23477,23560,24183,24240,24298,24922", + "endLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,45,47,48,49,50,51,53,55,57,59,61,63,64,69,71,73,74,75,77,79,80,81,82,83,88,142,145,188,191,206,217,219,221,224,228,231,232,233,236,237,238,239,240,241,244,245,247,249,251,253,257,259,260,261,262,264,268,270,272,273,274,275,276,277,279,309,310,320,321,322,334,346", + "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": "2061,2164,2267,2372,2479,2588,2697,2806,2915,3024,3131,3234,3353,3508,3663,3768,3889,3990,4137,4278,4381,4500,4607,4710,4865,5036,5185,5350,5507,5658,5777,6128,6277,6426,6538,6685,6838,6985,7060,7149,7236,7337,7864,11611,11796,14566,14763,15898,16674,16797,16910,17093,17348,17549,17638,17749,17982,18083,18178,18301,18430,18547,18724,18823,18958,19101,19236,19355,19556,19675,19768,19879,19935,20042,20237,20348,20481,20576,20667,20758,20851,20968,21107,23472,23555,24178,24235,24293,24917,25553" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-is_values-is.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,354,454,557,661,772", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "145,252,349,449,552,656,767,868" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3476,3583,3680,3780,3883,3987,9172", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "3471,3578,3675,3775,3878,3982,4093,9268" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9091", + "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,9167" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2774,2861,2940,2997,3052,3118,3194,3274,3363,3439,3506,3580,3650,3716,3818,3904,3974,4065,4155,4229,4302,4391,4442,4523,4595,4676,4762,4824,4888,4951,5020,5134,5240,5348,5450,5511,5570", + "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,68,69,70,71,72,73", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,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,2769,2856,2935,2992,3047,3113,3189,3269,3358,3434,3501,3575,3645,3711,3813,3899,3969,4060,4150,4224,4297,4386,4437,4518,4590,4671,4757,4819,4883,4946,5015,5129,5235,5343,5445,5506,5565,5645" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4098,4195,4310,4392,4457,4545,4609,4670,4760,4824,4887,4949,5017,5081,5137,5260,5325,5387,5443,5514,5641,5725,5809,5945,6022,6099,6215,6302,6381,6438,6493,6559,6635,6715,6804,6880,6947,7021,7091,7157,7259,7345,7415,7506,7596,7670,7743,7832,7883,7964,8036,8117,8203,8265,8329,8392,8461,8575,8681,8789,8891,8952,9011", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79", + "endOffsets": "315,3063,3135,3214,3296,3376,4190,4305,4387,4452,4540,4604,4665,4755,4819,4882,4944,5012,5076,5132,5255,5320,5382,5438,5509,5636,5720,5804,5940,6017,6094,6210,6297,6376,6433,6488,6554,6630,6710,6799,6875,6942,7016,7086,7152,7254,7340,7410,7501,7591,7665,7738,7827,7878,7959,8031,8112,8198,8260,8324,8387,8456,8570,8676,8784,8886,8947,9006,9086" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-small-v4_values-small-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,557,661,779", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "146,248,347,446,552,656,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3545,3647,3746,3845,3951,4055,9354", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "3540,3642,3741,3840,3946,4050,4168,9450" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9272", + "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,9349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2858,2952,3032,3088,3142,3208,3281,3359,3445,3529,3602,3680,3758,3833,3943,4033,4108,4202,4300,4374,4451,4551,4604,4688,4756,4845,4934,4996,5061,5124,5194,5301,5401,5501,5597,5657,5715", + "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,68,69,70,71,72,73", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,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,2853,2947,3027,3083,3137,3203,3276,3354,3440,3524,3597,3675,3753,3828,3938,4028,4103,4197,4295,4369,4446,4546,4599,4683,4751,4840,4929,4991,5056,5119,5189,5296,5396,5496,5592,5652,5710,5790" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4173,4272,4397,4485,4552,4649,4718,4781,4868,4932,4998,5058,5127,5188,5242,5357,5416,5476,5530,5602,5732,5820,5904,6042,6120,6196,6335,6429,6509,6565,6619,6685,6758,6836,6922,7006,7079,7157,7235,7310,7420,7510,7585,7679,7777,7851,7928,8028,8081,8165,8233,8322,8411,8473,8538,8601,8671,8778,8878,8978,9074,9134,9192", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79", + "endOffsets": "318,3099,3173,3257,3350,3444,4267,4392,4480,4547,4644,4713,4776,4863,4927,4993,5053,5122,5183,5237,5352,5411,5471,5525,5597,5727,5815,5899,6037,6115,6191,6330,6424,6504,6560,6614,6680,6753,6831,6917,7001,7074,7152,7230,7305,7415,7505,7580,7674,7772,7846,7923,8023,8076,8160,8228,8317,8406,8468,8533,8596,8666,8773,8873,8973,9069,9129,9187,9267" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2843,2940,3042,3141,3241,3348,3458,3664", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "2935,3037,3136,3236,3343,3453,3573,3760" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3578", + "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,3659" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9496", + "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,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,355,452,559,667,789", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "147,249,350,447,554,662,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3507,3604,3706,3807,3904,4011,4119,9581", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "3599,3701,3802,3899,4006,4114,4236,9677" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2962,3058,3135,3193,3244,3310,3384,3462,3553,3639,3713,3792,3865,3937,4053,4157,4230,4329,4429,4503,4578,4685,4737,4826,4893,4984,5078,5140,5204,5267,5337,5456,5561,5670,5770,5832,5887", + "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,68,69,70,71,72,73", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,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,2957,3053,3130,3188,3239,3305,3379,3457,3548,3634,3708,3787,3860,3932,4048,4152,4225,4324,4424,4498,4573,4680,4732,4821,4888,4979,5073,5135,5199,5262,5332,5451,5556,5665,5765,5827,5882,5967" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4241,4346,4482,4567,4632,4731,4799,4858,4947,5015,5082,5145,5220,5288,5342,5462,5520,5582,5636,5711,5853,5943,6028,6173,6257,6340,6486,6582,6659,6717,6768,6834,6908,6986,7077,7163,7237,7316,7389,7461,7577,7681,7754,7853,7953,8027,8102,8209,8261,8350,8417,8508,8602,8664,8728,8791,8861,8980,9085,9194,9294,9356,9411", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84", + "endOffsets": "325,3149,3229,3315,3412,3502,4341,4477,4562,4627,4726,4794,4853,4942,5010,5077,5140,5215,5283,5337,5457,5515,5577,5631,5706,5848,5938,6023,6168,6252,6335,6481,6577,6654,6712,6763,6829,6903,6981,7072,7158,7232,7311,7384,7456,7572,7676,7749,7848,7948,8022,8097,8204,8256,8345,8412,8503,8597,8659,8723,8786,8856,8975,9080,9189,9289,9351,9406,9491" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "64", + "endOffsets": "115" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-in_values-in.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2807,2897,2979,3032,3084,3150,3222,3306,3389,3469,3544,3620,3693,3768,3866,3951,4026,4118,4212,4286,4359,4453,4505,4587,4656,4741,4828,4890,4954,5017,5089,5192,5297,5392,5495,5552,5608", + "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,68,69,70,71,72,73", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,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,2802,2892,2974,3027,3079,3145,3217,3301,3384,3464,3539,3615,3688,3763,3861,3946,4021,4113,4207,4281,4354,4448,4500,4582,4651,4736,4823,4885,4949,5012,5084,5187,5292,5387,5490,5547,5603,5683" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4162,4268,4384,4467,4532,4626,4691,4750,4837,4899,4961,5021,5087,5149,5203,5315,5372,5433,5487,5559,5685,5771,5855,5994,6075,6156,6291,6381,6463,6516,6568,6634,6706,6790,6873,6953,7028,7104,7177,7252,7350,7435,7510,7602,7696,7770,7843,7937,7989,8071,8140,8225,8312,8374,8438,8501,8573,8676,8781,8876,8979,9036,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79", + "endOffsets": "314,3097,3173,3252,3342,3427,4263,4379,4462,4527,4621,4686,4745,4832,4894,4956,5016,5082,5144,5198,5310,5367,5428,5482,5554,5680,5766,5850,5989,6070,6151,6286,6376,6458,6511,6563,6629,6701,6785,6868,6948,7023,7099,7172,7247,7345,7430,7505,7597,7691,7765,7838,7932,7984,8066,8135,8220,8307,8369,8433,8496,8568,8671,8776,8871,8974,9031,9087,9167" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9172", + "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,9252" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,446,552,670,785", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "145,247,344,441,547,665,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3432,3527,3629,3726,3823,3929,4047,9257", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "3522,3624,3721,3818,3924,4042,4157,9353" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-w400dp-port-v13\\values-w400dp-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.daydreamclock.app-debug-31:/values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,445,546,646,752", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "144,246,343,440,541,641,747,848" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3437,3531,3633,3730,3827,3928,4028,9061", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "3526,3628,3725,3822,3923,4023,4129,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-iw\\values-iw.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,311,388,463,540,640,731,824,937,1017,1082,1170,1240,1303,1395,1458,1518,1577,1640,1701,1755,1857,1914,1973,2027,2095,2206,2287,2369,2501,2572,2645,2769,2857,2933,2986,3040,3106,3179,3255,3341,3419,3489,3564,3646,3714,3815,3900,3970,4060,4151,4225,4298,4387,4438,4519,4586,4668,4753,4815,4879,4942,5010,5104,5199,5289,5386,5443,5501", + "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,69,70,71,72,73,74", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "306,383,458,535,635,726,819,932,1012,1077,1165,1235,1298,1390,1453,1513,1572,1635,1696,1750,1852,1909,1968,2022,2090,2201,2282,2364,2496,2567,2640,2764,2852,2928,2981,3035,3101,3174,3250,3336,3414,3484,3559,3641,3709,3810,3895,3965,4055,4146,4220,4293,4382,4433,4514,4581,4663,4748,4810,4874,4937,5005,5099,5194,5284,5381,5438,5496,5571" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3017,3094,3169,3246,3346,4134,4227,4340,4420,4485,4573,4643,4706,4798,4861,4921,4980,5043,5104,5158,5260,5317,5376,5430,5498,5609,5690,5772,5904,5975,6048,6172,6260,6336,6389,6443,6509,6582,6658,6744,6822,6892,6967,7049,7117,7218,7303,7373,7463,7554,7628,7701,7790,7841,7922,7989,8071,8156,8218,8282,8345,8413,8507,8602,8692,8789,8846,8904", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "356,3089,3164,3241,3341,3432,4222,4335,4415,4480,4568,4638,4701,4793,4856,4916,4975,5038,5099,5153,5255,5312,5371,5425,5493,5604,5685,5767,5899,5970,6043,6167,6255,6331,6384,6438,6504,6577,6653,6739,6817,6887,6962,7044,7112,7213,7298,7368,7458,7549,7623,7696,7785,7836,7917,7984,8066,8151,8213,8277,8340,8408,8502,8597,8687,8784,8841,8899,8974" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,109", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "361,466,566,674,758,860,976,1055,1133,1224,1318,1412,1506,1606,1699,1794,1887,1978,2070,2151,2256,2359,2457,2562,2664,2766,2920,8979", + "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": "461,561,669,753,855,971,1050,1128,1219,1313,1407,1501,1601,1694,1789,1882,1973,2065,2146,2251,2354,2452,2557,2659,2761,2915,3012,9056" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3036,3114,3170,3225,3291,3365,3443,3531,3613,3685,3762,3842,3916,4023,4116,4189,4281,4377,4451,4527,4623,4675,4757,4824,4911,4998,5060,5124,5187,5257,5363,5479,5576,5690,5750,5809", + "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,69,70,71,72,73,74", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,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,2940,3031,3109,3165,3220,3286,3360,3438,3526,3608,3680,3757,3837,3911,4018,4111,4184,4276,4372,4446,4522,4618,4670,4752,4819,4906,4993,5055,5119,5182,5252,5358,5474,5571,5685,5745,5804,5884" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4238,4334,4464,4548,4616,4712,4780,4843,4951,5011,5077,5133,5204,5264,5318,5444,5501,5563,5617,5692,5826,5911,5992,6129,6213,6299,6432,6523,6601,6657,6712,6778,6852,6930,7018,7100,7172,7249,7329,7403,7510,7603,7676,7768,7864,7938,8014,8110,8162,8244,8311,8398,8485,8547,8611,8674,8744,8850,8966,9063,9177,9237,9296", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79", + "endOffsets": "365,3154,3232,3317,3414,3507,4329,4459,4543,4611,4707,4775,4838,4946,5006,5072,5128,5199,5259,5313,5439,5496,5558,5612,5687,5821,5906,5987,6124,6208,6294,6427,6518,6596,6652,6707,6773,6847,6925,7013,7095,7167,7244,7324,7398,7505,7598,7671,7763,7859,7933,8009,8105,8157,8239,8306,8393,8480,8542,8606,8669,8739,8845,8961,9058,9172,9232,9291,9371" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9376", + "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,9456" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,260,357,456,560,664,781", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "148,255,352,451,555,659,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3512,3610,3717,3814,3913,4017,4121,9461", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "3605,3712,3809,3908,4012,4116,4233,9557" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v34_values-v34.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-v34\\values-v34.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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,156,247,358,468,572,676,783,880,997,1098,1219,1324,1449,1550,1667,1770,1893,1988,2099,2194,2309,2408,2527,2622,2731,2846,2971,3102,3225,3354,3457,3568,3665,3782,3885,3978,4091,4201,4305,4409,4518,4617,4736,4839,4962,5069,5196,5299,5418,5523,5648,5745,5858,5955,6072,6173,6294,6391,6502,6619,6746,6879,7004,7135,7240,7353,7452,7571,7674,7793,7900,8023,8128,8249,8346,8451,8552,8661,8760,8867,8966,9085,9190,9315,9416,9537,9644", + "endColumns": "100,90,110,109,103,103,106,96,116,100,120,104,124,100,116,102,122,94,110,94,114,98,118,94,108,114,124,130,122,128,102,110,96,116,102,92,112,109,103,103,108,98,118,102,122,106,126,102,118,104,124,96,112,96,116,100,120,96,110,116,126,132,124,130,104,112,98,118,102,118,106,122,104,120,96,104,100,108,98,106,98,118,104,124,100,120,106,126", + "endOffsets": "151,242,353,463,567,671,778,875,992,1093,1214,1319,1444,1545,1662,1765,1888,1983,2094,2189,2304,2403,2522,2617,2726,2841,2966,3097,3220,3349,3452,3563,3660,3777,3880,3973,4086,4196,4300,4404,4513,4612,4731,4834,4957,5064,5191,5294,5413,5518,5643,5740,5853,5950,6067,6168,6289,6386,6497,6614,6741,6874,6999,7130,7235,7348,7447,7566,7669,7788,7895,8018,8123,8244,8341,8446,8547,8656,8755,8862,8961,9080,9185,9310,9411,9532,9639,9766" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,456,559,661,778", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "147,249,347,451,554,656,773,874" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3612,3709,3811,3909,4013,4116,4218,9496", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "3704,3806,3904,4008,4111,4213,4330,9592" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3022,3111,3188,3244,3299,3365,3438,3515,3599,3678,3752,3828,3903,3976,4081,4169,4242,4332,4423,4495,4569,4660,4712,4794,4861,4945,5032,5094,5158,5221,5290,5393,5501,5599,5703,5763,5822", + "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,70,71,72,73,74,75", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,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,3017,3106,3183,3239,3294,3360,3433,3510,3594,3673,3747,3823,3898,3971,4076,4164,4237,4327,4418,4490,4564,4655,4707,4789,4856,4940,5027,5089,5153,5216,5285,5388,5496,5594,5698,5758,5817,5894" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4335,4441,4567,4651,4717,4811,4887,4950,5062,5122,5187,5241,5311,5371,5427,5539,5596,5658,5714,5787,5921,6006,6091,6234,6318,6401,6535,6624,6701,6757,6812,6878,6951,7028,7112,7191,7265,7341,7416,7489,7594,7682,7755,7845,7936,8008,8082,8173,8225,8307,8374,8458,8545,8607,8671,8734,8803,8906,9014,9112,9216,9276,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76", + "endOffsets": "412,3241,3330,3418,3516,3607,4436,4562,4646,4712,4806,4882,4945,5057,5117,5182,5236,5306,5366,5422,5534,5591,5653,5709,5782,5916,6001,6086,6229,6313,6396,6530,6619,6696,6752,6807,6873,6946,7023,7107,7186,7260,7336,7411,7484,7589,7677,7750,7840,7931,8003,8077,8168,8220,8302,8369,8453,8540,8602,8666,8729,8798,8901,9009,9107,9211,9271,9330,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9412", + "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,9491" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2926,3004,3057,3108,3174,3245,3323,3406,3485,3558,3634,3707,3778,3885,3977,4050,4140,4233,4307,4378,4469,4521,4601,4669,4753,4838,4900,4964,5027,5099,5203,5311,5407,5513,5570,5625", + "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,68,69,70,71,72,73", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,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,2833,2921,2999,3052,3103,3169,3240,3318,3401,3480,3553,3629,3702,3773,3880,3972,4045,4135,4228,4302,4373,4464,4516,4596,4664,4748,4833,4895,4959,5022,5094,5198,5306,5402,5508,5565,5620,5706" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4192,4295,4411,4494,4559,4652,4717,4776,4863,4925,4987,5047,5113,5175,5229,5337,5394,5455,5510,5581,5701,5792,5878,6026,6112,6198,6326,6414,6492,6545,6596,6662,6733,6811,6894,6973,7046,7122,7195,7266,7373,7465,7538,7628,7721,7795,7866,7957,8009,8089,8157,8241,8326,8388,8452,8515,8587,8691,8799,8895,9001,9058,9113", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85", + "endOffsets": "324,3099,3178,3265,3357,3444,4290,4406,4489,4554,4647,4712,4771,4858,4920,4982,5042,5108,5170,5224,5332,5389,5450,5505,5576,5696,5787,5873,6021,6107,6193,6321,6409,6487,6540,6591,6657,6728,6806,6889,6968,7041,7117,7190,7261,7368,7460,7533,7623,7716,7790,7861,7952,8004,8084,8152,8236,8321,8383,8447,8510,8582,8686,8794,8890,8996,9053,9108,9194" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,459,565,683,798", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "145,247,344,454,560,678,793,894" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3544,3646,3743,3853,3959,4077,9280", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "3539,3641,3738,3848,3954,4072,4187,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9199", + "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,9275" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3541,3639,3741,3838,3942,4046,4151,9428", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3634,3736,3833,3937,4041,4146,4262,9524" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9341", + "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,9423" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3005,3083,3137,3193,3259,3333,3411,3500,3582,3658,3734,3809,3881,3988,4078,4151,4243,4339,4411,4487,4583,4636,4718,4785,4872,4959,5021,5085,5148,5217,5322,5432,5528,5636,5694,5754", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2912,3000,3078,3132,3188,3254,3328,3406,3495,3577,3653,3729,3804,3876,3983,4073,4146,4238,4334,4406,4482,4578,4631,4713,4780,4867,4954,5016,5080,5143,5212,5317,5427,5523,5631,5689,5749,5829" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4267,4361,4493,4574,4640,4733,4801,4864,4967,5027,5093,5149,5220,5280,5334,5446,5503,5564,5618,5694,5819,5906,5989,6128,6210,6293,6424,6512,6590,6644,6700,6766,6840,6918,7007,7089,7165,7241,7316,7388,7495,7585,7658,7750,7846,7918,7994,8090,8143,8225,8292,8379,8466,8528,8592,8655,8724,8829,8939,9035,9143,9201,9261", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "369,3177,3254,3334,3442,3536,4356,4488,4569,4635,4728,4796,4859,4962,5022,5088,5144,5215,5275,5329,5441,5498,5559,5613,5689,5814,5901,5984,6123,6205,6288,6419,6507,6585,6639,6695,6761,6835,6913,7002,7084,7160,7236,7311,7383,7490,7580,7653,7745,7841,7913,7989,8085,8138,8220,8287,8374,8461,8523,8587,8650,8719,8824,8934,9030,9138,9196,9256,9336" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-port_values-port.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9450", + "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,9532" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2982,3075,3154,3209,3260,3326,3406,3487,3590,3670,3743,3821,3894,3966,4078,4171,4243,4335,4427,4501,4585,4677,4734,4818,4884,4967,5054,5116,5180,5243,5321,5423,5527,5624,5728,5787,5842", + "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,68,69,70,71,72,73", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,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,2977,3070,3149,3204,3255,3321,3401,3482,3585,3665,3738,3816,3889,3961,4073,4166,4238,4330,4422,4496,4580,4672,4729,4813,4879,4962,5049,5111,5175,5238,5316,5418,5522,5619,5723,5782,5837,5926" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4250,4348,4478,4563,4629,4726,4809,4875,4977,5042,5117,5173,5252,5312,5366,5488,5547,5609,5663,5745,5880,5972,6056,6200,6279,6360,6501,6594,6673,6728,6779,6845,6925,7006,7109,7189,7262,7340,7413,7485,7597,7690,7762,7854,7946,8020,8104,8196,8253,8337,8403,8486,8573,8635,8699,8762,8840,8942,9046,9143,9247,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88", + "endOffsets": "328,3150,3231,3314,3423,3518,4343,4473,4558,4624,4721,4804,4870,4972,5037,5112,5168,5247,5307,5361,5483,5542,5604,5658,5740,5875,5967,6051,6195,6274,6355,6496,6589,6668,6723,6774,6840,6920,7001,7104,7184,7257,7335,7408,7480,7592,7685,7757,7849,7941,8015,8099,8191,8248,8332,8398,8481,8568,8630,8694,8757,8835,8937,9041,9138,9242,9301,9356,9445" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,782", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "148,250,349,451,555,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3523,3621,3723,3822,3924,4028,4132,9537", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "3616,3718,3817,3919,4023,4127,4245,9633" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,357,463,564,672,800", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "148,251,352,458,559,667,795,896" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3532,3630,3733,3834,3940,4041,4149,9483", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "3625,3728,3829,3935,4036,4144,4272,9579" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9400", + "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,9478" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2896,2984,3068,3125,3177,3243,3323,3413,3497,3576,3653,3730,3807,3876,3993,4092,4169,4262,4357,4431,4512,4608,4659,4743,4811,4897,4985,5048,5113,5176,5244,5349,5454,5549,5652,5713,5769", + "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,68,69,70,71,72,73", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,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,2891,2979,3063,3120,3172,3238,3318,3408,3492,3571,3648,3725,3802,3871,3988,4087,4164,4257,4352,4426,4507,4603,4654,4738,4806,4892,4980,5043,5108,5171,5239,5344,5449,5544,5647,5708,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4277,4384,4497,4582,4645,4739,4805,4867,4970,5036,5107,5166,5242,5307,5361,5474,5532,5593,5647,5726,5842,5925,6016,6158,6237,6316,6445,6533,6617,6674,6726,6792,6872,6962,7046,7125,7202,7279,7356,7425,7542,7641,7718,7811,7906,7980,8061,8157,8208,8292,8360,8446,8534,8597,8662,8725,8793,8898,9003,9098,9201,9262,9318", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81", + "endOffsets": "314,3152,3235,3317,3432,3527,4379,4492,4577,4640,4734,4800,4862,4965,5031,5102,5161,5237,5302,5356,5469,5527,5588,5642,5721,5837,5920,6011,6153,6232,6311,6440,6528,6612,6669,6721,6787,6867,6957,7041,7120,7197,7274,7351,7420,7537,7636,7713,7806,7901,7975,8056,8152,8203,8287,8355,8441,8529,8592,8657,8720,8788,8893,8998,9093,9196,9257,9313,9395" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-az_values-az.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9154", + "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,9233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,258,361,465,566,671,782", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "151,253,356,460,561,666,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3440,3541,3643,3746,3850,3951,4056,9238", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "3536,3638,3741,3845,3946,4051,4162,9334" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2879,2958,3015,3066,3132,3202,3280,3363,3443,3513,3589,3667,3738,3836,3922,4005,4098,4191,4264,4336,4430,4484,4568,4635,4719,4807,4871,4936,5000,5070,5172,5276,5372,5473,5534,5589", + "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,68,69,70,71,72,73", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,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,2790,2874,2953,3010,3061,3127,3197,3275,3358,3438,3508,3584,3662,3733,3831,3917,4000,4093,4186,4259,4331,4425,4479,4563,4630,4714,4802,4866,4931,4995,5065,5167,5271,5367,5468,5529,5584,5664" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4167,4263,4379,4459,4523,4617,4685,4744,4839,4902,4966,5025,5092,5155,5209,5324,5382,5444,5498,5569,5701,5785,5865,5999,6075,6151,6280,6364,6443,6500,6551,6617,6687,6765,6848,6928,6998,7074,7152,7223,7321,7407,7490,7583,7676,7749,7821,7915,7969,8053,8120,8204,8292,8356,8421,8485,8555,8657,8761,8857,8958,9019,9074", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79", + "endOffsets": "310,3106,3191,3271,3356,3435,4258,4374,4454,4518,4612,4680,4739,4834,4897,4961,5020,5087,5150,5204,5319,5377,5439,5493,5564,5696,5780,5860,5994,6070,6146,6275,6359,6438,6495,6546,6612,6682,6760,6843,6923,6993,7069,7147,7218,7316,7402,7485,7578,7671,7744,7816,7910,7964,8048,8115,8199,8287,8351,8416,8480,8550,8652,8756,8852,8953,9014,9069,9149" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2445,2524,2598,2648,2699,2765,2829,2898,2976,3047,3108,3179,3246,3306,3392,3471,3538,3621,3706,3780,3845,3921,3969,4042,4106,4182,4260,4322,4386,4449,4514,4594,4670,4748,4824,4878,4933", + "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,68,69,70,71,72,73", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,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,2440,2519,2593,2643,2694,2760,2824,2893,2971,3042,3103,3174,3241,3301,3387,3466,3533,3616,3701,3775,3840,3916,3964,4037,4101,4177,4255,4317,4381,4444,4509,4589,4665,4743,4819,4873,4928,4997" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3861,3952,4058,4131,4193,4270,4329,4388,4466,4527,4584,4640,4699,4757,4811,4896,4952,5010,5064,5129,5221,5295,5371,5493,5555,5617,5716,5795,5869,5919,5970,6036,6100,6169,6247,6318,6379,6450,6517,6577,6663,6742,6809,6892,6977,7051,7116,7192,7240,7313,7377,7453,7531,7593,7657,7720,7785,7865,7941,8019,8095,8149,8204", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68", + "endOffsets": "292,2913,2975,3045,3115,3192,3947,4053,4126,4188,4265,4324,4383,4461,4522,4579,4635,4694,4752,4806,4891,4947,5005,5059,5124,5216,5290,5366,5488,5550,5612,5711,5790,5864,5914,5965,6031,6095,6164,6242,6313,6374,6445,6512,6572,6658,6737,6804,6887,6972,7046,7111,7187,7235,7308,7372,7448,7526,7588,7652,7715,7780,7860,7936,8014,8090,8144,8199,8268" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8273", + "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,8347" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,248,342,436,529,623,719", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "142,243,337,431,524,618,714,815" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3197,3289,3390,3484,3578,3671,3765,8352", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "3284,3385,3479,3573,3666,3760,3856,8448" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-th_values-th.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2785,2877,2955,3009,3062,3128,3198,3276,3362,3442,3514,3592,3661,3730,3828,3910,3998,4091,4185,4259,4328,4423,4475,4558,4626,4711,4799,4861,4925,4988,5058,5158,5254,5351,5444,5502,5559", + "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,68,69,70,71,72,73", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,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,2780,2872,2950,3004,3057,3123,3193,3271,3357,3437,3509,3587,3656,3725,3823,3905,3993,4086,4180,4254,4323,4418,4470,4553,4621,4706,4794,4856,4920,4983,5053,5153,5249,5346,5439,5497,5554,5631" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4078,4177,4290,4370,4440,4530,4600,4660,4747,4813,4878,4939,5003,5064,5118,5219,5280,5340,5394,5464,5575,5662,5743,5886,5965,6047,6179,6271,6349,6403,6456,6522,6592,6670,6756,6836,6908,6986,7055,7124,7222,7304,7392,7485,7579,7653,7722,7817,7869,7952,8020,8105,8193,8255,8319,8382,8452,8552,8648,8745,8838,8896,8953", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76", + "endOffsets": "330,3032,3104,3187,3272,3358,4172,4285,4365,4435,4525,4595,4655,4742,4808,4873,4934,4998,5059,5113,5214,5275,5335,5389,5459,5570,5657,5738,5881,5960,6042,6174,6266,6344,6398,6451,6517,6587,6665,6751,6831,6903,6981,7050,7119,7217,7299,7387,7480,7574,7648,7717,7812,7864,7947,8015,8100,8188,8250,8314,8377,8447,8547,8643,8740,8833,8891,8948,9025" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,352,450,553,658,770", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "146,249,347,445,548,653,765,866" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3363,3459,3562,3660,3758,3861,3966,9112", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "3454,3557,3655,3753,3856,3961,4073,9208" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9030", + "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,9107" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,450,555,658,774", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "148,250,347,445,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3465,3563,3665,3762,3860,3965,4068,9398", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "3558,3660,3757,3855,3960,4063,4179,9494" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2908,2995,3072,3126,3181,3247,3320,3396,3485,3563,3636,3712,3787,3857,3966,4054,4129,4221,4313,4387,4461,4553,4606,4688,4755,4838,4925,4987,5051,5114,5184,5298,5413,5515,5627,5685,5744", + "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,68,69,70,71,72,73", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,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,2903,2990,3067,3121,3176,3242,3315,3391,3480,3558,3631,3707,3782,3852,3961,4049,4124,4216,4308,4382,4456,4548,4601,4683,4750,4833,4920,4982,5046,5109,5179,5293,5408,5510,5622,5680,5739,5824" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4184,4280,4404,4491,4557,4648,4718,4782,4885,4948,5013,5073,5141,5204,5259,5387,5444,5506,5561,5636,5776,5863,5946,6079,6161,6246,6392,6479,6556,6610,6665,6731,6804,6880,6969,7047,7120,7196,7271,7341,7450,7538,7613,7705,7797,7871,7945,8037,8090,8172,8239,8322,8409,8471,8535,8598,8668,8782,8897,8999,9111,9169,9228", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84", + "endOffsets": "316,3112,3192,3274,3371,3460,4275,4399,4486,4552,4643,4713,4777,4880,4943,5008,5068,5136,5199,5254,5382,5439,5501,5556,5631,5771,5858,5941,6074,6156,6241,6387,6474,6551,6605,6660,6726,6799,6875,6964,7042,7115,7191,7266,7336,7445,7533,7608,7700,7792,7866,7940,8032,8085,8167,8234,8317,8404,8466,8530,8593,8663,8777,8892,8994,9106,9164,9223,9308" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9313", + "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,9393" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3048,3125,3178,3229,3295,3370,3446,3532,3611,3688,3764,3841,3915,4027,4118,4193,4284,4376,4450,4537,4628,4683,4765,4831,4914,5000,5062,5126,5189,5259,5376,5488,5599,5709,5766,5821", + "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,68,69,70,71,72,73", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,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,2958,3043,3120,3173,3224,3290,3365,3441,3527,3606,3683,3759,3836,3910,4022,4113,4188,4279,4371,4445,4532,4623,4678,4760,4826,4909,4995,5057,5121,5184,5254,5371,5483,5594,5704,5761,5816,5902" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4373,4506,4595,4661,4758,4838,4900,4989,5052,5117,5176,5249,5312,5366,5494,5551,5613,5667,5740,5883,5967,6055,6191,6279,6367,6503,6588,6665,6718,6769,6835,6910,6986,7072,7151,7228,7304,7381,7455,7567,7658,7733,7824,7916,7990,8077,8168,8223,8305,8371,8454,8540,8602,8666,8729,8799,8916,9028,9139,9249,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85", + "endOffsets": "310,3138,3217,3300,3422,3532,4368,4501,4590,4656,4753,4833,4895,4984,5047,5112,5171,5244,5307,5361,5489,5546,5608,5662,5735,5878,5962,6050,6186,6274,6362,6498,6583,6660,6713,6764,6830,6905,6981,7067,7146,7223,7299,7376,7450,7562,7653,7728,7819,7911,7985,8072,8163,8218,8300,8366,8449,8535,8597,8661,8724,8794,8911,9023,9134,9244,9301,9356,9442" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9447", + "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,9526" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,262,364,465,572,677,796", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "147,257,359,460,567,672,791,892" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3634,3744,3846,3947,4054,4159,9531", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "3629,3739,3841,3942,4049,4154,4273,9627" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8989", + "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,9064" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2769,2857,2935,2989,3040,3106,3174,3248,3338,3414,3485,3563,3633,3703,3803,3892,3970,4058,4148,4220,4292,4376,4427,4505,4571,4652,4735,4797,4861,4924,4993,5093,5197,5290,5390,5448,5503", + "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,68,69,70,71,72,73", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,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,2764,2852,2930,2984,3035,3101,3169,3243,3333,3409,3480,3558,3628,3698,3798,3887,3965,4053,4143,4215,4287,4371,4422,4500,4566,4647,4730,4792,4856,4919,4988,5088,5192,5285,5385,5443,5498,5576" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4074,4173,4292,4374,4438,4530,4598,4658,4745,4809,4871,4935,5003,5068,5122,5231,5289,5351,5405,5480,5600,5682,5762,5896,5974,6054,6177,6265,6343,6397,6448,6514,6582,6656,6746,6822,6893,6971,7041,7111,7211,7300,7378,7466,7556,7628,7700,7784,7835,7913,7979,8060,8143,8205,8269,8332,8401,8501,8605,8698,8798,8856,8911", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77", + "endOffsets": "306,3015,3088,3175,3263,3343,4168,4287,4369,4433,4525,4593,4653,4740,4804,4866,4930,4998,5063,5117,5226,5284,5346,5400,5475,5595,5677,5757,5891,5969,6049,6172,6260,6338,6392,6443,6509,6577,6651,6741,6817,6888,6966,7036,7106,7206,7295,7373,7461,7551,7623,7695,7779,7830,7908,7974,8055,8138,8200,8264,8327,8396,8496,8600,8693,8793,8851,8906,8984" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,447,555,661,781", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "144,246,343,442,550,656,776,877" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3348,3442,3544,3641,3740,3848,3954,9069", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "3437,3539,3636,3735,3843,3949,4069,9165" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,437,530,623,724", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "142,242,336,432,525,618,719,820" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3252,3344,3444,3538,3634,3727,3820,8495", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "3339,3439,3533,3629,3722,3815,3916,8591" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8416", + "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,8490" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2511,2590,2665,2718,2769,2835,2905,2975,3052,3122,3186,3257,3325,3388,3479,3558,3621,3701,3783,3855,3926,3998,4046,4118,4182,4257,4334,4396,4460,4523,4590,4676,4762,4843,4926,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,68,69,70,71,72,73", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,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,2506,2585,2660,2713,2764,2830,2900,2970,3047,3117,3181,3252,3320,3383,3474,3553,3616,3696,3778,3850,3921,3993,4041,4113,4177,4252,4329,4391,4455,4518,4585,4671,4757,4838,4921,4978,5033,5106" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3921,4006,4110,4186,4249,4333,4397,4455,4536,4597,4661,4716,4775,4832,4886,4979,5035,5092,5146,5212,5312,5388,5469,5591,5653,5715,5816,5895,5970,6023,6074,6140,6210,6280,6357,6427,6491,6562,6630,6693,6784,6863,6926,7006,7088,7160,7231,7303,7351,7423,7487,7562,7639,7701,7765,7828,7895,7981,8067,8148,8231,8288,8343", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72", + "endOffsets": "298,2951,3015,3084,3165,3247,4001,4105,4181,4244,4328,4392,4450,4531,4592,4656,4711,4770,4827,4881,4974,5030,5087,5141,5207,5307,5383,5464,5586,5648,5710,5811,5890,5965,6018,6069,6135,6205,6275,6352,6422,6486,6557,6625,6688,6779,6858,6921,7001,7083,7155,7226,7298,7346,7418,7482,7557,7634,7696,7760,7823,7890,7976,8062,8143,8226,8283,8338,8411" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9387", + "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,9465" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,451,565,670,792", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "147,249,347,446,560,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3576,3673,3775,3873,3972,4086,4191,9470", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "3668,3770,3868,3967,4081,4186,4308,9566" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2961,3048,3125,3179,3230,3296,3367,3443,3532,3615,3692,3770,3848,3924,4032,4122,4195,4290,4387,4459,4533,4633,4685,4770,4836,4924,5014,5076,5140,5203,5274,5381,5493,5592,5699,5757,5812", + "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,70,71,72,73,74,75", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,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,2956,3043,3120,3174,3225,3291,3362,3438,3527,3610,3687,3765,3843,3919,4027,4117,4190,4285,4382,4454,4528,4628,4680,4765,4831,4919,5009,5071,5135,5198,5269,5376,5488,5587,5694,5752,5807,5883" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4313,4398,4515,4597,4661,4742,4806,4867,4978,5042,5110,5164,5233,5295,5349,5460,5521,5583,5637,5709,5838,5927,6009,6158,6240,6323,6460,6547,6624,6678,6729,6795,6866,6942,7031,7114,7191,7269,7347,7423,7531,7621,7694,7789,7886,7958,8032,8132,8184,8269,8335,8423,8513,8575,8639,8702,8773,8880,8992,9091,9198,9256,9311", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75", + "endOffsets": "431,3218,3293,3372,3476,3571,4393,4510,4592,4656,4737,4801,4862,4973,5037,5105,5159,5228,5290,5344,5455,5516,5578,5632,5704,5833,5922,6004,6153,6235,6318,6455,6542,6619,6673,6724,6790,6861,6937,7026,7109,7186,7264,7342,7418,7526,7616,7689,7784,7881,7953,8027,8127,8179,8264,8330,8418,8508,8570,8634,8697,8768,8875,8987,9086,9193,9251,9306,9382" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2891,2981,3059,3112,3171,3237,3308,3387,3475,3558,3634,3712,3784,3857,3961,4050,4122,4216,4315,4389,4461,4562,4612,4697,4763,4853,4942,5004,5068,5131,5198,5314,5427,5536,5641,5698,5761", + "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,68,69,70,71,72,73", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,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,2886,2976,3054,3107,3166,3232,3303,3382,3470,3553,3629,3707,3779,3852,3956,4045,4117,4211,4310,4384,4456,4557,4607,4692,4758,4848,4937,4999,5063,5126,5193,5309,5422,5531,5636,5693,5756,5839" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4185,4286,4412,4495,4560,4660,4730,4789,4887,4949,5013,5072,5144,5207,5261,5378,5435,5497,5551,5623,5758,5841,5919,6060,6144,6226,6374,6464,6542,6595,6654,6720,6791,6870,6958,7041,7117,7195,7267,7340,7444,7533,7605,7699,7798,7872,7944,8045,8095,8180,8246,8336,8425,8487,8551,8614,8681,8797,8910,9019,9124,9181,9244", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82", + "endOffsets": "312,3087,3165,3251,3351,3443,4281,4407,4490,4555,4655,4725,4784,4882,4944,5008,5067,5139,5202,5256,5373,5430,5492,5546,5618,5753,5836,5914,6055,6139,6221,6369,6459,6537,6590,6649,6715,6786,6865,6953,7036,7112,7190,7262,7335,7439,7528,7600,7694,7793,7867,7939,8040,8090,8175,8241,8331,8420,8482,8546,8609,8676,8792,8905,9014,9119,9176,9239,9322" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9327", + "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,9404" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,354,451,559,670,792", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "149,251,349,446,554,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3547,3649,3747,3844,3952,4063,9409", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "3542,3644,3742,3839,3947,4058,4180,9505" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9176", + "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,9253" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,354,457,561,658,769", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "145,247,349,452,556,653,764,865" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3524,3626,3728,3831,3935,4032,9258", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "3519,3621,3723,3826,3930,4027,4138,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2416,2558,2630,2703,2840,2929,3010,3067,3123,3189,3260,3337,3423,3503,3575,3651,3732,3802,3902,3989,4061,4152,4245,4319,4394,4486,4538,4620,4686,4770,4856,4918,4982,5045,5114,5218,5322,5416,5516,5577,5637", + "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,68,69,70,71,72,73", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,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,2411,2553,2625,2698,2835,2924,3005,3062,3118,3184,3255,3332,3418,3498,3570,3646,3727,3797,3897,3984,4056,4147,4240,4314,4389,4481,4533,4615,4681,4765,4851,4913,4977,5040,5109,5213,5317,5411,5511,5572,5632,5716" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4143,4235,4347,4429,4493,4588,4658,4721,4828,4893,4960,5021,5088,5150,5204,5318,5377,5438,5492,5567,5693,5781,5871,6013,6085,6158,6295,6384,6465,6522,6578,6644,6715,6792,6878,6958,7030,7106,7187,7257,7357,7444,7516,7607,7700,7774,7849,7941,7993,8075,8141,8225,8311,8373,8437,8500,8569,8673,8777,8871,8971,9032,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83", + "endOffsets": "318,3087,3163,3242,3336,3424,4230,4342,4424,4488,4583,4653,4716,4823,4888,4955,5016,5083,5145,5199,5313,5372,5433,5487,5562,5688,5776,5866,6008,6080,6153,6290,6379,6460,6517,6573,6639,6710,6787,6873,6953,7025,7101,7182,7252,7352,7439,7511,7602,7695,7769,7844,7936,7988,8070,8136,8220,8306,8368,8432,8495,8564,8668,8772,8866,8966,9027,9087,9171" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9358", + "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,9433" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2874,2957,3043,3105,3159,3225,3302,3381,3469,3552,3621,3697,3778,3846,3950,4041,4119,4212,4309,4383,4462,4560,4620,4708,4774,4862,4950,5012,5080,5143,5209,5314,5420,5515,5620,5686,5744", + "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,68,69,70,71,72,73", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,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,2869,2952,3038,3100,3154,3220,3297,3376,3464,3547,3616,3692,3773,3841,3945,4036,4114,4207,4304,4378,4457,4555,4615,4703,4769,4857,4945,5007,5075,5138,5204,5309,5415,5510,5615,5681,5739,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4337,4447,4534,4600,4696,4762,4823,4928,4992,5064,5122,5196,5258,5312,5425,5485,5546,5605,5683,5807,5888,5973,6109,6190,6273,6404,6487,6573,6635,6689,6755,6832,6911,6999,7082,7151,7227,7308,7376,7480,7571,7649,7742,7839,7913,7992,8090,8150,8238,8304,8392,8480,8542,8610,8673,8739,8844,8950,9045,9150,9216,9274", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83", + "endOffsets": "307,3156,3244,3326,3421,3510,4332,4442,4529,4595,4691,4757,4818,4923,4987,5059,5117,5191,5253,5307,5420,5480,5541,5600,5678,5802,5883,5968,6104,6185,6268,6399,6482,6568,6630,6684,6750,6827,6906,6994,7077,7146,7222,7303,7371,7475,7566,7644,7737,7834,7908,7987,8085,8145,8233,8299,8387,8475,8537,8605,8668,8734,8839,8945,9040,9145,9211,9269,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,261,363,469,567,667,775", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "153,256,358,464,562,662,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3515,3618,3721,3823,3929,4027,4127,9438", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "3613,3716,3818,3924,4022,4122,4230,9534" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9442", + "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,9521" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,454,556,665,782", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "148,250,350,449,551,660,777,878" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3570,3668,3770,3870,3969,4071,4180,9526", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "3663,3765,3865,3964,4066,4175,4292,9622" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3053,3133,3188,3239,3305,3378,3456,3544,3629,3700,3777,3851,3923,4029,4120,4194,4289,4387,4461,4541,4642,4695,4781,4847,4936,5026,5088,5152,5215,5289,5401,5511,5621,5726,5785,5840", + "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,69,70,71,72,73,74", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,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,2958,3048,3128,3183,3234,3300,3373,3451,3539,3624,3695,3772,3846,3918,4024,4115,4189,4284,4382,4456,4536,4637,4690,4776,4842,4931,5021,5083,5147,5210,5284,5396,5506,5616,5721,5780,5835,5914" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4297,4398,4519,4603,4669,4764,4838,4898,4982,5044,5110,5168,5241,5304,5360,5479,5536,5597,5653,5727,5872,5958,6042,6175,6257,6340,6486,6576,6656,6711,6762,6828,6901,6979,7067,7152,7223,7300,7374,7446,7552,7643,7717,7812,7910,7984,8064,8165,8218,8304,8370,8459,8549,8611,8675,8738,8812,8924,9034,9144,9249,9308,9363", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78", + "endOffsets": "366,3204,3292,3379,3475,3565,4393,4514,4598,4664,4759,4833,4893,4977,5039,5105,5163,5236,5299,5355,5474,5531,5592,5648,5722,5867,5953,6037,6170,6252,6335,6481,6571,6651,6706,6757,6823,6896,6974,7062,7147,7218,7295,7369,7441,7547,7638,7712,7807,7905,7979,8059,8160,8213,8299,8365,8454,8544,8606,8670,8733,8807,8919,9029,9139,9244,9303,9358,9437" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,3537,3654,3778,3908,4030,4168,4302,4418", + "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": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,3649,3773,3903,4025,4163,4297,4413,4533" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,34", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,3448", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,3532" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3203,3295,3394,3488,3582,3675,3768,8365", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3290,3389,3483,3577,3670,3763,3859,8461" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2452,2529,2603,2653,2704,2770,2833,2901,2979,3050,3111,3182,3249,3311,3398,3477,3542,3625,3710,3784,3848,3924,3972,4045,4109,4185,4263,4325,4389,4452,4518,4598,4676,4752,4831,4885,4940", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,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,2447,2524,2598,2648,2699,2765,2828,2896,2974,3045,3106,3177,3244,3306,3393,3472,3537,3620,3705,3779,3843,3919,3967,4040,4104,4180,4258,4320,4384,4447,4513,4593,4671,4747,4826,4880,4935,5004" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3864,3958,4065,4138,4200,4278,4338,4398,4476,4537,4595,4651,4711,4769,4823,4908,4964,5022,5076,5141,5233,5307,5384,5504,5567,5630,5729,5806,5880,5930,5981,6047,6110,6178,6256,6327,6388,6459,6526,6588,6675,6754,6819,6902,6987,7061,7125,7201,7249,7322,7386,7462,7540,7602,7666,7729,7795,7875,7953,8029,8108,8162,8217", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68", + "endOffsets": "292,2922,2984,3051,3121,3198,3953,4060,4133,4195,4273,4333,4393,4471,4532,4590,4646,4706,4764,4818,4903,4959,5017,5071,5136,5228,5302,5379,5499,5562,5625,5724,5801,5875,5925,5976,6042,6105,6173,6251,6322,6383,6454,6521,6583,6670,6749,6814,6897,6982,7056,7120,7196,7244,7317,7381,7457,7535,7597,7661,7724,7790,7870,7948,8024,8103,8157,8212,8281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8286", + "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,8360" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2936,3027,3110,3162,3215,3281,3352,3432,3518,3598,3676,3754,3827,3902,4009,4096,4183,4274,4367,4439,4515,4607,4658,4740,4806,4890,4976,5038,5102,5165,5233,5340,5449,5545,5650,5706,5763", + "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,68,69,70,71,72,73", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,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,2931,3022,3105,3157,3210,3276,3347,3427,3513,3593,3671,3749,3822,3897,4004,4091,4178,4269,4362,4434,4510,4602,4653,4735,4801,4885,4971,5033,5097,5160,5228,5335,5444,5540,5645,5701,5758,5841" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4300,4398,4513,4596,4663,4762,4830,4891,4979,5042,5108,5172,5243,5306,5360,5469,5528,5591,5645,5719,5844,5934,6014,6159,6242,6324,6462,6553,6636,6688,6741,6807,6878,6958,7044,7124,7202,7280,7353,7428,7535,7622,7709,7800,7893,7965,8041,8133,8184,8266,8332,8416,8502,8564,8628,8691,8759,8866,8975,9071,9176,9232,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82", + "endOffsets": "320,3172,3277,3357,3464,3564,4393,4508,4591,4658,4757,4825,4886,4974,5037,5103,5167,5238,5301,5355,5464,5523,5586,5640,5714,5839,5929,6009,6154,6237,6319,6457,6548,6631,6683,6736,6802,6873,6953,7039,7119,7197,7275,7348,7423,7530,7617,7704,7795,7888,7960,8036,8128,8179,8261,8327,8411,8497,8559,8623,8686,8754,8861,8970,9066,9171,9227,9284,9367" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,564,667,786", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "148,251,351,454,559,662,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3569,3667,3770,3870,3973,4078,4181,9455", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "3662,3765,3865,3968,4073,4176,4295,9551" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9372", + "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,9450" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-el_values-el.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3035,3121,3176,3227,3293,3371,3456,3541,3624,3696,3776,3856,3927,4034,4126,4198,4295,4392,4466,4540,4642,4698,4785,4857,4945,5037,5099,5163,5226,5296,5412,5521,5630,5735,5794,5849", + "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,68,69,70,71,72,73", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,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,2940,3030,3116,3171,3222,3288,3366,3451,3536,3619,3691,3771,3851,3922,4029,4121,4193,4290,4387,4461,4535,4637,4693,4780,4852,4940,5032,5094,5158,5221,5291,5407,5516,5625,5730,5789,5844,5935" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4380,4497,4583,4649,4749,4831,4894,4985,5048,5113,5175,5244,5306,5360,5498,5555,5616,5670,5743,5896,5981,6065,6204,6285,6370,6511,6601,6687,6742,6793,6859,6937,7022,7107,7190,7262,7342,7422,7493,7600,7692,7764,7861,7958,8032,8106,8208,8264,8351,8423,8511,8603,8665,8729,8792,8862,8978,9087,9196,9301,9360,9415", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90", + "endOffsets": "315,3184,3270,3355,3451,3538,4375,4492,4578,4644,4744,4826,4889,4980,5043,5108,5170,5239,5301,5355,5493,5550,5611,5665,5738,5891,5976,6060,6199,6280,6365,6506,6596,6682,6737,6788,6854,6932,7017,7102,7185,7257,7337,7417,7488,7595,7687,7759,7856,7953,8027,8101,8203,8259,8346,8418,8506,8598,8660,8724,8787,8857,8973,9082,9191,9296,9355,9410,9501" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,567,673,790", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "148,251,351,454,562,668,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3641,3744,3844,3947,4055,4161,9592", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "3636,3739,3839,3942,4050,4156,4273,9688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9506", + "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,9587" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-km_values-km.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2892,2970,3025,3081,3147,3227,3317,3403,3488,3567,3644,3714,3789,3901,3989,4062,4162,4261,4335,4411,4518,4572,4662,4735,4826,4922,4984,5048,5111,5182,5281,5379,5471,5567,5625,5685", + "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,68,69,70,71,72,73", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,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,2790,2887,2965,3020,3076,3142,3222,3312,3398,3483,3562,3639,3709,3784,3896,3984,4057,4157,4256,4330,4406,4513,4567,4657,4730,4821,4917,4979,5043,5106,5177,5276,5374,5466,5562,5620,5680,5763" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4120,4220,4332,4412,4477,4571,4641,4703,4790,4853,4918,4977,5042,5103,5160,5279,5337,5398,5455,5526,5656,5742,5820,5958,6033,6104,6254,6351,6429,6484,6540,6606,6686,6776,6862,6947,7026,7103,7173,7248,7360,7448,7521,7621,7720,7794,7870,7977,8031,8121,8194,8285,8381,8443,8507,8570,8641,8740,8838,8930,9026,9084,9144", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82", + "endOffsets": "314,3080,3156,3236,3315,3394,4215,4327,4407,4472,4566,4636,4698,4785,4848,4913,4972,5037,5098,5155,5274,5332,5393,5450,5521,5651,5737,5815,5953,6028,6099,6249,6346,6424,6479,6535,6601,6681,6771,6857,6942,7021,7098,7168,7243,7355,7443,7516,7616,7715,7789,7865,7972,8026,8116,8189,8280,8376,8438,8502,8565,8636,8735,8833,8925,9021,9079,9139,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,253,351,451,552,664,776", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "145,248,346,446,547,659,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3399,3494,3597,3695,3795,3896,4008,9311", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "3489,3592,3690,3790,3891,4003,4115,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9227", + "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,9306" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9551", + "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,9630" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3030,3127,3204,3260,3314,3380,3455,3534,3622,3702,3778,3856,3929,4006,4113,4200,4281,4371,4463,4535,4616,4708,4763,4845,4911,4996,5083,5145,5209,5272,5344,5455,5571,5672,5781,5841,5899", + "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,70,71,72,73,74,75", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,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,3025,3122,3199,3255,3309,3375,3450,3529,3617,3697,3773,3851,3924,4001,4108,4195,4276,4366,4458,4530,4611,4703,4758,4840,4906,4991,5078,5140,5204,5267,5339,5450,5566,5667,5776,5836,5894,5976" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4369,4465,4583,4667,4733,4832,4910,4975,5085,5148,5220,5279,5353,5414,5468,5592,5653,5715,5769,5847,5981,6069,6153,6294,6373,6457,6600,6697,6774,6830,6884,6950,7025,7104,7192,7272,7348,7426,7499,7576,7683,7770,7851,7941,8033,8105,8186,8278,8333,8415,8481,8566,8653,8715,8779,8842,8914,9025,9141,9242,9351,9411,9469", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81", + "endOffsets": "420,3268,3346,3429,3523,3613,4460,4578,4662,4728,4827,4905,4970,5080,5143,5215,5274,5348,5409,5463,5587,5648,5710,5764,5842,5976,6064,6148,6289,6368,6452,6595,6692,6769,6825,6879,6945,7020,7099,7187,7267,7343,7421,7494,7571,7678,7765,7846,7936,8028,8100,8181,8273,8328,8410,8476,8561,8648,8710,8774,8837,8909,9020,9136,9237,9346,9406,9464,9546" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,263,362,465,576,686,806", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "148,258,357,460,571,681,801,902" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3618,3716,3826,3925,4028,4139,4249,9635", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "3711,3821,3920,4023,4134,4244,4364,9731" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,259,360,463,565,670,787", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "150,254,355,458,560,665,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3431,3531,3635,3736,3839,3941,4046,9267", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "3526,3630,3731,3834,3936,4041,4158,9363" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3020,3072,3138,3208,3286,3373,3455,3525,3601,3672,3741,3855,3951,4025,4123,4219,4293,4363,4465,4520,4608,4675,4762,4855,4918,4982,5045,5111,5211,5320,5414,5521,5581,5637", + "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,68,69,70,71,72,73", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,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,2789,2875,2959,3015,3067,3133,3203,3281,3368,3450,3520,3596,3667,3736,3850,3946,4020,4118,4214,4288,4358,4460,4515,4603,4670,4757,4850,4913,4977,5040,5106,5206,5315,5409,5516,5576,5632,5710" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4163,4263,4379,4461,4524,4615,4680,4739,4827,4889,4951,5011,5078,5141,5195,5309,5366,5427,5481,5551,5670,5751,5836,5971,6048,6125,6266,6352,6436,6492,6544,6610,6680,6758,6845,6927,6997,7073,7144,7213,7327,7423,7497,7595,7691,7765,7835,7937,7992,8080,8147,8234,8327,8390,8454,8517,8583,8683,8792,8886,8993,9053,9109", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77", + "endOffsets": "304,3079,3166,3249,3342,3426,4258,4374,4456,4519,4610,4675,4734,4822,4884,4946,5006,5073,5136,5190,5304,5361,5422,5476,5546,5665,5746,5831,5966,6043,6120,6261,6347,6431,6487,6539,6605,6675,6753,6840,6922,6992,7068,7139,7208,7322,7418,7492,7590,7686,7760,7830,7932,7987,8075,8142,8229,8322,8385,8449,8512,8578,8678,8787,8881,8988,9048,9104,9182" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9187", + "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,9262" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,357,461,564,662,776", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "148,250,352,456,559,657,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3457,3555,3657,3759,3863,3966,4064,9280", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "3550,3652,3754,3858,3961,4059,4173,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2817,2904,2986,3044,3100,3166,3241,3321,3406,3485,3552,3627,3704,3768,3875,3969,4039,4128,4221,4295,4370,4460,4516,4595,4662,4746,4830,4892,4956,5019,5085,5185,5292,5386,5494,5556,5616", + "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,68,69,70,71,72,73", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,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,2812,2899,2981,3039,3095,3161,3236,3316,3401,3480,3547,3622,3699,3763,3870,3964,4034,4123,4216,4290,4365,4455,4511,4590,4657,4741,4825,4887,4951,5014,5080,5180,5287,5381,5489,5551,5611,5691" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4178,4278,4397,4480,4545,4638,4708,4767,4857,4921,4990,5048,5117,5177,5241,5353,5412,5471,5526,5601,5724,5804,5888,6021,6103,6184,6315,6402,6484,6542,6598,6664,6739,6819,6904,6983,7050,7125,7202,7266,7373,7467,7537,7626,7719,7793,7868,7958,8014,8093,8160,8244,8328,8390,8454,8517,8583,8683,8790,8884,8992,9054,9114", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79", + "endOffsets": "304,3109,3187,3265,3363,3452,4273,4392,4475,4540,4633,4703,4762,4852,4916,4985,5043,5112,5172,5236,5348,5407,5466,5521,5596,5719,5799,5883,6016,6098,6179,6310,6397,6479,6537,6593,6659,6734,6814,6899,6978,7045,7120,7197,7261,7368,7462,7532,7621,7714,7788,7863,7953,8009,8088,8155,8239,8323,8385,8449,8512,8578,8678,8785,8879,8987,9049,9109,9189" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9194", + "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,9275" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2968,3058,3139,3195,3251,3317,3396,3477,3565,3653,3732,3809,3891,3980,4081,4165,4257,4350,4451,4525,4617,4719,4771,4855,4921,5013,5101,5163,5227,5290,5360,5471,5576,5682,5781,5841,5901", + "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,68,69,70,71,72,73", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,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,2963,3053,3134,3190,3246,3312,3391,3472,3560,3648,3727,3804,3886,3975,4076,4160,4252,4345,4446,4520,4612,4714,4766,4850,4916,5008,5096,5158,5222,5285,5355,5466,5571,5677,5776,5836,5896,5981" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4352,4485,4565,4643,4739,4818,4881,4976,5040,5109,5172,5246,5310,5366,5487,5545,5607,5663,5740,5879,5967,6047,6187,6267,6347,6496,6586,6667,6723,6779,6845,6924,7005,7093,7181,7260,7337,7419,7508,7609,7693,7785,7878,7979,8053,8145,8247,8299,8383,8449,8541,8629,8691,8755,8818,8888,8999,9104,9210,9309,9369,9429", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84", + "endOffsets": "320,3151,3231,3316,3418,3514,4347,4480,4560,4638,4734,4813,4876,4971,5035,5104,5167,5241,5305,5361,5482,5540,5602,5658,5735,5874,5962,6042,6182,6262,6342,6491,6581,6662,6718,6774,6840,6919,7000,7088,7176,7255,7332,7414,7503,7604,7688,7780,7873,7974,8048,8140,8242,8294,8378,8444,8536,8624,8686,8750,8813,8883,8994,9099,9205,9304,9364,9424,9509" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9514", + "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,9592" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,783", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "149,251,351,449,556,662,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3519,3618,3720,3820,3918,4025,4131,9597", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "3613,3715,3815,3913,4020,4126,4242,9693" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-si_values-si.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3024,3076,3142,3212,3285,3367,3444,3516,3593,3665,3735,3848,3941,4014,4104,4197,4271,4343,4434,4488,4568,4634,4718,4803,4865,4929,4992,5058,5163,5268,5363,5464,5528,5584", + "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,68,69,70,71,72,73", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,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,2789,2875,2959,3019,3071,3137,3207,3280,3362,3439,3511,3588,3660,3730,3843,3936,4009,4099,4192,4266,4338,4429,4483,4563,4629,4713,4798,4860,4924,4987,5053,5158,5263,5358,5459,5523,5579,5659" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4174,4276,4391,4474,4538,4627,4694,4754,4848,4912,4975,5031,5101,5168,5223,5342,5399,5463,5517,5590,5712,5795,5880,6012,6090,6170,6292,6378,6462,6522,6574,6640,6710,6783,6865,6942,7014,7091,7163,7233,7346,7439,7512,7602,7695,7769,7841,7932,7986,8066,8132,8216,8301,8363,8427,8490,8556,8661,8766,8861,8962,9026,9082", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79", + "endOffsets": "314,3106,3183,3261,3352,3437,4271,4386,4469,4533,4622,4689,4749,4843,4907,4970,5026,5096,5163,5218,5337,5394,5458,5512,5585,5707,5790,5875,6007,6085,6165,6287,6373,6457,6517,6569,6635,6705,6778,6860,6937,7009,7086,7158,7228,7341,7434,7507,7597,7690,7764,7836,7927,7981,8061,8127,8211,8296,8358,8422,8485,8551,8656,8761,8856,8957,9021,9077,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9162", + "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,9239" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,365,470,569,673,787", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "152,255,360,465,564,668,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3442,3544,3647,3752,3857,3956,4060,9244", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "3539,3642,3747,3852,3951,4055,4169,9340" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,249,344,442,530,618,706,794,881,968,1055,1142", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1424" + }, + "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,249,344,442,530,618,706,794,881,968,1055,1676", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1958" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "1142,1217,1304,1484", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1212,1299,1479,1671" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-af_values-af.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9094", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,451,558,667,787", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "148,250,348,446,553,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3418,3516,3618,3716,3814,3921,4030,9175", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "3511,3613,3711,3809,3916,4025,4145,9271" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2892,2969,3027,3078,3144,3213,3289,3375,3451,3525,3604,3677,3748,3851,3938,4009,4098,4188,4260,4335,4422,4473,4552,4619,4700,4784,4846,4910,4973,5043,5147,5250,5346,5446,5508,5563", + "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,68,69,70,71,72,73", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,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,2800,2887,2964,3022,3073,3139,3208,3284,3370,3446,3520,3599,3672,3743,3846,3933,4004,4093,4183,4255,4330,4417,4468,4547,4614,4695,4779,4841,4905,4968,5038,5142,5245,5341,5441,5503,5558,5635" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4150,4250,4364,4445,4509,4597,4663,4726,4812,4874,4935,4993,5059,5122,5177,5295,5352,5414,5469,5538,5657,5745,5828,5967,6050,6131,6259,6346,6423,6481,6532,6598,6667,6743,6829,6905,6979,7058,7131,7202,7305,7392,7463,7552,7642,7714,7789,7876,7927,8006,8073,8154,8238,8300,8364,8427,8497,8601,8704,8800,8900,8962,9017", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76", + "endOffsets": "319,3072,3152,3230,3325,3413,4245,4359,4440,4504,4592,4658,4721,4807,4869,4930,4988,5054,5117,5172,5290,5347,5409,5464,5533,5652,5740,5823,5962,6045,6126,6254,6341,6418,6476,6527,6593,6662,6738,6824,6900,6974,7053,7126,7197,7300,7387,7458,7547,7637,7709,7784,7871,7922,8001,8068,8149,8233,8295,8359,8422,8492,8596,8699,8795,8895,8957,9012,9089" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9516", + "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,9594" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2956,3051,3134,3192,3244,3310,3389,3471,3562,3649,3725,3802,3879,3950,4060,4167,4247,4344,4444,4518,4599,4704,4762,4850,4917,5008,5100,5162,5226,5289,5358,5461,5568,5673,5778,5840,5896", + "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,68,69,70,71,72,73", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,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,2951,3046,3129,3187,3239,3305,3384,3466,3557,3644,3720,3797,3874,3945,4055,4162,4242,4339,4439,4513,4594,4699,4757,4845,4912,5003,5095,5157,5221,5284,5353,5456,5563,5668,5773,5835,5891,5975" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4262,4356,4466,4558,4623,4722,4788,4848,4950,5012,5088,5146,5224,5289,5343,5460,5524,5588,5642,5722,5856,5942,6031,6167,6252,6340,6492,6587,6670,6728,6780,6846,6925,7007,7098,7185,7261,7338,7415,7486,7596,7703,7783,7880,7980,8054,8135,8240,8298,8386,8453,8544,8636,8698,8762,8825,8894,8997,9104,9209,9314,9376,9432", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83", + "endOffsets": "316,3145,3228,3315,3421,3520,4351,4461,4553,4618,4717,4783,4843,4945,5007,5083,5141,5219,5284,5338,5455,5519,5583,5637,5717,5851,5937,6026,6162,6247,6335,6487,6582,6665,6723,6775,6841,6920,7002,7093,7180,7256,7333,7410,7481,7591,7698,7778,7875,7975,8049,8130,8235,8293,8381,8448,8539,8631,8693,8757,8820,8889,8992,9099,9204,9309,9371,9427,9511" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,362,466,569,670,792", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "152,255,357,461,564,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3525,3627,3730,3832,3936,4039,4140,9599", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "3622,3725,3827,3931,4034,4135,4257,9695" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,457,562,665,782", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "148,250,351,452,557,660,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3577,3675,3777,3878,3979,4084,4187,9497", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "3670,3772,3873,3974,4079,4182,4299,9593" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9415", + "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,9492" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3032,3123,3199,3253,3304,3370,3442,3520,3616,3698,3778,3854,3931,4008,4115,4204,4277,4367,4462,4536,4617,4710,4765,4846,4912,4998,5083,5145,5209,5272,5344,5442,5541,5636,5728,5786,5841", + "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,70,71,72,73,74,75", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,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,3027,3118,3194,3248,3299,3365,3437,3515,3611,3693,3773,3849,3926,4003,4110,4199,4272,4362,4457,4531,4612,4705,4760,4841,4907,4993,5078,5140,5204,5267,5339,5437,5536,5631,5723,5781,5836,5916" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4304,4401,4538,4630,4696,4795,4872,4935,5053,5114,5179,5236,5306,5367,5421,5537,5594,5656,5710,5784,5912,6000,6086,6223,6307,6392,6526,6617,6693,6747,6798,6864,6936,7014,7110,7192,7272,7348,7425,7502,7609,7698,7771,7861,7956,8030,8111,8204,8259,8340,8406,8492,8577,8639,8703,8766,8838,8936,9035,9130,9222,9280,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79", + "endOffsets": "426,3221,3299,3383,3481,3572,4396,4533,4625,4691,4790,4867,4930,5048,5109,5174,5231,5301,5362,5416,5532,5589,5651,5705,5779,5907,5995,6081,6218,6302,6387,6521,6612,6688,6742,6793,6859,6931,7009,7105,7187,7267,7343,7420,7497,7604,7693,7766,7856,7951,8025,8106,8199,8254,8335,8401,8487,8572,8634,8698,8761,8833,8931,9030,9125,9217,9275,9330,9410" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-or_values-or.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9137", + "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,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2781,2872,2949,3003,3054,3120,3190,3267,3354,3429,3500,3577,3646,3715,3822,3913,3985,4074,4163,4237,4309,4395,4445,4524,4590,4670,4754,4816,4880,4943,5012,5112,5207,5299,5391,5449,5504", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2776,2867,2944,2998,3049,3115,3185,3262,3349,3424,3495,3572,3641,3710,3817,3908,3980,4069,4158,4232,4304,4390,4440,4519,4585,4665,4749,4811,4875,4938,5007,5107,5202,5294,5386,5444,5499,5583" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4228,4322,4427,4506,4571,4660,4725,4784,4870,4934,4998,5061,5134,5198,5252,5364,5422,5484,5538,5610,5732,5819,5905,6045,6122,6203,6330,6421,6498,6552,6603,6669,6739,6816,6903,6978,7049,7126,7195,7264,7371,7462,7534,7623,7712,7786,7858,7944,7994,8073,8139,8219,8303,8365,8429,8492,8561,8661,8756,8848,8940,8998,9053", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83", + "endOffsets": "317,3163,3241,3318,3404,3488,4317,4422,4501,4566,4655,4720,4779,4865,4929,4993,5056,5129,5193,5247,5359,5417,5479,5533,5605,5727,5814,5900,6040,6117,6198,6325,6416,6493,6547,6598,6664,6734,6811,6898,6973,7044,7121,7190,7259,7366,7457,7529,7618,7707,7781,7853,7939,7989,8068,8134,8214,8298,8360,8424,8487,8556,8656,8751,8843,8935,8993,9048,9132" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,260,363,468,569,671,790", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "153,255,358,463,564,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3596,3698,3801,3906,4007,4109,9227", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "3591,3693,3796,3901,4002,4104,4223,9323" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3531,3629,3731,3828,3932,4036,4141,9411", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3624,3726,3823,3927,4031,4136,4252,9507" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9324", + "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,9406" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2905,2993,3071,3125,3181,3247,3321,3399,3488,3570,3645,3721,3796,3867,3974,4064,4137,4229,4325,4397,4473,4569,4622,4704,4771,4858,4945,5007,5071,5134,5203,5308,5418,5514,5622,5680,5740", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2900,2988,3066,3120,3176,3242,3316,3394,3483,3565,3640,3716,3791,3862,3969,4059,4132,4224,4320,4392,4468,4564,4617,4699,4766,4853,4940,5002,5066,5129,5198,5303,5413,5509,5617,5675,5735,5815" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4257,4351,4482,4563,4629,4721,4789,4852,4955,5015,5081,5137,5208,5268,5322,5434,5491,5552,5606,5682,5807,5893,5976,6114,6195,6278,6409,6497,6575,6629,6685,6751,6825,6903,6992,7074,7149,7225,7300,7371,7478,7568,7641,7733,7829,7901,7977,8073,8126,8208,8275,8362,8449,8511,8575,8638,8707,8812,8922,9018,9126,9184,9244", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "366,3170,3246,3326,3433,3526,4346,4477,4558,4624,4716,4784,4847,4950,5010,5076,5132,5203,5263,5317,5429,5486,5547,5601,5677,5802,5888,5971,6109,6190,6273,6404,6492,6570,6624,6680,6746,6820,6898,6987,7069,7144,7220,7295,7366,7473,7563,7636,7728,7824,7896,7972,8068,8121,8203,8270,8357,8444,8506,8570,8633,8702,8807,8917,9013,9121,9179,9239,9319" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2892,2970,3025,3080,3146,3215,3289,3368,3447,3520,3597,3666,3736,3833,3918,3993,4086,4179,4253,4322,4416,4468,4551,4618,4702,4786,4848,4912,4975,5045,5144,5242,5337,5431,5490,5549", + "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,68,69,70,71,72,73", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,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,2797,2887,2965,3020,3075,3141,3210,3284,3363,3442,3515,3592,3661,3731,3828,3913,3988,4081,4174,4248,4317,4411,4463,4546,4613,4697,4781,4843,4907,4970,5040,5139,5237,5332,5426,5485,5544,5623" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4087,4202,4321,4404,4470,4559,4628,4687,4782,4848,4913,4971,5036,5097,5157,5263,5324,5384,5442,5513,5632,5718,5800,5943,6018,6094,6225,6315,6393,6448,6503,6569,6638,6712,6791,6870,6943,7020,7089,7159,7256,7341,7416,7509,7602,7676,7745,7839,7891,7974,8041,8125,8209,8271,8335,8398,8468,8567,8665,8760,8854,8913,8972", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78", + "endOffsets": "314,3055,3126,3207,3293,3376,4197,4316,4399,4465,4554,4623,4682,4777,4843,4908,4966,5031,5092,5152,5258,5319,5379,5437,5508,5627,5713,5795,5938,6013,6089,6220,6310,6388,6443,6498,6564,6633,6707,6786,6865,6938,7015,7084,7154,7251,7336,7411,7504,7597,7671,7740,7834,7886,7969,8036,8120,8204,8266,8330,8393,8463,8562,8660,8755,8849,8908,8967,9046" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,552,650,761", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "146,249,348,446,547,645,756,857" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3477,3580,3679,3777,3878,3976,9133", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "3472,3575,3674,3772,3873,3971,4082,9229" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9051", + "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,9128" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3386,3482,3584,3683,3782,3886,3989,9103", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "3477,3579,3678,3777,3881,3984,4100,9199" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2793,2884,2961,3015,3066,3132,3202,3279,3366,3441,3512,3589,3658,3727,3834,3925,3997,4086,4175,4249,4321,4407,4457,4536,4602,4682,4766,4828,4892,4955,5024,5124,5219,5311,5403,5461,5516", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2788,2879,2956,3010,3061,3127,3197,3274,3361,3436,3507,3584,3653,3722,3829,3920,3992,4081,4170,4244,4316,4402,4452,4531,4597,4677,4761,4823,4887,4950,5019,5119,5214,5306,5398,5456,5511,5589" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4105,4203,4318,4397,4462,4552,4619,4678,4768,4832,4896,4959,5028,5092,5146,5258,5316,5378,5432,5504,5626,5713,5794,5934,6011,6092,6219,6310,6387,6441,6492,6558,6628,6705,6792,6867,6938,7015,7084,7153,7260,7351,7423,7512,7601,7675,7747,7833,7883,7962,8028,8108,8192,8254,8318,8381,8450,8550,8645,8737,8829,8887,8942", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77", + "endOffsets": "317,3056,3134,3211,3297,3381,4198,4313,4392,4457,4547,4614,4673,4763,4827,4891,4954,5023,5087,5141,5253,5311,5373,5427,5499,5621,5708,5789,5929,6006,6087,6214,6305,6382,6436,6487,6553,6623,6700,6787,6862,6933,7010,7079,7148,7255,7346,7418,7507,7596,7670,7742,7828,7878,7957,8023,8103,8187,8249,8313,8376,8445,8545,8640,8732,8824,8882,8937,9015" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9020", + "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,9098" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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.daydreamclock.app-debug-31:/values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2825,2911,2992,3046,3098,3164,3237,3317,3402,3482,3553,3629,3708,3777,3884,3980,4058,4153,4249,4323,4398,4497,4548,4630,4697,4784,4874,4936,5000,5063,5130,5232,5337,5434,5536,5594,5650", + "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,68,69,70,71,72,73", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,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,2820,2906,2987,3041,3093,3159,3232,3312,3397,3477,3548,3624,3703,3772,3879,3975,4053,4148,4244,4318,4393,4492,4543,4625,4692,4779,4869,4931,4995,5058,5125,5227,5332,5429,5531,5589,5645,5723" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4250,4370,4454,4517,4608,4675,4734,4824,4887,4952,5016,5085,5147,5201,5316,5374,5435,5489,5562,5689,5775,5859,5992,6067,6143,6276,6362,6443,6497,6549,6615,6688,6768,6853,6933,7004,7080,7159,7228,7335,7431,7509,7604,7700,7774,7849,7948,7999,8081,8148,8235,8325,8387,8451,8514,8581,8683,8788,8885,8987,9045,9101", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77", + "endOffsets": "313,3070,3142,3224,3330,3428,4245,4365,4449,4512,4603,4670,4729,4819,4882,4947,5011,5080,5142,5196,5311,5369,5430,5484,5557,5684,5770,5854,5987,6062,6138,6271,6357,6438,6492,6544,6610,6683,6763,6848,6928,6999,7075,7154,7223,7330,7426,7504,7599,7695,7769,7844,7943,7994,8076,8143,8230,8320,8382,8446,8509,8576,8678,8783,8880,8982,9040,9096,9174" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9179", + "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,9255" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,252,349,451,553,651,773", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "144,247,344,446,548,646,768,869" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3433,3527,3630,3727,3829,3931,4029,9260", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "3522,3625,3722,3824,3926,4024,4146,9356" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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.daydreamclock.app-debug-31:/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2812,2909,3007,3064,3119,3185,3255,3332,3418,3503,3571,3647,3728,3806,3907,3993,4080,4177,4276,4350,4420,4524,4578,4665,4732,4822,4914,4976,5040,5103,5169,5274,5384,5485,5592,5653,5712", + "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,68,69,70,71,72,73", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,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,2807,2904,3002,3059,3114,3180,3250,3327,3413,3498,3566,3642,3723,3801,3902,3988,4075,4172,4271,4345,4415,4519,4573,4660,4727,4817,4909,4971,5035,5098,5164,5269,5379,5480,5587,5648,5707,5786" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4182,4289,4421,4504,4569,4663,4732,4791,4876,4939,5002,5060,5125,5186,5247,5353,5411,5471,5530,5600,5716,5795,5875,6009,6084,6160,6297,6394,6492,6549,6604,6670,6740,6817,6903,6988,7056,7132,7213,7291,7392,7478,7565,7662,7761,7835,7905,8009,8063,8150,8217,8307,8399,8461,8525,8588,8654,8759,8869,8970,9077,9138,9197", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78", + "endOffsets": "304,3064,3140,3221,3328,3424,4284,4416,4499,4564,4658,4727,4786,4871,4934,4997,5055,5120,5181,5242,5348,5406,5466,5525,5595,5711,5790,5870,6004,6079,6155,6292,6389,6487,6544,6599,6665,6735,6812,6898,6983,7051,7127,7208,7286,7387,7473,7560,7657,7756,7830,7900,8004,8058,8145,8212,8302,8394,8456,8520,8583,8649,8754,8864,8965,9072,9133,9192,9271" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9276", + "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,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,361,462,575,681,808", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "148,251,356,457,570,676,803,904" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3527,3630,3735,3836,3949,4055,9358", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "3522,3625,3730,3831,3944,4050,4177,9454" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,666,787", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "147,249,348,448,555,661,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3492,3589,3691,3790,3890,3997,4103,9467", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "3584,3686,3785,3885,3992,4098,4219,9563" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3004,3084,3140,3191,3257,3332,3412,3499,3578,3651,3728,3801,3875,3982,4075,4152,4245,4343,4417,4498,4597,4650,4734,4800,4889,4977,5039,5103,5166,5234,5350,5458,5565,5667,5727,5782", + "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,68,69,70,71,72,73", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,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,2912,2999,3079,3135,3186,3252,3327,3407,3494,3573,3646,3723,3796,3870,3977,4070,4147,4240,4338,4412,4493,4592,4645,4729,4795,4884,4972,5034,5098,5161,5229,5345,5453,5560,5662,5722,5777,5863" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4327,4447,4528,4592,4684,4763,4828,4918,4982,5050,5112,5185,5249,5303,5429,5487,5549,5603,5679,5822,5909,5991,6130,6212,6294,6430,6517,6597,6653,6704,6770,6845,6925,7012,7091,7164,7241,7314,7388,7495,7588,7665,7758,7856,7930,8011,8110,8163,8247,8313,8402,8490,8552,8616,8679,8747,8863,8971,9078,9180,9240,9295", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85", + "endOffsets": "318,3130,3210,3292,3391,3487,4322,4442,4523,4587,4679,4758,4823,4913,4977,5045,5107,5180,5244,5298,5424,5482,5544,5598,5674,5817,5904,5986,6125,6207,6289,6425,6512,6592,6648,6699,6765,6840,6920,7007,7086,7159,7236,7309,7383,7490,7583,7660,7753,7851,7925,8006,8105,8158,8242,8308,8397,8485,8547,8611,8674,8742,8858,8966,9073,9175,9235,9290,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9490", + "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,9567" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,449,555,660,786", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "146,248,347,444,550,655,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3589,3691,3790,3887,3993,4098,9572", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "3584,3686,3785,3882,3988,4093,4219,9668" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2960,3049,3125,3182,3238,3304,3382,3463,3551,3639,3717,3794,3868,3947,4057,4147,4239,4331,4432,4506,4588,4689,4739,4822,4888,4980,5067,5129,5193,5256,5329,5452,5565,5669,5777,5838,5898", + "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,68,69,70,71,72,73", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,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,2955,3044,3120,3177,3233,3299,3377,3458,3546,3634,3712,3789,3863,3942,4052,4142,4234,4326,4427,4501,4583,4684,4734,4817,4883,4975,5062,5124,5188,5251,5324,5447,5560,5664,5772,5833,5893,5979" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4325,4453,4537,4602,4699,4779,4844,4939,5003,5075,5137,5213,5276,5333,5454,5512,5573,5630,5710,5847,5934,6018,6157,6235,6314,6466,6555,6631,6688,6744,6810,6888,6969,7057,7145,7223,7300,7374,7453,7563,7653,7745,7837,7938,8012,8094,8195,8245,8328,8394,8486,8573,8635,8699,8762,8835,8958,9071,9175,9283,9344,9404", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85", + "endOffsets": "319,3125,3205,3293,3396,3488,4320,4448,4532,4597,4694,4774,4839,4934,4998,5070,5132,5208,5271,5328,5449,5507,5568,5625,5705,5842,5929,6013,6152,6230,6309,6461,6550,6626,6683,6739,6805,6883,6964,7052,7140,7218,7295,7369,7448,7558,7648,7740,7832,7933,8007,8089,8190,8240,8323,8389,8481,8568,8630,8694,8757,8830,8953,9066,9170,9278,9339,9399,9485" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9130", + "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,9206" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2804,2894,2968,3020,3071,3137,3214,3296,3380,3454,3528,3607,3684,3756,3863,3952,4028,4119,4214,4288,4361,4455,4509,4583,4655,4741,4827,4889,4953,5016,5087,5188,5291,5386,5486,5542,5597", + "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,68,69,70,71,72,73", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,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,2799,2889,2963,3015,3066,3132,3209,3291,3375,3449,3523,3602,3679,3751,3858,3947,4023,4114,4209,4283,4356,4450,4504,4578,4650,4736,4822,4884,4948,5011,5082,5183,5286,5381,5481,5537,5592,5671" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4126,4222,4330,4414,4479,4572,4647,4712,4800,4865,4931,4989,5060,5126,5180,5290,5350,5414,5468,5541,5657,5741,5822,5955,6040,6125,6258,6348,6422,6474,6525,6591,6668,6750,6834,6908,6982,7061,7138,7210,7317,7406,7482,7573,7668,7742,7815,7909,7963,8037,8109,8195,8281,8343,8407,8470,8541,8642,8745,8840,8940,8996,9051", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78", + "endOffsets": "313,3059,3133,3216,3305,3387,4217,4325,4409,4474,4567,4642,4707,4795,4860,4926,4984,5055,5121,5175,5285,5345,5409,5463,5536,5652,5736,5817,5950,6035,6120,6253,6343,6417,6469,6520,6586,6663,6745,6829,6903,6977,7056,7133,7205,7312,7401,7477,7568,7663,7737,7810,7904,7958,8032,8104,8190,8276,8338,8402,8465,8536,8637,8740,8835,8935,8991,9046,9125" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,351,456,561,673,789", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "146,248,346,451,556,668,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3392,3488,3590,3688,3793,3898,4010,9211", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "3483,3585,3683,3788,3893,4005,4121,9307" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2782,2866,2948,3003,3058,3124,3193,3270,3356,3435,3503,3579,3649,3714,3816,3911,3984,4078,4171,4245,4314,4408,4464,4547,4614,4698,4786,4848,4912,4975,5042,5139,5245,5336,5438,5497,5556", + "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,68,69,70,71,72,73", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,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,2777,2861,2943,2998,3053,3119,3188,3265,3351,3430,3498,3574,3644,3709,3811,3906,3979,4073,4166,4240,4309,4403,4459,4542,4609,4693,4781,4843,4907,4970,5037,5134,5240,5331,5433,5492,5551,5628" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4133,4241,4353,4436,4500,4592,4661,4720,4805,4868,4930,4988,5052,5113,5167,5281,5339,5399,5453,5523,5650,5731,5810,5945,6021,6098,6227,6311,6393,6448,6503,6569,6638,6715,6801,6880,6948,7024,7094,7159,7261,7356,7429,7523,7616,7690,7759,7853,7909,7992,8059,8143,8231,8293,8357,8420,8487,8584,8690,8781,8883,8942,9001", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76", + "endOffsets": "308,3047,3126,3207,3306,3395,4236,4348,4431,4495,4587,4656,4715,4800,4863,4925,4983,5047,5108,5162,5276,5334,5394,5448,5518,5645,5726,5805,5940,6016,6093,6222,6306,6388,6443,6498,6564,6633,6710,6796,6875,6943,7019,7089,7154,7256,7351,7424,7518,7611,7685,7754,7848,7904,7987,8054,8138,8226,8288,8352,8415,8482,8579,8685,8776,8878,8937,8996,9073" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9078", + "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,9153" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,358,459,561,659,788", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "148,250,353,454,556,654,783,884" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3400,3498,3600,3703,3804,3906,4004,9158", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "3493,3595,3698,3799,3901,3999,4128,9254" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-debug-31:/values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-af.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json new file mode 100644 index 0000000..bb5218e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-af/values-af.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9094", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,451,558,667,787", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "148,250,348,446,553,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3418,3516,3618,3716,3814,3921,4030,9175", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "3511,3613,3711,3809,3916,4025,4145,9271" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2892,2969,3027,3078,3144,3213,3289,3375,3451,3525,3604,3677,3748,3851,3938,4009,4098,4188,4260,4335,4422,4473,4552,4619,4700,4784,4846,4910,4973,5043,5147,5250,5346,5446,5508,5563", + "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,68,69,70,71,72,73", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,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,2800,2887,2964,3022,3073,3139,3208,3284,3370,3446,3520,3599,3672,3743,3846,3933,4004,4093,4183,4255,4330,4417,4468,4547,4614,4695,4779,4841,4905,4968,5038,5142,5245,5341,5441,5503,5558,5635" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4150,4250,4364,4445,4509,4597,4663,4726,4812,4874,4935,4993,5059,5122,5177,5295,5352,5414,5469,5538,5657,5745,5828,5967,6050,6131,6259,6346,6423,6481,6532,6598,6667,6743,6829,6905,6979,7058,7131,7202,7305,7392,7463,7552,7642,7714,7789,7876,7927,8006,8073,8154,8238,8300,8364,8427,8497,8601,8704,8800,8900,8962,9017", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76", + "endOffsets": "319,3072,3152,3230,3325,3413,4245,4359,4440,4504,4592,4658,4721,4807,4869,4930,4988,5054,5117,5172,5290,5347,5409,5464,5533,5652,5740,5823,5962,6045,6126,6254,6341,6418,6476,6527,6593,6662,6738,6824,6900,6974,7053,7126,7197,7300,7387,7458,7547,7637,7709,7784,7871,7922,8001,8068,8149,8233,8295,8359,8422,8492,8596,8699,8795,8895,8957,9012,9089" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json new file mode 100644 index 0000000..c02dba9 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-am/values-am.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2614,2696,2772,2823,2874,2940,3006,3079,3160,3235,3303,3376,3447,3514,3612,3697,3764,3851,3939,4013,4081,4166,4217,4295,4359,4439,4521,4583,4647,4710,4776,4871,4966,5051,5142,5197,5252", + "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,68,69,70,71,72,73", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,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,2609,2691,2767,2818,2869,2935,3001,3074,3155,3230,3298,3371,3442,3509,3607,3692,3759,3846,3934,4008,4076,4161,4212,4290,4354,4434,4516,4578,4642,4705,4771,4866,4961,5046,5137,5192,5247,5323" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3993,4082,4184,4261,4325,4410,4472,4530,4615,4678,4740,4798,4864,4926,4981,5077,5134,5193,5249,5316,5421,5501,5582,5711,5784,5855,5969,6051,6127,6178,6229,6295,6361,6434,6515,6590,6658,6731,6802,6869,6967,7052,7119,7206,7294,7368,7436,7521,7572,7650,7714,7794,7876,7938,8002,8065,8131,8226,8321,8406,8497,8552,8607", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75", + "endOffsets": "306,2995,3063,3138,3220,3301,4077,4179,4256,4320,4405,4467,4525,4610,4673,4735,4793,4859,4921,4976,5072,5129,5188,5244,5311,5416,5496,5577,5706,5779,5850,5964,6046,6122,6173,6224,6290,6356,6429,6510,6585,6653,6726,6797,6864,6962,7047,7114,7201,7289,7363,7431,7516,7567,7645,7709,7789,7871,7933,7997,8060,8126,8221,8316,8401,8492,8547,8602,8678" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,248,345,444,540,642,742", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "143,243,340,439,535,637,737,838" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3306,3399,3499,3596,3695,3791,3893,8763", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "3394,3494,3591,3690,3786,3888,3988,8859" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8683", + "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,8758" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json new file mode 100644 index 0000000..4961827 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ar/values-ar.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,72,73,74,75,76,77", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3029,3118,3194,3247,3301,3367,3445,3525,3609,3691,3763,3837,3910,3980,4089,4180,4251,4341,4436,4510,4593,4686,4735,4816,4885,4971,5056,5118,5182,5245,5314,5423,5533,5630,5730,5787,5845", + "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,72,73,74,75,76,77", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,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,3024,3113,3189,3242,3296,3362,3440,3520,3604,3686,3758,3832,3905,3975,4084,4175,4246,4336,4431,4505,4588,4681,4730,4811,4880,4966,5051,5113,5177,5240,5309,5418,5528,5625,5725,5782,5840,5920" + }, + "to": { + "startLines": "2,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4294,4395,4514,4591,4654,4745,4814,4881,4981,5044,5109,5170,5238,5300,5358,5472,5532,5593,5650,5723,5846,5927,6007,6155,6236,6317,6445,6534,6610,6663,6717,6783,6861,6941,7025,7107,7179,7253,7326,7396,7505,7596,7667,7757,7852,7926,8009,8102,8151,8232,8301,8387,8472,8534,8598,8661,8730,8839,8949,9046,9146,9203,9261", + "endLines": "9,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79", + "endOffsets": "510,3242,3318,3402,3494,3577,4390,4509,4586,4649,4740,4809,4876,4976,5039,5104,5165,5233,5295,5353,5467,5527,5588,5645,5718,5841,5922,6002,6150,6231,6312,6440,6529,6605,6658,6712,6778,6856,6936,7020,7102,7174,7248,7321,7391,7500,7591,7662,7752,7847,7921,8004,8097,8146,8227,8296,8382,8467,8529,8593,8656,8725,8834,8944,9041,9141,9198,9256,9336" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,112", + "startColumns": "4,4,4,4,4,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,9341", + "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,9418" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,250,345,448,551,653,767", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "143,245,340,443,546,648,762,863" + }, + "to": { + "startLines": "42,43,44,45,46,47,48,113", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3582,3675,3777,3872,3975,4078,4180,9423", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "3670,3772,3867,3970,4073,4175,4289,9519" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json new file mode 100644 index 0000000..b465cda --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-as/values-as.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,259,367,472,576,676,805", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "151,254,362,467,571,671,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3472,3573,3676,3784,3889,3993,4093,9219", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "3568,3671,3779,3884,3988,4088,4217,9315" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9136", + "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,9214" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2789,2880,2957,3011,3062,3128,3198,3275,3362,3437,3508,3585,3654,3723,3830,3921,3993,4082,4171,4245,4317,4403,4453,4532,4598,4678,4762,4824,4888,4951,5020,5120,5215,5307,5399,5457,5512", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2784,2875,2952,3006,3057,3123,3193,3270,3357,3432,3503,3580,3649,3718,3825,3916,3988,4077,4166,4240,4312,4398,4448,4527,4593,4673,4757,4819,4883,4946,5015,5115,5210,5302,5394,5452,5507,5588" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4222,4324,4447,4526,4591,4680,4745,4804,4890,4954,5018,5081,5151,5215,5269,5374,5432,5494,5548,5620,5737,5824,5907,6047,6124,6205,6332,6423,6500,6554,6605,6671,6741,6818,6905,6980,7051,7128,7197,7266,7373,7464,7536,7625,7714,7788,7860,7946,7996,8075,8141,8221,8305,8367,8431,8494,8563,8663,8758,8850,8942,9000,9055", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80", + "endOffsets": "317,3142,3220,3297,3383,3467,4319,4442,4521,4586,4675,4740,4799,4885,4949,5013,5076,5146,5210,5264,5369,5427,5489,5543,5615,5732,5819,5902,6042,6119,6200,6327,6418,6495,6549,6600,6666,6736,6813,6900,6975,7046,7123,7192,7261,7368,7459,7531,7620,7709,7783,7855,7941,7991,8070,8136,8216,8300,8362,8426,8489,8558,8658,8753,8845,8937,8995,9050,9131" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json new file mode 100644 index 0000000..fb0182c --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-az/values-az.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9154", + "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,9233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,258,361,465,566,671,782", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "151,253,356,460,561,666,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3440,3541,3643,3746,3850,3951,4056,9238", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "3536,3638,3741,3845,3946,4051,4162,9334" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2879,2958,3015,3066,3132,3202,3280,3363,3443,3513,3589,3667,3738,3836,3922,4005,4098,4191,4264,4336,4430,4484,4568,4635,4719,4807,4871,4936,5000,5070,5172,5276,5372,5473,5534,5589", + "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,68,69,70,71,72,73", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,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,2790,2874,2953,3010,3061,3127,3197,3275,3358,3438,3508,3584,3662,3733,3831,3917,4000,4093,4186,4259,4331,4425,4479,4563,4630,4714,4802,4866,4931,4995,5065,5167,5271,5367,5468,5529,5584,5664" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4167,4263,4379,4459,4523,4617,4685,4744,4839,4902,4966,5025,5092,5155,5209,5324,5382,5444,5498,5569,5701,5785,5865,5999,6075,6151,6280,6364,6443,6500,6551,6617,6687,6765,6848,6928,6998,7074,7152,7223,7321,7407,7490,7583,7676,7749,7821,7915,7969,8053,8120,8204,8292,8356,8421,8485,8555,8657,8761,8857,8958,9019,9074", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79", + "endOffsets": "310,3106,3191,3271,3356,3435,4258,4374,4454,4518,4612,4680,4739,4834,4897,4961,5020,5087,5150,5204,5319,5377,5439,5493,5564,5696,5780,5860,5994,6070,6146,6275,6359,6438,6495,6546,6612,6682,6760,6843,6923,6993,7069,7147,7218,7316,7402,7485,7578,7671,7744,7816,7910,7964,8048,8115,8199,8287,8351,8416,8480,8550,8652,8756,8852,8953,9014,9069,9149" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+es+419.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+es+419.json new file mode 100644 index 0000000..052f520 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+es+419.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-b+es+419/values-b+es+419.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..8b6a324 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-b+sr+Latn/values-b+sr+Latn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3541,3639,3741,3838,3942,4046,4151,9428", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3634,3736,3833,3937,4041,4146,4262,9524" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9341", + "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,9423" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3005,3083,3137,3193,3259,3333,3411,3500,3582,3658,3734,3809,3881,3988,4078,4151,4243,4339,4411,4487,4583,4636,4718,4785,4872,4959,5021,5085,5148,5217,5322,5432,5528,5636,5694,5754", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2912,3000,3078,3132,3188,3254,3328,3406,3495,3577,3653,3729,3804,3876,3983,4073,4146,4238,4334,4406,4482,4578,4631,4713,4780,4867,4954,5016,5080,5143,5212,5317,5427,5523,5631,5689,5749,5829" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4267,4361,4493,4574,4640,4733,4801,4864,4967,5027,5093,5149,5220,5280,5334,5446,5503,5564,5618,5694,5819,5906,5989,6128,6210,6293,6424,6512,6590,6644,6700,6766,6840,6918,7007,7089,7165,7241,7316,7388,7495,7585,7658,7750,7846,7918,7994,8090,8143,8225,8292,8379,8466,8528,8592,8655,8724,8829,8939,9035,9143,9201,9261", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "369,3177,3254,3334,3442,3536,4356,4488,4569,4635,4728,4796,4859,4962,5022,5088,5144,5215,5275,5329,5441,5498,5559,5613,5689,5814,5901,5984,6123,6205,6288,6419,6507,6585,6639,6695,6761,6835,6913,7002,7084,7160,7236,7311,7383,7490,7580,7653,7745,7841,7913,7989,8085,8138,8220,8287,8374,8461,8523,8587,8650,8719,8824,8934,9030,9138,9196,9256,9336" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json new file mode 100644 index 0000000..adef591 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-be/values-be.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,562,665,786", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "148,250,350,451,557,660,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3587,3685,3787,3887,3988,4094,4197,9578", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "3680,3782,3882,3983,4089,4192,4313,9674" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9496", + "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,9573" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3033,3124,3207,3264,3315,3381,3453,3530,3614,3697,3772,3849,3931,4007,4115,4204,4286,4377,4473,4547,4628,4723,4777,4859,4925,5012,5098,5160,5224,5287,5356,5466,5579,5682,5789,5850,5905", + "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,70,71,72,73,74,75", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,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,3028,3119,3202,3259,3310,3376,3448,3525,3609,3692,3767,3844,3926,4002,4110,4199,4281,4372,4468,4542,4623,4718,4772,4854,4920,5007,5093,5155,5219,5282,5351,5461,5574,5677,5784,5845,5900,5980" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4415,4547,4630,4697,4790,4867,4930,5046,5109,5178,5237,5308,5367,5421,5542,5603,5666,5720,5793,5915,6003,6086,6238,6324,6411,6544,6635,6718,6775,6826,6892,6964,7041,7125,7208,7283,7360,7442,7518,7626,7715,7797,7888,7984,8058,8139,8234,8288,8370,8436,8523,8609,8671,8735,8798,8867,8977,9090,9193,9300,9361,9416", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79", + "endOffsets": "427,3234,3311,3393,3490,3582,4410,4542,4625,4692,4785,4862,4925,5041,5104,5173,5232,5303,5362,5416,5537,5598,5661,5715,5788,5910,5998,6081,6233,6319,6406,6539,6630,6713,6770,6821,6887,6959,7036,7120,7203,7278,7355,7437,7513,7621,7710,7792,7883,7979,8053,8134,8229,8283,8365,8431,8518,8604,8666,8730,8793,8862,8972,9085,9188,9295,9356,9411,9491" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json new file mode 100644 index 0000000..5ae3996 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-bg/values-bg.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3048,3125,3178,3229,3295,3370,3446,3532,3611,3688,3764,3841,3915,4027,4118,4193,4284,4376,4450,4537,4628,4683,4765,4831,4914,5000,5062,5126,5189,5259,5376,5488,5599,5709,5766,5821", + "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,68,69,70,71,72,73", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,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,2958,3043,3120,3173,3224,3290,3365,3441,3527,3606,3683,3759,3836,3910,4022,4113,4188,4279,4371,4445,4532,4623,4678,4760,4826,4909,4995,5057,5121,5184,5254,5371,5483,5594,5704,5761,5816,5902" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4373,4506,4595,4661,4758,4838,4900,4989,5052,5117,5176,5249,5312,5366,5494,5551,5613,5667,5740,5883,5967,6055,6191,6279,6367,6503,6588,6665,6718,6769,6835,6910,6986,7072,7151,7228,7304,7381,7455,7567,7658,7733,7824,7916,7990,8077,8168,8223,8305,8371,8454,8540,8602,8666,8729,8799,8916,9028,9139,9249,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85", + "endOffsets": "310,3138,3217,3300,3422,3532,4368,4501,4590,4656,4753,4833,4895,4984,5047,5112,5171,5244,5307,5361,5489,5546,5608,5662,5735,5878,5962,6050,6186,6274,6362,6498,6583,6660,6713,6764,6830,6905,6981,7067,7146,7223,7299,7376,7450,7562,7653,7728,7819,7911,7985,8072,8163,8218,8300,8366,8449,8535,8597,8661,8724,8794,8911,9023,9134,9244,9301,9356,9442" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9447", + "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,9526" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,262,364,465,572,677,796", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "147,257,359,460,567,672,791,892" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3634,3744,3846,3947,4054,4159,9531", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "3629,3739,3841,3942,4049,4154,4273,9627" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json new file mode 100644 index 0000000..5f9e2e4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-bn/values-bn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9266", + "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,9348" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2843,2930,3013,3071,3127,3193,3266,3346,3441,3523,3592,3668,3748,3817,3926,4021,4104,4194,4289,4363,4437,4530,4584,4669,4736,4822,4907,4969,5033,5096,5162,5264,5363,5456,5555,5617,5677", + "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,68,69,70,71,72,73", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,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,2838,2925,3008,3066,3122,3188,3261,3341,3436,3518,3587,3663,3743,3812,3921,4016,4099,4189,4284,4358,4432,4525,4579,4664,4731,4817,4902,4964,5028,5091,5157,5259,5358,5451,5550,5612,5672,5752" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4351,4468,4549,4615,4706,4772,4833,4923,4987,5054,5115,5184,5246,5300,5407,5466,5527,5581,5655,5775,5860,5944,6079,6150,6220,6352,6439,6522,6580,6636,6702,6775,6855,6950,7032,7101,7177,7257,7326,7435,7530,7613,7703,7798,7872,7946,8039,8093,8178,8245,8331,8416,8478,8542,8605,8671,8773,8872,8965,9064,9126,9186", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79", + "endOffsets": "316,3144,3237,3320,3421,3513,4346,4463,4544,4610,4701,4767,4828,4918,4982,5049,5110,5179,5241,5295,5402,5461,5522,5576,5650,5770,5855,5939,6074,6145,6215,6347,6434,6517,6575,6631,6697,6770,6850,6945,7027,7096,7172,7252,7321,7430,7525,7608,7698,7793,7867,7941,8034,8088,8173,8240,8326,8411,8473,8537,8600,8666,8768,8867,8960,9059,9121,9181,9261" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,358,461,562,664,784", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "149,251,353,456,557,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3518,3617,3719,3821,3924,4025,4127,9353", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "3612,3714,3816,3919,4020,4122,4242,9449" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json new file mode 100644 index 0000000..684b222 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-bs/values-bs.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9359", + "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,9441" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,457,561,663,780", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "148,250,348,452,556,658,775,876" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3539,3637,3739,3837,3941,4045,4147,9446", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "3632,3734,3832,3936,4040,4142,4259,9542" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2951,3039,3117,3171,3225,3291,3365,3443,3530,3612,3684,3761,3834,3904,4013,4106,4178,4270,4366,4440,4516,4612,4665,4747,4814,4901,4988,5050,5114,5177,5246,5354,5459,5560,5663,5721,5779", + "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,69,70,71,72,73,74", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,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,2946,3034,3112,3166,3220,3286,3360,3438,3525,3607,3679,3756,3829,3899,4008,4101,4173,4265,4361,4435,4511,4607,4660,4742,4809,4896,4983,5045,5109,5172,5241,5349,5454,5555,5658,5716,5774,5854" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4264,4360,4486,4567,4633,4725,4802,4865,4973,5033,5099,5155,5226,5286,5340,5459,5516,5578,5632,5707,5831,5919,6002,6147,6232,6318,6451,6539,6617,6671,6725,6791,6865,6943,7030,7112,7184,7261,7334,7404,7513,7606,7678,7770,7866,7940,8016,8112,8165,8247,8314,8401,8488,8550,8614,8677,8746,8854,8959,9060,9163,9221,9279", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79", + "endOffsets": "372,3176,3256,3338,3440,3534,4355,4481,4562,4628,4720,4797,4860,4968,5028,5094,5150,5221,5281,5335,5454,5511,5573,5627,5702,5826,5914,5997,6142,6227,6313,6446,6534,6612,6666,6720,6786,6860,6938,7025,7107,7179,7256,7329,7399,7508,7601,7673,7765,7861,7935,8011,8107,8160,8242,8309,8396,8483,8545,8609,8672,8741,8849,8954,9055,9158,9216,9274,9354" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json new file mode 100644 index 0000000..d2991b4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ca/values-ca.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9490", + "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,9567" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,449,555,660,786", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "146,248,347,444,550,655,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3589,3691,3790,3887,3993,4098,9572", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "3584,3686,3785,3882,3988,4093,4219,9668" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2960,3049,3125,3182,3238,3304,3382,3463,3551,3639,3717,3794,3868,3947,4057,4147,4239,4331,4432,4506,4588,4689,4739,4822,4888,4980,5067,5129,5193,5256,5329,5452,5565,5669,5777,5838,5898", + "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,68,69,70,71,72,73", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,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,2955,3044,3120,3177,3233,3299,3377,3458,3546,3634,3712,3789,3863,3942,4052,4142,4234,4326,4427,4501,4583,4684,4734,4817,4883,4975,5062,5124,5188,5251,5324,5447,5560,5664,5772,5833,5893,5979" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4325,4453,4537,4602,4699,4779,4844,4939,5003,5075,5137,5213,5276,5333,5454,5512,5573,5630,5710,5847,5934,6018,6157,6235,6314,6466,6555,6631,6688,6744,6810,6888,6969,7057,7145,7223,7300,7374,7453,7563,7653,7745,7837,7938,8012,8094,8195,8245,8328,8394,8486,8573,8635,8699,8762,8835,8958,9071,9175,9283,9344,9404", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85", + "endOffsets": "319,3125,3205,3293,3396,3488,4320,4448,4532,4597,4694,4774,4839,4934,4998,5070,5132,5208,5271,5328,5449,5507,5568,5625,5705,5842,5929,6013,6152,6230,6309,6461,6550,6626,6683,6739,6805,6883,6964,7052,7140,7218,7295,7369,7448,7558,7648,7740,7832,7933,8007,8089,8190,8240,8323,8389,8481,8568,8630,8694,8757,8830,8953,9066,9170,9278,9339,9399,9485" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json new file mode 100644 index 0000000..ab7c283 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-cs/values-cs.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3027,3107,3161,3212,3278,3350,3427,3511,3592,3664,3741,3815,3886,3991,4079,4150,4243,4338,4412,4486,4582,4634,4717,4784,4870,4958,5020,5084,5147,5215,5325,5431,5530,5644,5702,5757", + "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,70,71,72,73,74,75", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,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,2934,3022,3102,3156,3207,3273,3345,3422,3506,3587,3659,3736,3810,3881,3986,4074,4145,4238,4333,4407,4481,4577,4629,4712,4779,4865,4953,5015,5079,5142,5210,5320,5426,5525,5639,5697,5752,5831" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4271,4363,4489,4570,4635,4734,4810,4871,4960,5024,5091,5145,5213,5273,5327,5444,5504,5566,5620,5692,5814,5898,5990,6127,6205,6287,6414,6502,6582,6636,6687,6753,6825,6902,6986,7067,7139,7216,7290,7361,7466,7554,7625,7718,7813,7887,7961,8057,8109,8192,8259,8345,8433,8495,8559,8622,8690,8800,8906,9005,9119,9177,9232", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78", + "endOffsets": "413,3185,3263,3340,3443,3535,4358,4484,4565,4630,4729,4805,4866,4955,5019,5086,5140,5208,5268,5322,5439,5499,5561,5615,5687,5809,5893,5985,6122,6200,6282,6409,6497,6577,6631,6682,6748,6820,6897,6981,7062,7134,7211,7285,7356,7461,7549,7620,7713,7808,7882,7956,8052,8104,8187,8254,8340,8428,8490,8554,8617,8685,8795,8901,9000,9114,9172,9227,9306" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,455,560,667,786", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "148,250,351,450,555,662,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3540,3638,3740,3841,3940,4045,4152,9394", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "3633,3735,3836,3935,4040,4147,4266,9490" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9311", + "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,9389" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json new file mode 100644 index 0000000..67203dd --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-da/values-da.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9095", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,350,448,555,664,782", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "146,248,345,443,550,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3383,3479,3581,3678,3776,3883,3992,9175", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "3474,3576,3673,3771,3878,3987,4105,9271" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2836,2922,3000,3056,3107,3173,3241,3315,3404,3479,3551,3629,3699,3772,3876,3960,4037,4125,4214,4288,4361,4446,4495,4573,4639,4719,4802,4864,4928,4991,5060,5168,5271,5372,5471,5531,5586", + "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,68,69,70,71,72,73", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,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,2831,2917,2995,3051,3102,3168,3236,3310,3399,3474,3546,3624,3694,3767,3871,3955,4032,4120,4209,4283,4356,4441,4490,4568,4634,4714,4797,4859,4923,4986,5055,5163,5266,5367,5466,5526,5581,5661" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4110,4210,4359,4437,4501,4587,4660,4720,4807,4871,4933,4995,5063,5128,5184,5302,5360,5421,5477,5552,5678,5764,5844,5985,6063,6143,6265,6351,6429,6485,6536,6602,6670,6744,6833,6908,6980,7058,7128,7201,7305,7389,7466,7554,7643,7717,7790,7875,7924,8002,8068,8148,8231,8293,8357,8420,8489,8597,8700,8801,8900,8960,9015", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79", + "endOffsets": "317,3047,3123,3201,3298,3378,4205,4354,4432,4496,4582,4655,4715,4802,4866,4928,4990,5058,5123,5179,5297,5355,5416,5472,5547,5673,5759,5839,5980,6058,6138,6260,6346,6424,6480,6531,6597,6665,6739,6828,6903,6975,7053,7123,7196,7300,7384,7461,7549,7638,7712,7785,7870,7919,7997,8063,8143,8226,8288,8352,8415,8484,8592,8695,8796,8895,8955,9010,9090" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json new file mode 100644 index 0000000..8a28575 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-de/values-de.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,455,563,668,786", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "148,250,350,450,558,663,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3496,3594,3696,3796,3896,4004,4109,9441", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "3589,3691,3791,3891,3999,4104,4222,9537" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2946,3036,3115,3172,3223,3289,3363,3445,3538,3613,3687,3765,3837,3911,4021,4113,4195,4284,4373,4447,4525,4611,4666,4745,4812,4892,4976,5038,5102,5165,5234,5341,5448,5547,5653,5714,5769", + "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,68,69,70,71,72,73", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,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,2941,3031,3110,3167,3218,3284,3358,3440,3533,3608,3682,3760,3832,3906,4016,4108,4190,4279,4368,4442,4520,4606,4661,4740,4807,4887,4971,5033,5097,5160,5229,5336,5443,5542,5648,5709,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4227,4328,4450,4531,4597,4691,4761,4820,4928,4994,5063,5121,5193,5257,5311,5439,5499,5561,5615,5693,5830,5922,6006,6151,6235,6321,6454,6544,6623,6680,6731,6797,6871,6953,7046,7121,7195,7273,7345,7419,7529,7621,7703,7792,7881,7955,8033,8119,8174,8253,8320,8400,8484,8546,8610,8673,8742,8849,8956,9055,9161,9222,9277", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81", + "endOffsets": "328,3146,3235,3319,3409,3491,4323,4445,4526,4592,4686,4756,4815,4923,4989,5058,5116,5188,5252,5306,5434,5494,5556,5610,5688,5825,5917,6001,6146,6230,6316,6449,6539,6618,6675,6726,6792,6866,6948,7041,7116,7190,7268,7340,7414,7524,7616,7698,7787,7876,7950,8028,8114,8169,8248,8315,8395,8479,8541,8605,8668,8737,8844,8951,9050,9156,9217,9272,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9359", + "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,9436" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json new file mode 100644 index 0000000..bda8636 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-el/values-el.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3035,3121,3176,3227,3293,3371,3456,3541,3624,3696,3776,3856,3927,4034,4126,4198,4295,4392,4466,4540,4642,4698,4785,4857,4945,5037,5099,5163,5226,5296,5412,5521,5630,5735,5794,5849", + "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,68,69,70,71,72,73", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,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,2940,3030,3116,3171,3222,3288,3366,3451,3536,3619,3691,3771,3851,3922,4029,4121,4193,4290,4387,4461,4535,4637,4693,4780,4852,4940,5032,5094,5158,5221,5291,5407,5516,5625,5730,5789,5844,5935" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4380,4497,4583,4649,4749,4831,4894,4985,5048,5113,5175,5244,5306,5360,5498,5555,5616,5670,5743,5896,5981,6065,6204,6285,6370,6511,6601,6687,6742,6793,6859,6937,7022,7107,7190,7262,7342,7422,7493,7600,7692,7764,7861,7958,8032,8106,8208,8264,8351,8423,8511,8603,8665,8729,8792,8862,8978,9087,9196,9301,9360,9415", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90", + "endOffsets": "315,3184,3270,3355,3451,3538,4375,4492,4578,4644,4744,4826,4889,4980,5043,5108,5170,5239,5301,5355,5493,5550,5611,5665,5738,5891,5976,6060,6199,6280,6365,6506,6596,6682,6737,6788,6854,6932,7017,7102,7185,7257,7337,7417,7488,7595,7687,7759,7856,7953,8027,8101,8203,8259,8346,8418,8506,8598,8660,8724,8787,8857,8973,9082,9191,9296,9355,9410,9501" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,567,673,790", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "148,251,351,454,562,668,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3641,3744,3844,3947,4055,4161,9592", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "3636,3739,3839,3942,4050,4156,4273,9688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9506", + "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,9587" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..7caf70a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json new file mode 100644 index 0000000..5cd841b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rCA/values-en-rCA.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,657,773", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "146,248,347,446,550,652,768,869" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3364,3563", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3359,3475,3659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3480", + "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,3558" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..1dc0d18 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3386,3482,3584,3683,3782,3886,3989,9103", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "3477,3579,3678,3777,3881,3984,4100,9199" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2793,2884,2961,3015,3066,3132,3202,3279,3366,3441,3512,3589,3658,3727,3834,3925,3997,4086,4175,4249,4321,4407,4457,4536,4602,4682,4766,4828,4892,4955,5024,5124,5219,5311,5403,5461,5516", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2788,2879,2956,3010,3061,3127,3197,3274,3361,3436,3507,3584,3653,3722,3829,3920,3992,4081,4170,4244,4316,4402,4452,4531,4597,4677,4761,4823,4887,4950,5019,5119,5214,5306,5398,5456,5511,5589" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4105,4203,4318,4397,4462,4552,4619,4678,4768,4832,4896,4959,5028,5092,5146,5258,5316,5378,5432,5504,5626,5713,5794,5934,6011,6092,6219,6310,6387,6441,6492,6558,6628,6705,6792,6867,6938,7015,7084,7153,7260,7351,7423,7512,7601,7675,7747,7833,7883,7962,8028,8108,8192,8254,8318,8381,8450,8550,8645,8737,8829,8887,8942", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77", + "endOffsets": "317,3056,3134,3211,3297,3381,4198,4313,4392,4457,4547,4614,4673,4763,4827,4891,4954,5023,5087,5141,5253,5311,5373,5427,5499,5621,5708,5789,5929,6006,6087,6214,6305,6382,6436,6487,6553,6623,6700,6787,6862,6933,7010,7079,7148,7255,7346,7418,7507,7596,7670,7742,7828,7878,7957,8023,8103,8187,8249,8313,8376,8445,8545,8640,8732,8824,8882,8937,9015" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9020", + "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,9098" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..bd897cd --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json new file mode 100644 index 0000000..ea93890 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rXC/values-en-rXC.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,6955", + "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,7136" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,251,456,657,858,1065,1270,1482", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "246,451,652,853,1060,1265,1477,1681" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "5528,5724,5929,6130,6331,6538,6743,7141", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "5719,5924,6125,6326,6533,6738,6950,7340" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..df6fc0f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4225,4327,4455,4536,4601,4696,4766,4829,4922,4986,5058,5121,5195,5259,5315,5433,5491,5553,5609,5689,5823,5912,5993,6134,6215,6295,6446,6536,6613,6669,6725,6791,6867,6949,7037,7126,7199,7276,7346,7423,7529,7618,7692,7786,7888,7960,8041,8145,8198,8283,8350,8443,8532,8594,8658,8721,8789,8900,9011,9113,9218,9278,9338", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82", + "endOffsets": "323,3121,3201,3287,3392,3488,4322,4450,4531,4596,4691,4761,4824,4917,4981,5053,5116,5190,5254,5310,5428,5486,5548,5604,5684,5818,5907,5988,6129,6210,6290,6441,6531,6608,6664,6720,6786,6862,6944,7032,7121,7194,7271,7341,7418,7524,7613,7687,7781,7883,7955,8036,8140,8193,8278,8345,8438,8527,8589,8653,8716,8784,8895,9006,9108,9213,9273,9333,9416" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3592,3694,3794,3892,3999,4105,9504", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3587,3689,3789,3887,3994,4100,4220,9600" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9421", + "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,9499" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json new file mode 100644 index 0000000..e3d3f13 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-es/values-es.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2949,3039,3119,3175,3231,3297,3376,3458,3546,3635,3709,3786,3856,3935,4035,4119,4203,4295,4395,4469,4550,4652,4705,4790,4857,4950,5039,5101,5165,5228,5296,5409,5516,5620,5721,5781,5841", + "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,68,69,70,71,72,73", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,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,2944,3034,3114,3170,3226,3292,3371,3453,3541,3630,3704,3781,3851,3930,4030,4114,4198,4290,4390,4464,4545,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5404,5511,5615,5716,5776,5836,5919" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4339,4461,4542,4607,4702,4783,4846,4935,4999,5068,5131,5205,5269,5325,5443,5501,5563,5619,5699,5838,5927,6009,6150,6231,6311,6462,6552,6632,6688,6744,6810,6889,6971,7059,7148,7222,7299,7369,7448,7548,7632,7716,7808,7908,7982,8063,8165,8218,8303,8370,8463,8552,8614,8678,8741,8809,8922,9029,9133,9234,9294,9354", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82", + "endOffsets": "323,3135,3214,3301,3402,3498,4334,4456,4537,4602,4697,4778,4841,4930,4994,5063,5126,5200,5264,5320,5438,5496,5558,5614,5694,5833,5922,6004,6145,6226,6306,6457,6547,6627,6683,6739,6805,6884,6966,7054,7143,7217,7294,7364,7443,7543,7627,7711,7803,7903,7977,8058,8160,8213,8298,8365,8458,8547,8609,8673,8736,8804,8917,9024,9128,9229,9289,9349,9432" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3503,3602,3704,3804,3902,4009,4115,9520", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3597,3699,3799,3897,4004,4110,4230,9616" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9437", + "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,9515" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json new file mode 100644 index 0000000..5a35d53 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-et/values-et.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,453,559,664,784", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "145,247,345,448,554,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3461,3556,3658,3756,3859,3965,4070,9294", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "3551,3653,3751,3854,3960,4065,4185,9390" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9211", + "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,9289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2832,2920,2999,3054,3105,3171,3244,3323,3409,3488,3561,3636,3710,3782,3895,3983,4060,4151,4243,4315,4389,4480,4534,4616,4685,4768,4854,4916,4980,5043,5111,5214,5317,5414,5515,5574,5629", + "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,68,69,70,71,72,73", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,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,2827,2915,2994,3049,3100,3166,3239,3318,3404,3483,3556,3631,3705,3777,3890,3978,4055,4146,4238,4310,4384,4475,4529,4611,4680,4763,4849,4911,4975,5038,5106,5209,5312,5409,5510,5569,5624,5705" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4190,4289,4406,4488,4552,4637,4705,4769,4856,4920,4984,5043,5115,5179,5233,5352,5412,5473,5527,5600,5733,5817,5910,6048,6128,6207,6333,6421,6500,6555,6606,6672,6745,6824,6910,6989,7062,7137,7211,7283,7396,7484,7561,7652,7744,7816,7890,7981,8035,8117,8186,8269,8355,8417,8481,8544,8612,8715,8818,8915,9016,9075,9130", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80", + "endOffsets": "311,3113,3192,3277,3369,3456,4284,4401,4483,4547,4632,4700,4764,4851,4915,4979,5038,5110,5174,5228,5347,5407,5468,5522,5595,5728,5812,5905,6043,6123,6202,6328,6416,6495,6550,6601,6667,6740,6819,6905,6984,7057,7132,7206,7278,7391,7479,7556,7647,7739,7811,7885,7976,8030,8112,8181,8264,8350,8412,8476,8539,8607,8710,8813,8910,9011,9070,9125,9206" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json new file mode 100644 index 0000000..9e90215 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-eu/values-eu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2936,3027,3110,3162,3215,3281,3352,3432,3518,3598,3676,3754,3827,3902,4009,4096,4183,4274,4367,4439,4515,4607,4658,4740,4806,4890,4976,5038,5102,5165,5233,5340,5449,5545,5650,5706,5763", + "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,68,69,70,71,72,73", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,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,2931,3022,3105,3157,3210,3276,3347,3427,3513,3593,3671,3749,3822,3897,4004,4091,4178,4269,4362,4434,4510,4602,4653,4735,4801,4885,4971,5033,5097,5160,5228,5335,5444,5540,5645,5701,5758,5841" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4300,4398,4513,4596,4663,4762,4830,4891,4979,5042,5108,5172,5243,5306,5360,5469,5528,5591,5645,5719,5844,5934,6014,6159,6242,6324,6462,6553,6636,6688,6741,6807,6878,6958,7044,7124,7202,7280,7353,7428,7535,7622,7709,7800,7893,7965,8041,8133,8184,8266,8332,8416,8502,8564,8628,8691,8759,8866,8975,9071,9176,9232,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82", + "endOffsets": "320,3172,3277,3357,3464,3564,4393,4508,4591,4658,4757,4825,4886,4974,5037,5103,5167,5238,5301,5355,5464,5523,5586,5640,5714,5839,5929,6009,6154,6237,6319,6457,6548,6631,6683,6736,6802,6873,6953,7039,7119,7197,7275,7348,7423,7530,7617,7704,7795,7888,7960,8036,8128,8179,8261,8327,8411,8497,8559,8623,8686,8754,8861,8970,9066,9171,9227,9284,9367" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,564,667,786", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "148,251,351,454,559,662,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3569,3667,3770,3870,3973,4078,4181,9455", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "3662,3765,3865,3968,4073,4176,4295,9551" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9372", + "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,9450" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json new file mode 100644 index 0000000..4a7269a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-fa/values-fa.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2891,2968,3019,3073,3139,3210,3287,3368,3447,3520,3594,3664,3738,3839,3925,3999,4088,4180,4254,4327,4416,4467,4547,4614,4697,4781,4843,4907,4970,5039,5133,5234,5327,5425,5480,5538", + "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,68,69,70,71,72,73", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,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,2800,2886,2963,3014,3068,3134,3205,3282,3363,3442,3515,3589,3659,3733,3834,3920,3994,4083,4175,4249,4322,4411,4462,4542,4609,4692,4776,4838,4902,4965,5034,5128,5229,5322,5420,5475,5533,5611" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4234,4363,4447,4510,4600,4669,4729,4820,4883,4947,5006,5073,5135,5190,5313,5371,5432,5487,5559,5696,5777,5859,5989,6063,6137,6269,6355,6432,6483,6537,6603,6674,6751,6832,6911,6984,7058,7128,7202,7303,7389,7463,7552,7644,7718,7791,7880,7931,8011,8078,8161,8245,8307,8371,8434,8503,8597,8698,8791,8889,8944,9002", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77", + "endOffsets": "304,3069,3146,3228,3321,3408,4229,4358,4442,4505,4595,4664,4724,4815,4878,4942,5001,5068,5130,5185,5308,5366,5427,5482,5554,5691,5772,5854,5984,6058,6132,6264,6350,6427,6478,6532,6598,6669,6746,6827,6906,6979,7053,7123,7197,7298,7384,7458,7547,7639,7713,7786,7875,7926,8006,8073,8156,8240,8302,8366,8429,8498,8592,8693,8786,8884,8939,8997,9075" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,355,455,556,662,779", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "149,251,350,450,551,657,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3413,3512,3614,3713,3813,3914,4020,9162", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "3507,3609,3708,3808,3909,4015,4132,9258" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9080", + "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,9157" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json new file mode 100644 index 0000000..9af8941 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-fi/values-fi.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9130", + "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,9206" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2804,2894,2968,3020,3071,3137,3214,3296,3380,3454,3528,3607,3684,3756,3863,3952,4028,4119,4214,4288,4361,4455,4509,4583,4655,4741,4827,4889,4953,5016,5087,5188,5291,5386,5486,5542,5597", + "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,68,69,70,71,72,73", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,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,2799,2889,2963,3015,3066,3132,3209,3291,3375,3449,3523,3602,3679,3751,3858,3947,4023,4114,4209,4283,4356,4450,4504,4578,4650,4736,4822,4884,4948,5011,5082,5183,5286,5381,5481,5537,5592,5671" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4126,4222,4330,4414,4479,4572,4647,4712,4800,4865,4931,4989,5060,5126,5180,5290,5350,5414,5468,5541,5657,5741,5822,5955,6040,6125,6258,6348,6422,6474,6525,6591,6668,6750,6834,6908,6982,7061,7138,7210,7317,7406,7482,7573,7668,7742,7815,7909,7963,8037,8109,8195,8281,8343,8407,8470,8541,8642,8745,8840,8940,8996,9051", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78", + "endOffsets": "313,3059,3133,3216,3305,3387,4217,4325,4409,4474,4567,4642,4707,4795,4860,4926,4984,5055,5121,5175,5285,5345,5409,5463,5536,5652,5736,5817,5950,6035,6120,6253,6343,6417,6469,6520,6586,6663,6745,6829,6903,6977,7056,7133,7205,7312,7401,7477,7568,7663,7737,7810,7904,7958,8032,8104,8190,8276,8338,8402,8465,8536,8637,8740,8835,8935,8991,9046,9125" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,351,456,561,673,789", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "146,248,346,451,556,668,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3392,3488,3590,3688,3793,3898,4010,9211", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "3483,3585,3683,3788,3893,4005,4121,9307" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..a279270 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9502", + "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,9584" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3010,3103,3182,3237,3288,3354,3433,3514,3605,3685,3757,3835,3910,3982,4093,4190,4267,4365,4463,4541,4622,4722,4779,4863,4929,5012,5099,5161,5225,5288,5364,5466,5573,5670,5776,5835,5890", + "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,68,69,70,71,72,73", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,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,3005,3098,3177,3232,3283,3349,3428,3509,3600,3680,3752,3830,3905,3977,4088,4185,4262,4360,4458,4536,4617,4717,4774,4858,4924,5007,5094,5156,5220,5283,5359,5461,5568,5665,5771,5830,5885,5974" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4301,4401,4523,4608,4674,4771,4851,4913,5005,5072,5146,5207,5286,5350,5404,5520,5579,5641,5695,5777,5906,5998,6082,6226,6305,6386,6533,6626,6705,6760,6811,6877,6956,7037,7128,7208,7280,7358,7433,7505,7616,7713,7790,7888,7986,8064,8145,8245,8302,8386,8452,8535,8622,8684,8748,8811,8887,8989,9096,9193,9299,9358,9413", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88", + "endOffsets": "328,3185,3293,3375,3476,3573,4396,4518,4603,4669,4766,4846,4908,5000,5067,5141,5202,5281,5345,5399,5515,5574,5636,5690,5772,5901,5993,6077,6221,6300,6381,6528,6621,6700,6755,6806,6872,6951,7032,7123,7203,7275,7353,7428,7500,7611,7708,7785,7883,7981,8059,8140,8240,8297,8381,8447,8530,8617,8679,8743,8806,8882,8984,9091,9188,9294,9353,9408,9497" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,778", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "148,250,349,451,555,659,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3578,3676,3778,3877,3979,4083,4187,9589", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "3671,3773,3872,3974,4078,4182,4296,9685" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json new file mode 100644 index 0000000..37bc9ea --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-fr/values-fr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9450", + "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,9532" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2982,3075,3154,3209,3260,3326,3406,3487,3590,3670,3743,3821,3894,3966,4078,4171,4243,4335,4427,4501,4585,4677,4734,4818,4884,4967,5054,5116,5180,5243,5321,5423,5527,5624,5728,5787,5842", + "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,68,69,70,71,72,73", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,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,2977,3070,3149,3204,3255,3321,3401,3482,3585,3665,3738,3816,3889,3961,4073,4166,4238,4330,4422,4496,4580,4672,4729,4813,4879,4962,5049,5111,5175,5238,5316,5418,5522,5619,5723,5782,5837,5926" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4250,4348,4478,4563,4629,4726,4809,4875,4977,5042,5117,5173,5252,5312,5366,5488,5547,5609,5663,5745,5880,5972,6056,6200,6279,6360,6501,6594,6673,6728,6779,6845,6925,7006,7109,7189,7262,7340,7413,7485,7597,7690,7762,7854,7946,8020,8104,8196,8253,8337,8403,8486,8573,8635,8699,8762,8840,8942,9046,9143,9247,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88", + "endOffsets": "328,3150,3231,3314,3423,3518,4343,4473,4558,4624,4721,4804,4870,4972,5037,5112,5168,5247,5307,5361,5483,5542,5604,5658,5740,5875,5967,6051,6195,6274,6355,6496,6589,6668,6723,6774,6840,6920,7001,7104,7184,7257,7335,7408,7480,7592,7685,7757,7849,7941,8015,8099,8191,8248,8332,8398,8481,8568,8630,8694,8757,8835,8937,9041,9138,9242,9301,9356,9445" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,782", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "148,250,349,451,555,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3523,3621,3723,3822,3924,4028,4132,9537", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "3616,3718,3817,3919,4023,4127,4245,9633" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json new file mode 100644 index 0000000..ce45aff --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-gl/values-gl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2968,3058,3139,3195,3251,3317,3396,3477,3565,3653,3732,3809,3891,3980,4081,4165,4257,4350,4451,4525,4617,4719,4771,4855,4921,5013,5101,5163,5227,5290,5360,5471,5576,5682,5781,5841,5901", + "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,68,69,70,71,72,73", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,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,2963,3053,3134,3190,3246,3312,3391,3472,3560,3648,3727,3804,3886,3975,4076,4160,4252,4345,4446,4520,4612,4714,4766,4850,4916,5008,5096,5158,5222,5285,5355,5466,5571,5677,5776,5836,5896,5981" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4352,4485,4565,4643,4739,4818,4881,4976,5040,5109,5172,5246,5310,5366,5487,5545,5607,5663,5740,5879,5967,6047,6187,6267,6347,6496,6586,6667,6723,6779,6845,6924,7005,7093,7181,7260,7337,7419,7508,7609,7693,7785,7878,7979,8053,8145,8247,8299,8383,8449,8541,8629,8691,8755,8818,8888,8999,9104,9210,9309,9369,9429", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84", + "endOffsets": "320,3151,3231,3316,3418,3514,4347,4480,4560,4638,4734,4813,4876,4971,5035,5104,5167,5241,5305,5361,5482,5540,5602,5658,5735,5874,5962,6042,6182,6262,6342,6491,6581,6662,6718,6774,6840,6919,7000,7088,7176,7255,7332,7414,7503,7604,7688,7780,7873,7974,8048,8140,8242,8294,8378,8444,8536,8624,8686,8750,8813,8883,8994,9099,9205,9304,9364,9424,9509" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9514", + "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,9592" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,783", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "149,251,351,449,556,662,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3519,3618,3720,3820,3918,4025,4131,9597", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "3613,3715,3815,3913,4020,4126,4242,9693" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json new file mode 100644 index 0000000..77bcd2e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-gu/values-gu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2825,2911,2992,3046,3098,3164,3237,3317,3402,3482,3553,3629,3708,3777,3884,3980,4058,4153,4249,4323,4398,4497,4548,4630,4697,4784,4874,4936,5000,5063,5130,5232,5337,5434,5536,5594,5650", + "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,68,69,70,71,72,73", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,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,2820,2906,2987,3041,3093,3159,3232,3312,3397,3477,3548,3624,3703,3772,3879,3975,4053,4148,4244,4318,4393,4492,4543,4625,4692,4779,4869,4931,4995,5058,5125,5227,5332,5429,5531,5589,5645,5723" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4250,4370,4454,4517,4608,4675,4734,4824,4887,4952,5016,5085,5147,5201,5316,5374,5435,5489,5562,5689,5775,5859,5992,6067,6143,6276,6362,6443,6497,6549,6615,6688,6768,6853,6933,7004,7080,7159,7228,7335,7431,7509,7604,7700,7774,7849,7948,7999,8081,8148,8235,8325,8387,8451,8514,8581,8683,8788,8885,8987,9045,9101", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77", + "endOffsets": "313,3070,3142,3224,3330,3428,4245,4365,4449,4512,4603,4670,4729,4819,4882,4947,5011,5080,5142,5196,5311,5369,5430,5484,5557,5684,5770,5854,5987,6062,6138,6271,6357,6438,6492,6544,6610,6683,6763,6848,6928,6999,7075,7154,7223,7330,7426,7504,7599,7695,7769,7844,7943,7994,8076,8143,8230,8320,8382,8446,8509,8576,8678,8783,8880,8982,9040,9096,9174" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9179", + "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,9255" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,252,349,451,553,651,773", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "144,247,344,446,548,646,768,869" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3433,3527,3630,3727,3829,3931,4029,9260", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "3522,3625,3722,3824,3926,4024,4146,9356" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h320dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h320dp-port-v13.json new file mode 100644 index 0000000..b066d4e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h320dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-h320dp-port-v13/values-h320dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h360dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h360dp-land-v13.json new file mode 100644 index 0000000..c6749de --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h360dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-h360dp-land-v13/values-h360dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-h480dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h480dp-land-v13.json new file mode 100644 index 0000000..d3e8cc7 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h480dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-h480dp-land-v13/values-h480dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-h550dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h550dp-port-v13.json new file mode 100644 index 0000000..51554f7 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h550dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-h550dp-port-v13/values-h550dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "64", + "endOffsets": "115" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..2c894bc --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-hdpi-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..ea3e4a5 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-hi.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json new file mode 100644 index 0000000..bc2dfbf --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-hi/values-hi.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2812,2909,3007,3064,3119,3185,3255,3332,3418,3503,3571,3647,3728,3806,3907,3993,4080,4177,4276,4350,4420,4524,4578,4665,4732,4822,4914,4976,5040,5103,5169,5274,5384,5485,5592,5653,5712", + "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,68,69,70,71,72,73", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,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,2807,2904,3002,3059,3114,3180,3250,3327,3413,3498,3566,3642,3723,3801,3902,3988,4075,4172,4271,4345,4415,4519,4573,4660,4727,4817,4909,4971,5035,5098,5164,5269,5379,5480,5587,5648,5707,5786" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4182,4289,4421,4504,4569,4663,4732,4791,4876,4939,5002,5060,5125,5186,5247,5353,5411,5471,5530,5600,5716,5795,5875,6009,6084,6160,6297,6394,6492,6549,6604,6670,6740,6817,6903,6988,7056,7132,7213,7291,7392,7478,7565,7662,7761,7835,7905,8009,8063,8150,8217,8307,8399,8461,8525,8588,8654,8759,8869,8970,9077,9138,9197", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78", + "endOffsets": "304,3064,3140,3221,3328,3424,4284,4416,4499,4564,4658,4727,4786,4871,4934,4997,5055,5120,5181,5242,5348,5406,5466,5525,5595,5711,5790,5870,6004,6079,6155,6292,6389,6487,6544,6599,6665,6735,6812,6898,6983,7051,7127,7208,7286,7387,7473,7560,7657,7756,7830,7900,8004,8058,8145,8212,8302,8394,8456,8520,8583,8649,8754,8864,8965,9072,9133,9192,9271" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9276", + "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,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,361,462,575,681,808", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "148,251,356,457,570,676,803,904" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3527,3630,3735,3836,3949,4055,9358", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "3522,3625,3730,3831,3944,4050,4177,9454" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json new file mode 100644 index 0000000..0f3c3cf --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-hr/values-hr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3036,3114,3170,3225,3291,3365,3443,3531,3613,3685,3762,3842,3916,4023,4116,4189,4281,4377,4451,4527,4623,4675,4757,4824,4911,4998,5060,5124,5187,5257,5363,5479,5576,5690,5750,5809", + "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,69,70,71,72,73,74", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,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,2940,3031,3109,3165,3220,3286,3360,3438,3526,3608,3680,3757,3837,3911,4018,4111,4184,4276,4372,4446,4522,4618,4670,4752,4819,4906,4993,5055,5119,5182,5252,5358,5474,5571,5685,5745,5804,5884" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4238,4334,4464,4548,4616,4712,4780,4843,4951,5011,5077,5133,5204,5264,5318,5444,5501,5563,5617,5692,5826,5911,5992,6129,6213,6299,6432,6523,6601,6657,6712,6778,6852,6930,7018,7100,7172,7249,7329,7403,7510,7603,7676,7768,7864,7938,8014,8110,8162,8244,8311,8398,8485,8547,8611,8674,8744,8850,8966,9063,9177,9237,9296", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79", + "endOffsets": "365,3154,3232,3317,3414,3507,4329,4459,4543,4611,4707,4775,4838,4946,5006,5072,5128,5199,5259,5313,5439,5496,5558,5612,5687,5821,5906,5987,6124,6208,6294,6427,6518,6596,6652,6707,6773,6847,6925,7013,7095,7167,7244,7324,7398,7505,7598,7671,7763,7859,7933,8009,8105,8157,8239,8306,8393,8480,8542,8606,8669,8739,8845,8961,9058,9172,9232,9291,9371" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9376", + "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,9456" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,260,357,456,560,664,781", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "148,255,352,451,555,659,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3512,3610,3717,3814,3913,4017,4121,9461", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "3605,3712,3809,3908,4012,4116,4233,9557" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json new file mode 100644 index 0000000..dedacdc --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-hu/values-hu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2932,3014,3067,3118,3184,3260,3342,3428,3512,3589,3664,3743,3820,3925,4021,4098,4190,4287,4361,4446,4543,4595,4678,4745,4833,4920,4982,5046,5109,5175,5273,5379,5473,5580,5637,5692", + "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,68,69,70,71,72,73", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,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,2833,2927,3009,3062,3113,3179,3255,3337,3423,3507,3584,3659,3738,3815,3920,4016,4093,4185,4282,4356,4441,4538,4590,4673,4740,4828,4915,4977,5041,5104,5170,5268,5374,5468,5575,5632,5687,5772" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4193,4292,4412,4495,4559,4658,4733,4792,4902,4964,5033,5091,5163,5224,5279,5382,5439,5499,5554,5635,5755,5838,5926,6061,6144,6224,6364,6458,6540,6593,6644,6710,6786,6868,6954,7038,7115,7190,7269,7346,7451,7547,7624,7716,7813,7887,7972,8069,8121,8204,8271,8359,8446,8508,8572,8635,8701,8799,8905,8999,9106,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84", + "endOffsets": "308,3143,3219,3296,3386,3466,4287,4407,4490,4554,4653,4728,4787,4897,4959,5028,5086,5158,5219,5274,5377,5434,5494,5549,5630,5750,5833,5921,6056,6139,6219,6359,6453,6535,6588,6639,6705,6781,6863,6949,7033,7110,7185,7264,7341,7446,7542,7619,7711,7808,7882,7967,8064,8116,8199,8266,8354,8441,8503,8567,8630,8696,8794,8900,8994,9101,9158,9213,9298" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,356,457,560,667,777", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "147,249,351,452,555,662,772,873" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3471,3568,3670,3772,3873,3976,4083,9387", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "3563,3665,3767,3868,3971,4078,4188,9483" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json new file mode 100644 index 0000000..5beb84d --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-hy/values-hy.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2854,2949,3029,3085,3138,3204,3278,3357,3443,3526,3597,3673,3749,3826,3932,4020,4100,4196,4292,4366,4444,4544,4595,4679,4748,4835,4926,4988,5052,5115,5186,5291,5397,5497,5600,5660,5717", + "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,68,69,70,71,72,73", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,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,2849,2944,3024,3080,3133,3199,3273,3352,3438,3521,3592,3668,3744,3821,3927,4015,4095,4191,4287,4361,4439,4539,4590,4674,4743,4830,4921,4983,5047,5110,5181,5286,5392,5492,5595,5655,5712,5797" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4156,4251,4381,4462,4526,4623,4708,4770,4857,4919,4983,5044,5111,5172,5226,5348,5405,5465,5519,5600,5735,5819,5904,6040,6115,6190,6333,6428,6508,6564,6617,6683,6757,6836,6922,7005,7076,7152,7228,7305,7411,7499,7579,7675,7771,7845,7923,8023,8074,8158,8227,8314,8405,8467,8531,8594,8665,8770,8876,8976,9079,9139,9196", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84", + "endOffsets": "310,3095,3171,3251,3343,3431,4246,4376,4457,4521,4618,4703,4765,4852,4914,4978,5039,5106,5167,5221,5343,5400,5460,5514,5595,5730,5814,5899,6035,6110,6185,6328,6423,6503,6559,6612,6678,6752,6831,6917,7000,7071,7147,7223,7300,7406,7494,7574,7670,7766,7840,7918,8018,8069,8153,8222,8309,8400,8462,8526,8589,8660,8765,8871,8971,9074,9134,9191,9276" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9281", + "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,9359" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,260,358,457,562,664,775", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "150,255,353,452,557,659,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3436,3536,3641,3739,3838,3943,4045,9364", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "3531,3636,3734,3833,3938,4040,4151,9460" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json new file mode 100644 index 0000000..d52feee --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-in/values-in.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2807,2897,2979,3032,3084,3150,3222,3306,3389,3469,3544,3620,3693,3768,3866,3951,4026,4118,4212,4286,4359,4453,4505,4587,4656,4741,4828,4890,4954,5017,5089,5192,5297,5392,5495,5552,5608", + "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,68,69,70,71,72,73", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,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,2802,2892,2974,3027,3079,3145,3217,3301,3384,3464,3539,3615,3688,3763,3861,3946,4021,4113,4207,4281,4354,4448,4500,4582,4651,4736,4823,4885,4949,5012,5084,5187,5292,5387,5490,5547,5603,5683" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4162,4268,4384,4467,4532,4626,4691,4750,4837,4899,4961,5021,5087,5149,5203,5315,5372,5433,5487,5559,5685,5771,5855,5994,6075,6156,6291,6381,6463,6516,6568,6634,6706,6790,6873,6953,7028,7104,7177,7252,7350,7435,7510,7602,7696,7770,7843,7937,7989,8071,8140,8225,8312,8374,8438,8501,8573,8676,8781,8876,8979,9036,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79", + "endOffsets": "314,3097,3173,3252,3342,3427,4263,4379,4462,4527,4621,4686,4745,4832,4894,4956,5016,5082,5144,5198,5310,5367,5428,5482,5554,5680,5766,5850,5989,6070,6151,6286,6376,6458,6511,6563,6629,6701,6785,6868,6948,7023,7099,7172,7247,7345,7430,7505,7597,7691,7765,7838,7932,7984,8066,8135,8220,8307,8369,8433,8496,8568,8671,8776,8871,8974,9031,9087,9167" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9172", + "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,9252" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,446,552,670,785", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "145,247,344,441,547,665,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3432,3527,3629,3726,3823,3929,4047,9257", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "3522,3624,3721,3818,3924,4042,4157,9353" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json new file mode 100644 index 0000000..5a6971c --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-is/values-is.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,354,454,557,661,772", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "145,252,349,449,552,656,767,868" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3476,3583,3680,3780,3883,3987,9172", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "3471,3578,3675,3775,3878,3982,4093,9268" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9091", + "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,9167" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2774,2861,2940,2997,3052,3118,3194,3274,3363,3439,3506,3580,3650,3716,3818,3904,3974,4065,4155,4229,4302,4391,4442,4523,4595,4676,4762,4824,4888,4951,5020,5134,5240,5348,5450,5511,5570", + "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,68,69,70,71,72,73", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,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,2769,2856,2935,2992,3047,3113,3189,3269,3358,3434,3501,3575,3645,3711,3813,3899,3969,4060,4150,4224,4297,4386,4437,4518,4590,4671,4757,4819,4883,4946,5015,5129,5235,5343,5445,5506,5565,5645" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4098,4195,4310,4392,4457,4545,4609,4670,4760,4824,4887,4949,5017,5081,5137,5260,5325,5387,5443,5514,5641,5725,5809,5945,6022,6099,6215,6302,6381,6438,6493,6559,6635,6715,6804,6880,6947,7021,7091,7157,7259,7345,7415,7506,7596,7670,7743,7832,7883,7964,8036,8117,8203,8265,8329,8392,8461,8575,8681,8789,8891,8952,9011", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79", + "endOffsets": "315,3063,3135,3214,3296,3376,4190,4305,4387,4452,4540,4604,4665,4755,4819,4882,4944,5012,5076,5132,5255,5320,5382,5438,5509,5636,5720,5804,5940,6017,6094,6210,6297,6376,6433,6488,6554,6630,6710,6799,6875,6942,7016,7086,7152,7254,7340,7410,7501,7591,7665,7738,7827,7878,7959,8031,8112,8198,8260,8324,8387,8456,8570,8676,8784,8886,8947,9006,9086" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json new file mode 100644 index 0000000..6c9d239 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-it/values-it.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2924,3015,3105,3160,3211,3277,3350,3430,3521,3601,3676,3753,3822,3899,4004,4092,4181,4274,4367,4441,4521,4615,4666,4750,4816,4900,4988,5050,5114,5177,5245,5360,5474,5580,5689,5748,5803", + "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,68,69,70,71,72,73", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,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,2919,3010,3100,3155,3206,3272,3345,3425,3516,3596,3671,3748,3817,3894,3999,4087,4176,4269,4362,4436,4516,4610,4661,4745,4811,4895,4983,5045,5109,5172,5240,5355,5469,5575,5684,5743,5798,5878" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4195,4294,4434,4517,4583,4678,4763,4825,4913,4975,5044,5107,5180,5243,5297,5418,5475,5537,5591,5668,5805,5890,5972,6107,6188,6269,6415,6506,6596,6651,6702,6768,6841,6921,7012,7092,7167,7244,7313,7390,7495,7583,7672,7765,7858,7932,8012,8106,8157,8241,8307,8391,8479,8541,8605,8668,8736,8851,8965,9071,9180,9239,9294", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79", + "endOffsets": "313,3091,3172,3249,3348,3443,4289,4429,4512,4578,4673,4758,4820,4908,4970,5039,5102,5175,5238,5292,5413,5470,5532,5586,5663,5800,5885,5967,6102,6183,6264,6410,6501,6591,6646,6697,6763,6836,6916,7007,7087,7162,7239,7308,7385,7490,7578,7667,7760,7853,7927,8007,8101,8152,8236,8302,8386,8474,8536,8600,8663,8731,8846,8960,9066,9175,9234,9289,9369" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,565,672,802", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "148,250,349,451,560,667,797,898" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3546,3648,3747,3849,3958,4065,9456", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "3541,3643,3742,3844,3953,4060,4190,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json new file mode 100644 index 0000000..0260b12 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-iw/values-iw.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,445,546,646,752", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "144,246,343,440,541,641,747,848" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3437,3531,3633,3730,3827,3928,4028,9061", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "3526,3628,3725,3822,3923,4023,4129,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-iw\\values-iw.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,311,388,463,540,640,731,824,937,1017,1082,1170,1240,1303,1395,1458,1518,1577,1640,1701,1755,1857,1914,1973,2027,2095,2206,2287,2369,2501,2572,2645,2769,2857,2933,2986,3040,3106,3179,3255,3341,3419,3489,3564,3646,3714,3815,3900,3970,4060,4151,4225,4298,4387,4438,4519,4586,4668,4753,4815,4879,4942,5010,5104,5199,5289,5386,5443,5501", + "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,69,70,71,72,73,74", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "306,383,458,535,635,726,819,932,1012,1077,1165,1235,1298,1390,1453,1513,1572,1635,1696,1750,1852,1909,1968,2022,2090,2201,2282,2364,2496,2567,2640,2764,2852,2928,2981,3035,3101,3174,3250,3336,3414,3484,3559,3641,3709,3810,3895,3965,4055,4146,4220,4293,4382,4433,4514,4581,4663,4748,4810,4874,4937,5005,5099,5194,5284,5381,5438,5496,5571" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3017,3094,3169,3246,3346,4134,4227,4340,4420,4485,4573,4643,4706,4798,4861,4921,4980,5043,5104,5158,5260,5317,5376,5430,5498,5609,5690,5772,5904,5975,6048,6172,6260,6336,6389,6443,6509,6582,6658,6744,6822,6892,6967,7049,7117,7218,7303,7373,7463,7554,7628,7701,7790,7841,7922,7989,8071,8156,8218,8282,8345,8413,8507,8602,8692,8789,8846,8904", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "356,3089,3164,3241,3341,3432,4222,4335,4415,4480,4568,4638,4701,4793,4856,4916,4975,5038,5099,5153,5255,5312,5371,5425,5493,5604,5685,5767,5899,5970,6043,6167,6255,6331,6384,6438,6504,6577,6653,6739,6817,6887,6962,7044,7112,7213,7298,7368,7458,7549,7623,7696,7785,7836,7917,7984,8066,8151,8213,8277,8340,8408,8502,8597,8687,8784,8841,8899,8974" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,109", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "361,466,566,674,758,860,976,1055,1133,1224,1318,1412,1506,1606,1699,1794,1887,1978,2070,2151,2256,2359,2457,2562,2664,2766,2920,8979", + "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": "461,561,669,753,855,971,1050,1128,1219,1313,1407,1501,1601,1694,1789,1882,1973,2065,2146,2251,2354,2452,2557,2659,2761,2915,3012,9056" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json new file mode 100644 index 0000000..96d0a67 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ja/values-ja.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,437,530,623,724", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "142,242,336,432,525,618,719,820" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3252,3344,3444,3538,3634,3727,3820,8495", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "3339,3439,3533,3629,3722,3815,3916,8591" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8416", + "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,8490" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2511,2590,2665,2718,2769,2835,2905,2975,3052,3122,3186,3257,3325,3388,3479,3558,3621,3701,3783,3855,3926,3998,4046,4118,4182,4257,4334,4396,4460,4523,4590,4676,4762,4843,4926,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,68,69,70,71,72,73", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,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,2506,2585,2660,2713,2764,2830,2900,2970,3047,3117,3181,3252,3320,3383,3474,3553,3616,3696,3778,3850,3921,3993,4041,4113,4177,4252,4329,4391,4455,4518,4585,4671,4757,4838,4921,4978,5033,5106" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3921,4006,4110,4186,4249,4333,4397,4455,4536,4597,4661,4716,4775,4832,4886,4979,5035,5092,5146,5212,5312,5388,5469,5591,5653,5715,5816,5895,5970,6023,6074,6140,6210,6280,6357,6427,6491,6562,6630,6693,6784,6863,6926,7006,7088,7160,7231,7303,7351,7423,7487,7562,7639,7701,7765,7828,7895,7981,8067,8148,8231,8288,8343", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72", + "endOffsets": "298,2951,3015,3084,3165,3247,4001,4105,4181,4244,4328,4392,4450,4531,4592,4656,4711,4770,4827,4881,4974,5030,5087,5141,5207,5307,5383,5464,5586,5648,5710,5811,5890,5965,6018,6069,6135,6205,6275,6352,6422,6486,6557,6625,6688,6779,6858,6921,7001,7083,7155,7226,7298,7346,7418,7482,7557,7634,7696,7760,7823,7890,7976,8062,8143,8226,8283,8338,8411" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json new file mode 100644 index 0000000..629005c --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ka/values-ka.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,557,661,779", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "146,248,347,446,552,656,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3545,3647,3746,3845,3951,4055,9354", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "3540,3642,3741,3840,3946,4050,4168,9450" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9272", + "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,9349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2858,2952,3032,3088,3142,3208,3281,3359,3445,3529,3602,3680,3758,3833,3943,4033,4108,4202,4300,4374,4451,4551,4604,4688,4756,4845,4934,4996,5061,5124,5194,5301,5401,5501,5597,5657,5715", + "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,68,69,70,71,72,73", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,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,2853,2947,3027,3083,3137,3203,3276,3354,3440,3524,3597,3675,3753,3828,3938,4028,4103,4197,4295,4369,4446,4546,4599,4683,4751,4840,4929,4991,5056,5119,5189,5296,5396,5496,5592,5652,5710,5790" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4173,4272,4397,4485,4552,4649,4718,4781,4868,4932,4998,5058,5127,5188,5242,5357,5416,5476,5530,5602,5732,5820,5904,6042,6120,6196,6335,6429,6509,6565,6619,6685,6758,6836,6922,7006,7079,7157,7235,7310,7420,7510,7585,7679,7777,7851,7928,8028,8081,8165,8233,8322,8411,8473,8538,8601,8671,8778,8878,8978,9074,9134,9192", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79", + "endOffsets": "318,3099,3173,3257,3350,3444,4267,4392,4480,4547,4644,4713,4776,4863,4927,4993,5053,5122,5183,5237,5352,5411,5471,5525,5597,5727,5815,5899,6037,6115,6191,6330,6424,6504,6560,6614,6680,6753,6831,6917,7001,7074,7152,7230,7305,7415,7505,7580,7674,7772,7846,7923,8023,8076,8160,8228,8317,8406,8468,8533,8596,8666,8773,8873,8973,9069,9129,9187,9267" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json new file mode 100644 index 0000000..1ad883d --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-kk/values-kk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9176", + "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,9253" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,354,457,561,658,769", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "145,247,349,452,556,653,764,865" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3524,3626,3728,3831,3935,4032,9258", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "3519,3621,3723,3826,3930,4027,4138,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2416,2558,2630,2703,2840,2929,3010,3067,3123,3189,3260,3337,3423,3503,3575,3651,3732,3802,3902,3989,4061,4152,4245,4319,4394,4486,4538,4620,4686,4770,4856,4918,4982,5045,5114,5218,5322,5416,5516,5577,5637", + "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,68,69,70,71,72,73", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,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,2411,2553,2625,2698,2835,2924,3005,3062,3118,3184,3255,3332,3418,3498,3570,3646,3727,3797,3897,3984,4056,4147,4240,4314,4389,4481,4533,4615,4681,4765,4851,4913,4977,5040,5109,5213,5317,5411,5511,5572,5632,5716" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4143,4235,4347,4429,4493,4588,4658,4721,4828,4893,4960,5021,5088,5150,5204,5318,5377,5438,5492,5567,5693,5781,5871,6013,6085,6158,6295,6384,6465,6522,6578,6644,6715,6792,6878,6958,7030,7106,7187,7257,7357,7444,7516,7607,7700,7774,7849,7941,7993,8075,8141,8225,8311,8373,8437,8500,8569,8673,8777,8871,8971,9032,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83", + "endOffsets": "318,3087,3163,3242,3336,3424,4230,4342,4424,4488,4583,4653,4716,4823,4888,4955,5016,5083,5145,5199,5313,5372,5433,5487,5562,5688,5776,5866,6008,6080,6153,6290,6379,6460,6517,6573,6639,6710,6787,6873,6953,7025,7101,7182,7252,7352,7439,7511,7602,7695,7769,7844,7936,7988,8070,8136,8220,8306,8368,8432,8495,8564,8668,8772,8866,8966,9027,9087,9171" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json new file mode 100644 index 0000000..0645831 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-km/values-km.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2892,2970,3025,3081,3147,3227,3317,3403,3488,3567,3644,3714,3789,3901,3989,4062,4162,4261,4335,4411,4518,4572,4662,4735,4826,4922,4984,5048,5111,5182,5281,5379,5471,5567,5625,5685", + "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,68,69,70,71,72,73", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,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,2790,2887,2965,3020,3076,3142,3222,3312,3398,3483,3562,3639,3709,3784,3896,3984,4057,4157,4256,4330,4406,4513,4567,4657,4730,4821,4917,4979,5043,5106,5177,5276,5374,5466,5562,5620,5680,5763" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4120,4220,4332,4412,4477,4571,4641,4703,4790,4853,4918,4977,5042,5103,5160,5279,5337,5398,5455,5526,5656,5742,5820,5958,6033,6104,6254,6351,6429,6484,6540,6606,6686,6776,6862,6947,7026,7103,7173,7248,7360,7448,7521,7621,7720,7794,7870,7977,8031,8121,8194,8285,8381,8443,8507,8570,8641,8740,8838,8930,9026,9084,9144", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82", + "endOffsets": "314,3080,3156,3236,3315,3394,4215,4327,4407,4472,4566,4636,4698,4785,4848,4913,4972,5037,5098,5155,5274,5332,5393,5450,5521,5651,5737,5815,5953,6028,6099,6249,6346,6424,6479,6535,6601,6681,6771,6857,6942,7021,7098,7168,7243,7355,7443,7516,7616,7715,7789,7865,7972,8026,8116,8189,8280,8376,8438,8502,8565,8636,8735,8833,8925,9021,9079,9139,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,253,351,451,552,664,776", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "145,248,346,446,547,659,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3399,3494,3597,3695,3795,3896,4008,9311", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "3489,3592,3690,3790,3891,4003,4115,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9227", + "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,9306" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json new file mode 100644 index 0000000..60f7e6d --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-kn/values-kn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,357,463,564,672,800", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "148,251,352,458,559,667,795,896" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3532,3630,3733,3834,3940,4041,4149,9483", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "3625,3728,3829,3935,4036,4144,4272,9579" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9400", + "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,9478" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2896,2984,3068,3125,3177,3243,3323,3413,3497,3576,3653,3730,3807,3876,3993,4092,4169,4262,4357,4431,4512,4608,4659,4743,4811,4897,4985,5048,5113,5176,5244,5349,5454,5549,5652,5713,5769", + "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,68,69,70,71,72,73", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,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,2891,2979,3063,3120,3172,3238,3318,3408,3492,3571,3648,3725,3802,3871,3988,4087,4164,4257,4352,4426,4507,4603,4654,4738,4806,4892,4980,5043,5108,5171,5239,5344,5449,5544,5647,5708,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4277,4384,4497,4582,4645,4739,4805,4867,4970,5036,5107,5166,5242,5307,5361,5474,5532,5593,5647,5726,5842,5925,6016,6158,6237,6316,6445,6533,6617,6674,6726,6792,6872,6962,7046,7125,7202,7279,7356,7425,7542,7641,7718,7811,7906,7980,8061,8157,8208,8292,8360,8446,8534,8597,8662,8725,8793,8898,9003,9098,9201,9262,9318", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81", + "endOffsets": "314,3152,3235,3317,3432,3527,4379,4492,4577,4640,4734,4800,4862,4965,5031,5102,5161,5237,5302,5356,5469,5527,5588,5642,5721,5837,5920,6011,6153,6232,6311,6440,6528,6612,6669,6721,6787,6867,6957,7041,7120,7197,7274,7351,7420,7537,7636,7713,7806,7901,7975,8056,8152,8203,8287,8355,8441,8529,8592,8657,8720,8788,8893,8998,9093,9196,9257,9313,9395" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json new file mode 100644 index 0000000..6270d69 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ko/values-ko.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2494,2573,2648,2698,2749,2815,2879,2949,3026,3097,3165,3236,3303,3373,3466,3546,3620,3700,3782,3854,3919,3991,4039,4112,4176,4251,4328,4390,4454,4517,4584,4668,4746,4826,4904,4958,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,68,69,70,71,72,73", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,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,2489,2568,2643,2693,2744,2810,2874,2944,3021,3092,3160,3231,3298,3368,3461,3541,3615,3695,3777,3849,3914,3986,4034,4107,4171,4246,4323,4385,4449,4512,4579,4663,4741,4821,4899,4953,5008,5080" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3907,3990,4096,4171,4233,4314,4376,4433,4520,4580,4638,4696,4755,4812,4866,4961,5017,5074,5128,5194,5298,5373,5450,5571,5636,5701,5801,5880,5955,6005,6056,6122,6186,6256,6333,6404,6472,6543,6610,6680,6773,6853,6927,7007,7089,7161,7226,7298,7346,7419,7483,7558,7635,7697,7761,7824,7891,7975,8053,8133,8211,8265,8320", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71", + "endOffsets": "294,2939,3003,3072,3146,3225,3985,4091,4166,4228,4309,4371,4428,4515,4575,4633,4691,4750,4807,4861,4956,5012,5069,5123,5189,5293,5368,5445,5566,5631,5696,5796,5875,5950,6000,6051,6117,6181,6251,6328,6399,6467,6538,6605,6675,6768,6848,6922,7002,7084,7156,7221,7293,7341,7414,7478,7553,7630,7692,7756,7819,7886,7970,8048,8128,8206,8260,8315,8387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,438,534,632,732", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "142,242,336,433,529,627,727,828" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3230,3322,3422,3516,3613,3709,3807,8471", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "3317,3417,3511,3608,3704,3802,3902,8567" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8392", + "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,8466" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json new file mode 100644 index 0000000..4779f7b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ky/values-ky.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,360,467,571,675,786", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "150,252,355,462,566,670,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3505,3605,3707,3810,3917,4021,4125,9418", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "3600,3702,3805,3912,4016,4120,4231,9514" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9336", + "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,9413" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2904,2993,3073,3134,3189,3255,3324,3401,3488,3569,3643,3719,3809,3882,3984,4069,4148,4238,4330,4404,4489,4579,4631,4715,4780,4865,4950,5012,5076,5139,5208,5325,5433,5533,5637,5702,5761", + "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,68,69,70,71,72,73", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,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,2899,2988,3068,3129,3184,3250,3319,3396,3483,3564,3638,3714,3804,3877,3979,4064,4143,4233,4325,4399,4484,4574,4626,4710,4775,4860,4945,5007,5071,5134,5203,5320,5428,5528,5632,5697,5756,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4236,4337,4478,4562,4626,4720,4790,4851,4938,5001,5065,5124,5198,5260,5314,5431,5489,5550,5604,5678,5800,5884,5980,6112,6190,6268,6397,6486,6566,6627,6682,6748,6817,6894,6981,7062,7136,7212,7302,7375,7477,7562,7641,7731,7823,7897,7982,8072,8124,8208,8273,8358,8443,8505,8569,8632,8701,8818,8926,9026,9130,9195,9254", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81", + "endOffsets": "310,3105,3190,3275,3390,3500,4332,4473,4557,4621,4715,4785,4846,4933,4996,5060,5119,5193,5255,5309,5426,5484,5545,5599,5673,5795,5879,5975,6107,6185,6263,6392,6481,6561,6622,6677,6743,6812,6889,6976,7057,7131,7207,7297,7370,7472,7557,7636,7726,7818,7892,7977,8067,8119,8203,8268,8353,8438,8500,8564,8627,8696,8813,8921,9021,9125,9190,9249,9331" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json new file mode 100644 index 0000000..8dc2d9b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-land/values-land.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json new file mode 100644 index 0000000..a2f2e26 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,169,285,407", + "endColumns": "113,115,121,133", + "endOffsets": "164,280,402,536" + }, + "to": { + "startLines": "11,12,13,14", + "startColumns": "4,4,4,4", + "startOffsets": "752,866,982,1104", + "endColumns": "113,115,121,133", + "endOffsets": "861,977,1099,1233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-ldltr-v21.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..d575c0b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ldltr-v21/values-ldltr-v21.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-ldrtl-v17.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldrtl-v17.json new file mode 100644 index 0000000..4e0fd44 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldrtl-v17.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ldrtl-v17/values-ldrtl-v17.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-lo.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json new file mode 100644 index 0000000..69c5ae8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-lo/values-lo.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2892,2970,3025,3080,3146,3215,3289,3368,3447,3520,3597,3666,3736,3833,3918,3993,4086,4179,4253,4322,4416,4468,4551,4618,4702,4786,4848,4912,4975,5045,5144,5242,5337,5431,5490,5549", + "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,68,69,70,71,72,73", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,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,2797,2887,2965,3020,3075,3141,3210,3284,3363,3442,3515,3592,3661,3731,3828,3913,3988,4081,4174,4248,4317,4411,4463,4546,4613,4697,4781,4843,4907,4970,5040,5139,5237,5332,5426,5485,5544,5623" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4087,4202,4321,4404,4470,4559,4628,4687,4782,4848,4913,4971,5036,5097,5157,5263,5324,5384,5442,5513,5632,5718,5800,5943,6018,6094,6225,6315,6393,6448,6503,6569,6638,6712,6791,6870,6943,7020,7089,7159,7256,7341,7416,7509,7602,7676,7745,7839,7891,7974,8041,8125,8209,8271,8335,8398,8468,8567,8665,8760,8854,8913,8972", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78", + "endOffsets": "314,3055,3126,3207,3293,3376,4197,4316,4399,4465,4554,4623,4682,4777,4843,4908,4966,5031,5092,5152,5258,5319,5379,5437,5508,5627,5713,5795,5938,6013,6089,6220,6310,6388,6443,6498,6564,6633,6707,6786,6865,6938,7015,7084,7154,7251,7336,7411,7504,7597,7671,7740,7834,7886,7969,8036,8120,8204,8266,8330,8393,8463,8562,8660,8755,8849,8908,8967,9046" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,552,650,761", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "146,249,348,446,547,645,756,857" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3477,3580,3679,3777,3878,3976,9133", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "3472,3575,3674,3772,3873,3971,4082,9229" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9051", + "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,9128" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json new file mode 100644 index 0000000..03d2024 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-lt/values-lt.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9551", + "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,9630" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3030,3127,3204,3260,3314,3380,3455,3534,3622,3702,3778,3856,3929,4006,4113,4200,4281,4371,4463,4535,4616,4708,4763,4845,4911,4996,5083,5145,5209,5272,5344,5455,5571,5672,5781,5841,5899", + "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,70,71,72,73,74,75", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,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,3025,3122,3199,3255,3309,3375,3450,3529,3617,3697,3773,3851,3924,4001,4108,4195,4276,4366,4458,4530,4611,4703,4758,4840,4906,4991,5078,5140,5204,5267,5339,5450,5566,5667,5776,5836,5894,5976" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4369,4465,4583,4667,4733,4832,4910,4975,5085,5148,5220,5279,5353,5414,5468,5592,5653,5715,5769,5847,5981,6069,6153,6294,6373,6457,6600,6697,6774,6830,6884,6950,7025,7104,7192,7272,7348,7426,7499,7576,7683,7770,7851,7941,8033,8105,8186,8278,8333,8415,8481,8566,8653,8715,8779,8842,8914,9025,9141,9242,9351,9411,9469", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81", + "endOffsets": "420,3268,3346,3429,3523,3613,4460,4578,4662,4728,4827,4905,4970,5080,5143,5215,5274,5348,5409,5463,5587,5648,5710,5764,5842,5976,6064,6148,6289,6368,6452,6595,6692,6769,6825,6879,6945,7020,7099,7187,7267,7343,7421,7494,7571,7678,7765,7846,7936,8028,8100,8181,8273,8328,8410,8476,8561,8648,8710,8774,8837,8909,9020,9136,9237,9346,9406,9464,9546" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,263,362,465,576,686,806", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "148,258,357,460,571,681,801,902" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3618,3716,3826,3925,4028,4139,4249,9635", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "3711,3821,3920,4023,4134,4244,4364,9731" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json new file mode 100644 index 0000000..2b39da6 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-lv/values-lv.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,563,671,786", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "148,250,350,451,558,666,781,882" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3704,3802,3904,4004,4105,4212,4320,9664", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "3797,3899,3999,4100,4207,4315,4430,9760" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2992,3083,3159,3213,3266,3332,3406,3487,3571,3651,3724,3801,3878,3952,4062,4155,4230,4320,4411,4483,4561,4652,4706,4789,4857,4941,5028,5090,5154,5217,5289,5399,5512,5615,5724,5782,5839", + "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,69,70,71,72,73,74", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,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,2987,3078,3154,3208,3261,3327,3401,3482,3566,3646,3719,3796,3873,3947,4057,4150,4225,4315,4406,4478,4556,4647,4701,4784,4852,4936,5023,5085,5149,5212,5284,5394,5507,5610,5719,5777,5834,5911" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4435,4536,4670,4753,4818,4912,4985,5046,5171,5237,5305,5366,5438,5498,5552,5672,5732,5794,5848,5925,6055,6142,6224,6365,6445,6530,6657,6748,6824,6878,6931,6997,7071,7152,7236,7316,7389,7466,7543,7617,7727,7820,7895,7985,8076,8148,8226,8317,8371,8454,8522,8606,8693,8755,8819,8882,8954,9064,9177,9280,9389,9447,9504", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76", + "endOffsets": "369,3340,3425,3506,3611,3699,4531,4665,4748,4813,4907,4980,5041,5166,5232,5300,5361,5433,5493,5547,5667,5727,5789,5843,5920,6050,6137,6219,6360,6440,6525,6652,6743,6819,6873,6926,6992,7066,7147,7231,7311,7384,7461,7538,7612,7722,7815,7890,7980,8071,8143,8221,8312,8366,8449,8517,8601,8688,8750,8814,8877,8949,9059,9172,9275,9384,9442,9499,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9581", + "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,9659" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json new file mode 100644 index 0000000..393d8f4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-mk/values-mk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,450,555,658,774", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "148,250,347,445,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3465,3563,3665,3762,3860,3965,4068,9398", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "3558,3660,3757,3855,3960,4063,4179,9494" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2908,2995,3072,3126,3181,3247,3320,3396,3485,3563,3636,3712,3787,3857,3966,4054,4129,4221,4313,4387,4461,4553,4606,4688,4755,4838,4925,4987,5051,5114,5184,5298,5413,5515,5627,5685,5744", + "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,68,69,70,71,72,73", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,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,2903,2990,3067,3121,3176,3242,3315,3391,3480,3558,3631,3707,3782,3852,3961,4049,4124,4216,4308,4382,4456,4548,4601,4683,4750,4833,4920,4982,5046,5109,5179,5293,5408,5510,5622,5680,5739,5824" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4184,4280,4404,4491,4557,4648,4718,4782,4885,4948,5013,5073,5141,5204,5259,5387,5444,5506,5561,5636,5776,5863,5946,6079,6161,6246,6392,6479,6556,6610,6665,6731,6804,6880,6969,7047,7120,7196,7271,7341,7450,7538,7613,7705,7797,7871,7945,8037,8090,8172,8239,8322,8409,8471,8535,8598,8668,8782,8897,8999,9111,9169,9228", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84", + "endOffsets": "316,3112,3192,3274,3371,3460,4275,4399,4486,4552,4643,4713,4777,4880,4943,5008,5068,5136,5199,5254,5382,5439,5501,5556,5631,5771,5858,5941,6074,6156,6241,6387,6474,6551,6605,6660,6726,6799,6875,6964,7042,7115,7191,7266,7336,7445,7533,7608,7700,7792,7866,7940,8032,8085,8167,8234,8317,8404,8466,8530,8593,8663,8777,8892,8994,9106,9164,9223,9308" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9313", + "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,9393" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json new file mode 100644 index 0000000..f429d0a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ml/values-ml.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9516", + "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,9594" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2956,3051,3134,3192,3244,3310,3389,3471,3562,3649,3725,3802,3879,3950,4060,4167,4247,4344,4444,4518,4599,4704,4762,4850,4917,5008,5100,5162,5226,5289,5358,5461,5568,5673,5778,5840,5896", + "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,68,69,70,71,72,73", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,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,2951,3046,3129,3187,3239,3305,3384,3466,3557,3644,3720,3797,3874,3945,4055,4162,4242,4339,4439,4513,4594,4699,4757,4845,4912,5003,5095,5157,5221,5284,5353,5456,5563,5668,5773,5835,5891,5975" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4262,4356,4466,4558,4623,4722,4788,4848,4950,5012,5088,5146,5224,5289,5343,5460,5524,5588,5642,5722,5856,5942,6031,6167,6252,6340,6492,6587,6670,6728,6780,6846,6925,7007,7098,7185,7261,7338,7415,7486,7596,7703,7783,7880,7980,8054,8135,8240,8298,8386,8453,8544,8636,8698,8762,8825,8894,8997,9104,9209,9314,9376,9432", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83", + "endOffsets": "316,3145,3228,3315,3421,3520,4351,4461,4553,4618,4717,4783,4843,4945,5007,5083,5141,5219,5284,5338,5455,5519,5583,5637,5717,5851,5937,6026,6162,6247,6335,6487,6582,6665,6723,6775,6841,6920,7002,7093,7180,7256,7333,7410,7481,7591,7698,7778,7875,7975,8049,8130,8235,8293,8381,8448,8539,8631,8693,8757,8820,8889,8992,9099,9204,9309,9371,9427,9511" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,362,466,569,670,792", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "152,255,357,461,564,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3525,3627,3730,3832,3936,4039,4140,9599", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "3622,3725,3827,3931,4034,4135,4257,9695" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json new file mode 100644 index 0000000..e7f5d9a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-mn/values-mn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9224", + "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,9300" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,454,559,671,790", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "148,250,351,449,554,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3512,3614,3715,3813,3918,4030,9305", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "3507,3609,3710,3808,3913,4025,4144,9401" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2829,2919,2999,3053,3104,3170,3241,3319,3405,3484,3559,3637,3717,3800,3905,3993,4072,4162,4255,4329,4399,4490,4544,4624,4691,4775,4860,4922,4986,5049,5120,5224,5339,5436,5550,5608,5663", + "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,68,69,70,71,72,73", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,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,2824,2914,2994,3048,3099,3165,3236,3314,3400,3479,3554,3632,3712,3795,3900,3988,4067,4157,4250,4324,4394,4485,4539,4619,4686,4770,4855,4917,4981,5044,5115,5219,5334,5431,5545,5603,5658,5742" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4149,4247,4366,4451,4516,4614,4695,4754,4847,4909,4972,5030,5101,5163,5217,5338,5395,5456,5510,5581,5714,5798,5881,6014,6096,6174,6306,6396,6476,6530,6581,6647,6718,6796,6882,6961,7036,7114,7194,7277,7382,7470,7549,7639,7732,7806,7876,7967,8021,8101,8168,8252,8337,8399,8463,8526,8597,8701,8816,8913,9027,9085,9140", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83", + "endOffsets": "310,3081,3158,3237,3324,3409,4242,4361,4446,4511,4609,4690,4749,4842,4904,4967,5025,5096,5158,5212,5333,5390,5451,5505,5576,5709,5793,5876,6009,6091,6169,6301,6391,6471,6525,6576,6642,6713,6791,6877,6956,7031,7109,7189,7272,7377,7465,7544,7634,7727,7801,7871,7962,8016,8096,8163,8247,8332,8394,8458,8521,8592,8696,8811,8908,9022,9080,9135,9219" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json new file mode 100644 index 0000000..cd17886 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-mr/values-mr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,259,360,463,565,670,787", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "150,254,355,458,560,665,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3431,3531,3635,3736,3839,3941,4046,9267", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "3526,3630,3731,3834,3936,4041,4158,9363" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3020,3072,3138,3208,3286,3373,3455,3525,3601,3672,3741,3855,3951,4025,4123,4219,4293,4363,4465,4520,4608,4675,4762,4855,4918,4982,5045,5111,5211,5320,5414,5521,5581,5637", + "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,68,69,70,71,72,73", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,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,2789,2875,2959,3015,3067,3133,3203,3281,3368,3450,3520,3596,3667,3736,3850,3946,4020,4118,4214,4288,4358,4460,4515,4603,4670,4757,4850,4913,4977,5040,5106,5206,5315,5409,5516,5576,5632,5710" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4163,4263,4379,4461,4524,4615,4680,4739,4827,4889,4951,5011,5078,5141,5195,5309,5366,5427,5481,5551,5670,5751,5836,5971,6048,6125,6266,6352,6436,6492,6544,6610,6680,6758,6845,6927,6997,7073,7144,7213,7327,7423,7497,7595,7691,7765,7835,7937,7992,8080,8147,8234,8327,8390,8454,8517,8583,8683,8792,8886,8993,9053,9109", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77", + "endOffsets": "304,3079,3166,3249,3342,3426,4258,4374,4456,4519,4610,4675,4734,4822,4884,4946,5006,5073,5136,5190,5304,5361,5422,5476,5546,5665,5746,5831,5966,6043,6120,6261,6347,6431,6487,6539,6605,6675,6753,6840,6922,6992,7068,7139,7208,7322,7418,7492,7590,7686,7760,7830,7932,7987,8075,8142,8229,8322,8385,8449,8512,8578,8678,8787,8881,8988,9048,9104,9182" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9187", + "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,9262" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json new file mode 100644 index 0000000..a60348e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ms/values-ms.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2926,3004,3057,3108,3174,3245,3323,3406,3485,3558,3634,3707,3778,3885,3977,4050,4140,4233,4307,4378,4469,4521,4601,4669,4753,4838,4900,4964,5027,5099,5203,5311,5407,5513,5570,5625", + "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,68,69,70,71,72,73", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,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,2833,2921,2999,3052,3103,3169,3240,3318,3401,3480,3553,3629,3702,3773,3880,3972,4045,4135,4228,4302,4373,4464,4516,4596,4664,4748,4833,4895,4959,5022,5094,5198,5306,5402,5508,5565,5620,5706" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4192,4295,4411,4494,4559,4652,4717,4776,4863,4925,4987,5047,5113,5175,5229,5337,5394,5455,5510,5581,5701,5792,5878,6026,6112,6198,6326,6414,6492,6545,6596,6662,6733,6811,6894,6973,7046,7122,7195,7266,7373,7465,7538,7628,7721,7795,7866,7957,8009,8089,8157,8241,8326,8388,8452,8515,8587,8691,8799,8895,9001,9058,9113", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85", + "endOffsets": "324,3099,3178,3265,3357,3444,4290,4406,4489,4554,4647,4712,4771,4858,4920,4982,5042,5108,5170,5224,5332,5389,5450,5505,5576,5696,5787,5873,6021,6107,6193,6321,6409,6487,6540,6591,6657,6728,6806,6889,6968,7041,7117,7190,7261,7368,7460,7533,7623,7716,7790,7861,7952,8004,8084,8152,8236,8321,8383,8447,8510,8582,8686,8794,8890,8996,9053,9108,9194" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,459,565,683,798", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "145,247,344,454,560,678,793,894" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3544,3646,3743,3853,3959,4077,9280", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "3539,3641,3738,3848,3954,4072,4187,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9199", + "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,9275" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json new file mode 100644 index 0000000..0efaabc --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-my/values-my.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2910,3002,3079,3137,3188,3254,3326,3408,3490,3568,3643,3717,3789,3868,3976,4073,4154,4240,4332,4406,4485,4571,4625,4701,4769,4852,4933,4995,5059,5122,5190,5302,5413,5517,5630,5691,5746", + "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,68,69,70,71,72,73", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,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,2905,2997,3074,3132,3183,3249,3321,3403,3485,3563,3638,3712,3784,3863,3971,4068,4149,4235,4327,4401,4480,4566,4620,4696,4764,4847,4928,4990,5054,5117,5185,5297,5408,5512,5625,5686,5741,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4395,4524,4609,4674,4764,4839,4898,4989,5052,5117,5176,5247,5309,5366,5485,5543,5604,5659,5732,5864,5955,6044,6185,6263,6340,6463,6555,6632,6690,6741,6807,6879,6961,7043,7121,7196,7270,7342,7421,7529,7626,7707,7793,7885,7959,8038,8124,8178,8254,8322,8405,8486,8548,8612,8675,8743,8855,8966,9070,9183,9244,9299", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81", + "endOffsets": "330,3192,3291,3367,3458,3542,4390,4519,4604,4669,4759,4834,4893,4984,5047,5112,5171,5242,5304,5361,5480,5538,5599,5654,5727,5859,5950,6039,6180,6258,6335,6458,6550,6627,6685,6736,6802,6874,6956,7038,7116,7191,7265,7337,7416,7524,7621,7702,7788,7880,7954,8033,8119,8173,8249,8317,8400,8481,8543,8607,8670,8738,8850,8961,9065,9178,9239,9294,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,262,365,467,572,678,797", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "153,257,360,462,567,673,792,893" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3547,3650,3754,3857,3959,4064,4170,9467", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "3645,3749,3852,3954,4059,4165,4284,9563" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json new file mode 100644 index 0000000..5e158ce --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-nb/values-nb.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8989", + "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,9064" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2769,2857,2935,2989,3040,3106,3174,3248,3338,3414,3485,3563,3633,3703,3803,3892,3970,4058,4148,4220,4292,4376,4427,4505,4571,4652,4735,4797,4861,4924,4993,5093,5197,5290,5390,5448,5503", + "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,68,69,70,71,72,73", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,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,2764,2852,2930,2984,3035,3101,3169,3243,3333,3409,3480,3558,3628,3698,3798,3887,3965,4053,4143,4215,4287,4371,4422,4500,4566,4647,4730,4792,4856,4919,4988,5088,5192,5285,5385,5443,5498,5576" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4074,4173,4292,4374,4438,4530,4598,4658,4745,4809,4871,4935,5003,5068,5122,5231,5289,5351,5405,5480,5600,5682,5762,5896,5974,6054,6177,6265,6343,6397,6448,6514,6582,6656,6746,6822,6893,6971,7041,7111,7211,7300,7378,7466,7556,7628,7700,7784,7835,7913,7979,8060,8143,8205,8269,8332,8401,8501,8605,8698,8798,8856,8911", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77", + "endOffsets": "306,3015,3088,3175,3263,3343,4168,4287,4369,4433,4525,4593,4653,4740,4804,4866,4930,4998,5063,5117,5226,5284,5346,5400,5475,5595,5677,5757,5891,5969,6049,6172,6260,6338,6392,6443,6509,6577,6651,6741,6817,6888,6966,7036,7106,7206,7295,7373,7461,7551,7623,7695,7779,7830,7908,7974,8055,8138,8200,8264,8327,8396,8496,8600,8693,8793,8851,8906,8984" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,447,555,661,781", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "144,246,343,442,550,656,776,877" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3348,3442,3544,3641,3740,3848,3954,9069", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "3437,3539,3636,3735,3843,3949,4069,9165" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json new file mode 100644 index 0000000..a5bee7e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ne/values-ne.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9358", + "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,9433" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2874,2957,3043,3105,3159,3225,3302,3381,3469,3552,3621,3697,3778,3846,3950,4041,4119,4212,4309,4383,4462,4560,4620,4708,4774,4862,4950,5012,5080,5143,5209,5314,5420,5515,5620,5686,5744", + "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,68,69,70,71,72,73", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,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,2869,2952,3038,3100,3154,3220,3297,3376,3464,3547,3616,3692,3773,3841,3945,4036,4114,4207,4304,4378,4457,4555,4615,4703,4769,4857,4945,5007,5075,5138,5204,5309,5415,5510,5615,5681,5739,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4337,4447,4534,4600,4696,4762,4823,4928,4992,5064,5122,5196,5258,5312,5425,5485,5546,5605,5683,5807,5888,5973,6109,6190,6273,6404,6487,6573,6635,6689,6755,6832,6911,6999,7082,7151,7227,7308,7376,7480,7571,7649,7742,7839,7913,7992,8090,8150,8238,8304,8392,8480,8542,8610,8673,8739,8844,8950,9045,9150,9216,9274", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83", + "endOffsets": "307,3156,3244,3326,3421,3510,4332,4442,4529,4595,4691,4757,4818,4923,4987,5059,5117,5191,5253,5307,5420,5480,5541,5600,5678,5802,5883,5968,6104,6185,6268,6399,6482,6568,6630,6684,6750,6827,6906,6994,7077,7146,7222,7303,7371,7475,7566,7644,7737,7834,7908,7987,8085,8145,8233,8299,8387,8475,8537,8605,8668,8734,8839,8945,9040,9145,9211,9269,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,261,363,469,567,667,775", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "153,256,358,464,562,662,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3515,3618,3721,3823,3929,4027,4127,9438", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "3613,3716,3818,3924,4022,4122,4230,9534" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json new file mode 100644 index 0000000..a841175 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-night-v8/values-night-v8.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,3537,3654,3778,3908,4030,4168,4302,4418", + "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": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,3649,3773,3903,4025,4163,4297,4413,4533" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,34", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,3448", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,3532" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json new file mode 100644 index 0000000..7a65c99 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-nl/values-nl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2873,2963,3040,3097,3148,3214,3292,3375,3463,3539,3614,3693,3766,3837,3946,4040,4118,4207,4297,4371,4452,4539,4592,4671,4738,4819,4903,4965,5029,5092,5163,5271,5383,5485,5596,5657,5712", + "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,68,69,70,71,72,73", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,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,2868,2958,3035,3092,3143,3209,3287,3370,3458,3534,3609,3688,3761,3832,3941,4035,4113,4202,4292,4366,4447,4534,4587,4666,4733,4814,4898,4960,5024,5087,5158,5266,5378,5480,5591,5652,5707,5788" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4212,4309,4431,4512,4576,4665,4744,4807,4900,4962,5028,5086,5159,5223,5279,5401,5458,5520,5576,5652,5786,5871,5957,6095,6176,6255,6379,6469,6546,6603,6654,6720,6798,6881,6969,7045,7120,7199,7272,7343,7452,7546,7624,7713,7803,7877,7958,8045,8098,8177,8244,8325,8409,8471,8535,8598,8669,8777,8889,8991,9102,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80", + "endOffsets": "314,3122,3204,3281,3379,3473,4304,4426,4507,4571,4660,4739,4802,4895,4957,5023,5081,5154,5218,5274,5396,5453,5515,5571,5647,5781,5866,5952,6090,6171,6250,6374,6464,6541,6598,6649,6715,6793,6876,6964,7040,7115,7194,7267,7338,7447,7541,7619,7708,7798,7872,7953,8040,8093,8172,8239,8320,8404,8466,8530,8593,8664,8772,8884,8986,9097,9158,9213,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9299", + "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,9377" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,359,459,566,670,789", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "152,254,354,454,561,665,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3478,3580,3682,3782,3882,3989,4093,9382", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "3575,3677,3777,3877,3984,4088,4207,9478" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json new file mode 100644 index 0000000..ba9add6 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-or/values-or.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9137", + "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,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2781,2872,2949,3003,3054,3120,3190,3267,3354,3429,3500,3577,3646,3715,3822,3913,3985,4074,4163,4237,4309,4395,4445,4524,4590,4670,4754,4816,4880,4943,5012,5112,5207,5299,5391,5449,5504", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2776,2867,2944,2998,3049,3115,3185,3262,3349,3424,3495,3572,3641,3710,3817,3908,3980,4069,4158,4232,4304,4390,4440,4519,4585,4665,4749,4811,4875,4938,5007,5107,5202,5294,5386,5444,5499,5583" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4228,4322,4427,4506,4571,4660,4725,4784,4870,4934,4998,5061,5134,5198,5252,5364,5422,5484,5538,5610,5732,5819,5905,6045,6122,6203,6330,6421,6498,6552,6603,6669,6739,6816,6903,6978,7049,7126,7195,7264,7371,7462,7534,7623,7712,7786,7858,7944,7994,8073,8139,8219,8303,8365,8429,8492,8561,8661,8756,8848,8940,8998,9053", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83", + "endOffsets": "317,3163,3241,3318,3404,3488,4317,4422,4501,4566,4655,4720,4779,4865,4929,4993,5056,5129,5193,5247,5359,5417,5479,5533,5605,5727,5814,5900,6040,6117,6198,6325,6416,6493,6547,6598,6664,6734,6811,6898,6973,7044,7121,7190,7259,7366,7457,7529,7618,7707,7781,7853,7939,7989,8068,8134,8214,8298,8360,8424,8487,8556,8656,8751,8843,8935,8993,9048,9132" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,260,363,468,569,671,790", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "153,255,358,463,564,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3596,3698,3801,3906,4007,4109,9227", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "3591,3693,3796,3901,4002,4104,4223,9323" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json new file mode 100644 index 0000000..6fdb80b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-pa/values-pa.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2782,2866,2948,3003,3058,3124,3193,3270,3356,3435,3503,3579,3649,3714,3816,3911,3984,4078,4171,4245,4314,4408,4464,4547,4614,4698,4786,4848,4912,4975,5042,5139,5245,5336,5438,5497,5556", + "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,68,69,70,71,72,73", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,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,2777,2861,2943,2998,3053,3119,3188,3265,3351,3430,3498,3574,3644,3709,3811,3906,3979,4073,4166,4240,4309,4403,4459,4542,4609,4693,4781,4843,4907,4970,5037,5134,5240,5331,5433,5492,5551,5628" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4133,4241,4353,4436,4500,4592,4661,4720,4805,4868,4930,4988,5052,5113,5167,5281,5339,5399,5453,5523,5650,5731,5810,5945,6021,6098,6227,6311,6393,6448,6503,6569,6638,6715,6801,6880,6948,7024,7094,7159,7261,7356,7429,7523,7616,7690,7759,7853,7909,7992,8059,8143,8231,8293,8357,8420,8487,8584,8690,8781,8883,8942,9001", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76", + "endOffsets": "308,3047,3126,3207,3306,3395,4236,4348,4431,4495,4587,4656,4715,4800,4863,4925,4983,5047,5108,5162,5276,5334,5394,5448,5518,5645,5726,5805,5940,6016,6093,6222,6306,6388,6443,6498,6564,6633,6710,6796,6875,6943,7019,7089,7154,7256,7351,7424,7518,7611,7685,7754,7848,7904,7987,8054,8138,8226,8288,8352,8415,8482,8579,8685,8776,8878,8937,8996,9073" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9078", + "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,9153" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,358,459,561,659,788", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "148,250,353,454,556,654,783,884" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3400,3498,3600,3703,3804,3906,4004,9158", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "3493,3595,3698,3799,3901,3999,4128,9254" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json new file mode 100644 index 0000000..f2954ef --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-pl/values-pl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9387", + "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,9465" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,451,565,670,792", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "147,249,347,446,560,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3576,3673,3775,3873,3972,4086,4191,9470", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "3668,3770,3868,3967,4081,4186,4308,9566" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2961,3048,3125,3179,3230,3296,3367,3443,3532,3615,3692,3770,3848,3924,4032,4122,4195,4290,4387,4459,4533,4633,4685,4770,4836,4924,5014,5076,5140,5203,5274,5381,5493,5592,5699,5757,5812", + "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,70,71,72,73,74,75", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,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,2956,3043,3120,3174,3225,3291,3362,3438,3527,3610,3687,3765,3843,3919,4027,4117,4190,4285,4382,4454,4528,4628,4680,4765,4831,4919,5009,5071,5135,5198,5269,5376,5488,5587,5694,5752,5807,5883" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4313,4398,4515,4597,4661,4742,4806,4867,4978,5042,5110,5164,5233,5295,5349,5460,5521,5583,5637,5709,5838,5927,6009,6158,6240,6323,6460,6547,6624,6678,6729,6795,6866,6942,7031,7114,7191,7269,7347,7423,7531,7621,7694,7789,7886,7958,8032,8132,8184,8269,8335,8423,8513,8575,8639,8702,8773,8880,8992,9091,9198,9256,9311", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75", + "endOffsets": "431,3218,3293,3372,3476,3571,4393,4510,4592,4656,4737,4801,4862,4973,5037,5105,5159,5228,5290,5344,5455,5516,5578,5632,5704,5833,5922,6004,6153,6235,6318,6455,6542,6619,6673,6724,6790,6861,6937,7026,7109,7186,7264,7342,7418,7526,7616,7689,7784,7881,7953,8027,8127,8179,8264,8330,8418,8508,8570,8634,8697,8768,8875,8987,9086,9193,9251,9306,9382" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json new file mode 100644 index 0000000..e6f5cd5 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-port/values-port.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-pt-rBR.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..9254e38 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-pt-rBR/values-pt-rBR.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2913,3000,3080,3136,3187,3253,3327,3407,3494,3577,3650,3727,3796,3870,3972,4060,4137,4230,4326,4400,4480,4577,4629,4713,4779,4866,4954,5016,5080,5143,5211,5323,5434,5541,5651,5711,5766", + "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,68,69,70,71,72,73", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,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,2908,2995,3075,3131,3182,3248,3322,3402,3489,3572,3645,3722,3791,3865,3967,4055,4132,4225,4321,4395,4475,4572,4624,4708,4774,4861,4949,5011,5075,5138,5206,5318,5429,5536,5646,5706,5761,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4223,4324,4444,4525,4589,4681,4760,4820,4910,4974,5045,5108,5183,5247,5301,5428,5486,5548,5602,5681,5822,5909,5991,6130,6213,6297,6436,6523,6603,6659,6710,6776,6850,6930,7017,7100,7173,7250,7319,7393,7495,7583,7660,7753,7849,7923,8003,8100,8152,8236,8302,8389,8477,8539,8603,8666,8734,8846,8957,9064,9174,9234,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,106,109,59,54,76", + "endOffsets": "318,3137,3215,3299,3394,3483,4319,4439,4520,4584,4676,4755,4815,4905,4969,5040,5103,5178,5242,5296,5423,5481,5543,5597,5676,5817,5904,5986,6125,6208,6292,6431,6518,6598,6654,6705,6771,6845,6925,7012,7095,7168,7245,7314,7388,7490,7578,7655,7748,7844,7918,7998,8095,8147,8231,8297,8384,8472,8534,8598,8661,8729,8841,8952,9059,9169,9229,9284,9361" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9366", + "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,9447" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3488,3585,3687,3786,3886,3993,4103,9452", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "3580,3682,3781,3881,3988,4098,4218,9548" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..36a06bb --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,666,787", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "147,249,348,448,555,661,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3492,3589,3691,3790,3890,3997,4103,9467", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "3584,3686,3785,3885,3992,4098,4219,9563" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3004,3084,3140,3191,3257,3332,3412,3499,3578,3651,3728,3801,3875,3982,4075,4152,4245,4343,4417,4498,4597,4650,4734,4800,4889,4977,5039,5103,5166,5234,5350,5458,5565,5667,5727,5782", + "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,68,69,70,71,72,73", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,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,2912,2999,3079,3135,3186,3252,3327,3407,3494,3573,3646,3723,3796,3870,3977,4070,4147,4240,4338,4412,4493,4592,4645,4729,4795,4884,4972,5034,5098,5161,5229,5345,5453,5560,5662,5722,5777,5863" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4327,4447,4528,4592,4684,4763,4828,4918,4982,5050,5112,5185,5249,5303,5429,5487,5549,5603,5679,5822,5909,5991,6130,6212,6294,6430,6517,6597,6653,6704,6770,6845,6925,7012,7091,7164,7241,7314,7388,7495,7588,7665,7758,7856,7930,8011,8110,8163,8247,8313,8402,8490,8552,8616,8679,8747,8863,8971,9078,9180,9240,9295", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85", + "endOffsets": "318,3130,3210,3292,3391,3487,4322,4442,4523,4587,4679,4758,4823,4913,4977,5045,5107,5180,5244,5298,5424,5482,5544,5598,5674,5817,5904,5986,6125,6207,6289,6425,6512,6592,6648,6699,6765,6840,6920,7007,7086,7159,7236,7309,7383,7490,7583,7660,7753,7851,7925,8006,8105,8158,8242,8308,8397,8485,8547,8611,8674,8742,8858,8966,9073,9175,9235,9290,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json new file mode 100644 index 0000000..a33b27d --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-pt/values-pt.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2843,2940,3042,3141,3241,3348,3458,3664", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "2935,3037,3136,3236,3343,3453,3573,3760" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3578", + "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,3659" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json new file mode 100644 index 0000000..6cd4eb1 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ro/values-ro.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9442", + "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,9521" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,454,556,665,782", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "148,250,350,449,551,660,777,878" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3570,3668,3770,3870,3969,4071,4180,9526", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "3663,3765,3865,3964,4066,4175,4292,9622" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3053,3133,3188,3239,3305,3378,3456,3544,3629,3700,3777,3851,3923,4029,4120,4194,4289,4387,4461,4541,4642,4695,4781,4847,4936,5026,5088,5152,5215,5289,5401,5511,5621,5726,5785,5840", + "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,69,70,71,72,73,74", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,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,2958,3048,3128,3183,3234,3300,3373,3451,3539,3624,3695,3772,3846,3918,4024,4115,4189,4284,4382,4456,4536,4637,4690,4776,4842,4931,5021,5083,5147,5210,5284,5396,5506,5616,5721,5780,5835,5914" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4297,4398,4519,4603,4669,4764,4838,4898,4982,5044,5110,5168,5241,5304,5360,5479,5536,5597,5653,5727,5872,5958,6042,6175,6257,6340,6486,6576,6656,6711,6762,6828,6901,6979,7067,7152,7223,7300,7374,7446,7552,7643,7717,7812,7910,7984,8064,8165,8218,8304,8370,8459,8549,8611,8675,8738,8812,8924,9034,9144,9249,9308,9363", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78", + "endOffsets": "366,3204,3292,3379,3475,3565,4393,4514,4598,4664,4759,4833,4893,4977,5039,5105,5163,5236,5299,5355,5474,5531,5592,5648,5722,5867,5953,6037,6170,6252,6335,6481,6571,6651,6706,6757,6823,6896,6974,7062,7147,7218,7295,7369,7441,7547,7638,7712,7807,7905,7979,8059,8160,8213,8299,8365,8454,8544,8606,8670,8733,8807,8919,9029,9139,9244,9303,9358,9437" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json new file mode 100644 index 0000000..3175cea --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ru/values-ru.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,457,562,665,782", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "148,250,351,452,557,660,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3577,3675,3777,3878,3979,4084,4187,9497", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "3670,3772,3873,3974,4079,4182,4299,9593" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9415", + "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,9492" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3032,3123,3199,3253,3304,3370,3442,3520,3616,3698,3778,3854,3931,4008,4115,4204,4277,4367,4462,4536,4617,4710,4765,4846,4912,4998,5083,5145,5209,5272,5344,5442,5541,5636,5728,5786,5841", + "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,70,71,72,73,74,75", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,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,3027,3118,3194,3248,3299,3365,3437,3515,3611,3693,3773,3849,3926,4003,4110,4199,4272,4362,4457,4531,4612,4705,4760,4841,4907,4993,5078,5140,5204,5267,5339,5437,5536,5631,5723,5781,5836,5916" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4304,4401,4538,4630,4696,4795,4872,4935,5053,5114,5179,5236,5306,5367,5421,5537,5594,5656,5710,5784,5912,6000,6086,6223,6307,6392,6526,6617,6693,6747,6798,6864,6936,7014,7110,7192,7272,7348,7425,7502,7609,7698,7771,7861,7956,8030,8111,8204,8259,8340,8406,8492,8577,8639,8703,8766,8838,8936,9035,9130,9222,9280,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79", + "endOffsets": "426,3221,3299,3383,3481,3572,4396,4533,4625,4691,4790,4867,4930,5048,5109,5174,5231,5301,5362,5416,5532,5589,5651,5705,5779,5907,5995,6081,6218,6302,6387,6521,6612,6688,6742,6793,6859,6931,7009,7105,7187,7267,7343,7420,7497,7604,7693,7766,7856,7951,8025,8106,8199,8254,8335,8401,8487,8572,8634,8698,8761,8833,8931,9030,9125,9217,9275,9330,9410" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json new file mode 100644 index 0000000..f000609 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-si/values-si.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3024,3076,3142,3212,3285,3367,3444,3516,3593,3665,3735,3848,3941,4014,4104,4197,4271,4343,4434,4488,4568,4634,4718,4803,4865,4929,4992,5058,5163,5268,5363,5464,5528,5584", + "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,68,69,70,71,72,73", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,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,2789,2875,2959,3019,3071,3137,3207,3280,3362,3439,3511,3588,3660,3730,3843,3936,4009,4099,4192,4266,4338,4429,4483,4563,4629,4713,4798,4860,4924,4987,5053,5158,5263,5358,5459,5523,5579,5659" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4174,4276,4391,4474,4538,4627,4694,4754,4848,4912,4975,5031,5101,5168,5223,5342,5399,5463,5517,5590,5712,5795,5880,6012,6090,6170,6292,6378,6462,6522,6574,6640,6710,6783,6865,6942,7014,7091,7163,7233,7346,7439,7512,7602,7695,7769,7841,7932,7986,8066,8132,8216,8301,8363,8427,8490,8556,8661,8766,8861,8962,9026,9082", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79", + "endOffsets": "314,3106,3183,3261,3352,3437,4271,4386,4469,4533,4622,4689,4749,4843,4907,4970,5026,5096,5163,5218,5337,5394,5458,5512,5585,5707,5790,5875,6007,6085,6165,6287,6373,6457,6517,6569,6635,6705,6778,6860,6937,7009,7086,7158,7228,7341,7434,7507,7597,7690,7764,7836,7927,7981,8061,8127,8211,8296,8358,8422,8485,8551,8656,8761,8856,8957,9021,9077,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9162", + "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,9239" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,365,470,569,673,787", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "152,255,360,465,564,668,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3442,3544,3647,3752,3857,3956,4060,9244", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "3539,3642,3747,3852,3951,4055,4169,9340" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json new file mode 100644 index 0000000..853d6d7 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-sk/values-sk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,354,452,562,670,792", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "146,248,349,447,557,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3741,3842,3940,4050,4158,9412", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "3634,3736,3837,3935,4045,4153,4275,9508" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9329", + "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,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2935,3023,3103,3157,3208,3274,3346,3423,3506,3588,3660,3737,3810,3881,3986,4074,4146,4238,4334,4408,4482,4578,4630,4712,4779,4866,4953,5015,5079,5142,5210,5316,5423,5521,5638,5696,5751", + "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,70,71,72,73,74,75", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,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,2930,3018,3098,3152,3203,3269,3341,3418,3501,3583,3655,3732,3805,3876,3981,4069,4141,4233,4329,4403,4477,4573,4625,4707,4774,4861,4948,5010,5074,5137,5205,5311,5418,5516,5633,5691,5746,5825" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4372,4500,4581,4646,4745,4821,4886,4976,5040,5106,5160,5229,5289,5343,5460,5520,5582,5636,5708,5838,5925,6017,6156,6225,6303,6434,6522,6602,6656,6707,6773,6845,6922,7005,7087,7159,7236,7309,7380,7485,7573,7645,7737,7833,7907,7981,8077,8129,8211,8278,8365,8452,8514,8578,8641,8709,8815,8922,9020,9137,9195,9250", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78", + "endOffsets": "423,3210,3285,3363,3455,3538,4367,4495,4576,4641,4740,4816,4881,4971,5035,5101,5155,5224,5284,5338,5455,5515,5577,5631,5703,5833,5920,6012,6151,6220,6298,6429,6517,6597,6651,6702,6768,6840,6917,7000,7082,7154,7231,7304,7375,7480,7568,7640,7732,7828,7902,7976,8072,8124,8206,8273,8360,8447,8509,8573,8636,8704,8810,8917,9015,9132,9190,9245,9324" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json new file mode 100644 index 0000000..ef22653 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-sl/values-sl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,456,559,661,778", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "147,249,347,451,554,656,773,874" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3612,3709,3811,3909,4013,4116,4218,9496", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "3704,3806,3904,4008,4111,4213,4330,9592" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3022,3111,3188,3244,3299,3365,3438,3515,3599,3678,3752,3828,3903,3976,4081,4169,4242,4332,4423,4495,4569,4660,4712,4794,4861,4945,5032,5094,5158,5221,5290,5393,5501,5599,5703,5763,5822", + "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,70,71,72,73,74,75", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,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,3017,3106,3183,3239,3294,3360,3433,3510,3594,3673,3747,3823,3898,3971,4076,4164,4237,4327,4418,4490,4564,4655,4707,4789,4856,4940,5027,5089,5153,5216,5285,5388,5496,5594,5698,5758,5817,5894" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4335,4441,4567,4651,4717,4811,4887,4950,5062,5122,5187,5241,5311,5371,5427,5539,5596,5658,5714,5787,5921,6006,6091,6234,6318,6401,6535,6624,6701,6757,6812,6878,6951,7028,7112,7191,7265,7341,7416,7489,7594,7682,7755,7845,7936,8008,8082,8173,8225,8307,8374,8458,8545,8607,8671,8734,8803,8906,9014,9112,9216,9276,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76", + "endOffsets": "412,3241,3330,3418,3516,3607,4436,4562,4646,4712,4806,4882,4945,5057,5117,5182,5236,5306,5366,5422,5534,5591,5653,5709,5782,5916,6001,6086,6229,6313,6396,6530,6619,6696,6752,6807,6873,6946,7023,7107,7186,7260,7336,7411,7484,7589,7677,7750,7840,7931,8003,8077,8168,8220,8302,8369,8453,8540,8602,8666,8729,8798,8901,9009,9107,9211,9271,9330,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9412", + "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,9491" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-small-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-small-v4.json new file mode 100644 index 0000000..6a5f6b3 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-small-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-small-v4/values-small-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-sq.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json new file mode 100644 index 0000000..054a11b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-sq/values-sq.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2891,2981,3059,3112,3171,3237,3308,3387,3475,3558,3634,3712,3784,3857,3961,4050,4122,4216,4315,4389,4461,4562,4612,4697,4763,4853,4942,5004,5068,5131,5198,5314,5427,5536,5641,5698,5761", + "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,68,69,70,71,72,73", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,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,2886,2976,3054,3107,3166,3232,3303,3382,3470,3553,3629,3707,3779,3852,3956,4045,4117,4211,4310,4384,4456,4557,4607,4692,4758,4848,4937,4999,5063,5126,5193,5309,5422,5531,5636,5693,5756,5839" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4185,4286,4412,4495,4560,4660,4730,4789,4887,4949,5013,5072,5144,5207,5261,5378,5435,5497,5551,5623,5758,5841,5919,6060,6144,6226,6374,6464,6542,6595,6654,6720,6791,6870,6958,7041,7117,7195,7267,7340,7444,7533,7605,7699,7798,7872,7944,8045,8095,8180,8246,8336,8425,8487,8551,8614,8681,8797,8910,9019,9124,9181,9244", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82", + "endOffsets": "312,3087,3165,3251,3351,3443,4281,4407,4490,4555,4655,4725,4784,4882,4944,5008,5067,5139,5202,5256,5373,5430,5492,5546,5618,5753,5836,5914,6055,6139,6221,6369,6459,6537,6590,6649,6715,6786,6865,6953,7036,7112,7190,7262,7335,7439,7528,7600,7694,7793,7867,7939,8040,8090,8175,8241,8331,8420,8482,8546,8609,8676,8792,8905,9014,9119,9176,9239,9322" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9327", + "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,9404" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,354,451,559,670,792", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "149,251,349,446,554,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3547,3649,3747,3844,3952,4063,9409", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "3542,3644,3742,3839,3947,4058,4180,9505" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json new file mode 100644 index 0000000..45057e3 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-sr/values-sr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3531,3629,3731,3828,3932,4036,4141,9411", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3624,3726,3823,3927,4031,4136,4252,9507" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,109", + "startColumns": "4,4,4,4,4,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,9324", + "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,9406" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2905,2993,3071,3125,3181,3247,3321,3399,3488,3570,3645,3721,3796,3867,3974,4064,4137,4229,4325,4397,4473,4569,4622,4704,4771,4858,4945,5007,5071,5134,5203,5308,5418,5514,5622,5680,5740", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2900,2988,3066,3120,3176,3242,3316,3394,3483,3565,3640,3716,3791,3862,3969,4059,4132,4224,4320,4392,4468,4564,4617,4699,4766,4853,4940,5002,5066,5129,5198,5303,5413,5509,5617,5675,5735,5815" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4257,4351,4482,4563,4629,4721,4789,4852,4955,5015,5081,5137,5208,5268,5322,5434,5491,5552,5606,5682,5807,5893,5976,6114,6195,6278,6409,6497,6575,6629,6685,6751,6825,6903,6992,7074,7149,7225,7300,7371,7478,7568,7641,7733,7829,7901,7977,8073,8126,8208,8275,8362,8449,8511,8575,8638,8707,8812,8922,9018,9126,9184,9244", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "366,3170,3246,3326,3433,3526,4346,4477,4558,4624,4716,4784,4847,4950,5010,5076,5132,5203,5263,5317,5429,5486,5547,5601,5677,5802,5888,5971,6109,6190,6273,6404,6492,6570,6624,6680,6746,6820,6898,6987,7069,7144,7220,7295,7366,7473,7563,7636,7728,7824,7896,7972,8068,8121,8203,8270,8357,8444,8506,8570,8633,8702,8807,8917,9013,9121,9179,9239,9319" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json new file mode 100644 index 0000000..4902097 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-sv/values-sv.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2820,2906,2984,3038,3089,3155,3224,3298,3387,3463,3535,3612,3683,3757,3868,3959,4038,4125,4213,4285,4359,4444,4495,4574,4641,4722,4806,4868,4932,4995,5063,5170,5269,5368,5463,5521,5576", + "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,68,69,70,71,72,73", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,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,2815,2901,2979,3033,3084,3150,3219,3293,3382,3458,3530,3607,3678,3752,3863,3954,4033,4120,4208,4280,4354,4439,4490,4569,4636,4717,4801,4863,4927,4990,5058,5165,5264,5363,5458,5516,5571,5649" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4171,4269,4391,4470,4533,4625,4689,4749,4841,4906,4969,5031,5098,5162,5216,5321,5380,5441,5495,5564,5683,5766,5850,5986,6065,6149,6271,6357,6435,6489,6540,6606,6675,6749,6838,6914,6986,7063,7134,7208,7319,7410,7489,7576,7664,7736,7810,7895,7946,8025,8092,8173,8257,8319,8383,8446,8514,8621,8720,8819,8914,8972,9027", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77", + "endOffsets": "311,3083,3175,3256,3358,3438,4264,4386,4465,4528,4620,4684,4744,4836,4901,4964,5026,5093,5157,5211,5316,5375,5436,5490,5559,5678,5761,5845,5981,6060,6144,6266,6352,6430,6484,6535,6601,6670,6744,6833,6909,6981,7058,7129,7203,7314,7405,7484,7571,7659,7731,7805,7890,7941,8020,8087,8168,8252,8314,8378,8441,8509,8616,8715,8814,8909,8967,9022,9100" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,449,557,662,783", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "145,247,345,444,552,657,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3443,3538,3640,3738,3837,3945,4050,9185", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "3533,3635,3733,3832,3940,4045,4166,9281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9105", + "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,9180" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json new file mode 100644 index 0000000..f915075 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-sw/values-sw.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,449,556,663,778", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "144,246,343,444,551,658,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3508,3610,3707,3808,3915,4022,9386", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "3503,3605,3702,3803,3910,4017,4132,9482" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9381" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2859,2947,3026,3080,3133,3199,3271,3353,3443,3528,3600,3675,3746,3819,3925,4022,4096,4191,4288,4362,4447,4547,4600,4685,4753,4841,4931,4993,5057,5120,5187,5304,5416,5527,5638,5696,5753", + "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,68,69,70,71,72,73", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,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,2854,2942,3021,3075,3128,3194,3266,3348,3438,3523,3595,3670,3741,3814,3920,4017,4091,4186,4283,4357,4442,4542,4595,4680,4748,4836,4926,4988,5052,5115,5182,5299,5411,5522,5633,5691,5748,5829" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4236,4365,4448,4516,4608,4681,4744,4830,4892,4955,5020,5088,5151,5205,5337,5394,5456,5510,5584,5722,5803,5883,6015,6100,6187,6328,6416,6495,6549,6602,6668,6740,6822,6912,6997,7069,7144,7215,7288,7394,7491,7565,7660,7757,7831,7916,8016,8069,8154,8222,8310,8400,8462,8526,8589,8656,8773,8885,8996,9107,9165,9222", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80", + "endOffsets": "304,3076,3150,3223,3320,3409,4231,4360,4443,4511,4603,4676,4739,4825,4887,4950,5015,5083,5146,5200,5332,5389,5451,5505,5579,5717,5798,5878,6010,6095,6182,6323,6411,6490,6544,6597,6663,6735,6817,6907,6992,7064,7139,7210,7283,7389,7486,7560,7655,7752,7826,7911,8011,8064,8149,8217,8305,8395,8457,8521,8584,8651,8768,8880,8991,9102,9160,9217,9298" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..1437263 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-ta.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json new file mode 100644 index 0000000..b628bec --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ta/values-ta.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9519", + "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,9596" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,558,673,801", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "146,249,348,446,553,668,796,897" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3742,3841,3939,4046,4161,9601", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "3634,3737,3836,3934,4041,4156,4284,9697" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2998,3087,3171,3228,3280,3346,3431,3519,3611,3691,3760,3837,3917,3985,4100,4199,4282,4374,4468,4542,4628,4722,4772,4855,4921,5006,5093,5156,5221,5284,5353,5461,5559,5657,5754,5815,5871", + "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,68,69,70,71,72,73", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,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,2993,3082,3166,3223,3275,3341,3426,3514,3606,3686,3755,3832,3912,3980,4095,4194,4277,4369,4463,4537,4623,4717,4767,4850,4916,5001,5088,5151,5216,5279,5348,5456,5554,5652,5749,5810,5866,5952" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4398,4516,4600,4664,4772,4840,4901,5009,5076,5162,5220,5304,5371,5425,5548,5610,5673,5727,5815,5943,6029,6111,6243,6323,6404,6560,6649,6733,6790,6842,6908,6993,7081,7173,7253,7322,7399,7479,7547,7662,7761,7844,7936,8030,8104,8190,8284,8334,8417,8483,8568,8655,8718,8783,8846,8915,9023,9121,9219,9316,9377,9433", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85", + "endOffsets": "317,3171,3257,3341,3444,3538,4393,4511,4595,4659,4767,4835,4896,5004,5071,5157,5215,5299,5366,5420,5543,5605,5668,5722,5810,5938,6024,6106,6238,6318,6399,6555,6644,6728,6785,6837,6903,6988,7076,7168,7248,7317,7394,7474,7542,7657,7756,7839,7931,8025,8099,8185,8279,8329,8412,8478,8563,8650,8713,8778,8841,8910,9018,9116,9214,9311,9372,9428,9514" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json new file mode 100644 index 0000000..c02383f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-te/values-te.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,367,468,574,681,805", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "152,260,362,463,569,676,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3530,3632,3740,3842,3943,4049,4156,9516", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "3627,3735,3837,3938,4044,4151,4275,9612" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2920,3008,3090,3150,3202,3268,3343,3421,3511,3590,3663,3739,3820,3889,4009,4114,4191,4282,4375,4449,4526,4618,4675,4756,4822,4906,4992,5055,5120,5184,5253,5363,5471,5570,5676,5740,5796", + "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,68,69,70,71,72,73", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,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,2915,3003,3085,3145,3197,3263,3338,3416,3506,3585,3658,3734,3815,3884,4004,4109,4186,4277,4370,4444,4521,4613,4670,4751,4817,4901,4987,5050,5115,5179,5248,5358,5466,5565,5671,5735,5791,5874" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4384,4500,4591,4657,4751,4818,4880,4973,5037,5105,5168,5242,5307,5361,5482,5539,5601,5655,5734,5862,5950,6042,6187,6267,6349,6474,6562,6644,6704,6756,6822,6897,6975,7065,7144,7217,7293,7374,7443,7563,7668,7745,7836,7929,8003,8080,8172,8229,8310,8376,8460,8546,8609,8674,8738,8807,8917,9025,9124,9230,9294,9350", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82", + "endOffsets": "321,3164,3254,3340,3438,3525,4379,4495,4586,4652,4746,4813,4875,4968,5032,5100,5163,5237,5302,5356,5477,5534,5596,5650,5729,5857,5945,6037,6182,6262,6344,6469,6557,6639,6699,6751,6817,6892,6970,7060,7139,7212,7288,7369,7438,7558,7663,7740,7831,7924,7998,8075,8167,8224,8305,8371,8455,8541,8604,8669,8733,8802,8912,9020,9119,9225,9289,9345,9428" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9433", + "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,9511" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json new file mode 100644 index 0000000..8170572 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-th/values-th.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2785,2877,2955,3009,3062,3128,3198,3276,3362,3442,3514,3592,3661,3730,3828,3910,3998,4091,4185,4259,4328,4423,4475,4558,4626,4711,4799,4861,4925,4988,5058,5158,5254,5351,5444,5502,5559", + "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,68,69,70,71,72,73", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,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,2780,2872,2950,3004,3057,3123,3193,3271,3357,3437,3509,3587,3656,3725,3823,3905,3993,4086,4180,4254,4323,4418,4470,4553,4621,4706,4794,4856,4920,4983,5053,5153,5249,5346,5439,5497,5554,5631" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4078,4177,4290,4370,4440,4530,4600,4660,4747,4813,4878,4939,5003,5064,5118,5219,5280,5340,5394,5464,5575,5662,5743,5886,5965,6047,6179,6271,6349,6403,6456,6522,6592,6670,6756,6836,6908,6986,7055,7124,7222,7304,7392,7485,7579,7653,7722,7817,7869,7952,8020,8105,8193,8255,8319,8382,8452,8552,8648,8745,8838,8896,8953", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76", + "endOffsets": "330,3032,3104,3187,3272,3358,4172,4285,4365,4435,4525,4595,4655,4742,4808,4873,4934,4998,5059,5113,5214,5275,5335,5389,5459,5570,5657,5738,5881,5960,6042,6174,6266,6344,6398,6451,6517,6587,6665,6751,6831,6903,6981,7050,7119,7217,7299,7387,7480,7574,7648,7717,7812,7864,7947,8015,8100,8188,8250,8314,8377,8447,8547,8643,8740,8833,8891,8948,9025" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,352,450,553,658,770", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "146,249,347,445,548,653,765,866" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3363,3459,3562,3660,3758,3861,3966,9112", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "3454,3557,3655,3753,3856,3961,4073,9208" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9030", + "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,9107" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json new file mode 100644 index 0000000..5976015 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-tl/values-tl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9496", + "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,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,355,452,559,667,789", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "147,249,350,447,554,662,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3507,3604,3706,3807,3904,4011,4119,9581", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "3599,3701,3802,3899,4006,4114,4236,9677" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2962,3058,3135,3193,3244,3310,3384,3462,3553,3639,3713,3792,3865,3937,4053,4157,4230,4329,4429,4503,4578,4685,4737,4826,4893,4984,5078,5140,5204,5267,5337,5456,5561,5670,5770,5832,5887", + "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,68,69,70,71,72,73", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,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,2957,3053,3130,3188,3239,3305,3379,3457,3548,3634,3708,3787,3860,3932,4048,4152,4225,4324,4424,4498,4573,4680,4732,4821,4888,4979,5073,5135,5199,5262,5332,5451,5556,5665,5765,5827,5882,5967" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4241,4346,4482,4567,4632,4731,4799,4858,4947,5015,5082,5145,5220,5288,5342,5462,5520,5582,5636,5711,5853,5943,6028,6173,6257,6340,6486,6582,6659,6717,6768,6834,6908,6986,7077,7163,7237,7316,7389,7461,7577,7681,7754,7853,7953,8027,8102,8209,8261,8350,8417,8508,8602,8664,8728,8791,8861,8980,9085,9194,9294,9356,9411", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84", + "endOffsets": "325,3149,3229,3315,3412,3502,4341,4477,4562,4627,4726,4794,4853,4942,5010,5077,5140,5215,5283,5337,5457,5515,5577,5631,5706,5848,5938,6023,6168,6252,6335,6481,6577,6654,6712,6763,6829,6903,6981,7072,7158,7232,7311,7384,7456,7572,7676,7749,7848,7948,8022,8097,8204,8256,8345,8412,8503,8597,8659,8723,8786,8856,8975,9080,9189,9289,9351,9406,9491" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json new file mode 100644 index 0000000..d331aec --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-tr/values-tr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,449,551,657,768", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "147,249,347,444,546,652,763,864" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3424,3521,3623,3721,3818,3920,4026,9198", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "3516,3618,3716,3813,3915,4021,4132,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2889,2965,3018,3072,3138,3208,3285,3368,3448,3519,3594,3672,3743,3844,3929,4018,4113,4206,4278,4350,4446,4498,4584,4651,4735,4825,4887,4951,5014,5084,5178,5280,5369,5469,5526,5584", + "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,68,69,70,71,72,73", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,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,2797,2884,2960,3013,3067,3133,3203,3280,3363,3443,3514,3589,3667,3738,3839,3924,4013,4108,4201,4273,4345,4441,4493,4579,4646,4730,4820,4882,4946,5009,5079,5173,5275,5364,5464,5521,5579,5658" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4233,4345,4427,4491,4582,4659,4720,4811,4874,4937,4996,5065,5128,5182,5290,5348,5410,5464,5537,5658,5742,5833,5973,6050,6126,6257,6344,6420,6473,6527,6593,6663,6740,6823,6903,6974,7049,7127,7198,7299,7384,7473,7568,7661,7733,7805,7901,7953,8039,8106,8190,8280,8342,8406,8469,8539,8633,8735,8824,8924,8981,9039", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78", + "endOffsets": "310,3077,3152,3229,3328,3419,4228,4340,4422,4486,4577,4654,4715,4806,4869,4932,4991,5060,5123,5177,5285,5343,5405,5459,5532,5653,5737,5828,5968,6045,6121,6252,6339,6415,6468,6522,6588,6658,6735,6818,6898,6969,7044,7122,7193,7294,7379,7468,7563,7656,7728,7800,7896,7948,8034,8101,8185,8275,8337,8401,8464,8534,8628,8730,8819,8919,8976,9034,9113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9118", + "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,9193" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json new file mode 100644 index 0000000..ab2f964 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-uk/values-uk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,358,459,564,669,782", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "150,252,353,454,559,664,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3591,3691,3793,3894,3995,4100,4205,9474", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "3686,3788,3889,3990,4095,4200,4313,9570" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2954,3042,3120,3177,3228,3294,3366,3442,3532,3615,3688,3765,3846,3920,4029,4119,4198,4289,4385,4459,4540,4635,4689,4771,4837,4924,5010,5072,5136,5199,5272,5379,5489,5587,5693,5754,5809", + "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,70,71,72,73,74,75", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,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,2949,3037,3115,3172,3223,3289,3361,3437,3527,3610,3683,3760,3841,3915,4024,4114,4193,4284,4380,4454,4535,4630,4684,4766,4832,4919,5005,5067,5131,5194,5267,5374,5484,5582,5688,5749,5804,5886" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4414,4530,4613,4680,4771,4837,4900,4988,5050,5117,5175,5246,5305,5359,5473,5533,5596,5650,5723,5842,5928,6011,6150,6235,6322,6455,6543,6621,6678,6729,6795,6867,6943,7033,7116,7189,7266,7347,7421,7530,7620,7699,7790,7886,7960,8041,8136,8190,8272,8338,8425,8511,8573,8637,8700,8773,8880,8990,9088,9194,9255,9310", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81", + "endOffsets": "419,3221,3299,3387,3495,3586,4409,4525,4608,4675,4766,4832,4895,4983,5045,5112,5170,5241,5300,5354,5468,5528,5591,5645,5718,5837,5923,6006,6145,6230,6317,6450,6538,6616,6673,6724,6790,6862,6938,7028,7111,7184,7261,7342,7416,7525,7615,7694,7785,7881,7955,8036,8131,8185,8267,8333,8420,8506,8568,8632,8695,8768,8875,8985,9083,9189,9250,9305,9387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,110", + "startColumns": "4,4,4,4,4,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,9392", + "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,9469" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json new file mode 100644 index 0000000..151e9d8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-ur/values-ur.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,357,461,564,662,776", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "148,250,352,456,559,657,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3457,3555,3657,3759,3863,3966,4064,9280", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "3550,3652,3754,3858,3961,4059,4173,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2817,2904,2986,3044,3100,3166,3241,3321,3406,3485,3552,3627,3704,3768,3875,3969,4039,4128,4221,4295,4370,4460,4516,4595,4662,4746,4830,4892,4956,5019,5085,5185,5292,5386,5494,5556,5616", + "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,68,69,70,71,72,73", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,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,2812,2899,2981,3039,3095,3161,3236,3316,3401,3480,3547,3622,3699,3763,3870,3964,4034,4123,4216,4290,4365,4455,4511,4590,4657,4741,4825,4887,4951,5014,5080,5180,5287,5381,5489,5551,5611,5691" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4178,4278,4397,4480,4545,4638,4708,4767,4857,4921,4990,5048,5117,5177,5241,5353,5412,5471,5526,5601,5724,5804,5888,6021,6103,6184,6315,6402,6484,6542,6598,6664,6739,6819,6904,6983,7050,7125,7202,7266,7373,7467,7537,7626,7719,7793,7868,7958,8014,8093,8160,8244,8328,8390,8454,8517,8583,8683,8790,8884,8992,9054,9114", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79", + "endOffsets": "304,3109,3187,3265,3363,3452,4273,4392,4475,4540,4633,4703,4762,4852,4916,4985,5043,5112,5172,5236,5348,5407,5466,5521,5596,5719,5799,5883,6016,6098,6179,6310,6397,6479,6537,6593,6659,6734,6814,6899,6978,7045,7120,7197,7261,7368,7462,7532,7621,7714,7788,7863,7953,8009,8088,8155,8239,8323,8385,8449,8512,8578,8678,8785,8879,8987,9049,9109,9189" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9194", + "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,9275" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json new file mode 100644 index 0000000..51adb7f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-uz/values-uz.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2919,3005,3089,3149,3200,3266,3339,3417,3503,3584,3656,3733,3808,3879,3980,4074,4153,4249,4343,4417,4493,4579,4632,4719,4785,4870,4961,5023,5087,5150,5219,5321,5422,5518,5619,5683,5738", + "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,68,69,70,71,72,73", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,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,2914,3000,3084,3144,3195,3261,3334,3412,3498,3579,3651,3728,3803,3874,3975,4069,4148,4244,4338,4412,4488,4574,4627,4714,4780,4865,4956,5018,5082,5145,5214,5316,5417,5513,5614,5678,5733,5816" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4161,4256,4383,4467,4531,4634,4704,4771,4880,4943,5010,5069,5143,5206,5260,5375,5433,5495,5549,5624,5753,5843,5932,6073,6155,6237,6376,6462,6546,6606,6657,6723,6796,6874,6960,7041,7113,7190,7265,7336,7437,7531,7610,7706,7800,7874,7950,8036,8089,8176,8242,8327,8418,8480,8544,8607,8676,8778,8879,8975,9076,9140,9195", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82", + "endOffsets": "328,3076,3156,3239,3333,3420,4251,4378,4462,4526,4629,4699,4766,4875,4938,5005,5064,5138,5201,5255,5370,5428,5490,5544,5619,5748,5838,5927,6068,6150,6232,6371,6457,6541,6601,6652,6718,6791,6869,6955,7036,7108,7185,7260,7331,7432,7526,7605,7701,7795,7869,7945,8031,8084,8171,8237,8322,8413,8475,8539,8602,8671,8773,8874,8970,9071,9135,9190,9273" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9278", + "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,9357" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,360,460,568,672,791", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "152,254,355,455,563,667,786,887" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3425,3527,3629,3730,3830,3938,4042,9362", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "3522,3624,3725,3825,3933,4037,4156,9458" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json new file mode 100644 index 0000000..e515d93 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v16/values-v16.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json new file mode 100644 index 0000000..1241309 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v17/values-v17.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-v18.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json new file mode 100644 index 0000000..bb575a7 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v18/values-v18.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-v21.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json new file mode 100644 index 0000000..37add85 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json @@ -0,0 +1,66 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v21/values-v21.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.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,347,348,349,350,537,540", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1408,1472,1539,25558,25674,25800,25926,37217,37389", + "endLines": "2,17,18,19,347,348,349,350,539,544", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1467,1534,1598,25669,25795,25921,26049,37384,37736" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,23,24,25,26,29,32,35,38,41,44,47,50,53,56,59,60,63,68,79,85,94,103,112,121,130,139,148,157,166,175,184,193,202,211,220,226,232,238,244,248,252,253,254,255,259,262,265,268,271,272,275,278,282,286", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1386,1476,1572,1662,1755,1862,1967,2086,2211,2332,2545,2804,3075,3293,3525,3761,4011,4224,4433,4664,4865,4981,5151,5472,6501,6958,7462,7970,8479,8993,9498,10002,10507,11013,11515,12021,12530,13038,13537,14044,14552,14844,15138,15438,15738,16067,16408,16546,16690,16846,17239,17457,17679,17905,18121,18231,18401,18591,18832,19091", + "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,28,31,34,37,40,43,46,49,52,55,58,59,62,67,78,84,93,102,111,120,129,138,147,156,165,174,183,192,201,210,219,225,231,237,243,247,251,252,253,254,258,261,264,267,270,271,274,277,281,285,288", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1381,1471,1567,1657,1750,1857,1962,2081,2206,2327,2540,2799,3070,3288,3520,3756,4006,4219,4428,4659,4860,4976,5146,5467,6496,6953,7457,7965,8474,8988,9493,9997,10502,11008,11510,12016,12525,13033,13532,14039,14547,14839,15133,15433,15733,16062,16403,16541,16685,16841,17234,17452,17674,17900,18116,18226,18396,18586,18827,19086,19263" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,91,94,97,192,195,198,201,207,210,213,280,283,284,287,292,303,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,492,498,504,510,514,518,519,520,521,525,528,531,534,545,546,549,552,556,560", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1603,1699,1789,1885,7342,7435,7542,7647,7869,7994,8115,8328,8587,14768,14986,15218,15454,15903,16116,16325,21112,21313,21429,21599,21920,22949,26054,26558,27066,27575,28089,28594,29098,29603,30109,30611,31117,31626,32134,32633,33140,33648,33940,34234,34534,34834,35163,35504,35642,35786,35942,36335,36553,36775,37001,37741,37851,38021,38211,38452,38711", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,93,96,99,194,197,200,203,209,212,215,282,283,286,291,302,308,359,368,377,386,395,404,413,422,431,440,449,458,467,476,485,491,497,503,509,513,517,518,519,520,524,527,530,533,536,545,548,551,555,559,562", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1694,1784,1880,1970,7430,7537,7642,7761,7989,8110,8323,8582,8853,14981,15213,15449,15699,16111,16320,16551,21308,21424,21594,21915,22944,23401,26553,27061,27570,28084,28589,29093,29598,30104,30606,31112,31621,32129,32628,33135,33643,33935,34229,34529,34829,35158,35499,35637,35781,35937,36330,36548,36770,36996,37212,37846,38016,38206,38447,38706,38883" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,41,42,43,44,46,48,49,50,51,52,54,56,58,60,62,64,65,70,72,74,75,76,78,80,81,82,83,88,100,143,146,189,204,216,218,220,222,225,229,232,233,234,237,238,239,240,241,242,245,246,248,250,252,254,258,260,261,262,263,265,269,271,273,274,275,276,277,278,309,310,311,321,322,323,335", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1975,2066,2169,2272,2377,2484,2593,2702,2811,2920,3029,3136,3239,3358,3513,3668,3773,3894,3995,4142,4283,4386,4505,4612,4715,4870,5041,5190,5355,5512,5663,5782,6133,6282,6431,6543,6690,6843,6990,7065,7154,7241,7766,8858,11616,11801,14571,15704,16556,16679,16802,16915,17098,17353,17554,17643,17754,17987,18088,18183,18306,18435,18552,18729,18828,18963,19106,19241,19360,19561,19680,19773,19884,19940,20047,20242,20353,20486,20581,20672,20763,20856,20973,23406,23477,23560,24183,24240,24298,24922", + "endLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,45,47,48,49,50,51,53,55,57,59,61,63,64,69,71,73,74,75,77,79,80,81,82,83,88,142,145,188,191,206,217,219,221,224,228,231,232,233,236,237,238,239,240,241,244,245,247,249,251,253,257,259,260,261,262,264,268,270,272,273,274,275,276,277,279,309,310,320,321,322,334,346", + "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": "2061,2164,2267,2372,2479,2588,2697,2806,2915,3024,3131,3234,3353,3508,3663,3768,3889,3990,4137,4278,4381,4500,4607,4710,4865,5036,5185,5350,5507,5658,5777,6128,6277,6426,6538,6685,6838,6985,7060,7149,7236,7337,7864,11611,11796,14566,14763,15898,16674,16797,16910,17093,17348,17549,17638,17749,17982,18083,18178,18301,18430,18547,18724,18823,18958,19101,19236,19355,19556,19675,19768,19879,19935,20042,20237,20348,20481,20576,20667,20758,20851,20968,21107,23472,23555,24178,24235,24293,24917,25553" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json new file mode 100644 index 0000000..a6a3988 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v22/values-v22.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-v23.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json new file mode 100644 index 0000000..e06a0eb --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json @@ -0,0 +1,58 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v23/values-v23.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\45318ee8bb0721a5f3b8aabb396337f9\\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\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,5,9,13,16,19,22,25,28,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,413,574,784,991,1198,1401,1603,1868", + "endLines": "4,8,12,15,18,21,24,27,31,35", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,408,569,779,986,1193,1396,1598,1863,2136" + }, + "to": { + "startLines": "53,56,60,64,67,70,73,76,79,83", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3740,3901,4111,4318,4525,4728,4930,5195", + "endLines": "55,59,63,66,69,72,75,78,82,86", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3735,3896,4106,4313,4520,4723,4925,5190,5463" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json new file mode 100644 index 0000000..a8c1dd5 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v24/values-v24.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-v25.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json new file mode 100644 index 0000000..1eac0b4 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v25/values-v25.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-v26.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json new file mode 100644 index 0000000..2a59515 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v26/values-v26.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-v28.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json new file mode 100644 index 0000000..96162fe --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v28/values-v28.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,249,344,442,530,618,706,794,881,968,1055,1142", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1424" + }, + "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,249,344,442,530,618,706,794,881,968,1055,1676", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1958" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "1142,1217,1304,1484", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1212,1299,1479,1671" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v31.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v31.json new file mode 100644 index 0000000..e0e4a87 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v31.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v31/values-v31.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,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,277,342,408", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6364,6475,6583,6691,6797,6900,7013,7120,7237,7340,7459,7564,7679,7787,7903,8003,8113,8217,8331,8438,8553,8671,8794,8920,9042,9166,9277,9393,9495,9607,9719,9831,9940,10049,10156,10261,10375,10484,10602,10706,10826,10933,11049,11158,11275,11376,11487,11592,11707,11816,11932,12051,12175,12302,12425,12552,12665,12782,12885,12998,13102,13214,13322,13438,13544,13658,13759,13864,13969,14078,14181,14288,14379,14490,14587,14704,14797,14910,15009,15128,15219,15312,15407,15500,15593,15686,15779,15872,15965,16058,16151,16244,16337,16444,16553,16664,16773,16882,16991,17100,17209,17318,17427,17536,17645,17754,17845,17938,18033,18126,18219,18312,18405,18498,18591,18684,18777,18870,18963,19058,19155,19254,19351,19448,19545,19642,19739,19836,19933,20030,20127,20224,20317,20412,20509,20604,20699,20794,20889,20984,21079,21174,21269,21364,21459,27071,32713,38445", + "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,276,341,407,473", + "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,109,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,106,114,117,122,125,121,123,110,115,101,111,111,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,108,115,118,123,126,122,126,112,116,102,112,103,111,107,115,105,113,100,104,104,108,102,106,90,110,96,116,92,112,98,118,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,6359,6470,6578,6686,6792,6895,7008,7115,7232,7335,7454,7559,7674,7782,7898,7998,8108,8212,8326,8433,8548,8666,8789,8915,9037,9161,9272,9388,9490,9602,9714,9826,9935,10044,10151,10256,10370,10479,10597,10701,10821,10928,11044,11153,11270,11371,11482,11587,11702,11811,11927,12046,12170,12297,12420,12547,12660,12777,12880,12993,13097,13209,13317,13433,13539,13653,13754,13859,13964,14073,14176,14283,14374,14485,14582,14699,14792,14905,15004,15123,15214,15307,15402,15495,15588,15681,15774,15867,15960,16053,16146,16239,16332,16439,16548,16659,16768,16877,16986,17095,17204,17313,17422,17531,17640,17749,17840,17933,18028,18121,18214,18307,18400,18493,18586,18679,18772,18865,18958,19053,19150,19249,19346,19443,19540,19637,19734,19831,19928,20025,20122,20219,20312,20407,20504,20599,20694,20789,20884,20979,21074,21169,21264,21359,21454,27066,32708,38440,44202" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v34.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v34.json new file mode 100644 index 0000000..9c11ad2 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v34.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v34/values-v34.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-v34\\values-v34.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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,156,247,358,468,572,676,783,880,997,1098,1219,1324,1449,1550,1667,1770,1893,1988,2099,2194,2309,2408,2527,2622,2731,2846,2971,3102,3225,3354,3457,3568,3665,3782,3885,3978,4091,4201,4305,4409,4518,4617,4736,4839,4962,5069,5196,5299,5418,5523,5648,5745,5858,5955,6072,6173,6294,6391,6502,6619,6746,6879,7004,7135,7240,7353,7452,7571,7674,7793,7900,8023,8128,8249,8346,8451,8552,8661,8760,8867,8966,9085,9190,9315,9416,9537,9644", + "endColumns": "100,90,110,109,103,103,106,96,116,100,120,104,124,100,116,102,122,94,110,94,114,98,118,94,108,114,124,130,122,128,102,110,96,116,102,92,112,109,103,103,108,98,118,102,122,106,126,102,118,104,124,96,112,96,116,100,120,96,110,116,126,132,124,130,104,112,98,118,102,118,106,122,104,120,96,104,100,108,98,106,98,118,104,124,100,120,106,126", + "endOffsets": "151,242,353,463,567,671,778,875,992,1093,1214,1319,1444,1545,1662,1765,1888,1983,2094,2189,2304,2403,2522,2617,2726,2841,2966,3097,3220,3349,3452,3563,3660,3777,3880,3973,4086,4196,4300,4404,4513,4612,4731,4834,4957,5064,5191,5294,5413,5518,5643,5740,5853,5950,6067,6168,6289,6386,6497,6614,6741,6874,6999,7130,7235,7348,7447,7566,7669,7788,7895,8018,8123,8244,8341,8446,8547,8656,8755,8862,8961,9080,9185,9310,9411,9532,9639,9766" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json new file mode 100644 index 0000000..268f594 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-vi/values-vi.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,556,669,785", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "147,249,348,448,551,664,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3402,3499,3601,3700,3800,3903,4016,9188", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "3494,3596,3695,3795,3898,4011,4127,9284" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9103", + "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,9183" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2766,2857,2938,2989,3040,3106,3174,3250,3331,3411,3490,3565,3638,3714,3820,3909,3986,4077,4171,4245,4315,4408,4457,4538,4604,4689,4775,4837,4901,4964,5035,5134,5239,5337,5442,5497,5552", + "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,68,69,70,71,72,73", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,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,2761,2852,2933,2984,3035,3101,3169,3245,3326,3406,3485,3560,3633,3709,3815,3904,3981,4072,4166,4240,4310,4403,4452,4533,4599,4684,4770,4832,4896,4959,5030,5129,5234,5332,5437,5492,5547,5625" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4132,4231,4345,4425,4488,4582,4656,4715,4801,4863,4924,4982,5046,5107,5161,5278,5335,5395,5449,5524,5651,5735,5813,5943,6027,6105,6239,6330,6411,6462,6513,6579,6647,6723,6804,6884,6963,7038,7111,7187,7293,7382,7459,7550,7644,7718,7788,7881,7930,8011,8077,8162,8248,8310,8374,8437,8508,8607,8712,8810,8915,8970,9025", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77", + "endOffsets": "310,3082,3159,3237,3317,3397,4226,4340,4420,4483,4577,4651,4710,4796,4858,4919,4977,5041,5102,5156,5273,5330,5390,5444,5519,5646,5730,5808,5938,6022,6100,6234,6325,6406,6457,6508,6574,6642,6718,6799,6879,6958,7033,7106,7182,7288,7377,7454,7545,7639,7713,7783,7876,7925,8006,8072,8157,8243,8305,8369,8432,8503,8602,8707,8805,8910,8965,9020,9098" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w320dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w320dp-land-v13.json new file mode 100644 index 0000000..9a22ec1 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w320dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-w320dp-land-v13/values-w320dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-w360dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w360dp-port-v13.json new file mode 100644 index 0000000..1ae6626 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w360dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-w400dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w400dp-port-v13.json new file mode 100644 index 0000000..e66a72f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w400dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-w400dp-port-v13/values-w400dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.0\\res\\values-w400dp-port-v13\\values-w400dp-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/mergeDebugResources/out/multi-v2/values-w600dp-land-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w600dp-land-v13.json new file mode 100644 index 0000000..a168293 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w600dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-w600dp-land-v13/values-w600dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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/mergeDebugResources/out/multi-v2/values-watch-v20.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json new file mode 100644 index 0000000..8968bdf --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-watch-v20/values-watch-v20.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-watch-v21.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json new file mode 100644 index 0000000..eb23dff --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-watch-v21/values-watch-v21.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-xlarge-v4.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..8c89e53 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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/mergeDebugResources/out/multi-v2/values-zh-rCN.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..975c3f1 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2445,2524,2598,2648,2699,2765,2829,2898,2976,3047,3108,3179,3246,3306,3392,3471,3538,3621,3706,3780,3845,3921,3969,4042,4106,4182,4260,4322,4386,4449,4514,4594,4670,4748,4824,4878,4933", + "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,68,69,70,71,72,73", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,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,2440,2519,2593,2643,2694,2760,2824,2893,2971,3042,3103,3174,3241,3301,3387,3466,3533,3616,3701,3775,3840,3916,3964,4037,4101,4177,4255,4317,4381,4444,4509,4589,4665,4743,4819,4873,4928,4997" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3861,3952,4058,4131,4193,4270,4329,4388,4466,4527,4584,4640,4699,4757,4811,4896,4952,5010,5064,5129,5221,5295,5371,5493,5555,5617,5716,5795,5869,5919,5970,6036,6100,6169,6247,6318,6379,6450,6517,6577,6663,6742,6809,6892,6977,7051,7116,7192,7240,7313,7377,7453,7531,7593,7657,7720,7785,7865,7941,8019,8095,8149,8204", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68", + "endOffsets": "292,2913,2975,3045,3115,3192,3947,4053,4126,4188,4265,4324,4383,4461,4522,4579,4635,4694,4752,4806,4891,4947,5005,5059,5124,5216,5290,5366,5488,5550,5612,5711,5790,5864,5914,5965,6031,6095,6164,6242,6313,6374,6445,6512,6572,6658,6737,6804,6887,6972,7046,7111,7187,7235,7308,7372,7448,7526,7588,7652,7715,7780,7860,7936,8014,8090,8144,8199,8268" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8273", + "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,8347" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,248,342,436,529,623,719", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "142,243,337,431,524,618,714,815" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3197,3289,3390,3484,3578,3671,3765,8352", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "3284,3385,3479,3573,3666,3760,3856,8448" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..e892094 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2443,2520,2594,2644,2695,2761,2825,2893,2968,3040,3101,3172,3239,3299,3387,3467,3530,3613,3698,3772,3837,3913,3961,4035,4099,4175,4253,4315,4379,4442,4508,4588,4668,4744,4825,4879,4934", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,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,2438,2515,2589,2639,2690,2756,2820,2888,2963,3035,3096,3167,3234,3294,3382,3462,3525,3608,3693,3767,3832,3908,3956,4030,4094,4170,4248,4310,4374,4437,4503,4583,4663,4739,4820,4874,4929,4998" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3856,3946,4053,4126,4188,4266,4325,4383,4461,4522,4579,4635,4694,4752,4806,4892,4948,5006,5060,5125,5218,5292,5370,5490,5553,5616,5715,5792,5866,5916,5967,6033,6097,6165,6240,6312,6373,6444,6511,6571,6659,6739,6802,6885,6970,7044,7109,7185,7233,7307,7371,7447,7525,7587,7651,7714,7780,7860,7940,8016,8097,8151,8206", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68", + "endOffsets": "292,2916,2977,3044,3113,3190,3941,4048,4121,4183,4261,4320,4378,4456,4517,4574,4630,4689,4747,4801,4887,4943,5001,5055,5120,5213,5287,5365,5485,5548,5611,5710,5787,5861,5911,5962,6028,6092,6160,6235,6307,6368,6439,6506,6566,6654,6734,6797,6880,6965,7039,7104,7180,7228,7302,7366,7442,7520,7582,7646,7709,7775,7855,7935,8011,8092,8146,8201,8270" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8275", + "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,8349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3195,3287,3386,3480,3574,3667,3760,8354", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3282,3381,3475,3569,3662,3755,3851,8450" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..96bee97 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3203,3295,3394,3488,3582,3675,3768,8365", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3290,3389,3483,3577,3670,3763,3859,8461" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2452,2529,2603,2653,2704,2770,2833,2901,2979,3050,3111,3182,3249,3311,3398,3477,3542,3625,3710,3784,3848,3924,3972,4045,4109,4185,4263,4325,4389,4452,4518,4598,4676,4752,4831,4885,4940", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,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,2447,2524,2598,2648,2699,2765,2828,2896,2974,3045,3106,3177,3244,3306,3393,3472,3537,3620,3705,3779,3843,3919,3967,4040,4104,4180,4258,4320,4384,4447,4513,4593,4671,4747,4826,4880,4935,5004" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3864,3958,4065,4138,4200,4278,4338,4398,4476,4537,4595,4651,4711,4769,4823,4908,4964,5022,5076,5141,5233,5307,5384,5504,5567,5630,5729,5806,5880,5930,5981,6047,6110,6178,6256,6327,6388,6459,6526,6588,6675,6754,6819,6902,6987,7061,7125,7201,7249,7322,7386,7462,7540,7602,7666,7729,7795,7875,7953,8029,8108,8162,8217", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68", + "endOffsets": "292,2922,2984,3051,3121,3198,3953,4060,4133,4195,4273,4333,4393,4471,4532,4590,4646,4706,4764,4818,4903,4959,5017,5071,5136,5228,5302,5379,5499,5562,5625,5724,5801,5875,5925,5976,6042,6105,6173,6251,6322,6383,6454,6521,6583,6670,6749,6814,6897,6982,7056,7120,7196,7244,7317,7381,7457,7535,7597,7661,7724,7790,7870,7948,8024,8103,8157,8212,8281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,8286", + "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,8360" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json new file mode 100644 index 0000000..aad13d1 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-zu/values-zu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,257,356,459,565,672,785", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "148,252,351,454,560,667,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3421,3519,3623,3722,3825,3931,4038,9456", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "3514,3618,3717,3820,3926,4033,4146,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3031,3109,3165,3223,3289,3361,3438,3529,3612,3692,3771,3846,3925,4029,4119,4192,4286,4383,4457,4530,4629,4684,4768,4836,4924,5013,5075,5139,5202,5273,5382,5493,5596,5704,5764,5826", + "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,68,69,70,71,72,73", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,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,2934,3026,3104,3160,3218,3284,3356,3433,3524,3607,3687,3766,3841,3920,4024,4114,4187,4281,4378,4452,4525,4624,4679,4763,4831,4919,5008,5070,5134,5197,5268,5377,5488,5591,5699,5759,5821,5903" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4263,4389,4470,4537,4640,4715,4778,4870,4941,5006,5073,5145,5217,5271,5392,5451,5515,5569,5646,5778,5863,5944,6093,6180,6263,6405,6497,6575,6631,6689,6755,6827,6904,6995,7078,7158,7237,7312,7391,7495,7585,7658,7752,7849,7923,7996,8095,8150,8234,8302,8390,8479,8541,8605,8668,8739,8848,8959,9062,9170,9230,9292", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81", + "endOffsets": "316,3080,3157,3234,3328,3416,4258,4384,4465,4532,4635,4710,4773,4865,4936,5001,5068,5140,5212,5266,5387,5446,5510,5564,5641,5773,5858,5939,6088,6175,6258,6400,6492,6570,6626,6684,6750,6822,6899,6990,7073,7153,7232,7307,7386,7490,7580,7653,7747,7844,7918,7991,8090,8145,8229,8297,8385,8474,8536,8600,8663,8734,8843,8954,9057,9165,9225,9287,9369" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json new file mode 100644 index 0000000..c74231a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json @@ -0,0 +1,373 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values/values.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\0ab694da2b7bc2a921770195ae16fc16\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml", + "from": { + "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370", + "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466" + }, + "to": { + "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,105,106,107,108,110,114,115,116,119,129,139,167,168,173,174,179,184,185,186,191,192,197,198,203,204,205,211,212,213,218,224,225,239,240,246,247,248,249,252,255,258,259,262,265,266,267,268,269,272,275,276,277,278,284,289,292,295,296,297,302,303,304,307,310,311,314,317,320,323,324,325,328,331,332,337,338,344,349,352,355,356,357,358,359,360,361,362,363,364,365,366,382,463,464,465,466,471,478,484,485,486,489,494,496,504,505,526,533,570,571,575,576,586,587,588,594,597,603,607,608,609,610,611,620,1809,1864,10514,10679,10807,10813,10817,10966,11201,11427,11454,11479,11502,11505,11508,11511,11538,11565,11582,12242,12250,12263,12279,12283,12313,12326,12330,12490,12500,12554,12815,12839,13033,13405,13442,13477,13532,13549", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,5544,5596,5657,5719,5826,5959,6011,6061,6222,6629,7052,8994,9053,9250,9307,9502,9683,9737,9794,9986,10044,10240,10296,10490,10547,10598,10820,10872,10927,11117,11333,11383,12132,12188,12394,12455,12515,12585,12718,12849,12977,13045,13174,13300,13362,13425,13493,13560,13683,13808,13875,13940,14005,14294,14475,14596,14717,14783,14850,15060,15129,15195,15320,15446,15513,15639,15766,15891,16018,16074,16139,16265,16388,16453,16661,16728,17016,17196,17316,17436,17501,17563,17625,17689,17751,17810,17870,17931,17992,18051,18111,18771,23714,23765,23814,23862,24149,24441,24671,24718,24778,24884,25064,25176,25511,25565,26730,27077,29407,29458,29667,29719,30094,30153,30207,30445,30623,30825,30964,31010,31065,31110,31154,31502,120487,123374,683710,689828,695493,695868,696035,701265,712118,719693,721038,721892,722762,722828,722907,722982,723766,724657,725476,750213,750618,751089,751880,752043,753404,753968,754121,759196,759614,762007,771031,771719,779115,793526,794269,795690,798007,798749", + "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,105,106,107,108,113,114,115,116,128,136,139,167,172,173,178,183,184,185,190,191,196,197,202,203,204,210,211,212,217,223,224,225,239,245,246,247,248,251,254,257,258,261,264,265,266,267,268,271,274,275,276,277,283,288,291,294,295,296,301,302,303,306,309,310,313,316,319,322,323,324,327,330,331,336,337,343,348,351,354,355,356,357,358,359,360,361,362,363,364,365,381,387,463,464,465,466,477,483,484,485,488,493,494,503,504,505,526,533,570,571,575,584,586,587,593,594,602,606,607,608,609,610,619,623,1809,1864,10678,10806,10812,10816,10965,11110,11213,11442,11478,11501,11504,11507,11510,11537,11564,11581,11667,12249,12262,12278,12282,12312,12325,12329,12339,12499,12543,12565,12818,12841,13048,13441,13476,13483,13548,13551", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,5591,5652,5714,5760,5954,6006,6056,6107,6624,6936,7092,9048,9245,9302,9497,9678,9732,9789,9981,10039,10235,10291,10485,10542,10593,10815,10867,10922,11112,11328,11378,11430,12183,12389,12450,12510,12580,12713,12844,12972,13040,13169,13295,13357,13420,13488,13555,13678,13803,13870,13935,14000,14289,14470,14591,14712,14778,14845,15055,15124,15190,15315,15441,15508,15634,15761,15886,16013,16069,16134,16260,16383,16448,16656,16723,17011,17191,17311,17431,17496,17558,17620,17684,17746,17805,17865,17926,17987,18046,18106,18766,19017,23760,23809,23857,23915,24436,24666,24713,24773,24879,25059,25113,25506,25560,25616,26771,27119,29453,29512,29714,30044,30148,30202,30440,30495,30820,30959,31005,31060,31105,31149,31497,31634,120523,123414,689823,695488,695863,696030,701260,707386,712810,720439,721887,722757,722823,722902,722977,723761,724652,725471,729408,750613,751084,751875,752038,753399,753963,754116,754575,759609,761622,762298,771176,771834,779757,794264,795685,796038,798744,798845" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\themes.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "64", + "endLines": "6", + "endColumns": "12", + "endOffsets": "419" + }, + "to": { + "startLines": "6358", + "startColumns": "4", + "startOffsets": "445263", + "endLines": "6363", + "endColumns": "12", + "endOffsets": "445613" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ca1575f132865d02d4ef8a21e52754ff\\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": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2146,2154,2155,2159,2163,2174,2179,2208,2215,2219,2223,2228,2232,2236,2240,2244,2248,2252,2258,2262,2268,2272,2278,2282,2287,2291,2294,2298,2304,2308,2314,2318,2324,2327,2331,2335,2339,2343,2347,2348,2349,2350,2353,2356,2359,2362,2366,2367,2368,2369,2410,2413,2415,2417,2419,2424,2425,2429,2435,2439,2440,2442,2454,2455,2459,2465,2469,2546,2547,2551,2578,2582,2583,2587,4384,4556,4582,4753,4779,4810,4818,4824,4840,4862,4867,4872,4882,4891,4900,4904,4911,4930,4937,4938,4947,4950,4953,4957,4961,4965,4968,4969,4974,4979,4989,4994,5001,5007,5008,5011,5015,5020,5022,5024,5027,5030,5032,5036,5039,5046,5049,5052,5056,5058,5062,5064,5066,5068,5072,5080,5088,5100,5106,5115,5118,5129,5132,5133,5138,5139,5619,5688,5762,5763,5773,5782,5783,5785,5789,5792,5795,5798,5801,5804,5807,5810,5814,5817,5820,5823,5827,5830,5834,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6002,6004,6006,6007,6008,6009,6010,6011,6012,6013,6015,6016,6018,6019,6021,6023,6024,6026,6027,6028,6029,6030,6031,6033,6034,6035,6036,6037,6322,6324,6326,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6342,6343,6344,6345,6346,6347,6348,6350,6354,6522,6523,6524,6525,6526,6527,6531,6532,6533,7074,7076,7078,7080,7082,7084,7085,7086,7087,7089,7091,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7107,7108,7109,7110,7112,7114,7115,7117,7118,7120,7122,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7137,7138,7139,7140,7142,7143,7144,7145,7146,7148,7150,7152,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9159,9234,9237,9240,9243,9257,9263,9379,9382,9411,9438,9447,9511,10114,10164,10486,11214,11668,11692,11730,12077,12098,12222,12544,12550,12577,12803,12842,13013,13340,13484,13496,13525", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "6941,11486,11639,29517,31639,31694,31818,31882,31952,32013,32088,32164,32241,32530,32615,32697,32773,32891,32968,33046,33152,33258,33337,33417,33474,36335,36409,36484,36549,36615,36675,36736,36808,36881,36948,50109,50168,50227,50286,50345,50404,50458,50512,50565,50619,50673,50727,55119,55193,55272,55345,55419,55490,55562,55634,55751,55808,55866,55939,56013,56087,56162,56234,56307,56377,56448,56508,56611,56680,56749,56819,56893,56969,57033,57110,57186,57263,57328,57397,57474,57549,57618,57686,57763,57829,57890,57987,58052,58121,58220,58291,58350,58408,58465,58524,58588,58659,58731,58803,58875,58947,59014,59082,59150,59209,59272,59336,59426,59517,59577,59643,59710,59776,59846,59910,59963,60030,60091,60158,60271,60329,60392,60457,60522,60597,60670,60742,60786,60833,60879,60928,60989,61050,61111,61173,61237,61301,61365,61430,61493,61553,61614,61680,61739,61799,61861,61932,61992,65990,66076,66326,66416,66503,66591,66673,66756,66846,116966,117018,117076,117121,117187,117251,117308,117365,119819,119876,119924,119973,120168,121296,121343,121776,123294,123690,123754,123944,124004,128526,128600,128670,128748,128802,128872,128957,129005,129051,129112,129175,129241,129305,129376,129439,129504,129568,129629,129690,129742,129815,129889,129958,130033,130107,130181,130322,149963,150998,151076,151166,151254,151350,152859,153441,153530,153777,154058,154724,155009,156818,157295,157517,157739,158015,158242,158472,158702,158932,159162,159389,159808,160034,160459,160689,161117,161336,161619,161827,161958,162185,162611,162836,163263,163484,163909,164029,164305,164606,164930,165221,165535,165672,165803,165908,166150,166317,166521,166729,167000,167112,167224,167329,169422,169636,169782,169922,170008,170356,170444,170690,171108,171357,171439,171537,172194,172294,172546,172970,173225,179115,179204,179441,181465,181707,181809,182062,317142,327823,329339,340034,341562,343319,343945,344365,345626,346891,347147,347383,347930,348424,349029,349227,349807,351175,351550,351668,352206,352363,352559,352832,353088,353258,353399,353463,353828,354195,354871,355135,355473,355826,355920,356106,356412,356674,356799,356926,357165,357376,357495,357688,357865,358320,358501,358623,358882,358995,359182,359284,359391,359520,359795,360303,360799,361676,361970,362540,362689,363421,363593,363677,364013,364105,394843,400074,405789,405851,406429,407013,407104,407217,407446,407606,407758,407929,408095,408264,408431,408594,408837,409007,409180,409351,409625,409824,410029,419395,419479,419575,419671,419769,419869,419971,420073,420175,420277,420379,420479,420575,420687,420816,420939,421070,421201,421299,421413,421507,421647,421781,421877,421989,422089,422205,422301,422413,422513,422653,422789,422953,423083,423241,423391,423532,423676,423811,423923,424073,424201,424329,424465,424597,424727,424857,424969,442627,442773,442917,443055,443121,443211,443287,443391,443481,443583,443691,443799,443899,443979,444071,444169,444279,444331,444409,444515,444607,444711,444821,444943,445106,458075,458155,458255,458345,458455,458545,458786,458880,458986,498865,498965,499077,499191,499307,499423,499517,499631,499743,499845,499965,500087,500169,500273,500393,500519,500617,500711,500799,500911,501027,501149,501261,501436,501552,501638,501730,501842,501966,502033,502159,502227,502355,502499,502627,502696,502791,502906,503019,503118,503227,503338,503449,503550,503655,503755,503885,503976,504099,504193,504305,504391,504495,504591,504679,504797,504901,505005,505131,505219,505327,505427,505517,505627,505711,505813,505897,505951,506015,506121,506207,506317,506401,636349,638965,639083,639198,639278,639639,639872,644450,644528,645872,647233,647621,650464,669332,671559,682353,712815,729413,730164,731678,744950,745329,749607,761627,761856,762588,770719,771839,778371,791024,796043,796383,797804", + "endLines": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2153,2154,2158,2162,2166,2178,2184,2214,2218,2222,2227,2231,2235,2239,2243,2247,2251,2257,2261,2267,2271,2277,2281,2286,2290,2293,2297,2303,2307,2313,2317,2323,2326,2330,2334,2338,2342,2346,2347,2348,2349,2352,2355,2358,2361,2365,2366,2367,2368,2369,2412,2414,2416,2418,2423,2424,2428,2434,2438,2439,2441,2453,2454,2458,2464,2468,2469,2546,2550,2577,2581,2582,2586,2614,4555,4581,4752,4778,4809,4817,4823,4839,4861,4866,4871,4881,4890,4899,4903,4910,4929,4936,4937,4946,4949,4952,4956,4960,4964,4967,4968,4973,4978,4988,4993,5000,5006,5007,5010,5014,5019,5021,5023,5026,5029,5031,5035,5038,5045,5048,5051,5055,5057,5061,5063,5065,5067,5071,5079,5087,5099,5105,5114,5117,5128,5131,5132,5137,5138,5143,5687,5757,5762,5772,5781,5782,5784,5788,5791,5794,5797,5800,5803,5806,5809,5813,5816,5819,5822,5826,5829,5833,5837,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6003,6005,6006,6007,6008,6009,6010,6011,6012,6014,6015,6017,6018,6020,6022,6023,6025,6026,6027,6028,6029,6030,6032,6033,6034,6035,6036,6037,6323,6325,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6341,6342,6343,6344,6345,6346,6347,6349,6353,6357,6522,6523,6524,6525,6526,6530,6531,6532,6533,7075,7077,7079,7081,7083,7084,7085,7086,7088,7090,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7106,7107,7108,7109,7111,7113,7114,7116,7117,7119,7121,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7136,7137,7138,7139,7141,7142,7143,7144,7145,7147,7149,7151,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9233,9236,9239,9242,9256,9262,9272,9381,9410,9437,9446,9510,9873,10117,10191,10513,11231,11691,11697,11735,12097,12221,12241,12549,12553,12582,12814,12907,13032,13394,13495,13521,13531", + "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": "6991,11526,11683,29553,31689,31751,31877,31947,32008,32083,32159,32236,32314,32610,32692,32768,32844,32963,33041,33147,33253,33332,33412,33469,33527,36404,36479,36544,36610,36670,36731,36803,36876,36943,37011,50163,50222,50281,50340,50399,50453,50507,50560,50614,50668,50722,50776,55188,55267,55340,55414,55485,55557,55629,55702,55803,55861,55934,56008,56082,56157,56229,56302,56372,56443,56503,56564,56675,56744,56814,56888,56964,57028,57105,57181,57258,57323,57392,57469,57544,57613,57681,57758,57824,57885,57982,58047,58116,58215,58286,58345,58403,58460,58519,58583,58654,58726,58798,58870,58942,59009,59077,59145,59204,59267,59331,59421,59512,59572,59638,59705,59771,59841,59905,59958,60025,60086,60153,60266,60324,60387,60452,60517,60592,60665,60737,60781,60828,60874,60923,60984,61045,61106,61168,61232,61296,61360,61425,61488,61548,61609,61675,61734,61794,61856,61927,61987,62055,66071,66158,66411,66498,66586,66668,66751,66841,66932,117013,117071,117116,117182,117246,117303,117360,117414,119871,119919,119968,120019,120197,121338,121387,121817,123321,123749,123811,123999,124056,128595,128665,128743,128797,128867,128952,129000,129046,129107,129170,129236,129300,129371,129434,129499,129563,129624,129685,129737,129810,129884,129953,130028,130102,130176,130317,130387,150011,151071,151161,151249,151345,151435,153436,153525,153772,154053,154305,155004,155397,157290,157512,157734,158010,158237,158467,158697,158927,159157,159384,159803,160029,160454,160684,161112,161331,161614,161822,161953,162180,162606,162831,163258,163479,163904,164024,164300,164601,164925,165216,165530,165667,165798,165903,166145,166312,166516,166724,166995,167107,167219,167324,167441,169631,169777,169917,170003,170351,170439,170685,171103,171352,171434,171532,172189,172289,172541,172965,173220,173314,179199,179436,181460,181702,181804,182057,184213,327818,329334,340029,341557,343314,343940,344360,345621,346886,347142,347378,347925,348419,349024,349222,349802,351170,351545,351663,352201,352358,352554,352827,353083,353253,353394,353458,353823,354190,354866,355130,355468,355821,355915,356101,356407,356669,356794,356921,357160,357371,357490,357683,357860,358315,358496,358618,358877,358990,359177,359279,359386,359515,359790,360298,360794,361671,361965,362535,362684,363416,363588,363672,364008,364100,364378,400069,405440,405846,406424,407008,407099,407212,407441,407601,407753,407924,408090,408259,408426,408589,408832,409002,409175,409346,409620,409819,410024,410354,419474,419570,419666,419764,419864,419966,420068,420170,420272,420374,420474,420570,420682,420811,420934,421065,421196,421294,421408,421502,421642,421776,421872,421984,422084,422200,422296,422408,422508,422648,422784,422948,423078,423236,423386,423527,423671,423806,423918,424068,424196,424324,424460,424592,424722,424852,424964,425104,442768,442912,443050,443116,443206,443282,443386,443476,443578,443686,443794,443894,443974,444066,444164,444274,444326,444404,444510,444602,444706,444816,444938,445101,445258,458150,458250,458340,458450,458540,458781,458875,458981,459073,498960,499072,499186,499302,499418,499512,499626,499738,499840,499960,500082,500164,500268,500388,500514,500612,500706,500794,500906,501022,501144,501256,501431,501547,501633,501725,501837,501961,502028,502154,502222,502350,502494,502622,502691,502786,502901,503014,503113,503222,503333,503444,503545,503650,503750,503880,503971,504094,504188,504300,504386,504490,504586,504674,504792,504896,505000,505126,505214,505322,505422,505512,505622,505706,505808,505892,505946,506010,506116,506202,506312,506396,506516,638960,639078,639193,639273,639634,639867,640384,644523,645867,647228,647616,650459,660512,669462,672924,683705,713382,730159,730421,731873,745324,749602,750208,761851,762002,762798,771026,774860,779110,793150,796378,797689,798002" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\77427b0cff8a64f0a5078e2d7975f3e5\\transformed\\savedstate-1.2.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1867", + "startColumns": "4", + "startOffsets": "123522", + "endColumns": "53", + "endOffsets": "123571" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1,2", + "startColumns": "4,4", + "startOffsets": "17,70", + "endColumns": "51,54", + "endOffsets": "64,120" + }, + "to": { + "startLines": "1970,2119", + "startColumns": "4,4", + "startOffsets": "130475,150943", + "endColumns": "51,54", + "endOffsets": "130522,150993" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\82ddfecd3f86f9d3d628665f4a4b1f3e\\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": "1799,1832,1869,11379,11384", + "startColumns": "4,4,4,4,4", + "startOffsets": "120024,121711,123626,718525,718695", + "endLines": "1799,1832,1869,11383,11387", + "endColumns": "56,64,63,24,24", + "endOffsets": "120076,121771,123685,718690,718839" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\ac6cbd3c45dd47a7855473ffb914ff88\\transformed\\core-1.12.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,98,99,103,104,105,106,112,122,155,176,209", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,340,406,475,538,608,676,748,818,879,953,1026,1087,1148,1210,1274,1336,1397,1465,1565,1625,1691,1764,1833,1890,1942,2004,2076,2152,2217,2276,2335,2395,2455,2515,2575,2635,2695,2755,2815,2875,2935,2994,3054,3114,3174,3234,3294,3354,3414,3474,3534,3594,3653,3713,3773,3832,3891,3950,4009,4068,4127,4162,4197,4252,4315,4370,4428,4486,4547,4610,4667,4718,4768,4829,4886,4952,4986,5021,5056,5126,5193,5265,5334,5403,5477,5549,5637,5708,5825,6026,6136,6337,6466,6538,6605,6808,7109,8840,9521,10203", + "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,97,98,102,103,104,105,111,121,154,175,208,214", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,335,401,470,533,603,671,743,813,874,948,1021,1082,1143,1205,1269,1331,1392,1460,1560,1620,1686,1759,1828,1885,1937,1999,2071,2147,2212,2271,2330,2390,2450,2510,2570,2630,2690,2750,2810,2870,2930,2989,3049,3109,3169,3229,3289,3349,3409,3469,3529,3589,3648,3708,3768,3827,3886,3945,4004,4063,4122,4157,4192,4247,4310,4365,4423,4481,4542,4605,4662,4713,4763,4824,4881,4947,4981,5016,5051,5121,5188,5260,5329,5398,5472,5544,5632,5703,5820,6021,6131,6332,6461,6533,6600,6803,7104,8835,9516,10198,10365" + }, + "to": { + "startLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6039,6043,6044,6048,7169,7170,10118,10476,11319,11352,11388,11421", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "24089,32319,32391,33532,33597,54987,55056,62350,62420,62488,62560,62630,62691,62765,115988,116049,116110,116172,116236,116298,116359,116427,116527,116587,116653,116726,116795,116852,116904,117696,117768,117844,117909,117968,118027,118087,118147,118207,118267,118327,118387,118447,118507,118567,118627,118686,118746,118806,118866,118926,118986,119046,119106,119166,119226,119286,119345,119405,119465,119524,119583,119642,119701,119760,120268,120303,121822,121877,121940,121995,122053,122111,122172,122235,122292,122343,122393,122454,122511,122577,122611,122993,128136,131766,131833,131905,131974,132043,132117,132189,150872,425109,425226,425427,425537,425738,506521,506593,669467,682052,715888,717619,718844,719526", + "endLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6042,6043,6047,6048,7169,7170,10123,10485,11351,11372,11420,11426", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "24144,32386,32474,33592,33658,55051,55114,62415,62483,62555,62625,62686,62760,62833,116044,116105,116167,116231,116293,116354,116422,116522,116582,116648,116721,116790,116847,116899,116961,117763,117839,117904,117963,118022,118082,118142,118202,118262,118322,118382,118442,118502,118562,118622,118681,118741,118801,118861,118921,118981,119041,119101,119161,119221,119281,119340,119400,119460,119519,119578,119637,119696,119755,119814,120298,120333,121872,121935,121990,122048,122106,122167,122230,122287,122338,122388,122449,122506,122572,122606,122641,123023,128201,131828,131900,131969,132038,132112,132184,132272,150938,425221,425422,425532,425733,425862,506588,506655,669665,682348,717614,718295,719521,719688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\996ccc6c2227a3db3091949c2be3f602\\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": "506,1106,1107,1108,1116,1117,1118,1803,12583", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "25621,66163,66222,66270,66937,67012,67088,120202,762803", + "endLines": "506,1106,1107,1108,1116,1117,1118,1803,12603", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "25672,66217,66265,66321,67007,67083,67155,120263,763638" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\0bf7a246e9741c9530d042e78ca70301\\transformed\\lifecycle-viewmodel-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1868", + "startColumns": "4", + "startOffsets": "123576", + "endColumns": "49", + "endOffsets": "123621" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\35c076c5b91383a7e6aee3de24010652\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "13522", + "startColumns": "4", + "startOffsets": "797694", + "endLines": "13524", + "endColumns": "24", + "endOffsets": "797799" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\c8c94775841c1402aecc3136d1ff739c\\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": "9273,9289,9295,12819,12835", + "startColumns": "4,4,4,4,4", + "startOffsets": "640389,640814,640992,771181,771592", + "endLines": "9288,9294,9304,12834,12838", + "endColumns": "24,24,24,24,24", + "endOffsets": "640809,640987,641271,771587,771714" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\e8f6f8aa20c3a19e14cdb34c84de1f53\\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": "138,141,1055,11232", + "startColumns": "4,4,4,4", + "startOffsets": "6996,7160,62838,713387", + "endLines": "138,141,1055,11235", + "endColumns": "55,47,51,24", + "endOffsets": "7047,7203,62885,713493" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\eee32b0e89f55791c77fe6ee4ee56d5f\\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": "1800,1801,1822,1827,1828,1857,1858,1859,1860,1861", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "120081,120121,121253,121477,121532,123028,123082,123134,123183,123244", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "120116,120163,121291,121527,121574,123077,123129,123178,123239,123289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\a4922fe924155f8d54098579f26076dd\\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": "109,9156,11111,11117", + "startColumns": "4,4,4,4", + "startOffsets": "5765,636204,707391,707602", + "endLines": "109,9158,11116,11200", + "endColumns": "60,12,24,24", + "endOffsets": "5821,636344,707597,712113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\45318ee8bb0721a5f3b8aabb396337f9\\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": "35,652,653,654,655,1044,1045,1046,2167,5517,5519,5522,10124", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1640,33663,33724,33786,33848,62125,62184,62241,154310,388101,388165,388291,669670", + "endLines": "35,652,653,654,655,1044,1045,1046,2173,5518,5521,5524,10151", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1687,33719,33781,33843,33907,62179,62236,62290,154719,388160,388286,388414,670589" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "4,1,3,2", + "startColumns": "4,4,4,4", + "startOffsets": "148,17,103,60", + "endColumns": "50,41,43,41", + "endOffsets": "194,54,142,97" + }, + "to": { + "startLines": "636,641,948,961", + "startColumns": "4,4,4,4", + "startOffsets": "32479,32849,55707,56569", + "endColumns": "50,41,43,41", + "endOffsets": "32525,32886,55746,56606" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\68c4ad7091c72d8d1403cc46c53a3294\\transformed\\material-1.11.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,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,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,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,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,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,1350,1353,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,1414,1415,1416,1417,1418,1422,1426,1430,1434,1435,1439,1447,1454,1462,1465,1475,1484,1493,1502,1503,1504,1505,1511,1512,1513,1514,1515,1516,1522,1523,1524,1525,1526,1531,1532,1536,1537,1543,1547,1548,1549,1550,1560,1561,1562,1566,1567,1573,1577,1578,1581,1582,1586,1587,1590,1591,1592,1593,1856,1863,2123,2129,2392,2399,2659,2665,2728,2810,2862,2944,3006,3088,3152,3204,3286,3294,3300,3311,3315,3319,3332,3347,3363,3370,3376,3393,3406,3426,3443,3452,3457,3464,3484,3497,3514,3520,3526,3533,3537,3543,3557,3560,3570,3571,3572,3620,3624,3628,3632,3633,3634,3637,3653,3660,3674,3719,3720,3726,3730,3734,3739,3746,3752,3753,3756,3760,3765,3778,3782,3787,3792,3797,3800,3803,3806,3810,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3840,3844,3848,3852,3856,3860,3864,3865,3866,3867,3868,3869,3870,3871,3875,3879,3880,3884,3885,3888,3892,3895,3898,3901,3905,3908,3911,3915,3919,3923,3927,3930,3931,3932,3933,3936,3940,3943,3946,3949,3952,3955,3958,3962,3965,3966,3969,3972,3973,3976,3977,3978,3982,3983,3988,3995,4002,4009,4016,4023,4030,4037,4044,4051,4060,4069,4078,4085,4094,4103,4106,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4125,4130,4135,4138,4139,4140,4141,4142,4150,4158,4159,4167,4171,4179,4187,4195,4203,4211,4212,4220,4228,4229,4232,4235,4237,4242,4244,4249,4253,4257,4258,4259,4260,4264,4268,4269,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4292,4296,4297,4301,4302,4303,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4332,4333,4334,4340,4341,4345,4347,4348,4353,4354,4355,4356,4357,4358,4362,4363,4364,4370,4371,4375,4377,4381,4385,4389,4393,4394,4395,4396,4399,4402,4405,4408,4411,4416,4420,4423,4424,4429,4433,4438,4444,4450,4455,4459,4464,4468,4472,4513,4514,4515,4516,4517,4521,4522,4523,4524,4528,4532,4536,4540,4544,4548,4552,4556,4562,4563,4604,4618,4623,4649,4656,4659,4670,4675,4678,4681,4736,4742,4743,4746,4749,4752,4755,4758,4761,4764,4768,4771,4772,4773,4781,4789,4792,4797,4802,4807,4812,4816,4820,4821,4829,4830,4831,4832,4833,4841,4846,4851,4852,4853,4854,4879,4885,4890,4893,4897,4900,4904,4914,4917,4922,4925,4929,4933,4941,4955,4968,4972,4987,4998,5001,5012,5017,5021,5056,5057,5058,5070,5078,5086,5094,5102,5122,5125,5152,5157,5177,5180,5183,5190,5203,5212,5215,5235,5245,5249,5253,5266,5270,5274,5278,5284,5288,5305,5313,5317,5321,5325,5328,5332,5336,5340,5350,5357,5364,5368,5394,5404,5429,5438,5458,5468,5472,5482,5507,5517,5520,5524,5525,5526,5527,5531,5537,5543,5544,5557,5558,5559,5562,5565,5568,5571,5574,5577,5580,5583,5586,5589,5592,5595,5598,5601,5604,5607,5610,5613,5616,5619,5622,5623,5628,5629,5642,5652,5656,5661,5666,5670,5673,5677,5681,5684,5688,5691,5695,5700,5705,5708,5715,5719,5723,5732,5737,5742,5743,5747,5750,5754,5767,5772,5780,5784,5788,5805,5809,5814,5832,5839,5843,5873,5876,5879,5882,5885,5888,5891,5910,5916,5924,5931,5943,5951,5956,5961,5965,5976,5980,5988,5991,5996,5997,5998,5999,6003,6007,6011,6015,6050,6053,6057,6061,6095,6098,6102,6106,6115,6121,6124,6134,6138,6139,6146,6150,6157,6158,6159,6162,6167,6172,6173,6177,6192,6211,6215,6216,6228,6238,6239,6251,6256,6280,6283,6289,6292,6301,6309,6313,6316,6319,6322,6326,6329,6346,6350,6353,6368,6371,6379,6384,6391,6396,6397,6402,6403,6409,6415,6421,6453,6464,6481,6488,6492,6495,6508,6517,6521,6526,6530,6534,6538,6542,6546,6550,6554,6559,6562,6574,6579,6588,6591,6598,6599,6603,6612,6618,6622,6623,6627,6648,6654,6658,6662,6663,6681,6682,6683,6684,6685,6690,6693,6694,6700,6701,6713,6725,6732,6733,6738,6743,6744,6748,6762,6767,6773,6779,6785,6790,6796,6802,6803,6809,6824,6829,6838,6847,6850,6864,6869,6880,6884,6893,6902,6903,6910,6918,6935,6945,6992,7059,7105,7162,7174,7241,7350,7370,7391,7397,7405,7511,7525,7548,7554,7598,7602,7608,7614,7625,7657,7664,7672,7687,7743,7754,7767,7779,7817,7864,7870,7882,7888,7894,7946,7951,7956,7963,7998,8010,8056,8085,8148,8153,8159,8162,8166,8220,8258,8276,8294,8351,8359,8383,8387,8395,8488,8492,8771,8779,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1853,1914,1970,2021,2081,2137,2200,2249,2305,2361,2411,2470,2525,2587,2634,2688,2744,2796,2851,2905,2959,3013,3062,3120,3174,3231,3287,3334,3387,3443,3503,3566,3625,3687,3737,3791,3845,3893,3950,4003,4059,4113,4169,4232,4294,4350,4410,4463,4524,4603,4684,4756,4835,4915,4991,5069,5138,5214,5291,5362,5435,5511,5589,5658,5734,5811,5875,5946,6018,6069,6122,6177,6244,6297,6349,6399,6457,6522,6570,6621,6688,6754,6812,6881,6939,7008,7078,7151,7225,7293,7360,7430,7496,7569,7629,7705,7765,7825,7900,7968,8034,8102,8162,8221,8278,8344,8406,8463,8531,8604,8674,8736,8797,8865,8927,8997,9066,9122,9181,9243,9305,9372,9429,9490,9551,9612,9673,9729,9785,9841,9897,9955,10013,10071,10129,10186,10243,10300,10357,10416,10475,10533,10616,10699,10772,10826,10895,10951,11032,11113,11184,11313,11366,11424,11482,11540,11586,11646,11700,11770,11840,11905,11971,12036,12104,12173,12241,12371,12424,12483,12541,12593,12643,12695,12741,12791,12847,12894,12952,13010,13072,13135,13197,13256,13316,13381,13447,13512,13574,13636,13698,13760,13822,13884,13950,14017,14083,14146,14210,14273,14341,14402,14464,14526,14589,14653,14716,14780,14858,14917,14983,15063,15124,15177,15235,15286,15331,15395,15454,15516,15590,15661,15727,15801,15870,15941,16014,16085,16153,16226,16302,16372,16450,16518,16584,16645,16714,16778,16844,16912,16978,17041,17109,17180,17245,17318,17381,17462,17526,17592,17662,17732,17802,17872,17939,17996,18054,18113,18173,18232,18291,18350,18409,18468,18527,18586,18645,18704,18763,18823,18884,18946,19007,19068,19129,19190,19251,19312,19372,19433,19494,19554,19615,19676,19737,19798,19859,19920,19981,20042,20103,20164,20225,20293,20362,20432,20501,20570,20639,20708,20777,20846,20915,20984,21053,21122,21182,21243,21305,21366,21427,21488,21549,21610,21671,21732,21793,21854,21915,21977,22040,22104,22167,22230,22293,22356,22419,22482,22545,22608,22671,22734,22795,22857,22920,22982,23044,23106,23168,23230,23292,23354,23416,23478,23540,23597,23683,23763,23853,23948,24040,24132,24222,24305,24398,24485,24582,24673,24774,24861,24964,25053,25152,25244,25344,25428,25522,25610,25708,25791,25882,25976,26075,26177,26275,26375,26462,26562,26648,26744,26832,26913,27004,27100,27193,27286,27377,27462,27556,27645,27743,27836,27938,28026,28130,28221,28321,28414,28515,28600,28695,28784,28883,28968,29060,29155,29255,29358,29457,29560,29649,29750,29837,29934,30022,30118,30210,30310,30400,30498,30583,30672,30761,30854,30941,31032,31098,31174,31243,31322,31395,31475,31555,31632,31700,31778,31854,31925,32006,32079,32162,32237,32322,32395,32476,32557,32631,32715,32785,32863,32933,33013,33091,33163,33245,33315,33392,33472,33557,33645,33729,33816,33890,33968,34046,34117,34198,34289,34372,34468,34566,34673,34738,34804,34857,34933,34999,35086,35162,35238,35303,35358,35412,35491,35569,35642,35707,35770,35836,35907,35978,36048,36110,36179,36245,36305,36372,36439,36495,36546,36599,36651,36705,36776,36839,36898,36960,37019,37092,37159,37229,37289,37352,37427,37499,37595,37666,37722,37793,37850,37907,37973,38037,38108,38165,38218,38281,38333,38391,38458,38527,38593,38652,38735,38794,38851,38918,38988,39062,39124,39193,39263,39362,39459,39558,39644,39730,39811,39886,39975,40066,40150,40209,40255,40321,40378,40445,40502,40584,40649,40715,40838,40922,41043,41108,41170,41268,41342,41425,41514,41578,41657,41731,41793,41889,41954,42013,42069,42125,42185,42292,42339,42399,42460,42524,42585,42645,42703,42746,42795,42847,42898,42950,42999,43048,43113,43179,43239,43300,43356,43415,43464,43512,43570,43627,43729,43786,43861,43909,43960,44022,44087,44139,44213,44276,44339,44407,44457,44519,44579,44636,44696,44745,44813,44919,45021,45090,45161,45217,45266,45366,45437,45547,45636,45727,45809,45907,45963,46064,46174,46273,46336,46442,46519,46631,46758,46870,46997,47067,47181,47312,47409,47477,47595,47698,47816,47877,47951,48018,48123,48245,48319,48386,48496,48595,48668,48765,48887,49005,49123,49184,49306,49423,49491,49597,49699,49779,49850,49946,50013,50087,50161,50247,50335,50425,50503,50580,50680,50751,50872,50993,51057,51182,51256,51380,51504,51571,51680,51808,51920,51999,52077,52178,52249,52371,52493,52558,52684,52796,52902,52970,53069,53173,53236,53302,53386,53499,53612,53730,53808,53880,54016,54152,54237,54377,54515,54653,54795,54877,54986,55097,55225,55353,55485,55615,55745,55879,55941,56037,56104,56221,56342,56439,56521,56608,56695,56826,56957,57092,57169,57246,57357,57471,57545,57654,57766,57868,57964,58068,58135,58229,58301,58411,58517,58590,58681,58783,58886,58981,59088,59193,59315,59437,59563,59622,59680,59804,59928,60056,60174,60292,60414,60500,60597,60731,60865,60945,61083,61215,61347,61483,61558,61634,61737,61811,61924,62005,62062,62123,62182,62242,62300,62361,62419,62469,62518,62585,62644,62703,62752,62823,62907,62977,63048,63128,63197,63260,63328,63394,63462,63527,63593,63670,63748,63854,63960,64056,64185,64274,64401,64467,64536,64622,64688,64771,64869,64965,65061,65159,65268,65363,65452,65514,65574,65639,65696,65777,65831,65888,65985,66095,66156,66271,66392,66487,66579,66672,66774,66830,66889,66938,67030,67079,67133,67187,67241,67295,67349,67404,67514,67624,67732,67842,67952,68062,68172,68280,68386,68490,68594,68698,68793,68888,68981,69074,69178,69284,69388,69492,69585,69678,69771,69864,69972,70078,70184,70290,70387,70482,70577,70672,70778,70884,70990,71096,71194,71290,71386,71484,71549,71653,71711,71775,71836,71898,71958,72023,72085,72153,72211,72274,72337,72404,72479,72552,72618,72670,72723,72775,72832,72916,73011,73096,73177,73257,73334,73413,73490,73564,73638,73709,73789,73861,73936,74001,74062,74122,74197,74271,74344,74414,74486,74556,74629,74693,74763,74809,74878,74930,75015,75098,75155,75221,75288,75354,75435,75510,75566,75619,75680,75738,75788,75837,75886,75935,75997,76049,76094,76175,76226,76280,76333,76387,76438,76487,76553,76604,76665,76726,76788,76838,76879,76956,77015,77074,77133,77194,77250,77306,77373,77434,77499,77554,77619,77688,77756,77834,77903,77963,78034,78108,78173,78245,78315,78382,78466,78535,78602,78672,78735,78802,78870,78953,79032,79122,79199,79267,79334,79412,79469,79526,79594,79660,79716,79776,79835,79889,79939,79989,80037,80099,80150,80223,80303,80383,80447,80514,80585,80643,80704,80770,80829,80896,80956,81016,81079,81147,81208,81275,81353,81423,81472,81529,81598,81659,81747,81835,81923,82011,82098,82185,82272,82359,82417,82491,82561,82617,82688,82753,82815,82890,82963,83053,83119,83185,83246,83310,83372,83430,83501,83584,83643,83714,83780,83845,83906,83965,84036,84102,84167,84250,84326,84401,84482,84542,84611,84681,84750,84805,84861,84917,84978,85036,85092,85146,85201,85263,85320,85414,85483,85584,85635,85705,85768,85824,85882,85941,85995,86081,86165,86235,86304,86374,86489,86610,86677,86744,86819,86886,86945,86999,87053,87107,87160,87212,87286,87423,87563,87612,87662,87712,87760,87816,87874,87936,87991,88049,88120,88184,88243,88305,88371,88437,88480,88524,88569,88612,88663,88710,88755,88806,88857,88908,88959,89007,89073,89135,89198,89270,89327,89381,89436,89494,89549,89608,89664,89733,89802,89871,89941,90004,90067,90130,90193,90258,90323,90388,90453,90516,90580,90644,90708,90759,90837,90915,90986,91058,91131,91203,91269,91335,91403,91471,91537,91604,91678,91741,91798,91858,91923,91990,92055,92112,92173,92231,92335,92445,92554,92658,92736,92801,92868,92934,93004,93051,93103,93153,93210,93530,93680,93811,93995,94173,94411,94600,94769,94867,94982,95067,95146,95306,95371,95460,95617,95774,95927,96081,96140,96327,96423,96513,96609,96699,96865,96988,97111,97281,97387,97502,97617,97719,97825,97942,98057,98139,98312,98480,98628,98787,98942,99115,99232,99349,99517,99629,99743,99915,100091,100249,100382,100494,100640,100792,100924,101067,101189,101367,101503,101599,101735,101830,101997,102090,102182,102369,102525,102703,102867,103049,103366,103548,103730,103920,104152,104342,104519,104681,104838,104948,105131,105268,105472,105656,105840,106000,106158,106342,106569,106772,106943,107163,107385,107540,107740,107924,108027,108217,108358,108523,108694,108894,109098,109300,109465,109670,109869,110068,110265,110356,110505,110655,110739,110888,111033,111185,111326,111492,111653,111731,112032,112198,112353,112455,112613,112777,112963,113186,113311,113588,113860,114138,114383,114445,114730,115181,115637,116146,116294,116808,117245,117679,118122,118207,118328,118427,118832,118929,119046,119133,119256,119357,119763,119862,119981,120074,120181,120524,120631,120876,120997,121406,121654,121754,121859,121978,122487,122634,122753,123004,123137,123552,123806,123918,124165,124290,124607,124728,124956,125077,125210,125357,145988,146480,166860,167284,187960,188454,208879,209305,214146,219563,223654,229085,233827,239204,243188,247180,252571,253118,253551,254307,254537,254780,255913,256842,257746,258330,258803,260233,260977,262170,263224,263702,263995,264378,265893,266658,267801,268242,268683,269279,269553,269964,270980,271158,271911,272048,272139,274333,274599,274921,275131,275240,275359,275543,276661,277131,277882,280465,280560,280936,281164,281420,281679,282255,282609,282731,282870,283162,283422,284350,284636,285039,285441,285784,285996,286197,286410,286699,286984,287057,287144,287229,287328,287440,287546,287669,287801,287924,288054,288178,288311,288442,288567,288684,288804,288936,289064,289178,289296,289409,289530,289718,289905,290086,290269,290453,290618,290800,290920,291040,291148,291258,291370,291478,291588,291753,291919,292071,292236,292337,292457,292628,292789,292952,293113,293280,293399,293516,293696,293878,294059,294242,294397,294542,294664,294799,294962,295155,295281,295433,295575,295745,295901,296073,296364,296559,296651,296824,296986,297081,297250,297344,297433,297676,297765,298058,298474,298894,299315,299741,300158,300574,300991,301409,301823,302293,302766,303238,303649,304120,304592,304782,304988,305094,305202,305308,305420,305534,305646,305760,305876,305990,306098,306208,306316,306578,306957,307361,307508,307616,307726,307834,307948,308357,308771,308887,309305,309546,309976,310411,310821,311243,311653,311775,312184,312600,312722,312940,313124,313192,313536,313616,313972,314122,314266,314342,314454,314544,314806,315071,315179,315331,315439,315515,315627,315717,315819,315927,316035,316135,316243,316328,316432,316519,316597,316711,316803,317067,317334,317444,317597,317707,317791,318180,318278,318386,318480,318610,318718,318840,318976,319084,319204,319338,319460,319588,319730,319856,319996,320122,320240,320372,320470,320580,320880,320992,321110,321574,321690,321993,322119,322215,322616,322726,322850,322988,323098,323220,323532,323656,323786,324262,324390,324705,324843,325005,325221,325377,325581,325649,325733,325837,326040,326229,326430,326623,326828,327141,327353,327519,327635,327881,328097,328410,328836,329298,329535,329687,329947,330091,330233,333465,333579,333699,333815,333909,334230,334329,334447,334548,334827,335112,335391,335673,335926,336185,336438,336694,337118,337194,340444,341799,342243,344097,344672,344880,345890,346270,346436,346577,351597,352023,352135,352270,352423,352620,352791,352974,353149,353336,353608,353766,353850,353954,354441,354997,355155,355374,355605,355828,356063,356285,356551,356689,357288,357402,357540,357652,357776,358347,358842,359388,359533,359626,359718,361645,362215,362513,362702,362908,363101,363311,364195,364340,364732,364890,365107,365368,365800,366675,367295,367492,368440,369205,369328,370101,370322,370522,372499,372599,372689,373375,374128,374893,375656,376431,377644,377809,379422,379743,380806,381016,381186,381756,382651,383284,383450,384936,385552,385788,386009,386967,387232,387497,387744,388158,388394,389679,390128,390315,390564,390806,390982,391223,391456,391681,392276,392751,393275,393536,394887,395362,396588,397058,398106,398558,398802,399259,400504,400987,401137,401481,401627,401765,401901,402189,402693,403202,403318,404220,404342,404454,404631,404897,405167,405433,405701,405957,406217,406473,406731,406983,407239,407491,407745,407977,408213,408465,408721,408973,409227,409459,409693,409805,410230,410354,411446,412261,412457,412781,413170,413522,413763,413977,414276,414468,414783,414990,415336,415636,416037,416256,416669,416906,417276,418000,418355,418624,418764,419018,419162,419439,420431,420840,421472,421818,422186,423260,423623,424023,425531,426116,426434,428969,429163,429381,429607,429819,430018,430225,431429,431724,432281,432671,433303,433780,434025,434376,434622,435382,435646,436069,436260,436639,436727,436835,436943,437256,437581,437900,438231,440934,441122,441383,441632,444216,444408,444673,444926,445458,445866,446065,446649,446884,447008,447420,447634,448036,448139,448269,448444,448696,448892,449032,449226,450237,451306,451594,451724,452501,453158,453304,454010,454248,455788,455938,456355,456520,457206,457676,457872,457963,458047,458191,458425,458592,459520,459806,459966,460581,460740,461068,461295,461807,462169,462248,462587,462692,463057,463428,463789,465663,466292,467368,467792,468045,468197,469245,469982,470185,470431,470678,470896,471138,471459,471723,472028,472251,472562,472751,473466,473735,474229,474455,474895,475054,475338,476083,476448,476753,476911,477149,478468,478866,479094,479314,479456,480746,480852,480982,481120,481244,481532,481701,481801,482086,482200,483083,483838,484277,484401,484647,484840,484974,485165,485944,486162,486453,486732,487049,487271,487566,487849,487953,488294,489110,489426,489987,490493,490698,491484,491889,492550,492739,493290,493856,493976,494378,494912,495442,495741,498086,500528,502122,504129,504468,507142,509437,509877,510629,510813,511024,515682,516265,516993,517195,518330,518480,518655,518880,519474,520726,521067,521575,522086,523880,524140,524756,525251,526288,528154,528345,528678,528834,529027,531419,531648,531856,532026,533798,534096,535439,536449,538414,538530,538699,538836,538982,540333,541471,542002,542428,544161,544409,545179,545295,545470,548685,548832,559704,559947,560318,560413,560506,560569,560651,560744,560837,560924,561022,561113,561204,561292,561376,561472,561576,561676,561782,561885,561986,562090,562196,562295,562401,562503,562610,562719,562830,562961,563081,563197,563315,563414,563521,563637,563756,563884,563973,564068,564145,564234,564325,564418,564492,564589,564684,564782,564881,564985,565081,565183,565286,565386,565489,565574,565675,565773,565863,565958,566045,566151,566253,566347,566438,566532,566608,566700,566789,566892,567003,567086,567172,567267,567364,567460,567548,567649,567750,567853,567959,568057,568154,568249,568347,568450,568550,568653,568758,568876,568992,569087,569180,569265,569361,569455,569547,569649,569756,569839,569943,570048,570148,570249,570354,570454,570555,570654,570756,570850,570957,571059,571162,571255,571351,571453,571556,571652,571754,571857,571954,572057,572155,572259,572364,572461,572569,572683,572798,572906,573020,573135,573237,573342,573450,573560,573676,573793,573888,573985,574084,574189,574295,574394,574499,574605,574705,574811,574912,575019,575138,575237,575342,575444,575546,575646,575749,575844,575948,576033,576137,576241,576339,576443,576549,576647,576752,576850,576963,577057,577146,577235,577318,577409,577492,577590,577680,577776,577865,577959,578047,578143,578228,578336,578437,578538,578636,578742,578833,578932,579029,579127,579223,579316,579426,579524,579619,579729,579821,579921,580020,580107,580211,580316,580415,580522,580629,580728,580837,580929,581040,581151,581262,581366,581481,581597,581724,581844,581941,582040,582132,582231,582323,582422,582508,582602,582705,582801,582904,583000,583103,583200,583298,583401,583494,583584,583685,583768,583859,583944,584036,584139,584234,584330,584423,584517,584596,584703,584794,584893,584986,585089,585193,585294,585395,585499,585593,585697,585801,585914,586020,586126,586234,586351,586452,586560,586660,586763,586868,586975,587071,587150,587240,587324,587416,587489,587586,587668,587753,587838,587935,588028,588123,588222,588319,588410,588501,588593,588688,588795,588903,589005,589102,589199,589292,589379,589463,589560,589657,589750,589837,589928,590027,590126,590221,590310,590391,590490,590594,590691,590796,590893,590977,591076,591180,591277,591382,591479,591577,591678,591784,591883,591990,592089,592188,592279,592368,592457,592539,592632,592723,592834,592935,593035,593147,593260,593358,593466,593560,593660,593749,593841,593952,594062,594157,594273,594399,594525,594644,594772,594897,595022,595140,595267,595376,595485,595598,595721,595844,595960,596085,596182,596290,596412,596528,596644,596753,596841,596942,597031,597132,597219,597307,597404,597496,597602,597702,597778", + "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,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,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,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,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,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,1349,1352,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,1413,1414,1415,1416,1417,1421,1425,1429,1433,1434,1438,1446,1453,1461,1464,1474,1483,1492,1501,1502,1503,1504,1510,1511,1512,1513,1514,1515,1521,1522,1523,1524,1525,1530,1531,1535,1536,1542,1546,1547,1548,1549,1559,1560,1561,1565,1566,1572,1576,1577,1580,1581,1585,1586,1589,1590,1591,1592,1855,1862,2122,2128,2391,2398,2658,2664,2727,2809,2861,2943,3005,3087,3151,3203,3285,3293,3299,3310,3314,3318,3331,3346,3362,3369,3375,3392,3405,3425,3442,3451,3456,3463,3483,3496,3513,3519,3525,3532,3536,3542,3556,3559,3569,3570,3571,3619,3623,3627,3631,3632,3633,3636,3652,3659,3673,3718,3719,3725,3729,3733,3738,3745,3751,3752,3755,3759,3764,3777,3781,3786,3791,3796,3799,3802,3805,3809,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3839,3843,3847,3851,3855,3859,3863,3864,3865,3866,3867,3868,3869,3870,3874,3878,3879,3883,3884,3887,3891,3894,3897,3900,3904,3907,3910,3914,3918,3922,3926,3929,3930,3931,3932,3935,3939,3942,3945,3948,3951,3954,3957,3961,3964,3965,3968,3971,3972,3975,3976,3977,3981,3982,3987,3994,4001,4008,4015,4022,4029,4036,4043,4050,4059,4068,4077,4084,4093,4102,4105,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4124,4129,4134,4137,4138,4139,4140,4141,4149,4157,4158,4166,4170,4178,4186,4194,4202,4210,4211,4219,4227,4228,4231,4234,4236,4241,4243,4248,4252,4256,4257,4258,4259,4263,4267,4268,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4291,4295,4296,4300,4301,4302,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4331,4332,4333,4339,4340,4344,4346,4347,4352,4353,4354,4355,4356,4357,4361,4362,4363,4369,4370,4374,4376,4380,4384,4388,4392,4393,4394,4395,4398,4401,4404,4407,4410,4415,4419,4422,4423,4428,4432,4437,4443,4449,4454,4458,4463,4467,4471,4512,4513,4514,4515,4516,4520,4521,4522,4523,4527,4531,4535,4539,4543,4547,4551,4555,4561,4562,4603,4617,4622,4648,4655,4658,4669,4674,4677,4680,4735,4741,4742,4745,4748,4751,4754,4757,4760,4763,4767,4770,4771,4772,4780,4788,4791,4796,4801,4806,4811,4815,4819,4820,4828,4829,4830,4831,4832,4840,4845,4850,4851,4852,4853,4878,4884,4889,4892,4896,4899,4903,4913,4916,4921,4924,4928,4932,4940,4954,4967,4971,4986,4997,5000,5011,5016,5020,5055,5056,5057,5069,5077,5085,5093,5101,5121,5124,5151,5156,5176,5179,5182,5189,5202,5211,5214,5234,5244,5248,5252,5265,5269,5273,5277,5283,5287,5304,5312,5316,5320,5324,5327,5331,5335,5339,5349,5356,5363,5367,5393,5403,5428,5437,5457,5467,5471,5481,5506,5516,5519,5523,5524,5525,5526,5530,5536,5542,5543,5556,5557,5558,5561,5564,5567,5570,5573,5576,5579,5582,5585,5588,5591,5594,5597,5600,5603,5606,5609,5612,5615,5618,5621,5622,5627,5628,5641,5651,5655,5660,5665,5669,5672,5676,5680,5683,5687,5690,5694,5699,5704,5707,5714,5718,5722,5731,5736,5741,5742,5746,5749,5753,5766,5771,5779,5783,5787,5804,5808,5813,5831,5838,5842,5872,5875,5878,5881,5884,5887,5890,5909,5915,5923,5930,5942,5950,5955,5960,5964,5975,5979,5987,5990,5995,5996,5997,5998,6002,6006,6010,6014,6049,6052,6056,6060,6094,6097,6101,6105,6114,6120,6123,6133,6137,6138,6145,6149,6156,6157,6158,6161,6166,6171,6172,6176,6191,6210,6214,6215,6227,6237,6238,6250,6255,6279,6282,6288,6291,6300,6308,6312,6315,6318,6321,6325,6328,6345,6349,6352,6367,6370,6378,6383,6390,6395,6396,6401,6402,6408,6414,6420,6452,6463,6480,6487,6491,6494,6507,6516,6520,6525,6529,6533,6537,6541,6545,6549,6553,6558,6561,6573,6578,6587,6590,6597,6598,6602,6611,6617,6621,6622,6626,6647,6653,6657,6661,6662,6680,6681,6682,6683,6684,6689,6692,6693,6699,6700,6712,6724,6731,6732,6737,6742,6743,6747,6761,6766,6772,6778,6784,6789,6795,6801,6802,6808,6823,6828,6837,6846,6849,6863,6868,6879,6883,6892,6901,6902,6909,6917,6934,6944,6991,7058,7104,7161,7173,7231,7349,7369,7390,7396,7404,7510,7524,7547,7553,7597,7601,7607,7613,7624,7656,7663,7671,7686,7742,7753,7766,7778,7816,7863,7869,7881,7887,7893,7945,7950,7955,7962,7997,8009,8055,8084,8147,8152,8158,8161,8165,8193,8257,8275,8293,8350,8358,8382,8386,8394,8487,8491,8770,8778,8788,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "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,1848,1909,1965,2016,2076,2132,2195,2244,2300,2356,2406,2465,2520,2582,2629,2683,2739,2791,2846,2900,2954,3008,3057,3115,3169,3226,3282,3329,3382,3438,3498,3561,3620,3682,3732,3786,3840,3888,3945,3998,4054,4108,4164,4227,4289,4345,4405,4458,4519,4598,4679,4751,4830,4910,4986,5064,5133,5209,5286,5357,5430,5506,5584,5653,5729,5806,5870,5941,6013,6064,6117,6172,6239,6292,6344,6394,6452,6517,6565,6616,6683,6749,6807,6876,6934,7003,7073,7146,7220,7288,7355,7425,7491,7564,7624,7700,7760,7820,7895,7963,8029,8097,8157,8216,8273,8339,8401,8458,8526,8599,8669,8731,8792,8860,8922,8992,9061,9117,9176,9238,9300,9367,9424,9485,9546,9607,9668,9724,9780,9836,9892,9950,10008,10066,10124,10181,10238,10295,10352,10411,10470,10528,10611,10694,10767,10821,10890,10946,11027,11108,11179,11308,11361,11419,11477,11535,11581,11641,11695,11765,11835,11900,11966,12031,12099,12168,12236,12366,12419,12478,12536,12588,12638,12690,12736,12786,12842,12889,12947,13005,13067,13130,13192,13251,13311,13376,13442,13507,13569,13631,13693,13755,13817,13879,13945,14012,14078,14141,14205,14268,14336,14397,14459,14521,14584,14648,14711,14775,14853,14912,14978,15058,15119,15172,15230,15281,15326,15390,15449,15511,15585,15656,15722,15796,15865,15936,16009,16080,16148,16221,16297,16367,16445,16513,16579,16640,16709,16773,16839,16907,16973,17036,17104,17175,17240,17313,17376,17457,17521,17587,17657,17727,17797,17867,17934,17991,18049,18108,18168,18227,18286,18345,18404,18463,18522,18581,18640,18699,18758,18818,18879,18941,19002,19063,19124,19185,19246,19307,19367,19428,19489,19549,19610,19671,19732,19793,19854,19915,19976,20037,20098,20159,20220,20288,20357,20427,20496,20565,20634,20703,20772,20841,20910,20979,21048,21117,21177,21238,21300,21361,21422,21483,21544,21605,21666,21727,21788,21849,21910,21972,22035,22099,22162,22225,22288,22351,22414,22477,22540,22603,22666,22729,22790,22852,22915,22977,23039,23101,23163,23225,23287,23349,23411,23473,23535,23592,23678,23758,23848,23943,24035,24127,24217,24300,24393,24480,24577,24668,24769,24856,24959,25048,25147,25239,25339,25423,25517,25605,25703,25786,25877,25971,26070,26172,26270,26370,26457,26557,26643,26739,26827,26908,26999,27095,27188,27281,27372,27457,27551,27640,27738,27831,27933,28021,28125,28216,28316,28409,28510,28595,28690,28779,28878,28963,29055,29150,29250,29353,29452,29555,29644,29745,29832,29929,30017,30113,30205,30305,30395,30493,30578,30667,30756,30849,30936,31027,31093,31169,31238,31317,31390,31470,31550,31627,31695,31773,31849,31920,32001,32074,32157,32232,32317,32390,32471,32552,32626,32710,32780,32858,32928,33008,33086,33158,33240,33310,33387,33467,33552,33640,33724,33811,33885,33963,34041,34112,34193,34284,34367,34463,34561,34668,34733,34799,34852,34928,34994,35081,35157,35233,35298,35353,35407,35486,35564,35637,35702,35765,35831,35902,35973,36043,36105,36174,36240,36300,36367,36434,36490,36541,36594,36646,36700,36771,36834,36893,36955,37014,37087,37154,37224,37284,37347,37422,37494,37590,37661,37717,37788,37845,37902,37968,38032,38103,38160,38213,38276,38328,38386,38453,38522,38588,38647,38730,38789,38846,38913,38983,39057,39119,39188,39258,39357,39454,39553,39639,39725,39806,39881,39970,40061,40145,40204,40250,40316,40373,40440,40497,40579,40644,40710,40833,40917,41038,41103,41165,41263,41337,41420,41509,41573,41652,41726,41788,41884,41949,42008,42064,42120,42180,42287,42334,42394,42455,42519,42580,42640,42698,42741,42790,42842,42893,42945,42994,43043,43108,43174,43234,43295,43351,43410,43459,43507,43565,43622,43724,43781,43856,43904,43955,44017,44082,44134,44208,44271,44334,44402,44452,44514,44574,44631,44691,44740,44808,44914,45016,45085,45156,45212,45261,45361,45432,45542,45631,45722,45804,45902,45958,46059,46169,46268,46331,46437,46514,46626,46753,46865,46992,47062,47176,47307,47404,47472,47590,47693,47811,47872,47946,48013,48118,48240,48314,48381,48491,48590,48663,48760,48882,49000,49118,49179,49301,49418,49486,49592,49694,49774,49845,49941,50008,50082,50156,50242,50330,50420,50498,50575,50675,50746,50867,50988,51052,51177,51251,51375,51499,51566,51675,51803,51915,51994,52072,52173,52244,52366,52488,52553,52679,52791,52897,52965,53064,53168,53231,53297,53381,53494,53607,53725,53803,53875,54011,54147,54232,54372,54510,54648,54790,54872,54981,55092,55220,55348,55480,55610,55740,55874,55936,56032,56099,56216,56337,56434,56516,56603,56690,56821,56952,57087,57164,57241,57352,57466,57540,57649,57761,57863,57959,58063,58130,58224,58296,58406,58512,58585,58676,58778,58881,58976,59083,59188,59310,59432,59558,59617,59675,59799,59923,60051,60169,60287,60409,60495,60592,60726,60860,60940,61078,61210,61342,61478,61553,61629,61732,61806,61919,62000,62057,62118,62177,62237,62295,62356,62414,62464,62513,62580,62639,62698,62747,62818,62902,62972,63043,63123,63192,63255,63323,63389,63457,63522,63588,63665,63743,63849,63955,64051,64180,64269,64396,64462,64531,64617,64683,64766,64864,64960,65056,65154,65263,65358,65447,65509,65569,65634,65691,65772,65826,65883,65980,66090,66151,66266,66387,66482,66574,66667,66769,66825,66884,66933,67025,67074,67128,67182,67236,67290,67344,67399,67509,67619,67727,67837,67947,68057,68167,68275,68381,68485,68589,68693,68788,68883,68976,69069,69173,69279,69383,69487,69580,69673,69766,69859,69967,70073,70179,70285,70382,70477,70572,70667,70773,70879,70985,71091,71189,71285,71381,71479,71544,71648,71706,71770,71831,71893,71953,72018,72080,72148,72206,72269,72332,72399,72474,72547,72613,72665,72718,72770,72827,72911,73006,73091,73172,73252,73329,73408,73485,73559,73633,73704,73784,73856,73931,73996,74057,74117,74192,74266,74339,74409,74481,74551,74624,74688,74758,74804,74873,74925,75010,75093,75150,75216,75283,75349,75430,75505,75561,75614,75675,75733,75783,75832,75881,75930,75992,76044,76089,76170,76221,76275,76328,76382,76433,76482,76548,76599,76660,76721,76783,76833,76874,76951,77010,77069,77128,77189,77245,77301,77368,77429,77494,77549,77614,77683,77751,77829,77898,77958,78029,78103,78168,78240,78310,78377,78461,78530,78597,78667,78730,78797,78865,78948,79027,79117,79194,79262,79329,79407,79464,79521,79589,79655,79711,79771,79830,79884,79934,79984,80032,80094,80145,80218,80298,80378,80442,80509,80580,80638,80699,80765,80824,80891,80951,81011,81074,81142,81203,81270,81348,81418,81467,81524,81593,81654,81742,81830,81918,82006,82093,82180,82267,82354,82412,82486,82556,82612,82683,82748,82810,82885,82958,83048,83114,83180,83241,83305,83367,83425,83496,83579,83638,83709,83775,83840,83901,83960,84031,84097,84162,84245,84321,84396,84477,84537,84606,84676,84745,84800,84856,84912,84973,85031,85087,85141,85196,85258,85315,85409,85478,85579,85630,85700,85763,85819,85877,85936,85990,86076,86160,86230,86299,86369,86484,86605,86672,86739,86814,86881,86940,86994,87048,87102,87155,87207,87281,87418,87558,87607,87657,87707,87755,87811,87869,87931,87986,88044,88115,88179,88238,88300,88366,88432,88475,88519,88564,88607,88658,88705,88750,88801,88852,88903,88954,89002,89068,89130,89193,89265,89322,89376,89431,89489,89544,89603,89659,89728,89797,89866,89936,89999,90062,90125,90188,90253,90318,90383,90448,90511,90575,90639,90703,90754,90832,90910,90981,91053,91126,91198,91264,91330,91398,91466,91532,91599,91673,91736,91793,91853,91918,91985,92050,92107,92168,92226,92330,92440,92549,92653,92731,92796,92863,92929,92999,93046,93098,93148,93205,93525,93675,93806,93990,94168,94406,94595,94764,94862,94977,95062,95141,95301,95366,95455,95612,95769,95922,96076,96135,96322,96418,96508,96604,96694,96860,96983,97106,97276,97382,97497,97612,97714,97820,97937,98052,98134,98307,98475,98623,98782,98937,99110,99227,99344,99512,99624,99738,99910,100086,100244,100377,100489,100635,100787,100919,101062,101184,101362,101498,101594,101730,101825,101992,102085,102177,102364,102520,102698,102862,103044,103361,103543,103725,103915,104147,104337,104514,104676,104833,104943,105126,105263,105467,105651,105835,105995,106153,106337,106564,106767,106938,107158,107380,107535,107735,107919,108022,108212,108353,108518,108689,108889,109093,109295,109460,109665,109864,110063,110260,110351,110500,110650,110734,110883,111028,111180,111321,111487,111648,111726,112027,112193,112348,112450,112608,112772,112958,113181,113306,113583,113855,114133,114378,114440,114725,115176,115632,116141,116289,116803,117240,117674,118117,118202,118323,118422,118827,118924,119041,119128,119251,119352,119758,119857,119976,120069,120176,120519,120626,120871,120992,121401,121649,121749,121854,121973,122482,122629,122748,122999,123132,123547,123801,123913,124160,124285,124602,124723,124951,125072,125205,125352,145983,146475,166855,167279,187955,188449,208874,209300,214141,219558,223649,229080,233822,239199,243183,247175,252566,253113,253546,254302,254532,254775,255908,256837,257741,258325,258798,260228,260972,262165,263219,263697,263990,264373,265888,266653,267796,268237,268678,269274,269548,269959,270975,271153,271906,272043,272134,274328,274594,274916,275126,275235,275354,275538,276656,277126,277877,280460,280555,280931,281159,281415,281674,282250,282604,282726,282865,283157,283417,284345,284631,285034,285436,285779,285991,286192,286405,286694,286979,287052,287139,287224,287323,287435,287541,287664,287796,287919,288049,288173,288306,288437,288562,288679,288799,288931,289059,289173,289291,289404,289525,289713,289900,290081,290264,290448,290613,290795,290915,291035,291143,291253,291365,291473,291583,291748,291914,292066,292231,292332,292452,292623,292784,292947,293108,293275,293394,293511,293691,293873,294054,294237,294392,294537,294659,294794,294957,295150,295276,295428,295570,295740,295896,296068,296359,296554,296646,296819,296981,297076,297245,297339,297428,297671,297760,298053,298469,298889,299310,299736,300153,300569,300986,301404,301818,302288,302761,303233,303644,304115,304587,304777,304983,305089,305197,305303,305415,305529,305641,305755,305871,305985,306093,306203,306311,306573,306952,307356,307503,307611,307721,307829,307943,308352,308766,308882,309300,309541,309971,310406,310816,311238,311648,311770,312179,312595,312717,312935,313119,313187,313531,313611,313967,314117,314261,314337,314449,314539,314801,315066,315174,315326,315434,315510,315622,315712,315814,315922,316030,316130,316238,316323,316427,316514,316592,316706,316798,317062,317329,317439,317592,317702,317786,318175,318273,318381,318475,318605,318713,318835,318971,319079,319199,319333,319455,319583,319725,319851,319991,320117,320235,320367,320465,320575,320875,320987,321105,321569,321685,321988,322114,322210,322611,322721,322845,322983,323093,323215,323527,323651,323781,324257,324385,324700,324838,325000,325216,325372,325576,325644,325728,325832,326035,326224,326425,326618,326823,327136,327348,327514,327630,327876,328092,328405,328831,329293,329530,329682,329942,330086,330228,333460,333574,333694,333810,333904,334225,334324,334442,334543,334822,335107,335386,335668,335921,336180,336433,336689,337113,337189,340439,341794,342238,344092,344667,344875,345885,346265,346431,346572,351592,352018,352130,352265,352418,352615,352786,352969,353144,353331,353603,353761,353845,353949,354436,354992,355150,355369,355600,355823,356058,356280,356546,356684,357283,357397,357535,357647,357771,358342,358837,359383,359528,359621,359713,361640,362210,362508,362697,362903,363096,363306,364190,364335,364727,364885,365102,365363,365795,366670,367290,367487,368435,369200,369323,370096,370317,370517,372494,372594,372684,373370,374123,374888,375651,376426,377639,377804,379417,379738,380801,381011,381181,381751,382646,383279,383445,384931,385547,385783,386004,386962,387227,387492,387739,388153,388389,389674,390123,390310,390559,390801,390977,391218,391451,391676,392271,392746,393270,393531,394882,395357,396583,397053,398101,398553,398797,399254,400499,400982,401132,401476,401622,401760,401896,402184,402688,403197,403313,404215,404337,404449,404626,404892,405162,405428,405696,405952,406212,406468,406726,406978,407234,407486,407740,407972,408208,408460,408716,408968,409222,409454,409688,409800,410225,410349,411441,412256,412452,412776,413165,413517,413758,413972,414271,414463,414778,414985,415331,415631,416032,416251,416664,416901,417271,417995,418350,418619,418759,419013,419157,419434,420426,420835,421467,421813,422181,423255,423618,424018,425526,426111,426429,428964,429158,429376,429602,429814,430013,430220,431424,431719,432276,432666,433298,433775,434020,434371,434617,435377,435641,436064,436255,436634,436722,436830,436938,437251,437576,437895,438226,440929,441117,441378,441627,444211,444403,444668,444921,445453,445861,446060,446644,446879,447003,447415,447629,448031,448134,448264,448439,448691,448887,449027,449221,450232,451301,451589,451719,452496,453153,453299,454005,454243,455783,455933,456350,456515,457201,457671,457867,457958,458042,458186,458420,458587,459515,459801,459961,460576,460735,461063,461290,461802,462164,462243,462582,462687,463052,463423,463784,465658,466287,467363,467787,468040,468192,469240,469977,470180,470426,470673,470891,471133,471454,471718,472023,472246,472557,472746,473461,473730,474224,474450,474890,475049,475333,476078,476443,476748,476906,477144,478463,478861,479089,479309,479451,480741,480847,480977,481115,481239,481527,481696,481796,482081,482195,483078,483833,484272,484396,484642,484835,484969,485160,485939,486157,486448,486727,487044,487266,487561,487844,487948,488289,489105,489421,489982,490488,490693,491479,491884,492545,492734,493285,493851,493971,494373,494907,495437,495736,498081,500523,502117,504124,504463,506896,509432,509872,510624,510808,511019,515677,516260,516988,517190,518325,518475,518650,518875,519469,520721,521062,521570,522081,523875,524135,524751,525246,526283,528149,528340,528673,528829,529022,531414,531643,531851,532021,533793,534091,535434,536444,538409,538525,538694,538831,538977,539662,541466,541997,542423,544156,544404,545174,545290,545465,548680,548827,559699,559942,560313,560408,560501,560564,560646,560739,560832,560919,561017,561108,561199,561287,561371,561467,561571,561671,561777,561880,561981,562085,562191,562290,562396,562498,562605,562714,562825,562956,563076,563192,563310,563409,563516,563632,563751,563879,563968,564063,564140,564229,564320,564413,564487,564584,564679,564777,564876,564980,565076,565178,565281,565381,565484,565569,565670,565768,565858,565953,566040,566146,566248,566342,566433,566527,566603,566695,566784,566887,566998,567081,567167,567262,567359,567455,567543,567644,567745,567848,567954,568052,568149,568244,568342,568445,568545,568648,568753,568871,568987,569082,569175,569260,569356,569450,569542,569644,569751,569834,569938,570043,570143,570244,570349,570449,570550,570649,570751,570845,570952,571054,571157,571250,571346,571448,571551,571647,571749,571852,571949,572052,572150,572254,572359,572456,572564,572678,572793,572901,573015,573130,573232,573337,573445,573555,573671,573788,573883,573980,574079,574184,574290,574389,574494,574600,574700,574806,574907,575014,575133,575232,575337,575439,575541,575641,575744,575839,575943,576028,576132,576236,576334,576438,576544,576642,576747,576845,576958,577052,577141,577230,577313,577404,577487,577585,577675,577771,577860,577954,578042,578138,578223,578331,578432,578533,578631,578737,578828,578927,579024,579122,579218,579311,579421,579519,579614,579724,579816,579916,580015,580102,580206,580311,580410,580517,580624,580723,580832,580924,581035,581146,581257,581361,581476,581592,581719,581839,581936,582035,582127,582226,582318,582417,582503,582597,582700,582796,582899,582995,583098,583195,583293,583396,583489,583579,583680,583763,583854,583939,584031,584134,584229,584325,584418,584512,584591,584698,584789,584888,584981,585084,585188,585289,585390,585494,585588,585692,585796,585909,586015,586121,586229,586346,586447,586555,586655,586758,586863,586970,587066,587145,587235,587319,587411,587484,587581,587663,587748,587833,587930,588023,588118,588217,588314,588405,588496,588588,588683,588790,588898,589000,589097,589194,589287,589374,589458,589555,589652,589745,589832,589923,590022,590121,590216,590305,590386,590485,590589,590686,590791,590888,590972,591071,591175,591272,591377,591474,591572,591673,591779,591878,591985,592084,592183,592274,592363,592452,592534,592627,592718,592829,592930,593030,593142,593255,593353,593461,593555,593655,593744,593836,593947,594057,594152,594268,594394,594520,594639,594767,594892,595017,595135,595262,595371,595480,595593,595716,595839,595955,596080,596177,596285,596407,596523,596639,596748,596836,596937,597026,597127,597214,597302,597399,597491,597597,597697,597773,597850" + }, + "to": { + "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,518,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1938,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2049,2052,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2111,2114,2115,2116,2117,2125,2129,2133,2137,2141,2142,2185,2193,2200,2370,2373,2383,2392,2401,2470,2471,2472,2473,2479,2480,2481,2482,2483,2484,2490,2491,2492,2493,2494,2499,2500,2504,2505,2511,2515,2516,2517,2518,2528,2529,2530,2534,2535,2541,2545,2615,2618,2619,2623,2624,2627,2628,2629,2630,2893,2900,3160,3166,3429,3436,3696,3702,3765,3847,3899,3981,4043,4125,4189,4241,4323,4331,4337,4348,4352,4356,4369,5144,5160,5167,5173,5190,5203,5223,5240,5249,5254,5261,5281,5294,5311,5317,5323,5330,5334,5340,5354,5357,5367,5368,5369,5417,5421,5425,5429,5430,5431,5434,5450,5457,5471,5516,5525,5531,5535,5539,5544,5551,5557,5558,5561,5565,5570,5583,5587,5592,5597,5602,5605,5608,5611,5615,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5860,5864,5868,5872,5876,5880,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5900,5904,5905,5908,5912,5915,5918,5921,5925,5928,5931,5935,5939,5943,5947,5950,5951,5952,5953,5956,5960,5963,5966,5969,5972,5975,5978,6049,6052,6053,6056,6059,6060,6063,6064,6065,6069,6070,6075,6082,6089,6096,6103,6110,6117,6124,6131,6138,6147,6156,6165,6172,6181,6190,6193,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6212,6217,6222,6225,6226,6227,6228,6229,6237,6245,6246,6254,6258,6266,6274,6282,6290,6298,6299,6307,6315,6316,6319,6364,6366,6371,6373,6378,6382,6386,6387,6388,6389,6393,6397,6398,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6421,6425,6426,6430,6431,6432,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6461,6462,6463,6469,6470,6474,6476,6477,6482,6483,6484,6485,6486,6487,6491,6492,6493,6499,6500,6504,6506,6510,6514,6518,6534,6535,6536,6537,6540,6543,6546,6549,6552,6557,6561,6564,6565,6570,6574,6579,6585,6591,6596,6600,6605,6609,6613,6654,6655,6656,6657,6658,6662,6663,6664,6665,6669,6673,6677,6681,6685,6689,6693,6697,6703,6704,6745,6759,6764,6790,6797,6800,6811,6816,6819,6822,6877,6883,6884,6887,6890,6893,6896,6899,6902,6905,6909,6912,6913,6914,6922,6930,6933,6938,6943,6948,6953,6957,6961,6962,6970,6971,6972,6973,6974,6982,6987,6992,6993,6994,6995,7020,7026,7031,7034,7038,7041,7045,7055,7058,7063,7066,7070,7171,7179,7193,7206,7210,7225,7236,7239,7250,7255,7259,7294,7295,7296,7308,7316,7324,7332,7340,7360,7363,7390,7395,7415,7418,7421,7428,7441,7450,7453,7473,7483,7487,7491,7504,7508,7512,7516,7522,7526,7543,7551,7555,7559,7563,7566,7570,7574,7578,7588,7595,7602,7606,7632,7642,7667,7676,7696,7706,7710,7720,7745,7755,7758,7762,7763,7764,7765,7769,7775,7781,7782,7795,7796,7797,7800,7803,7806,7809,7812,7815,7818,7821,7824,7827,7830,7833,7836,7839,7842,7845,7848,7851,7854,7857,7860,7861,7866,7867,7880,7890,7894,7899,7904,7908,7911,7915,7919,7922,7926,7929,7933,7938,7943,7946,7953,7957,7961,7970,7975,7980,7981,7985,7988,7992,8005,8010,8018,8022,8026,8043,8047,8052,8070,8077,8081,8111,8114,8117,8120,8123,8126,8129,8148,8154,8162,8169,8181,8189,8194,8199,8203,8214,8218,8226,8229,8234,8235,8236,8237,8241,8245,8249,8253,8288,8291,8295,8299,8333,8336,8340,8344,8353,8359,8362,8372,8376,8377,8384,8388,8395,8396,8397,8400,8405,8410,8411,8415,8430,8449,8453,8454,8466,8476,8477,8489,8494,8518,8521,8527,8530,8539,8547,8551,8554,8557,8560,8564,8567,8584,8588,8591,8606,8609,8617,8622,8629,8634,8635,8640,8641,8647,8653,8659,8691,8702,8719,8726,8730,8733,8746,8755,8759,8764,8768,8772,8776,8780,8784,8788,8792,8797,8800,8812,8817,8826,8829,8836,8837,8841,8850,8856,8860,8861,8865,8886,8892,8896,8900,8901,8919,8920,8921,8922,8923,8928,8931,8932,8938,8939,8951,8963,8970,8971,8976,8981,8982,8986,9000,9005,9011,9017,9023,9028,9034,9040,9041,9047,9062,9067,9076,9085,9088,9102,9107,9118,9122,9131,9140,9141,9148,9305,9322,9332,9874,9941,9987,10044,10056,10192,10301,10321,10342,10348,10356,10462,11236,11259,11265,11309,11313,11373,11443,11698,11736,11743,11751,11766,11822,11833,11846,11858,11896,11943,11949,11961,11967,11973,12025,12030,12035,12042,12340,12352,12398,12427,12566,12571,12604,12607,12611,12640,12678,12696,12714,12771,12779,12908,12912,12920,13049,13053,13332,13395,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3338,3399,3455,3506,3566,3622,3685,3734,3790,3846,3896,3955,4010,4072,4119,4173,4229,4281,4336,4390,4444,4498,4547,4605,4659,4716,4772,4819,4872,4928,4988,5051,5110,5172,5222,5276,5330,5378,5435,5488,6112,6166,7097,7208,7270,7326,7386,7439,7500,7579,7660,7732,7811,7891,7967,8045,8114,8190,8267,8338,8411,8487,8565,8634,8710,8787,8851,8922,11435,11531,11584,11688,11755,11808,11860,11910,11968,12033,12081,19022,19089,19155,19213,19282,19340,19409,19479,19552,19626,19694,19761,19831,19897,19970,20030,20106,20166,20226,20301,20369,20435,20503,20563,20622,20679,20745,20807,20864,20932,21005,21075,21137,21198,21266,21328,21398,21467,21523,21582,21644,21706,21773,21830,21891,21952,22013,22074,22130,22186,22242,22298,22356,22414,22472,22530,22587,22644,22701,22758,22817,22876,22934,23017,23100,23173,23227,23296,23352,23433,23514,23585,23920,23973,24031,25118,25677,25723,25783,25837,25907,25977,26042,26108,26173,26241,26310,26378,26508,26561,26620,26678,26776,26826,26878,26924,26974,27030,27124,27182,27240,27302,27365,27427,27486,27546,27611,27677,27742,27804,27866,27928,27990,28052,28114,28180,28247,28313,28376,28440,28503,28571,28632,28694,28756,28819,28883,28946,29010,29088,29147,29213,29293,29354,29558,29616,30049,30500,30564,31756,33912,33986,34057,34123,34197,34266,34337,34410,34481,34549,34622,34698,34768,34846,34914,34980,35041,35110,35174,35240,35308,35374,35437,35505,35576,35641,35714,35777,35858,35922,35988,36058,36128,36198,36268,37016,37073,37131,37190,37250,37309,37368,37427,37486,37545,37604,37663,37722,37781,37840,37900,37961,38023,38084,38145,38206,38267,38328,38389,38449,38510,38571,38631,38692,38753,38814,38875,38936,38997,39058,39119,39180,39241,39302,39370,39439,39509,39578,39647,39716,39785,39854,39923,39992,40061,40130,40199,40259,40320,40382,40443,40504,40565,40626,40687,40748,40809,40870,40931,40992,41054,41117,41181,41244,41307,41370,41433,41496,41559,41622,41685,41748,41811,41872,41934,41997,42059,42121,42183,42245,42307,42369,42431,42493,42555,42617,42674,42760,42840,42930,43025,43117,43209,43299,43382,43475,43562,43659,43750,43851,43938,44041,44130,44229,44321,44421,44505,44599,44687,44785,44868,44959,45053,45152,45254,45352,45452,45539,45639,45725,45821,45909,45990,46081,46177,46270,46363,46454,46539,46633,46722,46820,46913,47015,47103,47207,47298,47398,47491,47592,47677,47772,47861,47960,48045,48137,48232,48332,48435,48534,48637,48726,48827,48914,49011,49099,49195,49287,49387,49477,49575,49660,49749,49838,49931,50018,50781,50847,50923,50992,51071,51144,51224,51304,51381,51449,51527,51603,51674,51755,51828,51911,51986,52071,52144,52225,52306,52380,52464,52534,52612,52682,52762,52840,52912,52994,53064,53141,53221,53306,53394,53478,53565,53639,53717,53795,53866,53947,54038,54121,54217,54315,54422,54487,54553,54606,54682,54748,54835,54911,62060,62295,62890,62944,63023,63101,63174,63239,63302,63368,63439,63510,63580,63642,63711,63777,63837,63904,63971,64027,64078,64131,64183,64237,64308,64371,64430,64492,64551,64624,64691,64761,64821,64884,64959,65031,65127,65198,65254,65325,65382,65439,65505,65569,65640,65697,65750,65813,65865,65923,67160,67229,67295,67354,67437,67496,67553,67620,67690,67764,67826,67895,67965,68064,68161,68260,68346,68432,68513,68588,68677,68768,68852,68911,68957,69023,69080,69147,69204,69286,69351,69417,69540,69624,69745,69810,69872,69970,70044,70127,70216,70280,70359,70433,70495,70591,70656,70715,70771,70827,70887,70994,71041,71101,71162,71226,71287,71347,71405,71448,71497,71549,71600,71652,71701,71750,71815,71881,71941,72002,72058,72117,72166,72214,72272,72329,72431,72488,72563,72611,72662,72724,72789,72841,72915,72978,73041,73109,73159,73221,73281,73338,73398,73447,73515,73621,73723,73792,73863,73919,73968,74068,74139,74249,74338,74429,74511,74609,74665,74766,74876,74975,75038,75144,75221,75333,75460,75572,75699,75769,75883,76014,76111,76179,76297,76400,76518,76579,76653,76720,76825,76947,77021,77088,77198,77297,77370,77467,77589,77707,77825,77886,78008,78125,78193,78299,78401,78481,78552,78648,78715,78789,78863,78949,79037,79127,79205,79282,79382,79453,79574,79695,79759,79884,79958,80082,80206,80273,80382,80510,80622,80701,80779,80880,80951,81073,81195,81260,81386,81498,81604,81672,81771,81875,81938,82004,82088,82201,82314,82432,82510,82582,82718,82854,82939,83079,83217,83355,83497,83579,83688,83799,83927,84055,84187,84317,84447,84581,84643,84739,84806,84923,85044,85141,85223,85310,85397,85528,85659,85794,85871,85948,86059,86173,86247,86356,86468,86570,86666,86770,86837,86931,87003,87113,87219,87292,87383,87485,87588,87683,87790,87895,88017,88139,88265,88324,88382,88506,88630,88758,88876,88994,89116,89202,89299,89433,89567,89647,89785,89917,90049,90185,90260,90336,90439,90513,90626,90707,90764,90825,90884,90944,91002,91063,91121,91171,91220,91287,91346,91405,91454,91525,91609,91679,91750,91830,91899,91962,92030,92096,92164,92229,92295,92372,92450,92556,92662,92758,92887,92976,93103,93169,93238,93324,93390,93473,93571,93667,93763,93861,93970,94065,94154,94216,94276,94341,94398,94479,94533,94590,94687,94797,94858,94973,95094,95189,95281,95374,95476,95532,95591,95640,95732,95781,95835,95889,95943,95997,96051,96106,96216,96326,96434,96544,96654,96764,96874,96982,97088,97192,97296,97400,97495,97590,97683,97776,97880,97986,98090,98194,98287,98380,98473,98566,98674,98780,98886,98992,99089,99184,99279,99374,99480,99586,99692,99798,99896,99992,100088,100186,100251,100355,100413,100477,100538,100600,100660,100725,100787,100855,100913,100976,101039,101106,101181,101254,101320,101372,101425,101477,101534,101618,101713,101798,101879,101959,102036,102115,102192,102266,102340,102411,102491,102563,102638,102703,102764,102824,102899,102973,103046,103116,103188,103258,103331,103395,103465,103511,103580,103632,103717,103800,103857,103923,103990,104056,104137,104212,104268,104321,104382,104440,104490,104539,104588,104637,104699,104751,104796,104877,104928,104982,105035,105089,105140,105189,105255,105306,105367,105428,105490,105540,105581,105658,105717,105776,105835,105896,105952,106008,106075,106136,106201,106256,106321,106390,106458,106536,106605,106665,106736,106810,106875,106947,107017,107084,107168,107237,107304,107374,107437,107504,107572,107655,107734,107824,107901,107969,108036,108114,108171,108228,108296,108362,108418,108478,108537,108591,108641,108691,108739,108801,108852,108925,109005,109085,109149,109216,109287,109345,109406,109472,109531,109598,109658,109718,109781,109849,109910,109977,110055,110125,110174,110231,110300,110361,110449,110537,110625,110713,110800,110887,110974,111061,111119,111193,111263,111319,111390,111455,111517,111592,111665,111755,111821,111887,111948,112012,112074,112132,112203,112286,112345,112416,112482,112547,112608,112667,112738,112804,112869,112952,113028,113103,113184,113244,113313,113383,113452,113507,113563,113619,113680,113738,113794,113848,113903,113965,114022,114116,114185,114286,114337,114407,114470,114526,114584,114643,114697,114783,114867,114937,115006,115076,115191,115312,115379,115446,115521,115588,115647,115701,115755,115809,115862,115914,117419,117556,120338,120387,120437,120528,120576,120632,120690,120752,120807,120865,120936,121000,121059,121121,121187,121434,121579,121623,121668,122646,122697,122744,122789,122840,122891,122942,123326,123816,123882,124061,124124,124196,124253,124307,124362,124420,124475,124534,124590,124659,124728,124797,124867,124930,124993,125056,125119,125184,125249,125314,125379,125442,125506,125570,125634,125685,125763,125841,125912,125984,126057,126129,126195,126261,126329,126397,126463,126530,126604,126667,126724,126784,126849,126916,126981,127038,127099,127157,127261,127371,127480,127584,127662,127727,127794,127860,127930,127977,128029,128079,128206,130527,130677,130808,130992,131170,131408,131597,132277,132375,132490,132575,132654,132814,132879,132968,133125,133282,133435,133589,133648,133835,133931,134021,134117,134207,134373,134496,134619,134789,134895,135010,135125,135227,135333,135450,135565,135647,135820,135988,136136,136295,136450,136623,136740,136857,137025,137137,137251,137423,137599,137757,137890,138002,138148,138300,138432,138575,138697,138875,139011,139107,139243,139338,139505,139598,139690,139877,140033,140211,140375,140557,140874,141056,141238,141428,141660,141850,142027,142189,142346,142456,142639,142776,142980,143164,143348,143508,143666,143850,144077,144280,144451,144671,144893,145048,145248,145432,145535,145725,145866,146031,146202,146402,146606,146808,146973,147178,147377,147576,147773,147864,148013,148163,148247,148396,148541,148693,148834,149000,149161,149239,149540,149706,149861,150016,150174,150338,150524,150747,151440,151717,151989,152267,152512,152574,155402,155853,156309,167446,167594,168108,168545,168979,173319,173404,173525,173624,174029,174126,174243,174330,174453,174554,174960,175059,175178,175271,175378,175721,175828,176073,176194,176603,176851,176951,177056,177175,177684,177831,177950,178201,178334,178749,179003,184218,184465,184590,184907,185028,185256,185377,185510,185657,206288,206780,227160,227584,248260,248754,269179,269605,274446,279863,283954,289385,294127,299504,303488,307480,312871,313418,313851,314607,314837,315080,316213,364383,365287,365871,366344,367774,368518,369711,370765,371243,371536,371919,373434,374199,375342,375783,376224,376820,377094,377505,378521,378699,379452,379589,379680,381874,382140,382462,382672,382781,382900,383084,384202,384672,385423,388006,388419,388795,389023,389279,389538,390114,390468,390590,390729,391021,391281,392209,392495,392898,393300,393643,393855,394056,394269,394558,405445,405518,405605,405690,410359,410471,410577,410700,410832,410955,411085,411209,411342,411473,411598,411715,411835,411967,412095,412209,412327,412440,412561,412749,412936,413117,413300,413484,413649,413831,413951,414071,414179,414289,414401,414509,414619,414784,414950,415102,415267,415368,415488,415659,415820,415983,416144,416311,416430,416547,416727,416909,417090,417273,417428,417573,417695,417830,417993,418186,418312,418464,418606,418776,418932,419104,425867,426062,426154,426327,426489,426584,426753,426847,426936,427179,427268,427561,427977,428397,428818,429244,429661,430077,430494,430912,431326,431796,432269,432741,433152,433623,434095,434285,434491,434597,434705,434811,434923,435037,435149,435263,435379,435493,435601,435711,435819,436081,436460,436864,437011,437119,437229,437337,437451,437860,438274,438390,438808,439049,439479,439914,440324,440746,441156,441278,441687,442103,442225,442443,445618,445686,446030,446110,446466,446616,446760,446836,446948,447038,447300,447565,447673,447825,447933,448009,448121,448211,448313,448421,448529,448629,448737,448822,448926,449013,449091,449205,449297,449561,449828,449938,450091,450201,450285,450674,450772,450880,450974,451104,451212,451334,451470,451578,451698,451832,451954,452082,452224,452350,452490,452616,452734,452866,452964,453074,453374,453486,453604,454068,454184,454487,454613,454709,455110,455220,455344,455482,455592,455714,456026,456150,456280,456756,456884,457199,457337,457499,457715,457871,459078,459146,459230,459334,459537,459726,459927,460120,460325,460638,460850,461016,461132,461378,461594,461907,462333,462795,463032,463184,463444,463588,463730,466962,467076,467196,467312,467406,467727,467826,467944,468045,468324,468609,468888,469170,469423,469682,469935,470191,470615,470691,473941,475296,475740,477594,478169,478377,479387,479767,479933,480074,485094,485520,485632,485767,485920,486117,486288,486471,486646,486833,487105,487263,487347,487451,487938,488494,488652,488871,489102,489325,489560,489782,490048,490186,490785,490899,491037,491149,491273,491844,492339,492885,493030,493123,493215,495142,495712,496010,496199,496405,496598,496808,497692,497837,498229,498387,498604,506660,507092,507967,508587,508784,509732,510497,510620,511393,511614,511814,513791,513891,513981,514667,515420,516185,516948,517723,518936,519101,520714,521035,522098,522308,522478,523048,523943,524576,524742,526228,526844,527080,527301,528259,528524,528789,529036,529450,529686,530971,531420,531607,531856,532098,532274,532515,532748,532973,533568,534043,534567,534828,536179,536654,537880,538350,539398,539850,540094,540551,541796,542279,542429,542773,542919,543057,543193,543481,543985,544494,544610,545512,545634,545746,545923,546189,546459,546725,546993,547249,547509,547765,548023,548275,548531,548783,549037,549269,549505,549757,550013,550265,550519,550751,550985,551097,551522,551646,552738,553553,553749,554073,554462,554814,555055,555269,555568,555760,556075,556282,556628,556928,557329,557548,557961,558198,558568,559292,559647,559916,560056,560310,560454,560731,561723,562132,562764,563110,563478,564552,564915,565315,566823,567408,567726,570261,570455,570673,570899,571111,571310,571517,572721,573016,573573,573963,574595,575072,575317,575668,575914,576674,576938,577361,577552,577931,578019,578127,578235,578548,578873,579192,579523,582226,582414,582675,582924,585508,585700,585965,586218,586750,587158,587357,587941,588176,588300,588712,588926,589328,589431,589561,589736,589988,590184,590324,590518,591529,592598,592886,593016,593793,594450,594596,595302,595540,597080,597230,597647,597812,598498,598968,599164,599255,599339,599483,599717,599884,600812,601098,601258,601873,602032,602360,602587,603099,603461,603540,603879,603984,604349,604720,605081,606955,607584,608660,609084,609337,609489,610537,611274,611477,611723,611970,612188,612430,612751,613015,613320,613543,613854,614043,614758,615027,615521,615747,616187,616346,616630,617375,617740,618045,618203,618441,619760,620158,620386,620606,620748,622038,622144,622274,622412,622536,622824,622993,623093,623378,623492,624375,625130,625569,625693,625939,626132,626266,626457,627236,627454,627745,628024,628341,628563,628858,629141,629245,629586,630402,630718,631279,631785,631990,632776,633181,633842,634031,634582,635148,635268,635670,641276,641806,642105,660517,662959,664553,666560,666899,672929,675224,675664,676416,676600,676811,681469,713498,714226,714428,715563,715713,718300,720444,730426,731878,732219,732727,733238,735032,735292,735908,736403,737440,739306,739497,739830,739986,740179,742571,742800,743008,743178,754580,754878,756221,757231,762303,762419,763643,763780,763926,765873,767011,767542,767968,769701,769949,774865,774981,775156,779762,779909,790781,793155,798850,798945,799038,799101,799183,799276,799369,799456,799554,799645,799736,799824,799908,800004,800108,800208,800314,800417,800518,800622,800728,800827,800933,801035,801142,801251,801362,801493,801613,801729,801847,801946,802053,802169,802288,802416,802505,802600,802677,802766,802857,802950,803024,803121,803216,803314,803413,803517,803613,803715,803818,803918,804021,804106,804207,804305,804395,804490,804577,804683,804785,804879,804970,805064,805140,805232,805321,805424,805535,805618,805704,805799,805896,805992,806080,806181,806282,806385,806491,806589,806686,806781,806879,806982,807082,807185,807290,807408,807524,807619,807712,807797,807893,807987,808079,808181,808288,808371,808475,808580,808680,808781,808886,808986,809087,809186,809288,809382,809489,809591,809694,809787,809883,809985,810088,810184,810286,810389,810486,810589,810687,810791,810896,810993,811101,811215,811330,811438,811552,811667,811769,811874,811982,812092,812208,812325,812420,812517,812616,812721,812827,812926,813031,813137,813237,813343,813444,813551,813670,813769,813874,813976,814078,814178,814281,814376,814480,814565,814669,814773,814871,814975,815081,815179,815284,815382,815495,815589,815678,815767,815850,815941,816024,816122,816212,816308,816397,816491,816579,816675,816760,816868,816969,817070,817168,817274,817365,817464,817561,817659,817755,817848,817958,818056,818151,818261,818353,818453,818552,818639,818743,818848,818947,819054,819161,819260,819369,819461,819572,819683,819794,819898,820013,820129,820256,820376,820473,820572,820664,820763,820855,820954,821040,821134,821237,821333,821436,821532,821635,821732,821830,821933,822026,822116,822217,822300,822391,822476,822568,822671,822766,822862,822955,823049,823128,823235,823326,823425,823518,823621,823725,823826,823927,824031,824125,824229,824333,824446,824552,824658,824766,824883,824984,825092,825192,825295,825400,825507,825603,825682,825772,825856,825948,826021,826118,826200,826285,826370,826467,826560,826655,826754,826851,826942,827033,827125,827220,827327,827435,827537,827634,827731,827824,827911,827995,828092,828189,828282,828369,828460,828559,828658,828753,828842,828923,829022,829126,829223,829328,829425,829509,829608,829712,829809,829914,830011,830109,830210,830316,830415,830522,830621,830720,830811,830900,830989,831071,831164,831255,831366,831467,831567,831679,831792,831890,831998,832092,832192,832281,832373,832484,832594,832689,832805,832931,833057,833176,833304,833429,833554,833672,833799,833908,834017,834130,834253,834376,834492,834617,834714,834822,834944,835060,835176,835285,835373,835474,835563,835664,835751,835839,835936,836028,836134,836234,836310", + "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,462,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,521,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1941,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2048,2051,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2113,2114,2115,2116,2117,2128,2132,2136,2140,2141,2145,2192,2199,2207,2372,2382,2391,2400,2409,2470,2471,2472,2478,2479,2480,2481,2482,2483,2489,2490,2491,2492,2493,2498,2499,2503,2504,2510,2514,2515,2516,2517,2527,2528,2529,2533,2534,2540,2544,2545,2617,2618,2622,2623,2626,2627,2628,2629,2892,2899,3159,3165,3428,3435,3695,3701,3764,3846,3898,3980,4042,4124,4188,4240,4322,4330,4336,4347,4351,4355,4368,4383,5159,5166,5172,5189,5202,5222,5239,5248,5253,5260,5280,5293,5310,5316,5322,5329,5333,5339,5353,5356,5366,5367,5368,5416,5420,5424,5428,5429,5430,5433,5449,5456,5470,5515,5516,5530,5534,5538,5543,5550,5556,5557,5560,5564,5569,5582,5586,5591,5596,5601,5604,5607,5610,5614,5618,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5859,5863,5867,5871,5875,5879,5883,5884,5885,5886,5887,5888,5889,5890,5894,5898,5899,5903,5904,5907,5911,5914,5917,5920,5924,5927,5930,5934,5938,5942,5946,5949,5950,5951,5952,5955,5959,5962,5965,5968,5971,5974,5977,5981,6051,6052,6055,6058,6059,6062,6063,6064,6068,6069,6074,6081,6088,6095,6102,6109,6116,6123,6130,6137,6146,6155,6164,6171,6180,6189,6192,6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6211,6216,6221,6224,6225,6226,6227,6228,6236,6244,6245,6253,6257,6265,6273,6281,6289,6297,6298,6306,6314,6315,6318,6321,6365,6370,6372,6377,6381,6385,6386,6387,6388,6392,6396,6397,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6420,6424,6425,6429,6430,6431,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6460,6461,6462,6468,6469,6473,6475,6476,6481,6482,6483,6484,6485,6486,6490,6491,6492,6498,6499,6503,6505,6509,6513,6517,6521,6534,6535,6536,6539,6542,6545,6548,6551,6556,6560,6563,6564,6569,6573,6578,6584,6590,6595,6599,6604,6608,6612,6653,6654,6655,6656,6657,6661,6662,6663,6664,6668,6672,6676,6680,6684,6688,6692,6696,6702,6703,6744,6758,6763,6789,6796,6799,6810,6815,6818,6821,6876,6882,6883,6886,6889,6892,6895,6898,6901,6904,6908,6911,6912,6913,6921,6929,6932,6937,6942,6947,6952,6956,6960,6961,6969,6970,6971,6972,6973,6981,6986,6991,6992,6993,6994,7019,7025,7030,7033,7037,7040,7044,7054,7057,7062,7065,7069,7073,7178,7192,7205,7209,7224,7235,7238,7249,7254,7258,7293,7294,7295,7307,7315,7323,7331,7339,7359,7362,7389,7394,7414,7417,7420,7427,7440,7449,7452,7472,7482,7486,7490,7503,7507,7511,7515,7521,7525,7542,7550,7554,7558,7562,7565,7569,7573,7577,7587,7594,7601,7605,7631,7641,7666,7675,7695,7705,7709,7719,7744,7754,7757,7761,7762,7763,7764,7768,7774,7780,7781,7794,7795,7796,7799,7802,7805,7808,7811,7814,7817,7820,7823,7826,7829,7832,7835,7838,7841,7844,7847,7850,7853,7856,7859,7860,7865,7866,7879,7889,7893,7898,7903,7907,7910,7914,7918,7921,7925,7928,7932,7937,7942,7945,7952,7956,7960,7969,7974,7979,7980,7984,7987,7991,8004,8009,8017,8021,8025,8042,8046,8051,8069,8076,8080,8110,8113,8116,8119,8122,8125,8128,8147,8153,8161,8168,8180,8188,8193,8198,8202,8213,8217,8225,8228,8233,8234,8235,8236,8240,8244,8248,8252,8287,8290,8294,8298,8332,8335,8339,8343,8352,8358,8361,8371,8375,8376,8383,8387,8394,8395,8396,8399,8404,8409,8410,8414,8429,8448,8452,8453,8465,8475,8476,8488,8493,8517,8520,8526,8529,8538,8546,8550,8553,8556,8559,8563,8566,8583,8587,8590,8605,8608,8616,8621,8628,8633,8634,8639,8640,8646,8652,8658,8690,8701,8718,8725,8729,8732,8745,8754,8758,8763,8767,8771,8775,8779,8783,8787,8791,8796,8799,8811,8816,8825,8828,8835,8836,8840,8849,8855,8859,8860,8864,8885,8891,8895,8899,8900,8918,8919,8920,8921,8922,8927,8930,8931,8937,8938,8950,8962,8969,8970,8975,8980,8981,8985,8999,9004,9010,9016,9022,9027,9033,9039,9040,9046,9061,9066,9075,9084,9087,9101,9106,9117,9121,9130,9139,9140,9147,9155,9321,9331,9378,9940,9986,10043,10055,10113,10300,10320,10341,10347,10355,10461,10475,11258,11264,11308,11312,11318,11378,11453,11729,11742,11750,11765,11821,11832,11845,11857,11895,11942,11948,11960,11966,11972,12024,12029,12034,12041,12076,12351,12397,12426,12489,12570,12576,12606,12610,12638,12677,12695,12713,12770,12778,12802,12911,12919,13012,13052,13331,13339,13404,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3333,3394,3450,3501,3561,3617,3680,3729,3785,3841,3891,3950,4005,4067,4114,4168,4224,4276,4331,4385,4439,4493,4542,4600,4654,4711,4767,4814,4867,4923,4983,5046,5105,5167,5217,5271,5325,5373,5430,5483,5539,6161,6217,7155,7265,7321,7381,7434,7495,7574,7655,7727,7806,7886,7962,8040,8109,8185,8262,8333,8406,8482,8560,8629,8705,8782,8846,8917,8989,11481,11579,11634,11750,11803,11855,11905,11963,12028,12076,12127,19084,19150,19208,19277,19335,19404,19474,19547,19621,19689,19756,19826,19892,19965,20025,20101,20161,20221,20296,20364,20430,20498,20558,20617,20674,20740,20802,20859,20927,21000,21070,21132,21193,21261,21323,21393,21462,21518,21577,21639,21701,21768,21825,21886,21947,22008,22069,22125,22181,22237,22293,22351,22409,22467,22525,22582,22639,22696,22753,22812,22871,22929,23012,23095,23168,23222,23291,23347,23428,23509,23580,23709,23968,24026,24084,25171,25718,25778,25832,25902,25972,26037,26103,26168,26236,26305,26373,26503,26556,26615,26673,26725,26821,26873,26919,26969,27025,27072,27177,27235,27297,27360,27422,27481,27541,27606,27672,27737,27799,27861,27923,27985,28047,28109,28175,28242,28308,28371,28435,28498,28566,28627,28689,28751,28814,28878,28941,29005,29083,29142,29208,29288,29349,29402,29611,29662,30089,30559,30618,31813,33981,34052,34118,34192,34261,34332,34405,34476,34544,34617,34693,34763,34841,34909,34975,35036,35105,35169,35235,35303,35369,35432,35500,35571,35636,35709,35772,35853,35917,35983,36053,36123,36193,36263,36330,37068,37126,37185,37245,37304,37363,37422,37481,37540,37599,37658,37717,37776,37835,37895,37956,38018,38079,38140,38201,38262,38323,38384,38444,38505,38566,38626,38687,38748,38809,38870,38931,38992,39053,39114,39175,39236,39297,39365,39434,39504,39573,39642,39711,39780,39849,39918,39987,40056,40125,40194,40254,40315,40377,40438,40499,40560,40621,40682,40743,40804,40865,40926,40987,41049,41112,41176,41239,41302,41365,41428,41491,41554,41617,41680,41743,41806,41867,41929,41992,42054,42116,42178,42240,42302,42364,42426,42488,42550,42612,42669,42755,42835,42925,43020,43112,43204,43294,43377,43470,43557,43654,43745,43846,43933,44036,44125,44224,44316,44416,44500,44594,44682,44780,44863,44954,45048,45147,45249,45347,45447,45534,45634,45720,45816,45904,45985,46076,46172,46265,46358,46449,46534,46628,46717,46815,46908,47010,47098,47202,47293,47393,47486,47587,47672,47767,47856,47955,48040,48132,48227,48327,48430,48529,48632,48721,48822,48909,49006,49094,49190,49282,49382,49472,49570,49655,49744,49833,49926,50013,50104,50842,50918,50987,51066,51139,51219,51299,51376,51444,51522,51598,51669,51750,51823,51906,51981,52066,52139,52220,52301,52375,52459,52529,52607,52677,52757,52835,52907,52989,53059,53136,53216,53301,53389,53473,53560,53634,53712,53790,53861,53942,54033,54116,54212,54310,54417,54482,54548,54601,54677,54743,54830,54906,54982,62120,62345,62939,63018,63096,63169,63234,63297,63363,63434,63505,63575,63637,63706,63772,63832,63899,63966,64022,64073,64126,64178,64232,64303,64366,64425,64487,64546,64619,64686,64756,64816,64879,64954,65026,65122,65193,65249,65320,65377,65434,65500,65564,65635,65692,65745,65808,65860,65918,65985,67224,67290,67349,67432,67491,67548,67615,67685,67759,67821,67890,67960,68059,68156,68255,68341,68427,68508,68583,68672,68763,68847,68906,68952,69018,69075,69142,69199,69281,69346,69412,69535,69619,69740,69805,69867,69965,70039,70122,70211,70275,70354,70428,70490,70586,70651,70710,70766,70822,70882,70989,71036,71096,71157,71221,71282,71342,71400,71443,71492,71544,71595,71647,71696,71745,71810,71876,71936,71997,72053,72112,72161,72209,72267,72324,72426,72483,72558,72606,72657,72719,72784,72836,72910,72973,73036,73104,73154,73216,73276,73333,73393,73442,73510,73616,73718,73787,73858,73914,73963,74063,74134,74244,74333,74424,74506,74604,74660,74761,74871,74970,75033,75139,75216,75328,75455,75567,75694,75764,75878,76009,76106,76174,76292,76395,76513,76574,76648,76715,76820,76942,77016,77083,77193,77292,77365,77462,77584,77702,77820,77881,78003,78120,78188,78294,78396,78476,78547,78643,78710,78784,78858,78944,79032,79122,79200,79277,79377,79448,79569,79690,79754,79879,79953,80077,80201,80268,80377,80505,80617,80696,80774,80875,80946,81068,81190,81255,81381,81493,81599,81667,81766,81870,81933,81999,82083,82196,82309,82427,82505,82577,82713,82849,82934,83074,83212,83350,83492,83574,83683,83794,83922,84050,84182,84312,84442,84576,84638,84734,84801,84918,85039,85136,85218,85305,85392,85523,85654,85789,85866,85943,86054,86168,86242,86351,86463,86565,86661,86765,86832,86926,86998,87108,87214,87287,87378,87480,87583,87678,87785,87890,88012,88134,88260,88319,88377,88501,88625,88753,88871,88989,89111,89197,89294,89428,89562,89642,89780,89912,90044,90180,90255,90331,90434,90508,90621,90702,90759,90820,90879,90939,90997,91058,91116,91166,91215,91282,91341,91400,91449,91520,91604,91674,91745,91825,91894,91957,92025,92091,92159,92224,92290,92367,92445,92551,92657,92753,92882,92971,93098,93164,93233,93319,93385,93468,93566,93662,93758,93856,93965,94060,94149,94211,94271,94336,94393,94474,94528,94585,94682,94792,94853,94968,95089,95184,95276,95369,95471,95527,95586,95635,95727,95776,95830,95884,95938,95992,96046,96101,96211,96321,96429,96539,96649,96759,96869,96977,97083,97187,97291,97395,97490,97585,97678,97771,97875,97981,98085,98189,98282,98375,98468,98561,98669,98775,98881,98987,99084,99179,99274,99369,99475,99581,99687,99793,99891,99987,100083,100181,100246,100350,100408,100472,100533,100595,100655,100720,100782,100850,100908,100971,101034,101101,101176,101249,101315,101367,101420,101472,101529,101613,101708,101793,101874,101954,102031,102110,102187,102261,102335,102406,102486,102558,102633,102698,102759,102819,102894,102968,103041,103111,103183,103253,103326,103390,103460,103506,103575,103627,103712,103795,103852,103918,103985,104051,104132,104207,104263,104316,104377,104435,104485,104534,104583,104632,104694,104746,104791,104872,104923,104977,105030,105084,105135,105184,105250,105301,105362,105423,105485,105535,105576,105653,105712,105771,105830,105891,105947,106003,106070,106131,106196,106251,106316,106385,106453,106531,106600,106660,106731,106805,106870,106942,107012,107079,107163,107232,107299,107369,107432,107499,107567,107650,107729,107819,107896,107964,108031,108109,108166,108223,108291,108357,108413,108473,108532,108586,108636,108686,108734,108796,108847,108920,109000,109080,109144,109211,109282,109340,109401,109467,109526,109593,109653,109713,109776,109844,109905,109972,110050,110120,110169,110226,110295,110356,110444,110532,110620,110708,110795,110882,110969,111056,111114,111188,111258,111314,111385,111450,111512,111587,111660,111750,111816,111882,111943,112007,112069,112127,112198,112281,112340,112411,112477,112542,112603,112662,112733,112799,112864,112947,113023,113098,113179,113239,113308,113378,113447,113502,113558,113614,113675,113733,113789,113843,113898,113960,114017,114111,114180,114281,114332,114402,114465,114521,114579,114638,114692,114778,114862,114932,115001,115071,115186,115307,115374,115441,115516,115583,115642,115696,115750,115804,115857,115909,115983,117551,117691,120382,120432,120482,120571,120627,120685,120747,120802,120860,120931,120995,121054,121116,121182,121248,121472,121618,121663,121706,122692,122739,122784,122835,122886,122937,122988,123369,123877,123939,124119,124191,124248,124302,124357,124415,124470,124529,124585,124654,124723,124792,124862,124925,124988,125051,125114,125179,125244,125309,125374,125437,125501,125565,125629,125680,125758,125836,125907,125979,126052,126124,126190,126256,126324,126392,126458,126525,126599,126662,126719,126779,126844,126911,126976,127033,127094,127152,127256,127366,127475,127579,127657,127722,127789,127855,127925,127972,128024,128074,128131,128521,130672,130803,130987,131165,131403,131592,131761,132370,132485,132570,132649,132809,132874,132963,133120,133277,133430,133584,133643,133830,133926,134016,134112,134202,134368,134491,134614,134784,134890,135005,135120,135222,135328,135445,135560,135642,135815,135983,136131,136290,136445,136618,136735,136852,137020,137132,137246,137418,137594,137752,137885,137997,138143,138295,138427,138570,138692,138870,139006,139102,139238,139333,139500,139593,139685,139872,140028,140206,140370,140552,140869,141051,141233,141423,141655,141845,142022,142184,142341,142451,142634,142771,142975,143159,143343,143503,143661,143845,144072,144275,144446,144666,144888,145043,145243,145427,145530,145720,145861,146026,146197,146397,146601,146803,146968,147173,147372,147571,147768,147859,148008,148158,148242,148391,148536,148688,148829,148995,149156,149234,149535,149701,149856,149958,150169,150333,150519,150742,150867,151712,151984,152262,152507,152569,152854,155848,156304,156813,167589,168103,168540,168974,169417,173399,173520,173619,174024,174121,174238,174325,174448,174549,174955,175054,175173,175266,175373,175716,175823,176068,176189,176598,176846,176946,177051,177170,177679,177826,177945,178196,178329,178744,178998,179110,184460,184585,184902,185023,185251,185372,185505,185652,206283,206775,227155,227579,248255,248749,269174,269600,274441,279858,283949,289380,294122,299499,303483,307475,312866,313413,313846,314602,314832,315075,316208,317137,365282,365866,366339,367769,368513,369706,370760,371238,371531,371914,373429,374194,375337,375778,376219,376815,377089,377500,378516,378694,379447,379584,379675,381869,382135,382457,382667,382776,382895,383079,384197,384667,385418,388001,388096,388790,389018,389274,389533,390109,390463,390585,390724,391016,391276,392204,392490,392893,393295,393638,393850,394051,394264,394553,394838,405513,405600,405685,405784,410466,410572,410695,410827,410950,411080,411204,411337,411468,411593,411710,411830,411962,412090,412204,412322,412435,412556,412744,412931,413112,413295,413479,413644,413826,413946,414066,414174,414284,414396,414504,414614,414779,414945,415097,415262,415363,415483,415654,415815,415978,416139,416306,416425,416542,416722,416904,417085,417268,417423,417568,417690,417825,417988,418181,418307,418459,418601,418771,418927,419099,419390,426057,426149,426322,426484,426579,426748,426842,426931,427174,427263,427556,427972,428392,428813,429239,429656,430072,430489,430907,431321,431791,432264,432736,433147,433618,434090,434280,434486,434592,434700,434806,434918,435032,435144,435258,435374,435488,435596,435706,435814,436076,436455,436859,437006,437114,437224,437332,437446,437855,438269,438385,438803,439044,439474,439909,440319,440741,441151,441273,441682,442098,442220,442438,442622,445681,446025,446105,446461,446611,446755,446831,446943,447033,447295,447560,447668,447820,447928,448004,448116,448206,448308,448416,448524,448624,448732,448817,448921,449008,449086,449200,449292,449556,449823,449933,450086,450196,450280,450669,450767,450875,450969,451099,451207,451329,451465,451573,451693,451827,451949,452077,452219,452345,452485,452611,452729,452861,452959,453069,453369,453481,453599,454063,454179,454482,454608,454704,455105,455215,455339,455477,455587,455709,456021,456145,456275,456751,456879,457194,457332,457494,457710,457866,458070,459141,459225,459329,459532,459721,459922,460115,460320,460633,460845,461011,461127,461373,461589,461902,462328,462790,463027,463179,463439,463583,463725,466957,467071,467191,467307,467401,467722,467821,467939,468040,468319,468604,468883,469165,469418,469677,469930,470186,470610,470686,473936,475291,475735,477589,478164,478372,479382,479762,479928,480069,485089,485515,485627,485762,485915,486112,486283,486466,486641,486828,487100,487258,487342,487446,487933,488489,488647,488866,489097,489320,489555,489777,490043,490181,490780,490894,491032,491144,491268,491839,492334,492880,493025,493118,493210,495137,495707,496005,496194,496400,496593,496803,497687,497832,498224,498382,498599,498860,507087,507962,508582,508779,509727,510492,510615,511388,511609,511809,513786,513886,513976,514662,515415,516180,516943,517718,518931,519096,520709,521030,522093,522303,522473,523043,523938,524571,524737,526223,526839,527075,527296,528254,528519,528784,529031,529445,529681,530966,531415,531602,531851,532093,532269,532510,532743,532968,533563,534038,534562,534823,536174,536649,537875,538345,539393,539845,540089,540546,541791,542274,542424,542768,542914,543052,543188,543476,543980,544489,544605,545507,545629,545741,545918,546184,546454,546720,546988,547244,547504,547760,548018,548270,548526,548778,549032,549264,549500,549752,550008,550260,550514,550746,550980,551092,551517,551641,552733,553548,553744,554068,554457,554809,555050,555264,555563,555755,556070,556277,556623,556923,557324,557543,557956,558193,558563,559287,559642,559911,560051,560305,560449,560726,561718,562127,562759,563105,563473,564547,564910,565310,566818,567403,567721,570256,570450,570668,570894,571106,571305,571512,572716,573011,573568,573958,574590,575067,575312,575663,575909,576669,576933,577356,577547,577926,578014,578122,578230,578543,578868,579187,579518,582221,582409,582670,582919,585503,585695,585960,586213,586745,587153,587352,587936,588171,588295,588707,588921,589323,589426,589556,589731,589983,590179,590319,590513,591524,592593,592881,593011,593788,594445,594591,595297,595535,597075,597225,597642,597807,598493,598963,599159,599250,599334,599478,599712,599879,600807,601093,601253,601868,602027,602355,602582,603094,603456,603535,603874,603979,604344,604715,605076,606950,607579,608655,609079,609332,609484,610532,611269,611472,611718,611965,612183,612425,612746,613010,613315,613538,613849,614038,614753,615022,615516,615742,616182,616341,616625,617370,617735,618040,618198,618436,619755,620153,620381,620601,620743,622033,622139,622269,622407,622531,622819,622988,623088,623373,623487,624370,625125,625564,625688,625934,626127,626261,626452,627231,627449,627740,628019,628336,628558,628853,629136,629240,629581,630397,630713,631274,631780,631985,632771,633176,633837,634026,634577,635143,635263,635665,636199,641801,642100,644445,662954,664548,666555,666894,669327,675219,675659,676411,676595,676806,681464,682047,714221,714423,715558,715708,715883,718520,721033,731673,732214,732722,733233,735027,735287,735903,736398,737435,739301,739492,739825,739981,740174,742566,742795,743003,743173,744945,754873,756216,757226,759191,762414,762583,763775,763921,764606,767006,767537,767963,769696,769944,770714,774976,775151,778366,779904,790776,791019,793521,798940,799033,799096,799178,799271,799364,799451,799549,799640,799731,799819,799903,799999,800103,800203,800309,800412,800513,800617,800723,800822,800928,801030,801137,801246,801357,801488,801608,801724,801842,801941,802048,802164,802283,802411,802500,802595,802672,802761,802852,802945,803019,803116,803211,803309,803408,803512,803608,803710,803813,803913,804016,804101,804202,804300,804390,804485,804572,804678,804780,804874,804965,805059,805135,805227,805316,805419,805530,805613,805699,805794,805891,805987,806075,806176,806277,806380,806486,806584,806681,806776,806874,806977,807077,807180,807285,807403,807519,807614,807707,807792,807888,807982,808074,808176,808283,808366,808470,808575,808675,808776,808881,808981,809082,809181,809283,809377,809484,809586,809689,809782,809878,809980,810083,810179,810281,810384,810481,810584,810682,810786,810891,810988,811096,811210,811325,811433,811547,811662,811764,811869,811977,812087,812203,812320,812415,812512,812611,812716,812822,812921,813026,813132,813232,813338,813439,813546,813665,813764,813869,813971,814073,814173,814276,814371,814475,814560,814664,814768,814866,814970,815076,815174,815279,815377,815490,815584,815673,815762,815845,815936,816019,816117,816207,816303,816392,816486,816574,816670,816755,816863,816964,817065,817163,817269,817360,817459,817556,817654,817750,817843,817953,818051,818146,818256,818348,818448,818547,818634,818738,818843,818942,819049,819156,819255,819364,819456,819567,819678,819789,819893,820008,820124,820251,820371,820468,820567,820659,820758,820850,820949,821035,821129,821232,821328,821431,821527,821630,821727,821825,821928,822021,822111,822212,822295,822386,822471,822563,822666,822761,822857,822950,823044,823123,823230,823321,823420,823513,823616,823720,823821,823922,824026,824120,824224,824328,824441,824547,824653,824761,824878,824979,825087,825187,825290,825395,825502,825598,825677,825767,825851,825943,826016,826113,826195,826280,826365,826462,826555,826650,826749,826846,826937,827028,827120,827215,827322,827430,827532,827629,827726,827819,827906,827990,828087,828184,828277,828364,828455,828554,828653,828748,828837,828918,829017,829121,829218,829323,829420,829504,829603,829707,829804,829909,830006,830104,830205,830311,830410,830517,830616,830715,830806,830895,830984,831066,831159,831250,831361,831462,831562,831674,831787,831885,831993,832087,832187,832276,832368,832479,832589,832684,832800,832926,833052,833171,833299,833424,833549,833667,833794,833903,834012,834125,834248,834371,834487,834612,834709,834817,834939,835055,835171,835280,835368,835469,835558,835659,835746,835834,835931,836023,836129,836229,836305,836382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\6914f32b14cedd7c4016e674d116f8da\\transformed\\lifecycle-runtime-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1865", + "startColumns": "4", + "startOffsets": "123419", + "endColumns": "42", + "endOffsets": "123457" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\f3de77c40fd21341e5d825ac2aadffe4\\transformed\\activity-1.8.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,59", + "endOffsets": "92,152" + }, + "to": { + "startLines": "1825,1866", + "startColumns": "4,4", + "startOffsets": "121392,123462", + "endColumns": "41,59", + "endOffsets": "121429,123517" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\9.0-milestone-1\\transforms\\aaebe68dea66ffd37618b03ea69332e7\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1969", + "startColumns": "4", + "startOffsets": "130392", + "endColumns": "82", + "endOffsets": "130470" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json new file mode 100644 index 0000000..42f3803 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json @@ -0,0 +1,10 @@ +[ + { + "merged": "com.example.daydreamclock.app-debug-31:/layout_layout_dream.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/layout/layout_dream.xml" + }, + { + "merged": "com.example.daydreamclock.app-debug-31:/xml_dream_info.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/xml/dream_info.xml" + } +] \ No newline at end of file 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..99891ba --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json @@ -0,0 +1,5958 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9415", + "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,9492" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,457,562,665,782", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "148,250,351,452,557,660,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3577,3675,3777,3878,3979,4084,4187,9497", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "3670,3772,3873,3974,4079,4182,4299,9593" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3032,3123,3199,3253,3304,3370,3442,3520,3616,3698,3778,3854,3931,4008,4115,4204,4277,4367,4462,4536,4617,4710,4765,4846,4912,4998,5083,5145,5209,5272,5344,5442,5541,5636,5728,5786,5841", + "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,70,71,72,73,74,75", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,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,3027,3118,3194,3248,3299,3365,3437,3515,3611,3693,3773,3849,3926,4003,4110,4199,4272,4362,4457,4531,4612,4705,4760,4841,4907,4993,5078,5140,5204,5267,5339,5437,5536,5631,5723,5781,5836,5916" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4304,4401,4538,4630,4696,4795,4872,4935,5053,5114,5179,5236,5306,5367,5421,5537,5594,5656,5710,5784,5912,6000,6086,6223,6307,6392,6526,6617,6693,6747,6798,6864,6936,7014,7110,7192,7272,7348,7425,7502,7609,7698,7771,7861,7956,8030,8111,8204,8259,8340,8406,8492,8577,8639,8703,8766,8838,8936,9035,9130,9222,9280,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79", + "endOffsets": "426,3221,3299,3383,3481,3572,4396,4533,4625,4691,4790,4867,4930,5048,5109,5174,5231,5301,5362,5416,5532,5589,5651,5705,5779,5907,5995,6081,6218,6302,6387,6521,6612,6688,6742,6793,6859,6931,7009,7105,7187,7267,7343,7420,7497,7604,7693,7766,7856,7951,8025,8106,8199,8254,8335,8401,8487,8572,8634,8698,8761,8833,8931,9030,9125,9217,9275,9330,9410" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2494,2573,2648,2698,2749,2815,2879,2949,3026,3097,3165,3236,3303,3373,3466,3546,3620,3700,3782,3854,3919,3991,4039,4112,4176,4251,4328,4390,4454,4517,4584,4668,4746,4826,4904,4958,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,68,69,70,71,72,73", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,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,2489,2568,2643,2693,2744,2810,2874,2944,3021,3092,3160,3231,3298,3368,3461,3541,3615,3695,3777,3849,3914,3986,4034,4107,4171,4246,4323,4385,4449,4512,4579,4663,4741,4821,4899,4953,5008,5080" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3907,3990,4096,4171,4233,4314,4376,4433,4520,4580,4638,4696,4755,4812,4866,4961,5017,5074,5128,5194,5298,5373,5450,5571,5636,5701,5801,5880,5955,6005,6056,6122,6186,6256,6333,6404,6472,6543,6610,6680,6773,6853,6927,7007,7089,7161,7226,7298,7346,7419,7483,7558,7635,7697,7761,7824,7891,7975,8053,8133,8211,8265,8320", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71", + "endOffsets": "294,2939,3003,3072,3146,3225,3985,4091,4166,4228,4309,4371,4428,4515,4575,4633,4691,4750,4807,4861,4956,5012,5069,5123,5189,5293,5368,5445,5566,5631,5696,5796,5875,5950,6000,6051,6117,6181,6251,6328,6399,6467,6538,6605,6675,6768,6848,6922,7002,7084,7156,7221,7293,7341,7414,7478,7553,7630,7692,7756,7819,7886,7970,8048,8128,8206,8260,8315,8387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8392", + "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,8466" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,438,534,632,732", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "142,242,336,433,529,627,727,828" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3230,3322,3422,3516,3613,3709,3807,8471", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "3317,3417,3511,3608,3704,3802,3902,8567" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v31_values-v31.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,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,277,342,408", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6364,6475,6583,6691,6797,6900,7013,7120,7237,7340,7459,7564,7679,7787,7903,8003,8113,8217,8331,8438,8553,8671,8794,8920,9042,9166,9277,9393,9495,9607,9719,9831,9940,10049,10156,10261,10375,10484,10602,10706,10826,10933,11049,11158,11275,11376,11487,11592,11707,11816,11932,12051,12175,12302,12425,12552,12665,12782,12885,12998,13102,13214,13322,13438,13544,13658,13759,13864,13969,14078,14181,14288,14379,14490,14587,14704,14797,14910,15009,15128,15219,15312,15407,15500,15593,15686,15779,15872,15965,16058,16151,16244,16337,16444,16553,16664,16773,16882,16991,17100,17209,17318,17427,17536,17645,17754,17845,17938,18033,18126,18219,18312,18405,18498,18591,18684,18777,18870,18963,19058,19155,19254,19351,19448,19545,19642,19739,19836,19933,20030,20127,20224,20317,20412,20509,20604,20699,20794,20889,20984,21079,21174,21269,21364,21459,27071,32713,38445", + "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,276,341,407,473", + "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,109,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,106,114,117,122,125,121,123,110,115,101,111,111,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,108,115,118,123,126,122,126,112,116,102,112,103,111,107,115,105,113,100,104,104,108,102,106,90,110,96,116,92,112,98,118,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,6359,6470,6578,6686,6792,6895,7008,7115,7232,7335,7454,7559,7674,7782,7898,7998,8108,8212,8326,8433,8548,8666,8789,8915,9037,9161,9272,9388,9490,9602,9714,9826,9935,10044,10151,10256,10370,10479,10597,10701,10821,10928,11044,11153,11270,11371,11482,11587,11702,11811,11927,12046,12170,12297,12420,12547,12660,12777,12880,12993,13097,13209,13317,13433,13539,13653,13754,13859,13964,14073,14176,14283,14374,14485,14582,14699,14792,14905,15004,15123,15214,15307,15402,15495,15588,15681,15774,15867,15960,16053,16146,16239,16332,16439,16548,16659,16768,16877,16986,17095,17204,17313,17422,17531,17640,17749,17840,17933,18028,18121,18214,18307,18400,18493,18586,18679,18772,18865,18958,19053,19150,19249,19346,19443,19540,19637,19734,19831,19928,20025,20122,20219,20312,20407,20504,20599,20694,20789,20884,20979,21074,21169,21264,21359,21454,27066,32708,38440,44202" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2443,2520,2594,2644,2695,2761,2825,2893,2968,3040,3101,3172,3239,3299,3387,3467,3530,3613,3698,3772,3837,3913,3961,4035,4099,4175,4253,4315,4379,4442,4508,4588,4668,4744,4825,4879,4934", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,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,2438,2515,2589,2639,2690,2756,2820,2888,2963,3035,3096,3167,3234,3294,3382,3462,3525,3608,3693,3767,3832,3908,3956,4030,4094,4170,4248,4310,4374,4437,4503,4583,4663,4739,4820,4874,4929,4998" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3856,3946,4053,4126,4188,4266,4325,4383,4461,4522,4579,4635,4694,4752,4806,4892,4948,5006,5060,5125,5218,5292,5370,5490,5553,5616,5715,5792,5866,5916,5967,6033,6097,6165,6240,6312,6373,6444,6511,6571,6659,6739,6802,6885,6970,7044,7109,7185,7233,7307,7371,7447,7525,7587,7651,7714,7780,7860,7940,8016,8097,8151,8206", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68", + "endOffsets": "292,2916,2977,3044,3113,3190,3941,4048,4121,4183,4261,4320,4378,4456,4517,4574,4630,4689,4747,4801,4887,4943,5001,5055,5120,5213,5287,5365,5485,5548,5611,5710,5787,5861,5911,5962,6028,6092,6160,6235,6307,6368,6439,6506,6566,6654,6734,6797,6880,6965,7039,7104,7180,7228,7302,7366,7442,7520,7582,7646,7709,7775,7855,7935,8011,8092,8146,8201,8270" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8275", + "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,8349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3195,3287,3386,3480,3574,3667,3760,8354", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3282,3381,3475,3569,3662,3755,3851,8450" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2892,2970,3025,3080,3146,3215,3289,3368,3447,3520,3597,3666,3736,3833,3918,3993,4086,4179,4253,4322,4416,4468,4551,4618,4702,4786,4848,4912,4975,5045,5144,5242,5337,5431,5490,5549", + "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,68,69,70,71,72,73", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,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,2797,2887,2965,3020,3075,3141,3210,3284,3363,3442,3515,3592,3661,3731,3828,3913,3988,4081,4174,4248,4317,4411,4463,4546,4613,4697,4781,4843,4907,4970,5040,5139,5237,5332,5426,5485,5544,5623" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4087,4202,4321,4404,4470,4559,4628,4687,4782,4848,4913,4971,5036,5097,5157,5263,5324,5384,5442,5513,5632,5718,5800,5943,6018,6094,6225,6315,6393,6448,6503,6569,6638,6712,6791,6870,6943,7020,7089,7159,7256,7341,7416,7509,7602,7676,7745,7839,7891,7974,8041,8125,8209,8271,8335,8398,8468,8567,8665,8760,8854,8913,8972", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78", + "endOffsets": "314,3055,3126,3207,3293,3376,4197,4316,4399,4465,4554,4623,4682,4777,4843,4908,4966,5031,5092,5152,5258,5319,5379,5437,5508,5627,5713,5795,5938,6013,6089,6220,6310,6388,6443,6498,6564,6633,6707,6786,6865,6938,7015,7084,7154,7251,7336,7411,7504,7597,7671,7740,7834,7886,7969,8036,8120,8204,8266,8330,8393,8463,8562,8660,8755,8849,8908,8967,9046" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9051", + "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,9128" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,552,650,761", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "146,249,348,446,547,645,756,857" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3477,3580,3679,3777,3878,3976,9133", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "3472,3575,3674,3772,3873,3971,4082,9229" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-th_values-th.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2785,2877,2955,3009,3062,3128,3198,3276,3362,3442,3514,3592,3661,3730,3828,3910,3998,4091,4185,4259,4328,4423,4475,4558,4626,4711,4799,4861,4925,4988,5058,5158,5254,5351,5444,5502,5559", + "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,68,69,70,71,72,73", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,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,2780,2872,2950,3004,3057,3123,3193,3271,3357,3437,3509,3587,3656,3725,3823,3905,3993,4086,4180,4254,4323,4418,4470,4553,4621,4706,4794,4856,4920,4983,5053,5153,5249,5346,5439,5497,5554,5631" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4078,4177,4290,4370,4440,4530,4600,4660,4747,4813,4878,4939,5003,5064,5118,5219,5280,5340,5394,5464,5575,5662,5743,5886,5965,6047,6179,6271,6349,6403,6456,6522,6592,6670,6756,6836,6908,6986,7055,7124,7222,7304,7392,7485,7579,7653,7722,7817,7869,7952,8020,8105,8193,8255,8319,8382,8452,8552,8648,8745,8838,8896,8953", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76", + "endOffsets": "330,3032,3104,3187,3272,3358,4172,4285,4365,4435,4525,4595,4655,4742,4808,4873,4934,4998,5059,5113,5214,5275,5335,5389,5459,5570,5657,5738,5881,5960,6042,6174,6266,6344,6398,6451,6517,6587,6665,6751,6831,6903,6981,7050,7119,7217,7299,7387,7480,7574,7648,7717,7812,7864,7947,8015,8100,8188,8250,8314,8377,8447,8547,8643,8740,8833,8891,8948,9025" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9030", + "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,9107" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,352,450,553,658,770", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "146,249,347,445,548,653,765,866" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3363,3459,3562,3660,3758,3861,3966,9112", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "3454,3557,3655,3753,3856,3961,4073,9208" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,450,555,658,774", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "148,250,347,445,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3465,3563,3665,3762,3860,3965,4068,9398", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "3558,3660,3757,3855,3960,4063,4179,9494" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2908,2995,3072,3126,3181,3247,3320,3396,3485,3563,3636,3712,3787,3857,3966,4054,4129,4221,4313,4387,4461,4553,4606,4688,4755,4838,4925,4987,5051,5114,5184,5298,5413,5515,5627,5685,5744", + "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,68,69,70,71,72,73", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,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,2903,2990,3067,3121,3176,3242,3315,3391,3480,3558,3631,3707,3782,3852,3961,4049,4124,4216,4308,4382,4456,4548,4601,4683,4750,4833,4920,4982,5046,5109,5179,5293,5408,5510,5622,5680,5739,5824" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4184,4280,4404,4491,4557,4648,4718,4782,4885,4948,5013,5073,5141,5204,5259,5387,5444,5506,5561,5636,5776,5863,5946,6079,6161,6246,6392,6479,6556,6610,6665,6731,6804,6880,6969,7047,7120,7196,7271,7341,7450,7538,7613,7705,7797,7871,7945,8037,8090,8172,8239,8322,8409,8471,8535,8598,8668,8782,8897,8999,9111,9169,9228", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84", + "endOffsets": "316,3112,3192,3274,3371,3460,4275,4399,4486,4552,4643,4713,4777,4880,4943,5008,5068,5136,5199,5254,5382,5439,5501,5556,5631,5771,5858,5941,6074,6156,6241,6387,6474,6551,6605,6660,6726,6799,6875,6964,7042,7115,7191,7266,7336,7445,7533,7608,7700,7792,7866,7940,8032,8085,8167,8234,8317,8404,8466,8530,8593,8663,8777,8892,8994,9106,9164,9223,9308" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9313", + "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,9393" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8416", + "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,8490" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,437,530,623,724", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "142,242,336,432,525,618,719,820" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3252,3344,3444,3538,3634,3727,3820,8495", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "3339,3439,3533,3629,3722,3815,3916,8591" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2511,2590,2665,2718,2769,2835,2905,2975,3052,3122,3186,3257,3325,3388,3479,3558,3621,3701,3783,3855,3926,3998,4046,4118,4182,4257,4334,4396,4460,4523,4590,4676,4762,4843,4926,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,68,69,70,71,72,73", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,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,2506,2585,2660,2713,2764,2830,2900,2970,3047,3117,3181,3252,3320,3383,3474,3553,3616,3696,3778,3850,3921,3993,4041,4113,4177,4252,4329,4391,4455,4518,4585,4671,4757,4838,4921,4978,5033,5106" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3921,4006,4110,4186,4249,4333,4397,4455,4536,4597,4661,4716,4775,4832,4886,4979,5035,5092,5146,5212,5312,5388,5469,5591,5653,5715,5816,5895,5970,6023,6074,6140,6210,6280,6357,6427,6491,6562,6630,6693,6784,6863,6926,7006,7088,7160,7231,7303,7351,7423,7487,7562,7639,7701,7765,7828,7895,7981,8067,8148,8231,8288,8343", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72", + "endOffsets": "298,2951,3015,3084,3165,3247,4001,4105,4181,4244,4328,4392,4450,4531,4592,4656,4711,4770,4827,4881,4974,5030,5087,5141,5207,5307,5383,5464,5586,5648,5710,5811,5890,5965,6018,6069,6135,6205,6275,6352,6422,6486,6557,6625,6688,6779,6858,6921,7001,7083,7155,7226,7298,7346,7418,7482,7557,7634,7696,7760,7823,7890,7976,8062,8143,8226,8283,8338,8411" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2804,2894,2968,3020,3071,3137,3214,3296,3380,3454,3528,3607,3684,3756,3863,3952,4028,4119,4214,4288,4361,4455,4509,4583,4655,4741,4827,4889,4953,5016,5087,5188,5291,5386,5486,5542,5597", + "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,68,69,70,71,72,73", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,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,2799,2889,2963,3015,3066,3132,3209,3291,3375,3449,3523,3602,3679,3751,3858,3947,4023,4114,4209,4283,4356,4450,4504,4578,4650,4736,4822,4884,4948,5011,5082,5183,5286,5381,5481,5537,5592,5671" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4126,4222,4330,4414,4479,4572,4647,4712,4800,4865,4931,4989,5060,5126,5180,5290,5350,5414,5468,5541,5657,5741,5822,5955,6040,6125,6258,6348,6422,6474,6525,6591,6668,6750,6834,6908,6982,7061,7138,7210,7317,7406,7482,7573,7668,7742,7815,7909,7963,8037,8109,8195,8281,8343,8407,8470,8541,8642,8745,8840,8940,8996,9051", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78", + "endOffsets": "313,3059,3133,3216,3305,3387,4217,4325,4409,4474,4567,4642,4707,4795,4860,4926,4984,5055,5121,5175,5285,5345,5409,5463,5536,5652,5736,5817,5950,6035,6120,6253,6343,6417,6469,6520,6586,6663,6745,6829,6903,6977,7056,7133,7205,7312,7401,7477,7568,7663,7737,7810,7904,7958,8032,8104,8190,8276,8338,8402,8465,8536,8637,8740,8835,8935,8991,9046,9125" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,351,456,561,673,789", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "146,248,346,451,556,668,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3392,3488,3590,3688,3793,3898,4010,9211", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "3483,3585,3683,3788,3893,4005,4121,9307" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9130", + "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,9206" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8989", + "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,9064" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,447,555,661,781", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "144,246,343,442,550,656,776,877" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3348,3442,3544,3641,3740,3848,3954,9069", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "3437,3539,3636,3735,3843,3949,4069,9165" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2769,2857,2935,2989,3040,3106,3174,3248,3338,3414,3485,3563,3633,3703,3803,3892,3970,4058,4148,4220,4292,4376,4427,4505,4571,4652,4735,4797,4861,4924,4993,5093,5197,5290,5390,5448,5503", + "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,68,69,70,71,72,73", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,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,2764,2852,2930,2984,3035,3101,3169,3243,3333,3409,3480,3558,3628,3698,3798,3887,3965,4053,4143,4215,4287,4371,4422,4500,4566,4647,4730,4792,4856,4919,4988,5088,5192,5285,5385,5443,5498,5576" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4074,4173,4292,4374,4438,4530,4598,4658,4745,4809,4871,4935,5003,5068,5122,5231,5289,5351,5405,5480,5600,5682,5762,5896,5974,6054,6177,6265,6343,6397,6448,6514,6582,6656,6746,6822,6893,6971,7041,7111,7211,7300,7378,7466,7556,7628,7700,7784,7835,7913,7979,8060,8143,8205,8269,8332,8401,8501,8605,8698,8798,8856,8911", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77", + "endOffsets": "306,3015,3088,3175,3263,3343,4168,4287,4369,4433,4525,4593,4653,4740,4804,4866,4930,4998,5063,5117,5226,5284,5346,5400,5475,5595,5677,5757,5891,5969,6049,6172,6260,6338,6392,6443,6509,6577,6651,6741,6817,6888,6966,7036,7106,7206,7295,7373,7461,7551,7623,7695,7779,7830,7908,7974,8055,8138,8200,8264,8327,8396,8496,8600,8693,8793,8851,8906,8984" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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.daydreamclock.app-merged_res-31:/values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2891,2981,3059,3112,3171,3237,3308,3387,3475,3558,3634,3712,3784,3857,3961,4050,4122,4216,4315,4389,4461,4562,4612,4697,4763,4853,4942,5004,5068,5131,5198,5314,5427,5536,5641,5698,5761", + "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,68,69,70,71,72,73", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,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,2886,2976,3054,3107,3166,3232,3303,3382,3470,3553,3629,3707,3779,3852,3956,4045,4117,4211,4310,4384,4456,4557,4607,4692,4758,4848,4937,4999,5063,5126,5193,5309,5422,5531,5636,5693,5756,5839" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4185,4286,4412,4495,4560,4660,4730,4789,4887,4949,5013,5072,5144,5207,5261,5378,5435,5497,5551,5623,5758,5841,5919,6060,6144,6226,6374,6464,6542,6595,6654,6720,6791,6870,6958,7041,7117,7195,7267,7340,7444,7533,7605,7699,7798,7872,7944,8045,8095,8180,8246,8336,8425,8487,8551,8614,8681,8797,8910,9019,9124,9181,9244", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82", + "endOffsets": "312,3087,3165,3251,3351,3443,4281,4407,4490,4555,4655,4725,4784,4882,4944,5008,5067,5139,5202,5256,5373,5430,5492,5546,5618,5753,5836,5914,6055,6139,6221,6369,6459,6537,6590,6649,6715,6786,6865,6953,7036,7112,7190,7262,7335,7439,7528,7600,7694,7793,7867,7939,8040,8090,8175,8241,8331,8420,8482,8546,8609,8676,8792,8905,9014,9119,9176,9239,9322" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9327", + "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,9404" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,354,451,559,670,792", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "149,251,349,446,554,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3547,3649,3747,3844,3952,4063,9409", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "3542,3644,3742,3839,3947,4058,4180,9505" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9387", + "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,9465" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,451,565,670,792", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "147,249,347,446,560,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3576,3673,3775,3873,3972,4086,4191,9470", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "3668,3770,3868,3967,4081,4186,4308,9566" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2961,3048,3125,3179,3230,3296,3367,3443,3532,3615,3692,3770,3848,3924,4032,4122,4195,4290,4387,4459,4533,4633,4685,4770,4836,4924,5014,5076,5140,5203,5274,5381,5493,5592,5699,5757,5812", + "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,70,71,72,73,74,75", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,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,2956,3043,3120,3174,3225,3291,3362,3438,3527,3610,3687,3765,3843,3919,4027,4117,4190,4285,4382,4454,4528,4628,4680,4765,4831,4919,5009,5071,5135,5198,5269,5376,5488,5587,5694,5752,5807,5883" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4313,4398,4515,4597,4661,4742,4806,4867,4978,5042,5110,5164,5233,5295,5349,5460,5521,5583,5637,5709,5838,5927,6009,6158,6240,6323,6460,6547,6624,6678,6729,6795,6866,6942,7031,7114,7191,7269,7347,7423,7531,7621,7694,7789,7886,7958,8032,8132,8184,8269,8335,8423,8513,8575,8639,8702,8773,8880,8992,9091,9198,9256,9311", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75", + "endOffsets": "431,3218,3293,3372,3476,3571,4393,4510,4592,4656,4737,4801,4862,4973,5037,5105,5159,5228,5290,5344,5455,5516,5578,5632,5704,5833,5922,6004,6153,6235,6318,6455,6542,6619,6673,6724,6790,6861,6937,7026,7109,7186,7264,7342,7418,7526,7616,7689,7784,7881,7953,8027,8127,8179,8264,8330,8418,8508,8570,8634,8697,8768,8875,8987,9086,9193,9251,9306,9382" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3005,3083,3137,3193,3259,3333,3411,3500,3582,3658,3734,3809,3881,3988,4078,4151,4243,4339,4411,4487,4583,4636,4718,4785,4872,4959,5021,5085,5148,5217,5322,5432,5528,5636,5694,5754", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2912,3000,3078,3132,3188,3254,3328,3406,3495,3577,3653,3729,3804,3876,3983,4073,4146,4238,4334,4406,4482,4578,4631,4713,4780,4867,4954,5016,5080,5143,5212,5317,5427,5523,5631,5689,5749,5829" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4267,4361,4493,4574,4640,4733,4801,4864,4967,5027,5093,5149,5220,5280,5334,5446,5503,5564,5618,5694,5819,5906,5989,6128,6210,6293,6424,6512,6590,6644,6700,6766,6840,6918,7007,7089,7165,7241,7316,7388,7495,7585,7658,7750,7846,7918,7994,8090,8143,8225,8292,8379,8466,8528,8592,8655,8724,8829,8939,9035,9143,9201,9261", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "369,3177,3254,3334,3442,3536,4356,4488,4569,4635,4728,4796,4859,4962,5022,5088,5144,5215,5275,5329,5441,5498,5559,5613,5689,5814,5901,5984,6123,6205,6288,6419,6507,6585,6639,6695,6761,6835,6913,7002,7084,7160,7236,7311,7383,7490,7580,7653,7745,7841,7913,7989,8085,8138,8220,8287,8374,8461,8523,8587,8650,8719,8824,8934,9030,9138,9196,9256,9336" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3541,3639,3741,3838,3942,4046,4151,9428", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3634,3736,3833,3937,4041,4146,4262,9524" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9341", + "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,9423" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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.daydreamclock.app-merged_res-31:/values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,360,460,568,672,791", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "152,254,355,455,563,667,786,887" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3425,3527,3629,3730,3830,3938,4042,9362", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "3522,3624,3725,3825,3933,4037,4156,9458" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9278", + "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,9357" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2919,3005,3089,3149,3200,3266,3339,3417,3503,3584,3656,3733,3808,3879,3980,4074,4153,4249,4343,4417,4493,4579,4632,4719,4785,4870,4961,5023,5087,5150,5219,5321,5422,5518,5619,5683,5738", + "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,68,69,70,71,72,73", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,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,2914,3000,3084,3144,3195,3261,3334,3412,3498,3579,3651,3728,3803,3874,3975,4069,4148,4244,4338,4412,4488,4574,4627,4714,4780,4865,4956,5018,5082,5145,5214,5316,5417,5513,5614,5678,5733,5816" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4161,4256,4383,4467,4531,4634,4704,4771,4880,4943,5010,5069,5143,5206,5260,5375,5433,5495,5549,5624,5753,5843,5932,6073,6155,6237,6376,6462,6546,6606,6657,6723,6796,6874,6960,7041,7113,7190,7265,7336,7437,7531,7610,7706,7800,7874,7950,8036,8089,8176,8242,8327,8418,8480,8544,8607,8676,8778,8879,8975,9076,9140,9195", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82", + "endOffsets": "328,3076,3156,3239,3333,3420,4251,4378,4462,4526,4629,4699,4766,4875,4938,5005,5064,5138,5201,5255,5370,5428,5490,5544,5619,5748,5838,5927,6068,6150,6232,6371,6457,6541,6601,6652,6718,6791,6869,6955,7036,7108,7185,7260,7331,7432,7526,7605,7701,7795,7869,7945,8031,8084,8171,8237,8322,8413,8475,8539,8602,8671,8773,8874,8970,9071,9135,9190,9273" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-is_values-is.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2774,2861,2940,2997,3052,3118,3194,3274,3363,3439,3506,3580,3650,3716,3818,3904,3974,4065,4155,4229,4302,4391,4442,4523,4595,4676,4762,4824,4888,4951,5020,5134,5240,5348,5450,5511,5570", + "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,68,69,70,71,72,73", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,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,2769,2856,2935,2992,3047,3113,3189,3269,3358,3434,3501,3575,3645,3711,3813,3899,3969,4060,4150,4224,4297,4386,4437,4518,4590,4671,4757,4819,4883,4946,5015,5129,5235,5343,5445,5506,5565,5645" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4098,4195,4310,4392,4457,4545,4609,4670,4760,4824,4887,4949,5017,5081,5137,5260,5325,5387,5443,5514,5641,5725,5809,5945,6022,6099,6215,6302,6381,6438,6493,6559,6635,6715,6804,6880,6947,7021,7091,7157,7259,7345,7415,7506,7596,7670,7743,7832,7883,7964,8036,8117,8203,8265,8329,8392,8461,8575,8681,8789,8891,8952,9011", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79", + "endOffsets": "315,3063,3135,3214,3296,3376,4190,4305,4387,4452,4540,4604,4665,4755,4819,4882,4944,5012,5076,5132,5255,5320,5382,5438,5509,5636,5720,5804,5940,6017,6094,6210,6297,6376,6433,6488,6554,6630,6710,6799,6875,6942,7016,7086,7152,7254,7340,7410,7501,7591,7665,7738,7827,7878,7959,8031,8112,8198,8260,8324,8387,8456,8570,8676,8784,8886,8947,9006,9086" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9091", + "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,9167" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,354,454,557,661,772", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "145,252,349,449,552,656,767,868" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3476,3583,3680,3780,3883,3987,9172", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "3471,3578,3675,3775,3878,3982,4093,9268" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-az_values-az.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9154", + "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,9233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2879,2958,3015,3066,3132,3202,3280,3363,3443,3513,3589,3667,3738,3836,3922,4005,4098,4191,4264,4336,4430,4484,4568,4635,4719,4807,4871,4936,5000,5070,5172,5276,5372,5473,5534,5589", + "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,68,69,70,71,72,73", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,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,2790,2874,2953,3010,3061,3127,3197,3275,3358,3438,3508,3584,3662,3733,3831,3917,4000,4093,4186,4259,4331,4425,4479,4563,4630,4714,4802,4866,4931,4995,5065,5167,5271,5367,5468,5529,5584,5664" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4167,4263,4379,4459,4523,4617,4685,4744,4839,4902,4966,5025,5092,5155,5209,5324,5382,5444,5498,5569,5701,5785,5865,5999,6075,6151,6280,6364,6443,6500,6551,6617,6687,6765,6848,6928,6998,7074,7152,7223,7321,7407,7490,7583,7676,7749,7821,7915,7969,8053,8120,8204,8292,8356,8421,8485,8555,8657,8761,8857,8958,9019,9074", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79", + "endOffsets": "310,3106,3191,3271,3356,3435,4258,4374,4454,4518,4612,4680,4739,4834,4897,4961,5020,5087,5150,5204,5319,5377,5439,5493,5564,5696,5780,5860,5994,6070,6146,6275,6359,6438,6495,6546,6612,6682,6760,6843,6923,6993,7069,7147,7218,7316,7402,7485,7578,7671,7744,7816,7910,7964,8048,8115,8199,8287,8351,8416,8480,8550,8652,8756,8852,8953,9014,9069,9149" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,258,361,465,566,671,782", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "151,253,356,460,561,666,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3440,3541,3643,3746,3850,3951,4056,9238", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "3536,3638,3741,3845,3946,4051,4162,9334" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3578", + "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,3659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2843,2940,3042,3141,3241,3348,3458,3664", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "2935,3037,3136,3236,3343,3453,3573,3760" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,23,24,25,26,29,32,35,38,41,44,47,50,53,56,59,60,63,68,79,85,94,103,112,121,130,139,148,157,166,175,184,193,202,211,220,226,232,238,244,248,252,253,254,255,259,262,265,268,271,272,275,278,282,286", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1386,1476,1572,1662,1755,1862,1967,2086,2211,2332,2545,2804,3075,3293,3525,3761,4011,4224,4433,4664,4865,4981,5151,5472,6501,6958,7462,7970,8479,8993,9498,10002,10507,11013,11515,12021,12530,13038,13537,14044,14552,14844,15138,15438,15738,16067,16408,16546,16690,16846,17239,17457,17679,17905,18121,18231,18401,18591,18832,19091", + "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,28,31,34,37,40,43,46,49,52,55,58,59,62,67,78,84,93,102,111,120,129,138,147,156,165,174,183,192,201,210,219,225,231,237,243,247,251,252,253,254,258,261,264,267,270,271,274,277,281,285,288", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1381,1471,1567,1657,1750,1857,1962,2081,2206,2327,2540,2799,3070,3288,3520,3756,4006,4219,4428,4659,4860,4976,5146,5467,6496,6953,7457,7965,8474,8988,9493,9997,10502,11008,11510,12016,12525,13033,13532,14039,14547,14839,15133,15433,15733,16062,16403,16541,16685,16841,17234,17452,17674,17900,18116,18226,18396,18586,18827,19086,19263" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,91,94,97,192,195,198,201,207,210,213,280,283,284,287,292,303,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,492,498,504,510,514,518,519,520,521,525,528,531,534,545,546,549,552,556,560", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1603,1699,1789,1885,7342,7435,7542,7647,7869,7994,8115,8328,8587,14768,14986,15218,15454,15903,16116,16325,21112,21313,21429,21599,21920,22949,26054,26558,27066,27575,28089,28594,29098,29603,30109,30611,31117,31626,32134,32633,33140,33648,33940,34234,34534,34834,35163,35504,35642,35786,35942,36335,36553,36775,37001,37741,37851,38021,38211,38452,38711", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,93,96,99,194,197,200,203,209,212,215,282,283,286,291,302,308,359,368,377,386,395,404,413,422,431,440,449,458,467,476,485,491,497,503,509,513,517,518,519,520,524,527,530,533,536,545,548,551,555,559,562", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1694,1784,1880,1970,7430,7537,7642,7761,7989,8110,8323,8582,8853,14981,15213,15449,15699,16111,16320,16551,21308,21424,21594,21915,22944,23401,26553,27061,27570,28084,28589,29093,29598,30104,30606,31112,31621,32129,32628,33135,33643,33935,34229,34529,34829,35158,35499,35637,35781,35937,36330,36548,36770,36996,37212,37846,38016,38206,38447,38706,38883" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,41,42,43,44,46,48,49,50,51,52,54,56,58,60,62,64,65,70,72,74,75,76,78,80,81,82,83,88,100,143,146,189,204,216,218,220,222,225,229,232,233,234,237,238,239,240,241,242,245,246,248,250,252,254,258,260,261,262,263,265,269,271,273,274,275,276,277,278,309,310,311,321,322,323,335", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1975,2066,2169,2272,2377,2484,2593,2702,2811,2920,3029,3136,3239,3358,3513,3668,3773,3894,3995,4142,4283,4386,4505,4612,4715,4870,5041,5190,5355,5512,5663,5782,6133,6282,6431,6543,6690,6843,6990,7065,7154,7241,7766,8858,11616,11801,14571,15704,16556,16679,16802,16915,17098,17353,17554,17643,17754,17987,18088,18183,18306,18435,18552,18729,18828,18963,19106,19241,19360,19561,19680,19773,19884,19940,20047,20242,20353,20486,20581,20672,20763,20856,20973,23406,23477,23560,24183,24240,24298,24922", + "endLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,45,47,48,49,50,51,53,55,57,59,61,63,64,69,71,73,74,75,77,79,80,81,82,83,88,142,145,188,191,206,217,219,221,224,228,231,232,233,236,237,238,239,240,241,244,245,247,249,251,253,257,259,260,261,262,264,268,270,272,273,274,275,276,277,279,309,310,320,321,322,334,346", + "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": "2061,2164,2267,2372,2479,2588,2697,2806,2915,3024,3131,3234,3353,3508,3663,3768,3889,3990,4137,4278,4381,4500,4607,4710,4865,5036,5185,5350,5507,5658,5777,6128,6277,6426,6538,6685,6838,6985,7060,7149,7236,7337,7864,11611,11796,14566,14763,15898,16674,16797,16910,17093,17348,17549,17638,17749,17982,18083,18178,18301,18430,18547,18724,18823,18958,19101,19236,19355,19556,19675,19768,19879,19935,20042,20237,20348,20481,20576,20667,20758,20851,20968,21107,23472,23555,24178,24235,24293,24917,25553" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.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,347,348,349,350,537,540", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1408,1472,1539,25558,25674,25800,25926,37217,37389", + "endLines": "2,17,18,19,347,348,349,350,539,544", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1467,1534,1598,25669,25795,25921,26049,37384,37736" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9176", + "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,9253" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,354,457,561,658,769", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "145,247,349,452,556,653,764,865" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3524,3626,3728,3831,3935,4032,9258", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "3519,3621,3723,3826,3930,4027,4138,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2416,2558,2630,2703,2840,2929,3010,3067,3123,3189,3260,3337,3423,3503,3575,3651,3732,3802,3902,3989,4061,4152,4245,4319,4394,4486,4538,4620,4686,4770,4856,4918,4982,5045,5114,5218,5322,5416,5516,5577,5637", + "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,68,69,70,71,72,73", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,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,2411,2553,2625,2698,2835,2924,3005,3062,3118,3184,3255,3332,3418,3498,3570,3646,3727,3797,3897,3984,4056,4147,4240,4314,4389,4481,4533,4615,4681,4765,4851,4913,4977,5040,5109,5213,5317,5411,5511,5572,5632,5716" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4143,4235,4347,4429,4493,4588,4658,4721,4828,4893,4960,5021,5088,5150,5204,5318,5377,5438,5492,5567,5693,5781,5871,6013,6085,6158,6295,6384,6465,6522,6578,6644,6715,6792,6878,6958,7030,7106,7187,7257,7357,7444,7516,7607,7700,7774,7849,7941,7993,8075,8141,8225,8311,8373,8437,8500,8569,8673,8777,8871,8971,9032,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83", + "endOffsets": "318,3087,3163,3242,3336,3424,4230,4342,4424,4488,4583,4653,4716,4823,4888,4955,5016,5083,5145,5199,5313,5372,5433,5487,5562,5688,5776,5866,6008,6080,6153,6290,6379,6460,6517,6573,6639,6710,6787,6873,6953,7025,7101,7182,7252,7352,7439,7511,7602,7695,7769,7844,7936,7988,8070,8136,8220,8306,8368,8432,8495,8564,8668,8772,8866,8966,9027,9087,9171" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,778", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "148,250,349,451,555,659,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3578,3676,3778,3877,3979,4083,4187,9589", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "3671,3773,3872,3974,4078,4182,4296,9685" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3010,3103,3182,3237,3288,3354,3433,3514,3605,3685,3757,3835,3910,3982,4093,4190,4267,4365,4463,4541,4622,4722,4779,4863,4929,5012,5099,5161,5225,5288,5364,5466,5573,5670,5776,5835,5890", + "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,68,69,70,71,72,73", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,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,3005,3098,3177,3232,3283,3349,3428,3509,3600,3680,3752,3830,3905,3977,4088,4185,4262,4360,4458,4536,4617,4717,4774,4858,4924,5007,5094,5156,5220,5283,5359,5461,5568,5665,5771,5830,5885,5974" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4301,4401,4523,4608,4674,4771,4851,4913,5005,5072,5146,5207,5286,5350,5404,5520,5579,5641,5695,5777,5906,5998,6082,6226,6305,6386,6533,6626,6705,6760,6811,6877,6956,7037,7128,7208,7280,7358,7433,7505,7616,7713,7790,7888,7986,8064,8145,8245,8302,8386,8452,8535,8622,8684,8748,8811,8887,8989,9096,9193,9299,9358,9413", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88", + "endOffsets": "328,3185,3293,3375,3476,3573,4396,4518,4603,4669,4766,4846,4908,5000,5067,5141,5202,5281,5345,5399,5515,5574,5636,5690,5772,5901,5993,6077,6221,6300,6381,6528,6621,6700,6755,6806,6872,6951,7032,7123,7203,7275,7353,7428,7500,7611,7708,7785,7883,7981,8059,8140,8240,8297,8381,8447,8530,8617,8679,8743,8806,8882,8984,9091,9188,9294,9353,9408,9497" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9502", + "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,9584" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,355,455,556,662,779", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "149,251,350,450,551,657,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3413,3512,3614,3713,3813,3914,4020,9162", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "3507,3609,3708,3808,3909,4015,4132,9258" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2891,2968,3019,3073,3139,3210,3287,3368,3447,3520,3594,3664,3738,3839,3925,3999,4088,4180,4254,4327,4416,4467,4547,4614,4697,4781,4843,4907,4970,5039,5133,5234,5327,5425,5480,5538", + "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,68,69,70,71,72,73", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,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,2800,2886,2963,3014,3068,3134,3205,3282,3363,3442,3515,3589,3659,3733,3834,3920,3994,4083,4175,4249,4322,4411,4462,4542,4609,4692,4776,4838,4902,4965,5034,5128,5229,5322,5420,5475,5533,5611" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4234,4363,4447,4510,4600,4669,4729,4820,4883,4947,5006,5073,5135,5190,5313,5371,5432,5487,5559,5696,5777,5859,5989,6063,6137,6269,6355,6432,6483,6537,6603,6674,6751,6832,6911,6984,7058,7128,7202,7303,7389,7463,7552,7644,7718,7791,7880,7931,8011,8078,8161,8245,8307,8371,8434,8503,8597,8698,8791,8889,8944,9002", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77", + "endOffsets": "304,3069,3146,3228,3321,3408,4229,4358,4442,4505,4595,4664,4724,4815,4878,4942,5001,5068,5130,5185,5308,5366,5427,5482,5554,5691,5772,5854,5984,6058,6132,6264,6350,6427,6478,6532,6598,6669,6746,6827,6906,6979,7053,7123,7197,7298,7384,7458,7547,7639,7713,7786,7875,7926,8006,8073,8156,8240,8302,8366,8429,8498,8592,8693,8786,8884,8939,8997,9075" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9080", + "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,9157" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,445,546,646,752", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "144,246,343,440,541,641,747,848" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3437,3531,3633,3730,3827,3928,4028,9061", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "3526,3628,3725,3822,3923,4023,4129,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-iw\\values-iw.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,311,388,463,540,640,731,824,937,1017,1082,1170,1240,1303,1395,1458,1518,1577,1640,1701,1755,1857,1914,1973,2027,2095,2206,2287,2369,2501,2572,2645,2769,2857,2933,2986,3040,3106,3179,3255,3341,3419,3489,3564,3646,3714,3815,3900,3970,4060,4151,4225,4298,4387,4438,4519,4586,4668,4753,4815,4879,4942,5010,5104,5199,5289,5386,5443,5501", + "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,69,70,71,72,73,74", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "306,383,458,535,635,726,819,932,1012,1077,1165,1235,1298,1390,1453,1513,1572,1635,1696,1750,1852,1909,1968,2022,2090,2201,2282,2364,2496,2567,2640,2764,2852,2928,2981,3035,3101,3174,3250,3336,3414,3484,3559,3641,3709,3810,3895,3965,4055,4146,4220,4293,4382,4433,4514,4581,4663,4748,4810,4874,4937,5005,5099,5194,5284,5381,5438,5496,5571" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3017,3094,3169,3246,3346,4134,4227,4340,4420,4485,4573,4643,4706,4798,4861,4921,4980,5043,5104,5158,5260,5317,5376,5430,5498,5609,5690,5772,5904,5975,6048,6172,6260,6336,6389,6443,6509,6582,6658,6744,6822,6892,6967,7049,7117,7218,7303,7373,7463,7554,7628,7701,7790,7841,7922,7989,8071,8156,8218,8282,8345,8413,8507,8602,8692,8789,8846,8904", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "356,3089,3164,3241,3341,3432,4222,4335,4415,4480,4568,4638,4701,4793,4856,4916,4975,5038,5099,5153,5255,5312,5371,5425,5493,5604,5685,5767,5899,5970,6043,6167,6255,6331,6384,6438,6504,6577,6653,6739,6817,6887,6962,7044,7112,7213,7298,7368,7458,7549,7623,7696,7785,7836,7917,7984,8066,8151,8213,8277,8340,8408,8502,8597,8687,8784,8841,8899,8974" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,109", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "361,466,566,674,758,860,976,1055,1133,1224,1318,1412,1506,1606,1699,1794,1887,1978,2070,2151,2256,2359,2457,2562,2664,2766,2920,8979", + "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": "461,561,669,753,855,971,1050,1128,1219,1313,1407,1501,1601,1694,1789,1882,1973,2065,2146,2251,2354,2452,2557,2659,2761,2915,3012,9056" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-in_values-in.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,446,552,670,785", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "145,247,344,441,547,665,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3432,3527,3629,3726,3823,3929,4047,9257", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "3522,3624,3721,3818,3924,4042,4157,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9172", + "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,9252" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2807,2897,2979,3032,3084,3150,3222,3306,3389,3469,3544,3620,3693,3768,3866,3951,4026,4118,4212,4286,4359,4453,4505,4587,4656,4741,4828,4890,4954,5017,5089,5192,5297,5392,5495,5552,5608", + "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,68,69,70,71,72,73", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,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,2802,2892,2974,3027,3079,3145,3217,3301,3384,3464,3539,3615,3688,3763,3861,3946,4021,4113,4207,4281,4354,4448,4500,4582,4651,4736,4823,4885,4949,5012,5084,5187,5292,5387,5490,5547,5603,5683" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4162,4268,4384,4467,4532,4626,4691,4750,4837,4899,4961,5021,5087,5149,5203,5315,5372,5433,5487,5559,5685,5771,5855,5994,6075,6156,6291,6381,6463,6516,6568,6634,6706,6790,6873,6953,7028,7104,7177,7252,7350,7435,7510,7602,7696,7770,7843,7937,7989,8071,8140,8225,8312,8374,8438,8501,8573,8676,8781,8876,8979,9036,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79", + "endOffsets": "314,3097,3173,3252,3342,3427,4263,4379,4462,4527,4621,4686,4745,4832,4894,4956,5016,5082,5144,5198,5310,5367,5428,5482,5554,5680,5766,5850,5989,6070,6151,6286,6376,6458,6511,6563,6629,6701,6785,6868,6948,7023,7099,7172,7247,7345,7430,7505,7597,7691,7765,7838,7932,7984,8066,8135,8220,8307,8369,8433,8496,8568,8671,8776,8871,8974,9031,9087,9167" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3036,3114,3170,3225,3291,3365,3443,3531,3613,3685,3762,3842,3916,4023,4116,4189,4281,4377,4451,4527,4623,4675,4757,4824,4911,4998,5060,5124,5187,5257,5363,5479,5576,5690,5750,5809", + "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,69,70,71,72,73,74", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,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,2940,3031,3109,3165,3220,3286,3360,3438,3526,3608,3680,3757,3837,3911,4018,4111,4184,4276,4372,4446,4522,4618,4670,4752,4819,4906,4993,5055,5119,5182,5252,5358,5474,5571,5685,5745,5804,5884" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4238,4334,4464,4548,4616,4712,4780,4843,4951,5011,5077,5133,5204,5264,5318,5444,5501,5563,5617,5692,5826,5911,5992,6129,6213,6299,6432,6523,6601,6657,6712,6778,6852,6930,7018,7100,7172,7249,7329,7403,7510,7603,7676,7768,7864,7938,8014,8110,8162,8244,8311,8398,8485,8547,8611,8674,8744,8850,8966,9063,9177,9237,9296", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79", + "endOffsets": "365,3154,3232,3317,3414,3507,4329,4459,4543,4611,4707,4775,4838,4946,5006,5072,5128,5199,5259,5313,5439,5496,5558,5612,5687,5821,5906,5987,6124,6208,6294,6427,6518,6596,6652,6707,6773,6847,6925,7013,7095,7167,7244,7324,7398,7505,7598,7671,7763,7859,7933,8009,8105,8157,8239,8306,8393,8480,8542,8606,8669,8739,8845,8961,9058,9172,9232,9291,9371" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9376", + "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,9456" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,260,357,456,560,664,781", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "148,255,352,451,555,659,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3512,3610,3717,3814,3913,4017,4121,9461", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "3605,3712,3809,3908,4012,4116,4233,9557" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,361,462,575,681,808", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "148,251,356,457,570,676,803,904" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3527,3630,3735,3836,3949,4055,9358", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "3522,3625,3730,3831,3944,4050,4177,9454" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9276", + "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,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2812,2909,3007,3064,3119,3185,3255,3332,3418,3503,3571,3647,3728,3806,3907,3993,4080,4177,4276,4350,4420,4524,4578,4665,4732,4822,4914,4976,5040,5103,5169,5274,5384,5485,5592,5653,5712", + "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,68,69,70,71,72,73", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,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,2807,2904,3002,3059,3114,3180,3250,3327,3413,3498,3566,3642,3723,3801,3902,3988,4075,4172,4271,4345,4415,4519,4573,4660,4727,4817,4909,4971,5035,5098,5164,5269,5379,5480,5587,5648,5707,5786" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4182,4289,4421,4504,4569,4663,4732,4791,4876,4939,5002,5060,5125,5186,5247,5353,5411,5471,5530,5600,5716,5795,5875,6009,6084,6160,6297,6394,6492,6549,6604,6670,6740,6817,6903,6988,7056,7132,7213,7291,7392,7478,7565,7662,7761,7835,7905,8009,8063,8150,8217,8307,8399,8461,8525,8588,8654,8759,8869,8970,9077,9138,9197", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78", + "endOffsets": "304,3064,3140,3221,3328,3424,4284,4416,4499,4564,4658,4727,4786,4871,4934,4997,5055,5120,5181,5242,5348,5406,5466,5525,5595,5711,5790,5870,6004,6079,6155,6292,6389,6487,6544,6599,6665,6735,6812,6898,6983,7051,7127,7208,7286,7387,7473,7560,7657,7756,7830,7900,8004,8058,8145,8212,8302,8394,8456,8520,8583,8649,8754,8864,8965,9072,9133,9192,9271" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9103", + "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,9183" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,556,669,785", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "147,249,348,448,551,664,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3402,3499,3601,3700,3800,3903,4016,9188", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "3494,3596,3695,3795,3898,4011,4127,9284" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2766,2857,2938,2989,3040,3106,3174,3250,3331,3411,3490,3565,3638,3714,3820,3909,3986,4077,4171,4245,4315,4408,4457,4538,4604,4689,4775,4837,4901,4964,5035,5134,5239,5337,5442,5497,5552", + "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,68,69,70,71,72,73", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,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,2761,2852,2933,2984,3035,3101,3169,3245,3326,3406,3485,3560,3633,3709,3815,3904,3981,4072,4166,4240,4310,4403,4452,4533,4599,4684,4770,4832,4896,4959,5030,5129,5234,5332,5437,5492,5547,5625" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4132,4231,4345,4425,4488,4582,4656,4715,4801,4863,4924,4982,5046,5107,5161,5278,5335,5395,5449,5524,5651,5735,5813,5943,6027,6105,6239,6330,6411,6462,6513,6579,6647,6723,6804,6884,6963,7038,7111,7187,7293,7382,7459,7550,7644,7718,7788,7881,7930,8011,8077,8162,8248,8310,8374,8437,8508,8607,8712,8810,8915,8970,9025", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77", + "endOffsets": "310,3082,3159,3237,3317,3397,4226,4340,4420,4483,4577,4651,4710,4796,4858,4919,4977,5041,5102,5156,5273,5330,5390,5444,5519,5646,5730,5808,5938,6022,6100,6234,6325,6406,6457,6508,6574,6642,6718,6799,6879,6958,7033,7106,7182,7288,7377,7454,7545,7639,7713,7783,7876,7925,8006,8072,8157,8243,8305,8369,8432,8503,8602,8707,8805,8910,8965,9020,9098" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2873,2963,3040,3097,3148,3214,3292,3375,3463,3539,3614,3693,3766,3837,3946,4040,4118,4207,4297,4371,4452,4539,4592,4671,4738,4819,4903,4965,5029,5092,5163,5271,5383,5485,5596,5657,5712", + "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,68,69,70,71,72,73", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,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,2868,2958,3035,3092,3143,3209,3287,3370,3458,3534,3609,3688,3761,3832,3941,4035,4113,4202,4292,4366,4447,4534,4587,4666,4733,4814,4898,4960,5024,5087,5158,5266,5378,5480,5591,5652,5707,5788" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4212,4309,4431,4512,4576,4665,4744,4807,4900,4962,5028,5086,5159,5223,5279,5401,5458,5520,5576,5652,5786,5871,5957,6095,6176,6255,6379,6469,6546,6603,6654,6720,6798,6881,6969,7045,7120,7199,7272,7343,7452,7546,7624,7713,7803,7877,7958,8045,8098,8177,8244,8325,8409,8471,8535,8598,8669,8777,8889,8991,9102,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80", + "endOffsets": "314,3122,3204,3281,3379,3473,4304,4426,4507,4571,4660,4739,4802,4895,4957,5023,5081,5154,5218,5274,5396,5453,5515,5571,5647,5781,5866,5952,6090,6171,6250,6374,6464,6541,6598,6649,6715,6793,6876,6964,7040,7115,7194,7267,7338,7447,7541,7619,7708,7798,7872,7953,8040,8093,8172,8239,8320,8404,8466,8530,8593,8664,8772,8884,8986,9097,9158,9213,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9299", + "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,9377" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,359,459,566,670,789", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "152,254,354,454,561,665,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3478,3580,3682,3782,3882,3989,4093,9382", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "3575,3677,3777,3877,3984,4088,4207,9478" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v34_values-v34.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-v34\\values-v34.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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,156,247,358,468,572,676,783,880,997,1098,1219,1324,1449,1550,1667,1770,1893,1988,2099,2194,2309,2408,2527,2622,2731,2846,2971,3102,3225,3354,3457,3568,3665,3782,3885,3978,4091,4201,4305,4409,4518,4617,4736,4839,4962,5069,5196,5299,5418,5523,5648,5745,5858,5955,6072,6173,6294,6391,6502,6619,6746,6879,7004,7135,7240,7353,7452,7571,7674,7793,7900,8023,8128,8249,8346,8451,8552,8661,8760,8867,8966,9085,9190,9315,9416,9537,9644", + "endColumns": "100,90,110,109,103,103,106,96,116,100,120,104,124,100,116,102,122,94,110,94,114,98,118,94,108,114,124,130,122,128,102,110,96,116,102,92,112,109,103,103,108,98,118,102,122,106,126,102,118,104,124,96,112,96,116,100,120,96,110,116,126,132,124,130,104,112,98,118,102,118,106,122,104,120,96,104,100,108,98,106,98,118,104,124,100,120,106,126", + "endOffsets": "151,242,353,463,567,671,778,875,992,1093,1214,1319,1444,1545,1662,1765,1888,1983,2094,2189,2304,2403,2522,2617,2726,2841,2966,3097,3220,3349,3452,3563,3660,3777,3880,3973,4086,4196,4300,4404,4513,4612,4731,4834,4957,5064,5191,5294,5413,5518,5643,5740,5853,5950,6067,6168,6289,6386,6497,6614,6741,6874,6999,7130,7235,7348,7447,7566,7669,7788,7895,8018,8123,8244,8341,8446,8547,8656,8755,8862,8961,9080,9185,9310,9411,9532,9639,9766" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9199", + "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,9275" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2926,3004,3057,3108,3174,3245,3323,3406,3485,3558,3634,3707,3778,3885,3977,4050,4140,4233,4307,4378,4469,4521,4601,4669,4753,4838,4900,4964,5027,5099,5203,5311,5407,5513,5570,5625", + "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,68,69,70,71,72,73", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,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,2833,2921,2999,3052,3103,3169,3240,3318,3401,3480,3553,3629,3702,3773,3880,3972,4045,4135,4228,4302,4373,4464,4516,4596,4664,4748,4833,4895,4959,5022,5094,5198,5306,5402,5508,5565,5620,5706" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4192,4295,4411,4494,4559,4652,4717,4776,4863,4925,4987,5047,5113,5175,5229,5337,5394,5455,5510,5581,5701,5792,5878,6026,6112,6198,6326,6414,6492,6545,6596,6662,6733,6811,6894,6973,7046,7122,7195,7266,7373,7465,7538,7628,7721,7795,7866,7957,8009,8089,8157,8241,8326,8388,8452,8515,8587,8691,8799,8895,9001,9058,9113", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85", + "endOffsets": "324,3099,3178,3265,3357,3444,4290,4406,4489,4554,4647,4712,4771,4858,4920,4982,5042,5108,5170,5224,5332,5389,5450,5505,5576,5696,5787,5873,6021,6107,6193,6321,6409,6487,6540,6591,6657,6728,6806,6889,6968,7041,7117,7190,7261,7368,7460,7533,7623,7716,7790,7861,7952,8004,8084,8152,8236,8321,8383,8447,8510,8582,8686,8794,8890,8996,9053,9108,9194" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,459,565,683,798", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "145,247,344,454,560,678,793,894" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3544,3646,3743,3853,3959,4077,9280", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "3539,3641,3738,3848,3954,4072,4187,9376" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,666,787", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "147,249,348,448,555,661,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3492,3589,3691,3790,3890,3997,4103,9467", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "3584,3686,3785,3885,3992,4098,4219,9563" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3004,3084,3140,3191,3257,3332,3412,3499,3578,3651,3728,3801,3875,3982,4075,4152,4245,4343,4417,4498,4597,4650,4734,4800,4889,4977,5039,5103,5166,5234,5350,5458,5565,5667,5727,5782", + "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,68,69,70,71,72,73", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,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,2912,2999,3079,3135,3186,3252,3327,3407,3494,3573,3646,3723,3796,3870,3977,4070,4147,4240,4338,4412,4493,4592,4645,4729,4795,4884,4972,5034,5098,5161,5229,5345,5453,5560,5662,5722,5777,5863" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4327,4447,4528,4592,4684,4763,4828,4918,4982,5050,5112,5185,5249,5303,5429,5487,5549,5603,5679,5822,5909,5991,6130,6212,6294,6430,6517,6597,6653,6704,6770,6845,6925,7012,7091,7164,7241,7314,7388,7495,7588,7665,7758,7856,7930,8011,8110,8163,8247,8313,8402,8490,8552,8616,8679,8747,8863,8971,9078,9180,9240,9295", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85", + "endOffsets": "318,3130,3210,3292,3391,3487,4322,4442,4523,4587,4679,4758,4823,4913,4977,5045,5107,5180,5244,5298,5424,5482,5544,5598,5674,5817,5904,5986,6125,6207,6289,6425,6512,6592,6648,6699,6765,6840,6920,7007,7086,7159,7236,7309,7383,7490,7583,7660,7753,7851,7925,8006,8105,8158,8242,8308,8397,8485,8547,8611,8674,8742,8858,8966,9073,9175,9235,9290,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-port_values-port.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2817,2904,2986,3044,3100,3166,3241,3321,3406,3485,3552,3627,3704,3768,3875,3969,4039,4128,4221,4295,4370,4460,4516,4595,4662,4746,4830,4892,4956,5019,5085,5185,5292,5386,5494,5556,5616", + "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,68,69,70,71,72,73", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,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,2812,2899,2981,3039,3095,3161,3236,3316,3401,3480,3547,3622,3699,3763,3870,3964,4034,4123,4216,4290,4365,4455,4511,4590,4657,4741,4825,4887,4951,5014,5080,5180,5287,5381,5489,5551,5611,5691" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4178,4278,4397,4480,4545,4638,4708,4767,4857,4921,4990,5048,5117,5177,5241,5353,5412,5471,5526,5601,5724,5804,5888,6021,6103,6184,6315,6402,6484,6542,6598,6664,6739,6819,6904,6983,7050,7125,7202,7266,7373,7467,7537,7626,7719,7793,7868,7958,8014,8093,8160,8244,8328,8390,8454,8517,8583,8683,8790,8884,8992,9054,9114", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79", + "endOffsets": "304,3109,3187,3265,3363,3452,4273,4392,4475,4540,4633,4703,4762,4852,4916,4985,5043,5112,5172,5236,5348,5407,5466,5521,5596,5719,5799,5883,6016,6098,6179,6310,6397,6479,6537,6593,6659,6734,6814,6899,6978,7045,7120,7197,7261,7368,7462,7532,7621,7714,7788,7863,7953,8009,8088,8155,8239,8323,8385,8449,8512,8578,8678,8785,8879,8987,9049,9109,9189" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,357,461,564,662,776", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "148,250,352,456,559,657,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3457,3555,3657,3759,3863,3966,4064,9280", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "3550,3652,3754,3858,3961,4059,4173,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9194", + "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,9275" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9450", + "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,9532" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,782", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "148,250,349,451,555,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3523,3621,3723,3822,3924,4028,4132,9537", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "3616,3718,3817,3919,4023,4127,4245,9633" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2982,3075,3154,3209,3260,3326,3406,3487,3590,3670,3743,3821,3894,3966,4078,4171,4243,4335,4427,4501,4585,4677,4734,4818,4884,4967,5054,5116,5180,5243,5321,5423,5527,5624,5728,5787,5842", + "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,68,69,70,71,72,73", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,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,2977,3070,3149,3204,3255,3321,3401,3482,3585,3665,3738,3816,3889,3961,4073,4166,4238,4330,4422,4496,4580,4672,4729,4813,4879,4962,5049,5111,5175,5238,5316,5418,5522,5619,5723,5782,5837,5926" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4250,4348,4478,4563,4629,4726,4809,4875,4977,5042,5117,5173,5252,5312,5366,5488,5547,5609,5663,5745,5880,5972,6056,6200,6279,6360,6501,6594,6673,6728,6779,6845,6925,7006,7109,7189,7262,7340,7413,7485,7597,7690,7762,7854,7946,8020,8104,8196,8253,8337,8403,8486,8573,8635,8699,8762,8840,8942,9046,9143,9247,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88", + "endOffsets": "328,3150,3231,3314,3423,3518,4343,4473,4558,4624,4721,4804,4870,4972,5037,5112,5168,5247,5307,5361,5483,5542,5604,5658,5740,5875,5967,6051,6195,6274,6355,6496,6589,6668,6723,6774,6840,6920,7001,7104,7184,7257,7335,7408,7480,7592,7685,7757,7849,7941,8015,8099,8191,8248,8332,8398,8481,8568,8630,8694,8757,8835,8937,9041,9138,9242,9301,9356,9445" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "64", + "endOffsets": "115" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,449,551,657,768", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "147,249,347,444,546,652,763,864" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3424,3521,3623,3721,3818,3920,4026,9198", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "3516,3618,3716,3813,3915,4021,4132,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2889,2965,3018,3072,3138,3208,3285,3368,3448,3519,3594,3672,3743,3844,3929,4018,4113,4206,4278,4350,4446,4498,4584,4651,4735,4825,4887,4951,5014,5084,5178,5280,5369,5469,5526,5584", + "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,68,69,70,71,72,73", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,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,2797,2884,2960,3013,3067,3133,3203,3280,3363,3443,3514,3589,3667,3738,3839,3924,4013,4108,4201,4273,4345,4441,4493,4579,4646,4730,4820,4882,4946,5009,5079,5173,5275,5364,5464,5521,5579,5658" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4233,4345,4427,4491,4582,4659,4720,4811,4874,4937,4996,5065,5128,5182,5290,5348,5410,5464,5537,5658,5742,5833,5973,6050,6126,6257,6344,6420,6473,6527,6593,6663,6740,6823,6903,6974,7049,7127,7198,7299,7384,7473,7568,7661,7733,7805,7901,7953,8039,8106,8190,8280,8342,8406,8469,8539,8633,8735,8824,8924,8981,9039", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78", + "endOffsets": "310,3077,3152,3229,3328,3419,4228,4340,4422,4486,4577,4654,4715,4806,4869,4932,4991,5060,5123,5177,5285,5343,5405,5459,5532,5653,5737,5828,5968,6045,6121,6252,6339,6415,6468,6522,6588,6658,6735,6818,6898,6969,7044,7122,7193,7294,7379,7468,7563,7656,7728,7800,7896,7948,8034,8101,8185,8275,8337,8401,8464,8534,8628,8730,8819,8919,8976,9034,9113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9118", + "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,9193" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2793,2884,2961,3015,3066,3132,3202,3279,3366,3441,3512,3589,3658,3727,3834,3925,3997,4086,4175,4249,4321,4407,4457,4536,4602,4682,4766,4828,4892,4955,5024,5124,5219,5311,5403,5461,5516", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2788,2879,2956,3010,3061,3127,3197,3274,3361,3436,3507,3584,3653,3722,3829,3920,3992,4081,4170,4244,4316,4402,4452,4531,4597,4677,4761,4823,4887,4950,5019,5119,5214,5306,5398,5456,5511,5589" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4105,4203,4318,4397,4462,4552,4619,4678,4768,4832,4896,4959,5028,5092,5146,5258,5316,5378,5432,5504,5626,5713,5794,5934,6011,6092,6219,6310,6387,6441,6492,6558,6628,6705,6792,6867,6938,7015,7084,7153,7260,7351,7423,7512,7601,7675,7747,7833,7883,7962,8028,8108,8192,8254,8318,8381,8450,8550,8645,8737,8829,8887,8942", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77", + "endOffsets": "317,3056,3134,3211,3297,3381,4198,4313,4392,4457,4547,4614,4673,4763,4827,4891,4954,5023,5087,5141,5253,5311,5373,5427,5499,5621,5708,5789,5929,6006,6087,6214,6305,6382,6436,6487,6553,6623,6700,6787,6862,6933,7010,7079,7148,7255,7346,7418,7507,7596,7670,7742,7828,7878,7957,8023,8103,8187,8249,8313,8376,8445,8545,8640,8732,8824,8882,8937,9015" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3386,3482,3584,3683,3782,3886,3989,9103", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "3477,3579,3678,3777,3881,3984,4100,9199" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9020", + "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,9098" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9400", + "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,9478" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,357,463,564,672,800", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "148,251,352,458,559,667,795,896" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3532,3630,3733,3834,3940,4041,4149,9483", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "3625,3728,3829,3935,4036,4144,4272,9579" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2896,2984,3068,3125,3177,3243,3323,3413,3497,3576,3653,3730,3807,3876,3993,4092,4169,4262,4357,4431,4512,4608,4659,4743,4811,4897,4985,5048,5113,5176,5244,5349,5454,5549,5652,5713,5769", + "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,68,69,70,71,72,73", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,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,2891,2979,3063,3120,3172,3238,3318,3408,3492,3571,3648,3725,3802,3871,3988,4087,4164,4257,4352,4426,4507,4603,4654,4738,4806,4892,4980,5043,5108,5171,5239,5344,5449,5544,5647,5708,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4277,4384,4497,4582,4645,4739,4805,4867,4970,5036,5107,5166,5242,5307,5361,5474,5532,5593,5647,5726,5842,5925,6016,6158,6237,6316,6445,6533,6617,6674,6726,6792,6872,6962,7046,7125,7202,7279,7356,7425,7542,7641,7718,7811,7906,7980,8061,8157,8208,8292,8360,8446,8534,8597,8662,8725,8793,8898,9003,9098,9201,9262,9318", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81", + "endOffsets": "314,3152,3235,3317,3432,3527,4379,4492,4577,4640,4734,4800,4862,4965,5031,5102,5161,5237,5302,5356,5469,5527,5588,5642,5721,5837,5920,6011,6153,6232,6311,6440,6528,6612,6669,6721,6787,6867,6957,7041,7120,7197,7274,7351,7420,7537,7636,7713,7806,7901,7975,8056,8152,8203,8287,8355,8441,8529,8592,8657,8720,8788,8893,8998,9093,9196,9257,9313,9395" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-be_values-be.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3033,3124,3207,3264,3315,3381,3453,3530,3614,3697,3772,3849,3931,4007,4115,4204,4286,4377,4473,4547,4628,4723,4777,4859,4925,5012,5098,5160,5224,5287,5356,5466,5579,5682,5789,5850,5905", + "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,70,71,72,73,74,75", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,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,3028,3119,3202,3259,3310,3376,3448,3525,3609,3692,3767,3844,3926,4002,4110,4199,4281,4372,4468,4542,4623,4718,4772,4854,4920,5007,5093,5155,5219,5282,5351,5461,5574,5677,5784,5845,5900,5980" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4415,4547,4630,4697,4790,4867,4930,5046,5109,5178,5237,5308,5367,5421,5542,5603,5666,5720,5793,5915,6003,6086,6238,6324,6411,6544,6635,6718,6775,6826,6892,6964,7041,7125,7208,7283,7360,7442,7518,7626,7715,7797,7888,7984,8058,8139,8234,8288,8370,8436,8523,8609,8671,8735,8798,8867,8977,9090,9193,9300,9361,9416", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79", + "endOffsets": "427,3234,3311,3393,3490,3582,4410,4542,4625,4692,4785,4862,4925,5041,5104,5173,5232,5303,5362,5416,5537,5598,5661,5715,5788,5910,5998,6081,6233,6319,6406,6539,6630,6713,6770,6821,6887,6959,7036,7120,7203,7278,7355,7437,7513,7621,7710,7792,7883,7979,8053,8134,8229,8283,8365,8431,8518,8604,8666,8730,8793,8862,8972,9085,9188,9295,9356,9411,9491" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9496", + "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,9573" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,562,665,786", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "148,250,350,451,557,660,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3587,3685,3787,3887,3988,4094,4197,9578", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "3680,3782,3882,3983,4089,4192,4313,9674" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2956,3051,3134,3192,3244,3310,3389,3471,3562,3649,3725,3802,3879,3950,4060,4167,4247,4344,4444,4518,4599,4704,4762,4850,4917,5008,5100,5162,5226,5289,5358,5461,5568,5673,5778,5840,5896", + "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,68,69,70,71,72,73", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,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,2951,3046,3129,3187,3239,3305,3384,3466,3557,3644,3720,3797,3874,3945,4055,4162,4242,4339,4439,4513,4594,4699,4757,4845,4912,5003,5095,5157,5221,5284,5353,5456,5563,5668,5773,5835,5891,5975" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4262,4356,4466,4558,4623,4722,4788,4848,4950,5012,5088,5146,5224,5289,5343,5460,5524,5588,5642,5722,5856,5942,6031,6167,6252,6340,6492,6587,6670,6728,6780,6846,6925,7007,7098,7185,7261,7338,7415,7486,7596,7703,7783,7880,7980,8054,8135,8240,8298,8386,8453,8544,8636,8698,8762,8825,8894,8997,9104,9209,9314,9376,9432", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83", + "endOffsets": "316,3145,3228,3315,3421,3520,4351,4461,4553,4618,4717,4783,4843,4945,5007,5083,5141,5219,5284,5338,5455,5519,5583,5637,5717,5851,5937,6026,6162,6247,6335,6487,6582,6665,6723,6775,6841,6920,7002,7093,7180,7256,7333,7410,7481,7591,7698,7778,7875,7975,8049,8130,8235,8293,8381,8448,8539,8631,8693,8757,8820,8889,8992,9099,9204,9309,9371,9427,9511" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9516", + "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,9594" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,362,466,569,670,792", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "152,255,357,461,564,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3525,3627,3730,3832,3936,4039,4140,9599", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "3622,3725,3827,3931,4034,4135,4257,9695" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-si_values-si.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3024,3076,3142,3212,3285,3367,3444,3516,3593,3665,3735,3848,3941,4014,4104,4197,4271,4343,4434,4488,4568,4634,4718,4803,4865,4929,4992,5058,5163,5268,5363,5464,5528,5584", + "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,68,69,70,71,72,73", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,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,2789,2875,2959,3019,3071,3137,3207,3280,3362,3439,3511,3588,3660,3730,3843,3936,4009,4099,4192,4266,4338,4429,4483,4563,4629,4713,4798,4860,4924,4987,5053,5158,5263,5358,5459,5523,5579,5659" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4174,4276,4391,4474,4538,4627,4694,4754,4848,4912,4975,5031,5101,5168,5223,5342,5399,5463,5517,5590,5712,5795,5880,6012,6090,6170,6292,6378,6462,6522,6574,6640,6710,6783,6865,6942,7014,7091,7163,7233,7346,7439,7512,7602,7695,7769,7841,7932,7986,8066,8132,8216,8301,8363,8427,8490,8556,8661,8766,8861,8962,9026,9082", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79", + "endOffsets": "314,3106,3183,3261,3352,3437,4271,4386,4469,4533,4622,4689,4749,4843,4907,4970,5026,5096,5163,5218,5337,5394,5458,5512,5585,5707,5790,5875,6007,6085,6165,6287,6373,6457,6517,6569,6635,6705,6778,6860,6937,7009,7086,7158,7228,7341,7434,7507,7597,7690,7764,7836,7927,7981,8061,8127,8211,8296,8358,8422,8485,8551,8656,8761,8856,8957,9021,9077,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9162", + "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,9239" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,365,470,569,673,787", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "152,255,360,465,564,668,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3442,3544,3647,3752,3857,3956,4060,9244", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "3539,3642,3747,3852,3951,4055,4169,9340" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9266", + "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,9348" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,358,461,562,664,784", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "149,251,353,456,557,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3518,3617,3719,3821,3924,4025,4127,9353", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "3612,3714,3816,3919,4020,4122,4242,9449" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2843,2930,3013,3071,3127,3193,3266,3346,3441,3523,3592,3668,3748,3817,3926,4021,4104,4194,4289,4363,4437,4530,4584,4669,4736,4822,4907,4969,5033,5096,5162,5264,5363,5456,5555,5617,5677", + "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,68,69,70,71,72,73", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,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,2838,2925,3008,3066,3122,3188,3261,3341,3436,3518,3587,3663,3743,3812,3921,4016,4099,4189,4284,4358,4432,4525,4579,4664,4731,4817,4902,4964,5028,5091,5157,5259,5358,5451,5550,5612,5672,5752" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4351,4468,4549,4615,4706,4772,4833,4923,4987,5054,5115,5184,5246,5300,5407,5466,5527,5581,5655,5775,5860,5944,6079,6150,6220,6352,6439,6522,6580,6636,6702,6775,6855,6950,7032,7101,7177,7257,7326,7435,7530,7613,7703,7798,7872,7946,8039,8093,8178,8245,8331,8416,8478,8542,8605,8671,8773,8872,8965,9064,9126,9186", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79", + "endOffsets": "316,3144,3237,3320,3421,3513,4346,4463,4544,4610,4701,4767,4828,4918,4982,5049,5110,5179,5241,5295,5402,5461,5522,5576,5650,5770,5855,5939,6074,6145,6215,6347,6434,6517,6575,6631,6697,6770,6850,6945,7027,7096,7172,7252,7321,7430,7525,7608,7698,7793,7867,7941,8034,8088,8173,8240,8326,8411,8473,8537,8600,8666,8768,8867,8960,9059,9121,9181,9261" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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.daydreamclock.app-merged_res-31:/values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "1142,1217,1304,1484", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1212,1299,1479,1671" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,249,344,442,530,618,706,794,881,968,1055,1142", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1424" + }, + "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,249,344,442,530,618,706,794,881,968,1055,1676", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1958" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9324", + "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,9406" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2905,2993,3071,3125,3181,3247,3321,3399,3488,3570,3645,3721,3796,3867,3974,4064,4137,4229,4325,4397,4473,4569,4622,4704,4771,4858,4945,5007,5071,5134,5203,5308,5418,5514,5622,5680,5740", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2900,2988,3066,3120,3176,3242,3316,3394,3483,3565,3640,3716,3791,3862,3969,4059,4132,4224,4320,4392,4468,4564,4617,4699,4766,4853,4940,5002,5066,5129,5198,5303,5413,5509,5617,5675,5735,5815" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4257,4351,4482,4563,4629,4721,4789,4852,4955,5015,5081,5137,5208,5268,5322,5434,5491,5552,5606,5682,5807,5893,5976,6114,6195,6278,6409,6497,6575,6629,6685,6751,6825,6903,6992,7074,7149,7225,7300,7371,7478,7568,7641,7733,7829,7901,7977,8073,8126,8208,8275,8362,8449,8511,8575,8638,8707,8812,8922,9018,9126,9184,9244", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "366,3170,3246,3326,3433,3526,4346,4477,4558,4624,4716,4784,4847,4950,5010,5076,5132,5203,5263,5317,5429,5486,5547,5601,5677,5802,5888,5971,6109,6190,6273,6404,6492,6570,6624,6680,6746,6820,6898,6987,7069,7144,7220,7295,7366,7473,7563,7636,7728,7824,7896,7972,8068,8121,8203,8270,8357,8444,8506,8570,8633,8702,8807,8917,9013,9121,9179,9239,9319" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3531,3629,3731,3828,3932,4036,4141,9411", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3624,3726,3823,3927,4031,4136,4252,9507" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9224", + "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,9300" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2829,2919,2999,3053,3104,3170,3241,3319,3405,3484,3559,3637,3717,3800,3905,3993,4072,4162,4255,4329,4399,4490,4544,4624,4691,4775,4860,4922,4986,5049,5120,5224,5339,5436,5550,5608,5663", + "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,68,69,70,71,72,73", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,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,2824,2914,2994,3048,3099,3165,3236,3314,3400,3479,3554,3632,3712,3795,3900,3988,4067,4157,4250,4324,4394,4485,4539,4619,4686,4770,4855,4917,4981,5044,5115,5219,5334,5431,5545,5603,5658,5742" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4149,4247,4366,4451,4516,4614,4695,4754,4847,4909,4972,5030,5101,5163,5217,5338,5395,5456,5510,5581,5714,5798,5881,6014,6096,6174,6306,6396,6476,6530,6581,6647,6718,6796,6882,6961,7036,7114,7194,7277,7382,7470,7549,7639,7732,7806,7876,7967,8021,8101,8168,8252,8337,8399,8463,8526,8597,8701,8816,8913,9027,9085,9140", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83", + "endOffsets": "310,3081,3158,3237,3324,3409,4242,4361,4446,4511,4609,4690,4749,4842,4904,4967,5025,5096,5158,5212,5333,5390,5451,5505,5576,5709,5793,5876,6009,6091,6169,6301,6391,6471,6525,6576,6642,6713,6791,6877,6956,7031,7109,7189,7272,7377,7465,7544,7634,7727,7801,7871,7962,8016,8096,8163,8247,8332,8394,8458,8521,8592,8696,8811,8908,9022,9080,9135,9219" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,454,559,671,790", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "148,250,351,449,554,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3512,3614,3715,3813,3918,4030,9305", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "3507,3609,3710,3808,3913,4025,4144,9401" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9490", + "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,9567" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,449,555,660,786", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "146,248,347,444,550,655,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3589,3691,3790,3887,3993,4098,9572", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "3584,3686,3785,3882,3988,4093,4219,9668" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2960,3049,3125,3182,3238,3304,3382,3463,3551,3639,3717,3794,3868,3947,4057,4147,4239,4331,4432,4506,4588,4689,4739,4822,4888,4980,5067,5129,5193,5256,5329,5452,5565,5669,5777,5838,5898", + "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,68,69,70,71,72,73", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,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,2955,3044,3120,3177,3233,3299,3377,3458,3546,3634,3712,3789,3863,3942,4052,4142,4234,4326,4427,4501,4583,4684,4734,4817,4883,4975,5062,5124,5188,5251,5324,5447,5560,5664,5772,5833,5893,5979" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4325,4453,4537,4602,4699,4779,4844,4939,5003,5075,5137,5213,5276,5333,5454,5512,5573,5630,5710,5847,5934,6018,6157,6235,6314,6466,6555,6631,6688,6744,6810,6888,6969,7057,7145,7223,7300,7374,7453,7563,7653,7745,7837,7938,8012,8094,8195,8245,8328,8394,8486,8573,8635,8699,8762,8835,8958,9071,9175,9283,9344,9404", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85", + "endOffsets": "319,3125,3205,3293,3396,3488,4320,4448,4532,4597,4694,4774,4839,4934,4998,5070,5132,5208,5271,5328,5449,5507,5568,5625,5705,5842,5929,6013,6152,6230,6309,6461,6550,6626,6683,6739,6805,6883,6964,7052,7140,7218,7295,7369,7448,7558,7648,7740,7832,7933,8007,8089,8190,8240,8323,8389,8481,8568,8630,8694,8757,8830,8953,9066,9170,9278,9339,9399,9485" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-small-v4_values-small-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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.daydreamclock.app-merged_res-31:/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,169,285,407", + "endColumns": "113,115,121,133", + "endOffsets": "164,280,402,536" + }, + "to": { + "startLines": "11,12,13,14", + "startColumns": "4,4,4,4", + "startOffsets": "752,866,982,1104", + "endColumns": "113,115,121,133", + "endOffsets": "861,977,1099,1233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-de_values-de.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2946,3036,3115,3172,3223,3289,3363,3445,3538,3613,3687,3765,3837,3911,4021,4113,4195,4284,4373,4447,4525,4611,4666,4745,4812,4892,4976,5038,5102,5165,5234,5341,5448,5547,5653,5714,5769", + "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,68,69,70,71,72,73", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,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,2941,3031,3110,3167,3218,3284,3358,3440,3533,3608,3682,3760,3832,3906,4016,4108,4190,4279,4368,4442,4520,4606,4661,4740,4807,4887,4971,5033,5097,5160,5229,5336,5443,5542,5648,5709,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4227,4328,4450,4531,4597,4691,4761,4820,4928,4994,5063,5121,5193,5257,5311,5439,5499,5561,5615,5693,5830,5922,6006,6151,6235,6321,6454,6544,6623,6680,6731,6797,6871,6953,7046,7121,7195,7273,7345,7419,7529,7621,7703,7792,7881,7955,8033,8119,8174,8253,8320,8400,8484,8546,8610,8673,8742,8849,8956,9055,9161,9222,9277", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81", + "endOffsets": "328,3146,3235,3319,3409,3491,4323,4445,4526,4592,4686,4756,4815,4923,4989,5058,5116,5188,5252,5306,5434,5494,5556,5610,5688,5825,5917,6001,6146,6230,6316,6449,6539,6618,6675,6726,6792,6866,6948,7041,7116,7190,7268,7340,7414,7524,7616,7698,7787,7876,7950,8028,8114,8169,8248,8315,8395,8479,8541,8605,8668,8737,8844,8951,9050,9156,9217,9272,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9359", + "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,9436" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,455,563,668,786", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "148,250,350,450,558,663,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3496,3594,3696,3796,3896,4004,4109,9441", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "3589,3691,3791,3891,3999,4104,4222,9537" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-b+es+419_values-b+es+419.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9496", + "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,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,355,452,559,667,789", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "147,249,350,447,554,662,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3507,3604,3706,3807,3904,4011,4119,9581", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "3599,3701,3802,3899,4006,4114,4236,9677" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2962,3058,3135,3193,3244,3310,3384,3462,3553,3639,3713,3792,3865,3937,4053,4157,4230,4329,4429,4503,4578,4685,4737,4826,4893,4984,5078,5140,5204,5267,5337,5456,5561,5670,5770,5832,5887", + "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,68,69,70,71,72,73", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,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,2957,3053,3130,3188,3239,3305,3379,3457,3548,3634,3708,3787,3860,3932,4048,4152,4225,4324,4424,4498,4573,4680,4732,4821,4888,4979,5073,5135,5199,5262,5332,5451,5556,5665,5765,5827,5882,5967" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4241,4346,4482,4567,4632,4731,4799,4858,4947,5015,5082,5145,5220,5288,5342,5462,5520,5582,5636,5711,5853,5943,6028,6173,6257,6340,6486,6582,6659,6717,6768,6834,6908,6986,7077,7163,7237,7316,7389,7461,7577,7681,7754,7853,7953,8027,8102,8209,8261,8350,8417,8508,8602,8664,8728,8791,8861,8980,9085,9194,9294,9356,9411", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84", + "endOffsets": "325,3149,3229,3315,3412,3502,4341,4477,4562,4627,4726,4794,4853,4942,5010,5077,5140,5215,5283,5337,5457,5515,5577,5631,5706,5848,5938,6023,6168,6252,6335,6481,6577,6654,6712,6763,6829,6903,6981,7072,7158,7232,7311,7384,7456,7572,7676,7749,7848,7948,8022,8097,8204,8256,8345,8412,8503,8597,8659,8723,8786,8856,8975,9080,9189,9289,9351,9406,9491" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9366", + "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,9447" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2913,3000,3080,3136,3187,3253,3327,3407,3494,3577,3650,3727,3796,3870,3972,4060,4137,4230,4326,4400,4480,4577,4629,4713,4779,4866,4954,5016,5080,5143,5211,5323,5434,5541,5651,5711,5766", + "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,68,69,70,71,72,73", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,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,2908,2995,3075,3131,3182,3248,3322,3402,3489,3572,3645,3722,3791,3865,3967,4055,4132,4225,4321,4395,4475,4572,4624,4708,4774,4861,4949,5011,5075,5138,5206,5318,5429,5536,5646,5706,5761,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4223,4324,4444,4525,4589,4681,4760,4820,4910,4974,5045,5108,5183,5247,5301,5428,5486,5548,5602,5681,5822,5909,5991,6130,6213,6297,6436,6523,6603,6659,6710,6776,6850,6930,7017,7100,7173,7250,7319,7393,7495,7583,7660,7753,7849,7923,8003,8100,8152,8236,8302,8389,8477,8539,8603,8666,8734,8846,8957,9064,9174,9234,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,106,109,59,54,76", + "endOffsets": "318,3137,3215,3299,3394,3483,4319,4439,4520,4584,4676,4755,4815,4905,4969,5040,5103,5178,5242,5296,5423,5481,5543,5597,5676,5817,5904,5986,6125,6208,6292,6431,6518,6598,6654,6705,6771,6845,6925,7012,7095,7168,7245,7314,7388,7490,7578,7655,7748,7844,7918,7998,8095,8147,8231,8297,8384,8472,8534,8598,8661,8729,8841,8952,9059,9169,9229,9284,9361" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3488,3585,3687,3786,3886,3993,4103,9452", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "3580,3682,3781,3881,3988,4098,4218,9548" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-w400dp-port-v13\\values-w400dp-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.daydreamclock.app-merged_res-31:/values-el_values-el.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,567,673,790", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "148,251,351,454,562,668,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3641,3744,3844,3947,4055,4161,9592", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "3636,3739,3839,3942,4050,4156,4273,9688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9506", + "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,9587" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3035,3121,3176,3227,3293,3371,3456,3541,3624,3696,3776,3856,3927,4034,4126,4198,4295,4392,4466,4540,4642,4698,4785,4857,4945,5037,5099,5163,5226,5296,5412,5521,5630,5735,5794,5849", + "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,68,69,70,71,72,73", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,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,2940,3030,3116,3171,3222,3288,3366,3451,3536,3619,3691,3771,3851,3922,4029,4121,4193,4290,4387,4461,4535,4637,4693,4780,4852,4940,5032,5094,5158,5221,5291,5407,5516,5625,5730,5789,5844,5935" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4380,4497,4583,4649,4749,4831,4894,4985,5048,5113,5175,5244,5306,5360,5498,5555,5616,5670,5743,5896,5981,6065,6204,6285,6370,6511,6601,6687,6742,6793,6859,6937,7022,7107,7190,7262,7342,7422,7493,7600,7692,7764,7861,7958,8032,8106,8208,8264,8351,8423,8511,8603,8665,8729,8792,8862,8978,9087,9196,9301,9360,9415", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90", + "endOffsets": "315,3184,3270,3355,3451,3538,4375,4492,4578,4644,4744,4826,4889,4980,5043,5108,5170,5239,5301,5355,5493,5550,5611,5665,5738,5891,5976,6060,6199,6280,6365,6506,6596,6682,6737,6788,6854,6932,7017,7102,7185,7257,7337,7417,7488,7595,7687,7759,7856,7953,8027,8101,8203,8259,8346,8418,8506,8598,8660,8724,8787,8857,8973,9082,9191,9296,9355,9410,9501" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2936,3027,3110,3162,3215,3281,3352,3432,3518,3598,3676,3754,3827,3902,4009,4096,4183,4274,4367,4439,4515,4607,4658,4740,4806,4890,4976,5038,5102,5165,5233,5340,5449,5545,5650,5706,5763", + "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,68,69,70,71,72,73", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,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,2931,3022,3105,3157,3210,3276,3347,3427,3513,3593,3671,3749,3822,3897,4004,4091,4178,4269,4362,4434,4510,4602,4653,4735,4801,4885,4971,5033,5097,5160,5228,5335,5444,5540,5645,5701,5758,5841" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4300,4398,4513,4596,4663,4762,4830,4891,4979,5042,5108,5172,5243,5306,5360,5469,5528,5591,5645,5719,5844,5934,6014,6159,6242,6324,6462,6553,6636,6688,6741,6807,6878,6958,7044,7124,7202,7280,7353,7428,7535,7622,7709,7800,7893,7965,8041,8133,8184,8266,8332,8416,8502,8564,8628,8691,8759,8866,8975,9071,9176,9232,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82", + "endOffsets": "320,3172,3277,3357,3464,3564,4393,4508,4591,4658,4757,4825,4886,4974,5037,5103,5167,5238,5301,5355,5464,5523,5586,5640,5714,5839,5929,6009,6154,6237,6319,6457,6548,6631,6683,6736,6802,6873,6953,7039,7119,7197,7275,7348,7423,7530,7617,7704,7795,7888,7960,8036,8128,8179,8261,8327,8411,8497,8559,8623,8686,8754,8861,8970,9066,9171,9227,9284,9367" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9372", + "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,9450" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,564,667,786", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "148,251,351,454,559,662,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3569,3667,3770,3870,3973,4078,4181,9455", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "3662,3765,3865,3968,4073,4176,4295,9551" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-km_values-km.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2892,2970,3025,3081,3147,3227,3317,3403,3488,3567,3644,3714,3789,3901,3989,4062,4162,4261,4335,4411,4518,4572,4662,4735,4826,4922,4984,5048,5111,5182,5281,5379,5471,5567,5625,5685", + "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,68,69,70,71,72,73", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,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,2790,2887,2965,3020,3076,3142,3222,3312,3398,3483,3562,3639,3709,3784,3896,3984,4057,4157,4256,4330,4406,4513,4567,4657,4730,4821,4917,4979,5043,5106,5177,5276,5374,5466,5562,5620,5680,5763" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4120,4220,4332,4412,4477,4571,4641,4703,4790,4853,4918,4977,5042,5103,5160,5279,5337,5398,5455,5526,5656,5742,5820,5958,6033,6104,6254,6351,6429,6484,6540,6606,6686,6776,6862,6947,7026,7103,7173,7248,7360,7448,7521,7621,7720,7794,7870,7977,8031,8121,8194,8285,8381,8443,8507,8570,8641,8740,8838,8930,9026,9084,9144", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82", + "endOffsets": "314,3080,3156,3236,3315,3394,4215,4327,4407,4472,4566,4636,4698,4785,4848,4913,4972,5037,5098,5155,5274,5332,5393,5450,5521,5651,5737,5815,5953,6028,6099,6249,6346,6424,6479,6535,6601,6681,6771,6857,6942,7021,7098,7168,7243,7355,7443,7516,7616,7715,7789,7865,7972,8026,8116,8189,8280,8376,8438,8502,8565,8636,8735,8833,8925,9021,9079,9139,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9227", + "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,9306" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,253,351,451,552,664,776", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "145,248,346,446,547,659,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3399,3494,3597,3695,3795,3896,4008,9311", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "3489,3592,3690,3790,3891,4003,4115,9407" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,783", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "149,251,351,449,556,662,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3519,3618,3720,3820,3918,4025,4131,9597", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "3613,3715,3815,3913,4020,4126,4242,9693" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9514", + "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,9592" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2968,3058,3139,3195,3251,3317,3396,3477,3565,3653,3732,3809,3891,3980,4081,4165,4257,4350,4451,4525,4617,4719,4771,4855,4921,5013,5101,5163,5227,5290,5360,5471,5576,5682,5781,5841,5901", + "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,68,69,70,71,72,73", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,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,2963,3053,3134,3190,3246,3312,3391,3472,3560,3648,3727,3804,3886,3975,4076,4160,4252,4345,4446,4520,4612,4714,4766,4850,4916,5008,5096,5158,5222,5285,5355,5466,5571,5677,5776,5836,5896,5981" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4352,4485,4565,4643,4739,4818,4881,4976,5040,5109,5172,5246,5310,5366,5487,5545,5607,5663,5740,5879,5967,6047,6187,6267,6347,6496,6586,6667,6723,6779,6845,6924,7005,7093,7181,7260,7337,7419,7508,7609,7693,7785,7878,7979,8053,8145,8247,8299,8383,8449,8541,8629,8691,8755,8818,8888,8999,9104,9210,9309,9369,9429", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84", + "endOffsets": "320,3151,3231,3316,3418,3514,4347,4480,4560,4638,4734,4813,4876,4971,5035,5104,5167,5241,5305,5361,5482,5540,5602,5658,5735,5874,5962,6042,6182,6262,6342,6491,6581,6662,6718,6774,6840,6919,7000,7088,7176,7255,7332,7414,7503,7604,7688,7780,7873,7974,8048,8140,8242,8294,8378,8444,8536,8624,8686,8750,8813,8883,8994,9099,9205,9304,9364,9424,9509" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9551", + "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,9630" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3030,3127,3204,3260,3314,3380,3455,3534,3622,3702,3778,3856,3929,4006,4113,4200,4281,4371,4463,4535,4616,4708,4763,4845,4911,4996,5083,5145,5209,5272,5344,5455,5571,5672,5781,5841,5899", + "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,70,71,72,73,74,75", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,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,3025,3122,3199,3255,3309,3375,3450,3529,3617,3697,3773,3851,3924,4001,4108,4195,4276,4366,4458,4530,4611,4703,4758,4840,4906,4991,5078,5140,5204,5267,5339,5450,5566,5667,5776,5836,5894,5976" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4369,4465,4583,4667,4733,4832,4910,4975,5085,5148,5220,5279,5353,5414,5468,5592,5653,5715,5769,5847,5981,6069,6153,6294,6373,6457,6600,6697,6774,6830,6884,6950,7025,7104,7192,7272,7348,7426,7499,7576,7683,7770,7851,7941,8033,8105,8186,8278,8333,8415,8481,8566,8653,8715,8779,8842,8914,9025,9141,9242,9351,9411,9469", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81", + "endOffsets": "420,3268,3346,3429,3523,3613,4460,4578,4662,4728,4827,4905,4970,5080,5143,5215,5274,5348,5409,5463,5587,5648,5710,5764,5842,5976,6064,6148,6289,6368,6452,6595,6692,6769,6825,6879,6945,7020,7099,7187,7267,7343,7421,7494,7571,7678,7765,7846,7936,8028,8100,8181,8273,8328,8410,8476,8561,8648,8710,8774,8837,8909,9020,9136,9237,9346,9406,9464,9546" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,263,362,465,576,686,806", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "148,258,357,460,571,681,801,902" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3618,3716,3826,3925,4028,4139,4249,9635", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "3711,3821,3920,4023,4134,4244,4364,9731" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3020,3072,3138,3208,3286,3373,3455,3525,3601,3672,3741,3855,3951,4025,4123,4219,4293,4363,4465,4520,4608,4675,4762,4855,4918,4982,5045,5111,5211,5320,5414,5521,5581,5637", + "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,68,69,70,71,72,73", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,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,2789,2875,2959,3015,3067,3133,3203,3281,3368,3450,3520,3596,3667,3736,3850,3946,4020,4118,4214,4288,4358,4460,4515,4603,4670,4757,4850,4913,4977,5040,5106,5206,5315,5409,5516,5576,5632,5710" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4163,4263,4379,4461,4524,4615,4680,4739,4827,4889,4951,5011,5078,5141,5195,5309,5366,5427,5481,5551,5670,5751,5836,5971,6048,6125,6266,6352,6436,6492,6544,6610,6680,6758,6845,6927,6997,7073,7144,7213,7327,7423,7497,7595,7691,7765,7835,7937,7992,8080,8147,8234,8327,8390,8454,8517,8583,8683,8792,8886,8993,9053,9109", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77", + "endOffsets": "304,3079,3166,3249,3342,3426,4258,4374,4456,4519,4610,4675,4734,4822,4884,4946,5006,5073,5136,5190,5304,5361,5422,5476,5546,5665,5746,5831,5966,6043,6120,6261,6347,6431,6487,6539,6605,6675,6753,6840,6922,6992,7068,7139,7208,7322,7418,7492,7590,7686,7760,7830,7932,7987,8075,8142,8229,8322,8385,8449,8512,8578,8678,8787,8881,8988,9048,9104,9182" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9187", + "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,9262" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,259,360,463,565,670,787", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "150,254,355,458,560,665,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3431,3531,3635,3736,3839,3941,4046,9267", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "3526,3630,3731,3834,3936,4041,4158,9363" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3203,3295,3394,3488,3582,3675,3768,8365", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3290,3389,3483,3577,3670,3763,3859,8461" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2452,2529,2603,2653,2704,2770,2833,2901,2979,3050,3111,3182,3249,3311,3398,3477,3542,3625,3710,3784,3848,3924,3972,4045,4109,4185,4263,4325,4389,4452,4518,4598,4676,4752,4831,4885,4940", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,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,2447,2524,2598,2648,2699,2765,2828,2896,2974,3045,3106,3177,3244,3306,3393,3472,3537,3620,3705,3779,3843,3919,3967,4040,4104,4180,4258,4320,4384,4447,4513,4593,4671,4747,4826,4880,4935,5004" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3864,3958,4065,4138,4200,4278,4338,4398,4476,4537,4595,4651,4711,4769,4823,4908,4964,5022,5076,5141,5233,5307,5384,5504,5567,5630,5729,5806,5880,5930,5981,6047,6110,6178,6256,6327,6388,6459,6526,6588,6675,6754,6819,6902,6987,7061,7125,7201,7249,7322,7386,7462,7540,7602,7666,7729,7795,7875,7953,8029,8108,8162,8217", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68", + "endOffsets": "292,2922,2984,3051,3121,3198,3953,4060,4133,4195,4273,4333,4393,4471,4532,4590,4646,4706,4764,4818,4903,4959,5017,5071,5136,5228,5302,5379,5499,5562,5625,5724,5801,5875,5925,5976,6042,6105,6173,6251,6322,6383,6454,6521,6583,6670,6749,6814,6897,6982,7056,7120,7196,7244,7317,7381,7457,7535,7597,7661,7724,7790,7870,7948,8024,8103,8157,8212,8281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8286", + "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,8360" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-af_values-af.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2892,2969,3027,3078,3144,3213,3289,3375,3451,3525,3604,3677,3748,3851,3938,4009,4098,4188,4260,4335,4422,4473,4552,4619,4700,4784,4846,4910,4973,5043,5147,5250,5346,5446,5508,5563", + "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,68,69,70,71,72,73", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,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,2800,2887,2964,3022,3073,3139,3208,3284,3370,3446,3520,3599,3672,3743,3846,3933,4004,4093,4183,4255,4330,4417,4468,4547,4614,4695,4779,4841,4905,4968,5038,5142,5245,5341,5441,5503,5558,5635" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4150,4250,4364,4445,4509,4597,4663,4726,4812,4874,4935,4993,5059,5122,5177,5295,5352,5414,5469,5538,5657,5745,5828,5967,6050,6131,6259,6346,6423,6481,6532,6598,6667,6743,6829,6905,6979,7058,7131,7202,7305,7392,7463,7552,7642,7714,7789,7876,7927,8006,8073,8154,8238,8300,8364,8427,8497,8601,8704,8800,8900,8962,9017", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76", + "endOffsets": "319,3072,3152,3230,3325,3413,4245,4359,4440,4504,4592,4658,4721,4807,4869,4930,4988,5054,5117,5172,5290,5347,5409,5464,5533,5652,5740,5823,5962,6045,6126,6254,6341,6418,6476,6527,6593,6662,6738,6824,6900,6974,7053,7126,7197,7300,7387,7458,7547,7637,7709,7784,7871,7922,8001,8068,8149,8233,8295,8359,8422,8492,8596,8699,8795,8895,8957,9012,9089" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9094", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,451,558,667,787", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "148,250,348,446,553,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3418,3516,3618,3716,3814,3921,4030,9175", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "3511,3613,3711,3809,3916,4025,4145,9271" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2932,3014,3067,3118,3184,3260,3342,3428,3512,3589,3664,3743,3820,3925,4021,4098,4190,4287,4361,4446,4543,4595,4678,4745,4833,4920,4982,5046,5109,5175,5273,5379,5473,5580,5637,5692", + "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,68,69,70,71,72,73", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,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,2833,2927,3009,3062,3113,3179,3255,3337,3423,3507,3584,3659,3738,3815,3920,4016,4093,4185,4282,4356,4441,4538,4590,4673,4740,4828,4915,4977,5041,5104,5170,5268,5374,5468,5575,5632,5687,5772" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4193,4292,4412,4495,4559,4658,4733,4792,4902,4964,5033,5091,5163,5224,5279,5382,5439,5499,5554,5635,5755,5838,5926,6061,6144,6224,6364,6458,6540,6593,6644,6710,6786,6868,6954,7038,7115,7190,7269,7346,7451,7547,7624,7716,7813,7887,7972,8069,8121,8204,8271,8359,8446,8508,8572,8635,8701,8799,8905,8999,9106,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84", + "endOffsets": "308,3143,3219,3296,3386,3466,4287,4407,4490,4554,4653,4728,4787,4897,4959,5028,5086,5158,5219,5274,5377,5434,5494,5549,5630,5750,5833,5921,6056,6139,6219,6359,6453,6535,6588,6639,6705,6781,6863,6949,7033,7110,7185,7264,7341,7446,7542,7619,7711,7808,7882,7967,8064,8116,8199,8266,8354,8441,8503,8567,8630,8696,8794,8900,8994,9101,9158,9213,9298" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,356,457,560,667,777", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "147,249,351,452,555,662,772,873" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3471,3568,3670,3772,3873,3976,4083,9387", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "3563,3665,3767,3868,3971,4078,4188,9483" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-or_values-or.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2781,2872,2949,3003,3054,3120,3190,3267,3354,3429,3500,3577,3646,3715,3822,3913,3985,4074,4163,4237,4309,4395,4445,4524,4590,4670,4754,4816,4880,4943,5012,5112,5207,5299,5391,5449,5504", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2776,2867,2944,2998,3049,3115,3185,3262,3349,3424,3495,3572,3641,3710,3817,3908,3980,4069,4158,4232,4304,4390,4440,4519,4585,4665,4749,4811,4875,4938,5007,5107,5202,5294,5386,5444,5499,5583" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4228,4322,4427,4506,4571,4660,4725,4784,4870,4934,4998,5061,5134,5198,5252,5364,5422,5484,5538,5610,5732,5819,5905,6045,6122,6203,6330,6421,6498,6552,6603,6669,6739,6816,6903,6978,7049,7126,7195,7264,7371,7462,7534,7623,7712,7786,7858,7944,7994,8073,8139,8219,8303,8365,8429,8492,8561,8661,8756,8848,8940,8998,9053", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83", + "endOffsets": "317,3163,3241,3318,3404,3488,4317,4422,4501,4566,4655,4720,4779,4865,4929,4993,5056,5129,5193,5247,5359,5417,5479,5533,5605,5727,5814,5900,6040,6117,6198,6325,6416,6493,6547,6598,6664,6734,6811,6898,6973,7044,7121,7190,7259,7366,7457,7529,7618,7707,7781,7853,7939,7989,8068,8134,8214,8298,8360,8424,8487,8556,8656,8751,8843,8935,8993,9048,9132" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9137", + "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,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,260,363,468,569,671,790", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "153,255,358,463,564,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3596,3698,3801,3906,4007,4109,9227", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "3591,3693,3796,3901,4002,4104,4223,9323" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-as_values-as.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2789,2880,2957,3011,3062,3128,3198,3275,3362,3437,3508,3585,3654,3723,3830,3921,3993,4082,4171,4245,4317,4403,4453,4532,4598,4678,4762,4824,4888,4951,5020,5120,5215,5307,5399,5457,5512", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2784,2875,2952,3006,3057,3123,3193,3270,3357,3432,3503,3580,3649,3718,3825,3916,3988,4077,4166,4240,4312,4398,4448,4527,4593,4673,4757,4819,4883,4946,5015,5115,5210,5302,5394,5452,5507,5588" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4222,4324,4447,4526,4591,4680,4745,4804,4890,4954,5018,5081,5151,5215,5269,5374,5432,5494,5548,5620,5737,5824,5907,6047,6124,6205,6332,6423,6500,6554,6605,6671,6741,6818,6905,6980,7051,7128,7197,7266,7373,7464,7536,7625,7714,7788,7860,7946,7996,8075,8141,8221,8305,8367,8431,8494,8563,8663,8758,8850,8942,9000,9055", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80", + "endOffsets": "317,3142,3220,3297,3383,3467,4319,4442,4521,4586,4675,4740,4799,4885,4949,5013,5076,5146,5210,5264,5369,5427,5489,5543,5615,5732,5819,5902,6042,6119,6200,6327,6418,6495,6549,6600,6666,6736,6813,6900,6975,7046,7123,7192,7261,7368,7459,7531,7620,7709,7783,7855,7941,7991,8070,8136,8216,8300,8362,8426,8489,8558,8658,8753,8845,8937,8995,9050,9131" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9136", + "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,9214" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,259,367,472,576,676,805", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "151,254,362,467,571,671,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3472,3573,3676,3784,3889,3993,4093,9219", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "3568,3671,3779,3884,3988,4088,4217,9315" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2825,2911,2992,3046,3098,3164,3237,3317,3402,3482,3553,3629,3708,3777,3884,3980,4058,4153,4249,4323,4398,4497,4548,4630,4697,4784,4874,4936,5000,5063,5130,5232,5337,5434,5536,5594,5650", + "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,68,69,70,71,72,73", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,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,2820,2906,2987,3041,3093,3159,3232,3312,3397,3477,3548,3624,3703,3772,3879,3975,4053,4148,4244,4318,4393,4492,4543,4625,4692,4779,4869,4931,4995,5058,5125,5227,5332,5429,5531,5589,5645,5723" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4250,4370,4454,4517,4608,4675,4734,4824,4887,4952,5016,5085,5147,5201,5316,5374,5435,5489,5562,5689,5775,5859,5992,6067,6143,6276,6362,6443,6497,6549,6615,6688,6768,6853,6933,7004,7080,7159,7228,7335,7431,7509,7604,7700,7774,7849,7948,7999,8081,8148,8235,8325,8387,8451,8514,8581,8683,8788,8885,8987,9045,9101", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77", + "endOffsets": "313,3070,3142,3224,3330,3428,4245,4365,4449,4512,4603,4670,4729,4819,4882,4947,5011,5080,5142,5196,5311,5369,5430,5484,5557,5684,5770,5854,5987,6062,6138,6271,6357,6438,6492,6544,6610,6683,6763,6848,6928,6999,7075,7154,7223,7330,7426,7504,7599,7695,7769,7844,7943,7994,8076,8143,8230,8320,8382,8446,8509,8576,8678,8783,8880,8982,9040,9096,9174" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9179", + "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,9255" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,252,349,451,553,651,773", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "144,247,344,446,548,646,768,869" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3433,3527,3630,3727,3829,3931,4029,9260", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "3522,3625,3722,3824,3926,4024,4146,9356" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,657,773", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "146,248,347,446,550,652,768,869" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3364,3563", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3359,3475,3659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3480", + "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,3558" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,257,356,459,565,672,785", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "148,252,351,454,560,667,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3421,3519,3623,3722,3825,3931,4038,9456", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "3514,3618,3717,3820,3926,4033,4146,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3031,3109,3165,3223,3289,3361,3438,3529,3612,3692,3771,3846,3925,4029,4119,4192,4286,4383,4457,4530,4629,4684,4768,4836,4924,5013,5075,5139,5202,5273,5382,5493,5596,5704,5764,5826", + "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,68,69,70,71,72,73", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,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,2934,3026,3104,3160,3218,3284,3356,3433,3524,3607,3687,3766,3841,3920,4024,4114,4187,4281,4378,4452,4525,4624,4679,4763,4831,4919,5008,5070,5134,5197,5268,5377,5488,5591,5699,5759,5821,5903" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4263,4389,4470,4537,4640,4715,4778,4870,4941,5006,5073,5145,5217,5271,5392,5451,5515,5569,5646,5778,5863,5944,6093,6180,6263,6405,6497,6575,6631,6689,6755,6827,6904,6995,7078,7158,7237,7312,7391,7495,7585,7658,7752,7849,7923,7996,8095,8150,8234,8302,8390,8479,8541,8605,8668,8739,8848,8959,9062,9170,9230,9292", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81", + "endOffsets": "316,3080,3157,3234,3328,3416,4258,4384,4465,4532,4635,4710,4773,4865,4936,5001,5068,5140,5212,5266,5387,5446,5510,5564,5641,5773,5858,5939,6088,6175,6258,6400,6492,6570,6626,6684,6750,6822,6899,6990,7073,7153,7232,7307,7386,7490,7580,7653,7747,7844,7918,7991,8090,8145,8229,8297,8385,8474,8536,8600,8663,8734,8843,8954,9057,9165,9225,9287,9369" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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.daydreamclock.app-merged_res-31:/values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,3537,3654,3778,3908,4030,4168,4302,4418", + "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": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,3649,3773,3903,4025,4163,4297,4413,4533" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,34", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,3448", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,3532" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,260,358,457,562,664,775", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "150,255,353,452,557,659,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3436,3536,3641,3739,3838,3943,4045,9364", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "3531,3636,3734,3833,3938,4040,4151,9460" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9281", + "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,9359" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2854,2949,3029,3085,3138,3204,3278,3357,3443,3526,3597,3673,3749,3826,3932,4020,4100,4196,4292,4366,4444,4544,4595,4679,4748,4835,4926,4988,5052,5115,5186,5291,5397,5497,5600,5660,5717", + "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,68,69,70,71,72,73", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,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,2849,2944,3024,3080,3133,3199,3273,3352,3438,3521,3592,3668,3744,3821,3927,4015,4095,4191,4287,4361,4439,4539,4590,4674,4743,4830,4921,4983,5047,5110,5181,5286,5392,5492,5595,5655,5712,5797" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4156,4251,4381,4462,4526,4623,4708,4770,4857,4919,4983,5044,5111,5172,5226,5348,5405,5465,5519,5600,5735,5819,5904,6040,6115,6190,6333,6428,6508,6564,6617,6683,6757,6836,6922,7005,7076,7152,7228,7305,7411,7499,7579,7675,7771,7845,7923,8023,8074,8158,8227,8314,8405,8467,8531,8594,8665,8770,8876,8976,9079,9139,9196", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84", + "endOffsets": "310,3095,3171,3251,3343,3431,4246,4376,4457,4521,4618,4703,4765,4852,4914,4978,5039,5106,5167,5221,5343,5400,5460,5514,5595,5730,5814,5899,6035,6110,6185,6328,6423,6503,6559,6612,6678,6752,6831,6917,7000,7071,7147,7223,7300,7406,7494,7574,7670,7766,7840,7918,8018,8069,8153,8222,8309,8400,8462,8526,8589,8660,8765,8871,8971,9074,9134,9191,9276" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,5,9,13,16,19,22,25,28,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,413,574,784,991,1198,1401,1603,1868", + "endLines": "4,8,12,15,18,21,24,27,31,35", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,408,569,779,986,1193,1396,1598,1863,2136" + }, + "to": { + "startLines": "53,56,60,64,67,70,73,76,79,83", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3740,3901,4111,4318,4525,4728,4930,5195", + "endLines": "55,59,63,66,69,72,75,78,82,86", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3735,3896,4106,4313,4520,4723,4925,5190,5463" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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\\tinde\\.gradle\\caches\\transforms-4\\25c5032e977fa085edeb7f00163bf819\\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" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9581", + "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,9659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2992,3083,3159,3213,3266,3332,3406,3487,3571,3651,3724,3801,3878,3952,4062,4155,4230,4320,4411,4483,4561,4652,4706,4789,4857,4941,5028,5090,5154,5217,5289,5399,5512,5615,5724,5782,5839", + "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,69,70,71,72,73,74", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,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,2987,3078,3154,3208,3261,3327,3401,3482,3566,3646,3719,3796,3873,3947,4057,4150,4225,4315,4406,4478,4556,4647,4701,4784,4852,4936,5023,5085,5149,5212,5284,5394,5507,5610,5719,5777,5834,5911" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4435,4536,4670,4753,4818,4912,4985,5046,5171,5237,5305,5366,5438,5498,5552,5672,5732,5794,5848,5925,6055,6142,6224,6365,6445,6530,6657,6748,6824,6878,6931,6997,7071,7152,7236,7316,7389,7466,7543,7617,7727,7820,7895,7985,8076,8148,8226,8317,8371,8454,8522,8606,8693,8755,8819,8882,8954,9064,9177,9280,9389,9447,9504", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76", + "endOffsets": "369,3340,3425,3506,3611,3699,4531,4665,4748,4813,4907,4980,5041,5166,5232,5300,5361,5433,5493,5547,5667,5727,5789,5843,5920,6050,6137,6219,6360,6440,6525,6652,6743,6819,6873,6926,6992,7066,7147,7231,7311,7384,7461,7538,7612,7722,7815,7890,7980,8071,8143,8221,8312,8366,8449,8517,8601,8688,8750,8814,8877,8949,9059,9172,9275,9384,9442,9499,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,563,671,786", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "148,250,350,451,558,666,781,882" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3704,3802,3904,4004,4105,4212,4320,9664", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "3797,3899,3999,4100,4207,4315,4430,9760" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2951,3039,3117,3171,3225,3291,3365,3443,3530,3612,3684,3761,3834,3904,4013,4106,4178,4270,4366,4440,4516,4612,4665,4747,4814,4901,4988,5050,5114,5177,5246,5354,5459,5560,5663,5721,5779", + "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,69,70,71,72,73,74", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,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,2946,3034,3112,3166,3220,3286,3360,3438,3525,3607,3679,3756,3829,3899,4008,4101,4173,4265,4361,4435,4511,4607,4660,4742,4809,4896,4983,5045,5109,5172,5241,5349,5454,5555,5658,5716,5774,5854" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4264,4360,4486,4567,4633,4725,4802,4865,4973,5033,5099,5155,5226,5286,5340,5459,5516,5578,5632,5707,5831,5919,6002,6147,6232,6318,6451,6539,6617,6671,6725,6791,6865,6943,7030,7112,7184,7261,7334,7404,7513,7606,7678,7770,7866,7940,8016,8112,8165,8247,8314,8401,8488,8550,8614,8677,8746,8854,8959,9060,9163,9221,9279", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79", + "endOffsets": "372,3176,3256,3338,3440,3534,4355,4481,4562,4628,4720,4797,4860,4968,5028,5094,5150,5221,5281,5335,5454,5511,5573,5627,5702,5826,5914,5997,6142,6227,6313,6446,6534,6612,6666,6720,6786,6860,6938,7025,7107,7179,7256,7329,7399,7508,7601,7673,7765,7861,7935,8011,8107,8160,8242,8309,8396,8483,8545,8609,8672,8741,8849,8954,9055,9158,9216,9274,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9359", + "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,9441" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,457,561,663,780", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "148,250,348,452,556,658,775,876" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3539,3637,3739,3837,3941,4045,4147,9446", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "3632,3734,3832,3936,4040,4142,4259,9542" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9358", + "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,9433" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2874,2957,3043,3105,3159,3225,3302,3381,3469,3552,3621,3697,3778,3846,3950,4041,4119,4212,4309,4383,4462,4560,4620,4708,4774,4862,4950,5012,5080,5143,5209,5314,5420,5515,5620,5686,5744", + "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,68,69,70,71,72,73", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,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,2869,2952,3038,3100,3154,3220,3297,3376,3464,3547,3616,3692,3773,3841,3945,4036,4114,4207,4304,4378,4457,4555,4615,4703,4769,4857,4945,5007,5075,5138,5204,5309,5415,5510,5615,5681,5739,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4337,4447,4534,4600,4696,4762,4823,4928,4992,5064,5122,5196,5258,5312,5425,5485,5546,5605,5683,5807,5888,5973,6109,6190,6273,6404,6487,6573,6635,6689,6755,6832,6911,6999,7082,7151,7227,7308,7376,7480,7571,7649,7742,7839,7913,7992,8090,8150,8238,8304,8392,8480,8542,8610,8673,8739,8844,8950,9045,9150,9216,9274", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83", + "endOffsets": "307,3156,3244,3326,3421,3510,4332,4442,4529,4595,4691,4757,4818,4923,4987,5059,5117,5191,5253,5307,5420,5480,5541,5600,5678,5802,5883,5968,6104,6185,6268,6399,6482,6568,6630,6684,6750,6827,6906,6994,7077,7146,7222,7303,7371,7475,7566,7644,7737,7834,7908,7987,8085,8145,8233,8299,8387,8475,8537,8605,8668,8734,8839,8945,9040,9145,9211,9269,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,261,363,469,567,667,775", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "153,256,358,464,562,662,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3515,3618,3721,3823,3929,4027,4127,9438", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "3613,3716,3818,3924,4022,4122,4230,9534" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9078", + "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,9153" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,358,459,561,659,788", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "148,250,353,454,556,654,783,884" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3400,3498,3600,3703,3804,3906,4004,9158", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "3493,3595,3698,3799,3901,3999,4128,9254" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2782,2866,2948,3003,3058,3124,3193,3270,3356,3435,3503,3579,3649,3714,3816,3911,3984,4078,4171,4245,4314,4408,4464,4547,4614,4698,4786,4848,4912,4975,5042,5139,5245,5336,5438,5497,5556", + "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,68,69,70,71,72,73", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,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,2777,2861,2943,2998,3053,3119,3188,3265,3351,3430,3498,3574,3644,3709,3811,3906,3979,4073,4166,4240,4309,4403,4459,4542,4609,4693,4781,4843,4907,4970,5037,5134,5240,5331,5433,5492,5551,5628" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4133,4241,4353,4436,4500,4592,4661,4720,4805,4868,4930,4988,5052,5113,5167,5281,5339,5399,5453,5523,5650,5731,5810,5945,6021,6098,6227,6311,6393,6448,6503,6569,6638,6715,6801,6880,6948,7024,7094,7159,7261,7356,7429,7523,7616,7690,7759,7853,7909,7992,8059,8143,8231,8293,8357,8420,8487,8584,8690,8781,8883,8942,9001", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76", + "endOffsets": "308,3047,3126,3207,3306,3395,4236,4348,4431,4495,4587,4656,4715,4800,4863,4925,4983,5047,5108,5162,5276,5334,5394,5448,5518,5645,5726,5805,5940,6016,6093,6222,6306,6388,6443,6498,6564,6633,6710,6796,6875,6943,7019,7089,7154,7256,7351,7424,7518,7611,7685,7754,7848,7904,7987,8054,8138,8226,8288,8352,8415,8482,8579,8685,8776,8878,8937,8996,9073" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2859,2947,3026,3080,3133,3199,3271,3353,3443,3528,3600,3675,3746,3819,3925,4022,4096,4191,4288,4362,4447,4547,4600,4685,4753,4841,4931,4993,5057,5120,5187,5304,5416,5527,5638,5696,5753", + "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,68,69,70,71,72,73", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,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,2854,2942,3021,3075,3128,3194,3266,3348,3438,3523,3595,3670,3741,3814,3920,4017,4091,4186,4283,4357,4442,4542,4595,4680,4748,4836,4926,4988,5052,5115,5182,5299,5411,5522,5633,5691,5748,5829" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4236,4365,4448,4516,4608,4681,4744,4830,4892,4955,5020,5088,5151,5205,5337,5394,5456,5510,5584,5722,5803,5883,6015,6100,6187,6328,6416,6495,6549,6602,6668,6740,6822,6912,6997,7069,7144,7215,7288,7394,7491,7565,7660,7757,7831,7916,8016,8069,8154,8222,8310,8400,8462,8526,8589,8656,8773,8885,8996,9107,9165,9222", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80", + "endOffsets": "304,3076,3150,3223,3320,3409,4231,4360,4443,4511,4603,4676,4739,4825,4887,4950,5015,5083,5146,5200,5332,5389,5451,5505,5579,5717,5798,5878,6010,6095,6182,6323,6411,6490,6544,6597,6663,6735,6817,6907,6992,7064,7139,7210,7283,7389,7486,7560,7655,7752,7826,7911,8011,8064,8149,8217,8305,8395,8457,8521,8584,8651,8768,8880,8991,9102,9160,9217,9298" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9381" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,449,556,663,778", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "144,246,343,444,551,658,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3508,3610,3707,3808,3915,4022,9386", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "3503,3605,3702,3803,3910,4017,4132,9482" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3053,3133,3188,3239,3305,3378,3456,3544,3629,3700,3777,3851,3923,4029,4120,4194,4289,4387,4461,4541,4642,4695,4781,4847,4936,5026,5088,5152,5215,5289,5401,5511,5621,5726,5785,5840", + "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,69,70,71,72,73,74", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,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,2958,3048,3128,3183,3234,3300,3373,3451,3539,3624,3695,3772,3846,3918,4024,4115,4189,4284,4382,4456,4536,4637,4690,4776,4842,4931,5021,5083,5147,5210,5284,5396,5506,5616,5721,5780,5835,5914" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4297,4398,4519,4603,4669,4764,4838,4898,4982,5044,5110,5168,5241,5304,5360,5479,5536,5597,5653,5727,5872,5958,6042,6175,6257,6340,6486,6576,6656,6711,6762,6828,6901,6979,7067,7152,7223,7300,7374,7446,7552,7643,7717,7812,7910,7984,8064,8165,8218,8304,8370,8459,8549,8611,8675,8738,8812,8924,9034,9144,9249,9308,9363", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78", + "endOffsets": "366,3204,3292,3379,3475,3565,4393,4514,4598,4664,4759,4833,4893,4977,5039,5105,5163,5236,5299,5355,5474,5531,5592,5648,5722,5867,5953,6037,6170,6252,6335,6481,6571,6651,6706,6757,6823,6896,6974,7062,7147,7218,7295,7369,7441,7547,7638,7712,7807,7905,7979,8059,8160,8213,8299,8365,8454,8544,8606,8670,8733,8807,8919,9029,9139,9244,9303,9358,9437" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9442", + "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,9521" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,454,556,665,782", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "148,250,350,449,551,660,777,878" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3570,3668,3770,3870,3969,4071,4180,9526", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "3663,3765,3865,3964,4066,4175,4292,9622" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-et_values-et.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9211", + "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,9289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,453,559,664,784", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "145,247,345,448,554,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3461,3556,3658,3756,3859,3965,4070,9294", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "3551,3653,3751,3854,3960,4065,4185,9390" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2832,2920,2999,3054,3105,3171,3244,3323,3409,3488,3561,3636,3710,3782,3895,3983,4060,4151,4243,4315,4389,4480,4534,4616,4685,4768,4854,4916,4980,5043,5111,5214,5317,5414,5515,5574,5629", + "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,68,69,70,71,72,73", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,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,2827,2915,2994,3049,3100,3166,3239,3318,3404,3483,3556,3631,3705,3777,3890,3978,4055,4146,4238,4310,4384,4475,4529,4611,4680,4763,4849,4911,4975,5038,5106,5209,5312,5409,5510,5569,5624,5705" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4190,4289,4406,4488,4552,4637,4705,4769,4856,4920,4984,5043,5115,5179,5233,5352,5412,5473,5527,5600,5733,5817,5910,6048,6128,6207,6333,6421,6500,6555,6606,6672,6745,6824,6910,6989,7062,7137,7211,7283,7396,7484,7561,7652,7744,7816,7890,7981,8035,8117,8186,8269,8355,8417,8481,8544,8612,8715,8818,8915,9016,9075,9130", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80", + "endOffsets": "311,3113,3192,3277,3369,3456,4284,4401,4483,4547,4632,4700,4764,4851,4915,4979,5038,5110,5174,5228,5347,5407,5468,5522,5595,5728,5812,5905,6043,6123,6202,6328,6416,6495,6550,6601,6667,6740,6819,6905,6984,7057,7132,7206,7278,7391,7479,7556,7647,7739,7811,7885,7976,8030,8112,8181,8264,8350,8412,8476,8539,8607,8710,8813,8910,9011,9070,9125,9206" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2998,3087,3171,3228,3280,3346,3431,3519,3611,3691,3760,3837,3917,3985,4100,4199,4282,4374,4468,4542,4628,4722,4772,4855,4921,5006,5093,5156,5221,5284,5353,5461,5559,5657,5754,5815,5871", + "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,68,69,70,71,72,73", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,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,2993,3082,3166,3223,3275,3341,3426,3514,3606,3686,3755,3832,3912,3980,4095,4194,4277,4369,4463,4537,4623,4717,4767,4850,4916,5001,5088,5151,5216,5279,5348,5456,5554,5652,5749,5810,5866,5952" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4398,4516,4600,4664,4772,4840,4901,5009,5076,5162,5220,5304,5371,5425,5548,5610,5673,5727,5815,5943,6029,6111,6243,6323,6404,6560,6649,6733,6790,6842,6908,6993,7081,7173,7253,7322,7399,7479,7547,7662,7761,7844,7936,8030,8104,8190,8284,8334,8417,8483,8568,8655,8718,8783,8846,8915,9023,9121,9219,9316,9377,9433", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85", + "endOffsets": "317,3171,3257,3341,3444,3538,4393,4511,4595,4659,4767,4835,4896,5004,5071,5157,5215,5299,5366,5420,5543,5605,5668,5722,5810,5938,6024,6106,6238,6318,6399,6555,6644,6728,6785,6837,6903,6988,7076,7168,7248,7317,7394,7474,7542,7657,7756,7839,7931,8025,8099,8185,8279,8329,8412,8478,8563,8650,8713,8778,8841,8910,9018,9116,9214,9311,9372,9428,9514" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,558,673,801", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "146,249,348,446,553,668,796,897" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3742,3841,3939,4046,4161,9601", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "3634,3737,3836,3934,4041,4156,4284,9697" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9519", + "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,9596" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,6955", + "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,7136" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,251,456,657,858,1065,1270,1482", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "246,451,652,853,1060,1265,1477,1681" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "5528,5724,5929,6130,6331,6538,6743,7141", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "5719,5924,6125,6326,6533,6738,6950,7340" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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.daydreamclock.app-merged_res-31:/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2954,3042,3120,3177,3228,3294,3366,3442,3532,3615,3688,3765,3846,3920,4029,4119,4198,4289,4385,4459,4540,4635,4689,4771,4837,4924,5010,5072,5136,5199,5272,5379,5489,5587,5693,5754,5809", + "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,70,71,72,73,74,75", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,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,2949,3037,3115,3172,3223,3289,3361,3437,3527,3610,3683,3760,3841,3915,4024,4114,4193,4284,4380,4454,4535,4630,4684,4766,4832,4919,5005,5067,5131,5194,5267,5374,5484,5582,5688,5749,5804,5886" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4414,4530,4613,4680,4771,4837,4900,4988,5050,5117,5175,5246,5305,5359,5473,5533,5596,5650,5723,5842,5928,6011,6150,6235,6322,6455,6543,6621,6678,6729,6795,6867,6943,7033,7116,7189,7266,7347,7421,7530,7620,7699,7790,7886,7960,8041,8136,8190,8272,8338,8425,8511,8573,8637,8700,8773,8880,8990,9088,9194,9255,9310", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81", + "endOffsets": "419,3221,3299,3387,3495,3586,4409,4525,4608,4675,4766,4832,4895,4983,5045,5112,5170,5241,5300,5354,5468,5528,5591,5645,5718,5837,5923,6006,6145,6230,6317,6450,6538,6616,6673,6724,6790,6862,6938,7028,7111,7184,7261,7342,7416,7525,7615,7694,7785,7881,7955,8036,8131,8185,8267,8333,8420,8506,8568,8632,8695,8768,8875,8985,9083,9189,9250,9305,9387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9392", + "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,9469" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,358,459,564,669,782", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "150,252,353,454,559,664,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3591,3691,3793,3894,3995,4100,4205,9474", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "3686,3788,3889,3990,4095,4200,4313,9570" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9421", + "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,9499" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3592,3694,3794,3892,3999,4105,9504", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3587,3689,3789,3887,3994,4100,4220,9600" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4225,4327,4455,4536,4601,4696,4766,4829,4922,4986,5058,5121,5195,5259,5315,5433,5491,5553,5609,5689,5823,5912,5993,6134,6215,6295,6446,6536,6613,6669,6725,6791,6867,6949,7037,7126,7199,7276,7346,7423,7529,7618,7692,7786,7888,7960,8041,8145,8198,8283,8350,8443,8532,8594,8658,8721,8789,8900,9011,9113,9218,9278,9338", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82", + "endOffsets": "323,3121,3201,3287,3392,3488,4322,4450,4531,4596,4691,4761,4824,4917,4981,5053,5116,5190,5254,5310,5428,5486,5548,5604,5684,5818,5907,5988,6129,6210,6290,6441,6531,6608,6664,6720,6786,6862,6944,7032,7121,7194,7271,7341,7418,7524,7613,7687,7781,7883,7955,8036,8140,8193,8278,8345,8438,8527,8589,8653,8716,8784,8895,9006,9108,9213,9273,9333,9416" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-land_values-land.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-da_values-da.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9095", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2836,2922,3000,3056,3107,3173,3241,3315,3404,3479,3551,3629,3699,3772,3876,3960,4037,4125,4214,4288,4361,4446,4495,4573,4639,4719,4802,4864,4928,4991,5060,5168,5271,5372,5471,5531,5586", + "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,68,69,70,71,72,73", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,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,2831,2917,2995,3051,3102,3168,3236,3310,3399,3474,3546,3624,3694,3767,3871,3955,4032,4120,4209,4283,4356,4441,4490,4568,4634,4714,4797,4859,4923,4986,5055,5163,5266,5367,5466,5526,5581,5661" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4110,4210,4359,4437,4501,4587,4660,4720,4807,4871,4933,4995,5063,5128,5184,5302,5360,5421,5477,5552,5678,5764,5844,5985,6063,6143,6265,6351,6429,6485,6536,6602,6670,6744,6833,6908,6980,7058,7128,7201,7305,7389,7466,7554,7643,7717,7790,7875,7924,8002,8068,8148,8231,8293,8357,8420,8489,8597,8700,8801,8900,8960,9015", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79", + "endOffsets": "317,3047,3123,3201,3298,3378,4205,4354,4432,4496,4582,4655,4715,4802,4866,4928,4990,5058,5123,5179,5297,5355,5416,5472,5547,5673,5759,5839,5980,6058,6138,6260,6346,6424,6480,6531,6597,6665,6739,6828,6903,6975,7053,7123,7196,7300,7384,7461,7549,7638,7712,7785,7870,7919,7997,8063,8143,8226,8288,8352,8415,8484,8592,8695,8796,8895,8955,9010,9090" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,350,448,555,664,782", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "146,248,345,443,550,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3383,3479,3581,3678,3776,3883,3992,9175", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "3474,3576,3673,3771,3878,3987,4105,9271" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9336", + "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,9413" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2904,2993,3073,3134,3189,3255,3324,3401,3488,3569,3643,3719,3809,3882,3984,4069,4148,4238,4330,4404,4489,4579,4631,4715,4780,4865,4950,5012,5076,5139,5208,5325,5433,5533,5637,5702,5761", + "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,68,69,70,71,72,73", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,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,2899,2988,3068,3129,3184,3250,3319,3396,3483,3564,3638,3714,3804,3877,3979,4064,4143,4233,4325,4399,4484,4574,4626,4710,4775,4860,4945,5007,5071,5134,5203,5320,5428,5528,5632,5697,5756,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4236,4337,4478,4562,4626,4720,4790,4851,4938,5001,5065,5124,5198,5260,5314,5431,5489,5550,5604,5678,5800,5884,5980,6112,6190,6268,6397,6486,6566,6627,6682,6748,6817,6894,6981,7062,7136,7212,7302,7375,7477,7562,7641,7731,7823,7897,7982,8072,8124,8208,8273,8358,8443,8505,8569,8632,8701,8818,8926,9026,9130,9195,9254", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81", + "endOffsets": "310,3105,3190,3275,3390,3500,4332,4473,4557,4621,4715,4785,4846,4933,4996,5060,5119,5193,5255,5309,5426,5484,5545,5599,5673,5795,5879,5975,6107,6185,6263,6392,6481,6561,6622,6677,6743,6812,6889,6976,7057,7131,7207,7297,7370,7472,7557,7636,7726,7818,7892,7977,8067,8119,8203,8268,8353,8438,8500,8564,8627,8696,8813,8921,9021,9125,9190,9249,9331" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,360,467,571,675,786", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "150,252,355,462,566,670,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3505,3605,3707,3810,3917,4021,4125,9418", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "3600,3702,3805,3912,4016,4120,4231,9514" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-it_values-it.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,565,672,802", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "148,250,349,451,560,667,797,898" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3546,3648,3747,3849,3958,4065,9456", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "3541,3643,3742,3844,3953,4060,4190,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2924,3015,3105,3160,3211,3277,3350,3430,3521,3601,3676,3753,3822,3899,4004,4092,4181,4274,4367,4441,4521,4615,4666,4750,4816,4900,4988,5050,5114,5177,5245,5360,5474,5580,5689,5748,5803", + "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,68,69,70,71,72,73", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,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,2919,3010,3100,3155,3206,3272,3345,3425,3516,3596,3671,3748,3817,3894,3999,4087,4176,4269,4362,4436,4516,4610,4661,4745,4811,4895,4983,5045,5109,5172,5240,5355,5469,5575,5684,5743,5798,5878" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4195,4294,4434,4517,4583,4678,4763,4825,4913,4975,5044,5107,5180,5243,5297,5418,5475,5537,5591,5668,5805,5890,5972,6107,6188,6269,6415,6506,6596,6651,6702,6768,6841,6921,7012,7092,7167,7244,7313,7390,7495,7583,7672,7765,7858,7932,8012,8106,8157,8241,8307,8391,8479,8541,8605,8668,8736,8851,8965,9071,9180,9239,9294", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79", + "endOffsets": "313,3091,3172,3249,3348,3443,4289,4429,4512,4578,4673,4758,4820,4908,4970,5039,5102,5175,5238,5292,5413,5470,5532,5586,5663,5800,5885,5967,6102,6183,6264,6410,6501,6591,6646,6697,6763,6836,6916,7007,7087,7162,7239,7308,7385,7490,7578,7667,7760,7853,7927,8007,8101,8152,8236,8302,8386,8474,8536,8600,8663,8731,8846,8960,9066,9175,9234,9289,9369" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,250,345,448,551,653,767", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "143,245,340,443,546,648,762,863" + }, + "to": { + "startLines": "42,43,44,45,46,47,48,113", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3582,3675,3777,3872,3975,4078,4180,9423", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "3670,3772,3867,3970,4073,4175,4289,9519" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,112", + "startColumns": "4,4,4,4,4,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,9341", + "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,9418" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,72,73,74,75,76,77", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3029,3118,3194,3247,3301,3367,3445,3525,3609,3691,3763,3837,3910,3980,4089,4180,4251,4341,4436,4510,4593,4686,4735,4816,4885,4971,5056,5118,5182,5245,5314,5423,5533,5630,5730,5787,5845", + "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,72,73,74,75,76,77", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,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,3024,3113,3189,3242,3296,3362,3440,3520,3604,3686,3758,3832,3905,3975,4084,4175,4246,4336,4431,4505,4588,4681,4730,4811,4880,4966,5051,5113,5177,5240,5309,5418,5528,5625,5725,5782,5840,5920" + }, + "to": { + "startLines": "2,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4294,4395,4514,4591,4654,4745,4814,4881,4981,5044,5109,5170,5238,5300,5358,5472,5532,5593,5650,5723,5846,5927,6007,6155,6236,6317,6445,6534,6610,6663,6717,6783,6861,6941,7025,7107,7179,7253,7326,7396,7505,7596,7667,7757,7852,7926,8009,8102,8151,8232,8301,8387,8472,8534,8598,8661,8730,8839,8949,9046,9146,9203,9261", + "endLines": "9,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79", + "endOffsets": "510,3242,3318,3402,3494,3577,4390,4509,4586,4649,4740,4809,4876,4976,5039,5104,5165,5233,5295,5353,5467,5527,5588,5645,5718,5841,5922,6002,6150,6231,6312,6440,6529,6605,6658,6712,6778,6856,6936,7020,7102,7174,7248,7321,7391,7500,7591,7662,7752,7847,7921,8004,8097,8146,8227,8296,8382,8467,8529,8593,8656,8725,8834,8944,9041,9141,9198,9256,9336" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2935,3023,3103,3157,3208,3274,3346,3423,3506,3588,3660,3737,3810,3881,3986,4074,4146,4238,4334,4408,4482,4578,4630,4712,4779,4866,4953,5015,5079,5142,5210,5316,5423,5521,5638,5696,5751", + "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,70,71,72,73,74,75", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,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,2930,3018,3098,3152,3203,3269,3341,3418,3501,3583,3655,3732,3805,3876,3981,4069,4141,4233,4329,4403,4477,4573,4625,4707,4774,4861,4948,5010,5074,5137,5205,5311,5418,5516,5633,5691,5746,5825" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4372,4500,4581,4646,4745,4821,4886,4976,5040,5106,5160,5229,5289,5343,5460,5520,5582,5636,5708,5838,5925,6017,6156,6225,6303,6434,6522,6602,6656,6707,6773,6845,6922,7005,7087,7159,7236,7309,7380,7485,7573,7645,7737,7833,7907,7981,8077,8129,8211,8278,8365,8452,8514,8578,8641,8709,8815,8922,9020,9137,9195,9250", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78", + "endOffsets": "423,3210,3285,3363,3455,3538,4367,4495,4576,4641,4740,4816,4881,4971,5035,5101,5155,5224,5284,5338,5455,5515,5577,5631,5703,5833,5920,6012,6151,6220,6298,6429,6517,6597,6651,6702,6768,6840,6917,7000,7082,7154,7231,7304,7375,7480,7568,7640,7732,7828,7902,7976,8072,8124,8206,8273,8360,8447,8509,8573,8636,8704,8810,8917,9015,9132,9190,9245,9324" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9329", + "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,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,354,452,562,670,792", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "146,248,349,447,557,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3741,3842,3940,4050,4158,9412", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "3634,3736,3837,3935,4045,4153,4275,9508" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ldrtl-v17_values-ldrtl-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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.daydreamclock.app-merged_res-31:/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3027,3107,3161,3212,3278,3350,3427,3511,3592,3664,3741,3815,3886,3991,4079,4150,4243,4338,4412,4486,4582,4634,4717,4784,4870,4958,5020,5084,5147,5215,5325,5431,5530,5644,5702,5757", + "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,70,71,72,73,74,75", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,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,2934,3022,3102,3156,3207,3273,3345,3422,3506,3587,3659,3736,3810,3881,3986,4074,4145,4238,4333,4407,4481,4577,4629,4712,4779,4865,4953,5015,5079,5142,5210,5320,5426,5525,5639,5697,5752,5831" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4271,4363,4489,4570,4635,4734,4810,4871,4960,5024,5091,5145,5213,5273,5327,5444,5504,5566,5620,5692,5814,5898,5990,6127,6205,6287,6414,6502,6582,6636,6687,6753,6825,6902,6986,7067,7139,7216,7290,7361,7466,7554,7625,7718,7813,7887,7961,8057,8109,8192,8259,8345,8433,8495,8559,8622,8690,8800,8906,9005,9119,9177,9232", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78", + "endOffsets": "413,3185,3263,3340,3443,3535,4358,4484,4565,4630,4729,4805,4866,4955,5019,5086,5140,5208,5268,5322,5439,5499,5561,5615,5687,5809,5893,5985,6122,6200,6282,6409,6497,6577,6631,6682,6748,6820,6897,6981,7062,7134,7211,7285,7356,7461,7549,7620,7713,7808,7882,7956,8052,8104,8187,8254,8340,8428,8490,8554,8617,8685,8795,8901,9000,9114,9172,9227,9306" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9311", + "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,9389" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,455,560,667,786", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "148,250,351,450,555,662,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3540,3638,3740,3841,3940,4045,4152,9394", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "3633,3735,3836,3935,4040,4147,4266,9490" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,248,342,436,529,623,719", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "142,243,337,431,524,618,714,815" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3197,3289,3390,3484,3578,3671,3765,8352", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "3284,3385,3479,3573,3666,3760,3856,8448" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2445,2524,2598,2648,2699,2765,2829,2898,2976,3047,3108,3179,3246,3306,3392,3471,3538,3621,3706,3780,3845,3921,3969,4042,4106,4182,4260,4322,4386,4449,4514,4594,4670,4748,4824,4878,4933", + "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,68,69,70,71,72,73", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,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,2440,2519,2593,2643,2694,2760,2824,2893,2971,3042,3103,3174,3241,3301,3387,3466,3533,3616,3701,3775,3840,3916,3964,4037,4101,4177,4255,4317,4381,4444,4509,4589,4665,4743,4819,4873,4928,4997" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3861,3952,4058,4131,4193,4270,4329,4388,4466,4527,4584,4640,4699,4757,4811,4896,4952,5010,5064,5129,5221,5295,5371,5493,5555,5617,5716,5795,5869,5919,5970,6036,6100,6169,6247,6318,6379,6450,6517,6577,6663,6742,6809,6892,6977,7051,7116,7192,7240,7313,7377,7453,7531,7593,7657,7720,7785,7865,7941,8019,8095,8149,8204", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68", + "endOffsets": "292,2913,2975,3045,3115,3192,3947,4053,4126,4188,4265,4324,4383,4461,4522,4579,4635,4694,4752,4806,4891,4947,5005,5059,5124,5216,5290,5366,5488,5550,5612,5711,5790,5864,5914,5965,6031,6095,6164,6242,6313,6374,6445,6512,6572,6658,6737,6804,6887,6972,7046,7111,7187,7235,7308,7372,7448,7526,7588,7652,7715,7780,7860,7936,8014,8090,8144,8199,8268" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8273", + "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,8347" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2820,2906,2984,3038,3089,3155,3224,3298,3387,3463,3535,3612,3683,3757,3868,3959,4038,4125,4213,4285,4359,4444,4495,4574,4641,4722,4806,4868,4932,4995,5063,5170,5269,5368,5463,5521,5576", + "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,68,69,70,71,72,73", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,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,2815,2901,2979,3033,3084,3150,3219,3293,3382,3458,3530,3607,3678,3752,3863,3954,4033,4120,4208,4280,4354,4439,4490,4569,4636,4717,4801,4863,4927,4990,5058,5165,5264,5363,5458,5516,5571,5649" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4171,4269,4391,4470,4533,4625,4689,4749,4841,4906,4969,5031,5098,5162,5216,5321,5380,5441,5495,5564,5683,5766,5850,5986,6065,6149,6271,6357,6435,6489,6540,6606,6675,6749,6838,6914,6986,7063,7134,7208,7319,7410,7489,7576,7664,7736,7810,7895,7946,8025,8092,8173,8257,8319,8383,8446,8514,8621,8720,8819,8914,8972,9027", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77", + "endOffsets": "311,3083,3175,3256,3358,3438,4264,4386,4465,4528,4620,4684,4744,4836,4901,4964,5026,5093,5157,5211,5316,5375,5436,5490,5559,5678,5761,5845,5981,6060,6144,6266,6352,6430,6484,6535,6601,6670,6744,6833,6909,6981,7058,7129,7203,7314,7405,7484,7571,7659,7731,7805,7890,7941,8020,8087,8168,8252,8314,8378,8441,8509,8616,8715,8814,8909,8967,9022,9100" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,449,557,662,783", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "145,247,345,444,552,657,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3443,3538,3640,3738,3837,3945,4050,9185", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "3533,3635,3733,3832,3940,4045,4166,9281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9105", + "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,9180" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,262,364,465,572,677,796", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "147,257,359,460,567,672,791,892" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3634,3744,3846,3947,4054,4159,9531", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "3629,3739,3841,3942,4049,4154,4273,9627" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9447", + "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,9526" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3048,3125,3178,3229,3295,3370,3446,3532,3611,3688,3764,3841,3915,4027,4118,4193,4284,4376,4450,4537,4628,4683,4765,4831,4914,5000,5062,5126,5189,5259,5376,5488,5599,5709,5766,5821", + "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,68,69,70,71,72,73", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,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,2958,3043,3120,3173,3224,3290,3365,3441,3527,3606,3683,3759,3836,3910,4022,4113,4188,4279,4371,4445,4532,4623,4678,4760,4826,4909,4995,5057,5121,5184,5254,5371,5483,5594,5704,5761,5816,5902" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4373,4506,4595,4661,4758,4838,4900,4989,5052,5117,5176,5249,5312,5366,5494,5551,5613,5667,5740,5883,5967,6055,6191,6279,6367,6503,6588,6665,6718,6769,6835,6910,6986,7072,7151,7228,7304,7381,7455,7567,7658,7733,7824,7916,7990,8077,8168,8223,8305,8371,8454,8540,8602,8666,8729,8799,8916,9028,9139,9249,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85", + "endOffsets": "310,3138,3217,3300,3422,3532,4368,4501,4590,4656,4753,4833,4895,4984,5047,5112,5171,5244,5307,5361,5489,5546,5608,5662,5735,5878,5962,6050,6186,6274,6362,6498,6583,6660,6713,6764,6830,6905,6981,7067,7146,7223,7299,7376,7450,7562,7653,7728,7819,7911,7985,8072,8163,8218,8300,8366,8449,8535,8597,8661,8724,8794,8911,9023,9134,9244,9301,9356,9442" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values_values.arsc.flat", + "map": [ + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\themes.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "64", + "endLines": "6", + "endColumns": "12", + "endOffsets": "419" + }, + "to": { + "startLines": "6358", + "startColumns": "4", + "startOffsets": "445263", + "endLines": "6363", + "endColumns": "12", + "endOffsets": "445613" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\a3b6356bd6284a56af3936638a9bf59f\\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": "109,9156,11111,11117", + "startColumns": "4,4,4,4", + "startOffsets": "5765,636204,707391,707602", + "endLines": "109,9158,11116,11200", + "endColumns": "60,12,24,24", + "endOffsets": "5821,636344,707597,712113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\481167e5a5013ac711f0c7e7ac43fbb3\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml", + "from": { + "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370", + "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466" + }, + "to": { + "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,105,106,107,108,110,114,115,116,119,129,139,167,168,173,174,179,184,185,186,191,192,197,198,203,204,205,211,212,213,218,224,225,239,240,246,247,248,249,252,255,258,259,262,265,266,267,268,269,272,275,276,277,278,284,289,292,295,296,297,302,303,304,307,310,311,314,317,320,323,324,325,328,331,332,337,338,344,349,352,355,356,357,358,359,360,361,362,363,364,365,366,382,463,464,465,466,471,478,484,485,486,489,494,496,504,505,526,533,570,571,575,576,586,587,588,594,597,603,607,608,609,610,611,620,1809,1864,10514,10679,10807,10813,10817,10966,11201,11427,11454,11479,11502,11505,11508,11511,11538,11565,11582,12242,12250,12263,12279,12283,12313,12326,12330,12490,12500,12554,12815,12839,13033,13405,13442,13477,13532,13549", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,5544,5596,5657,5719,5826,5959,6011,6061,6222,6629,7052,8994,9053,9250,9307,9502,9683,9737,9794,9986,10044,10240,10296,10490,10547,10598,10820,10872,10927,11117,11333,11383,12132,12188,12394,12455,12515,12585,12718,12849,12977,13045,13174,13300,13362,13425,13493,13560,13683,13808,13875,13940,14005,14294,14475,14596,14717,14783,14850,15060,15129,15195,15320,15446,15513,15639,15766,15891,16018,16074,16139,16265,16388,16453,16661,16728,17016,17196,17316,17436,17501,17563,17625,17689,17751,17810,17870,17931,17992,18051,18111,18771,23714,23765,23814,23862,24149,24441,24671,24718,24778,24884,25064,25176,25511,25565,26730,27077,29407,29458,29667,29719,30094,30153,30207,30445,30623,30825,30964,31010,31065,31110,31154,31502,120487,123374,683710,689828,695493,695868,696035,701265,712118,719693,721038,721892,722762,722828,722907,722982,723766,724657,725476,750213,750618,751089,751880,752043,753404,753968,754121,759196,759614,762007,771031,771719,779115,793526,794269,795690,798007,798749", + "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,105,106,107,108,113,114,115,116,128,136,139,167,172,173,178,183,184,185,190,191,196,197,202,203,204,210,211,212,217,223,224,225,239,245,246,247,248,251,254,257,258,261,264,265,266,267,268,271,274,275,276,277,283,288,291,294,295,296,301,302,303,306,309,310,313,316,319,322,323,324,327,330,331,336,337,343,348,351,354,355,356,357,358,359,360,361,362,363,364,365,381,387,463,464,465,466,477,483,484,485,488,493,494,503,504,505,526,533,570,571,575,584,586,587,593,594,602,606,607,608,609,610,619,623,1809,1864,10678,10806,10812,10816,10965,11110,11213,11442,11478,11501,11504,11507,11510,11537,11564,11581,11667,12249,12262,12278,12282,12312,12325,12329,12339,12499,12543,12565,12818,12841,13048,13441,13476,13483,13548,13551", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,5591,5652,5714,5760,5954,6006,6056,6107,6624,6936,7092,9048,9245,9302,9497,9678,9732,9789,9981,10039,10235,10291,10485,10542,10593,10815,10867,10922,11112,11328,11378,11430,12183,12389,12450,12510,12580,12713,12844,12972,13040,13169,13295,13357,13420,13488,13555,13678,13803,13870,13935,14000,14289,14470,14591,14712,14778,14845,15055,15124,15190,15315,15441,15508,15634,15761,15886,16013,16069,16134,16260,16383,16448,16656,16723,17011,17191,17311,17431,17496,17558,17620,17684,17746,17805,17865,17926,17987,18046,18106,18766,19017,23760,23809,23857,23915,24436,24666,24713,24773,24879,25059,25113,25506,25560,25616,26771,27119,29453,29512,29714,30044,30148,30202,30440,30495,30820,30959,31005,31060,31105,31149,31497,31634,120523,123414,689823,695488,695863,696030,701260,707386,712810,720439,721887,722757,722823,722902,722977,723761,724652,725471,729408,750613,751084,751875,752038,753399,753963,754116,754575,759609,761622,762298,771176,771834,779757,794264,795685,796038,798744,798845" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2146,2154,2155,2159,2163,2174,2179,2208,2215,2219,2223,2228,2232,2236,2240,2244,2248,2252,2258,2262,2268,2272,2278,2282,2287,2291,2294,2298,2304,2308,2314,2318,2324,2327,2331,2335,2339,2343,2347,2348,2349,2350,2353,2356,2359,2362,2366,2367,2368,2369,2410,2413,2415,2417,2419,2424,2425,2429,2435,2439,2440,2442,2454,2455,2459,2465,2469,2546,2547,2551,2578,2582,2583,2587,4384,4556,4582,4753,4779,4810,4818,4824,4840,4862,4867,4872,4882,4891,4900,4904,4911,4930,4937,4938,4947,4950,4953,4957,4961,4965,4968,4969,4974,4979,4989,4994,5001,5007,5008,5011,5015,5020,5022,5024,5027,5030,5032,5036,5039,5046,5049,5052,5056,5058,5062,5064,5066,5068,5072,5080,5088,5100,5106,5115,5118,5129,5132,5133,5138,5139,5619,5688,5762,5763,5773,5782,5783,5785,5789,5792,5795,5798,5801,5804,5807,5810,5814,5817,5820,5823,5827,5830,5834,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6002,6004,6006,6007,6008,6009,6010,6011,6012,6013,6015,6016,6018,6019,6021,6023,6024,6026,6027,6028,6029,6030,6031,6033,6034,6035,6036,6037,6322,6324,6326,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6342,6343,6344,6345,6346,6347,6348,6350,6354,6522,6523,6524,6525,6526,6527,6531,6532,6533,7074,7076,7078,7080,7082,7084,7085,7086,7087,7089,7091,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7107,7108,7109,7110,7112,7114,7115,7117,7118,7120,7122,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7137,7138,7139,7140,7142,7143,7144,7145,7146,7148,7150,7152,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9159,9234,9237,9240,9243,9257,9263,9379,9382,9411,9438,9447,9511,10114,10164,10486,11214,11668,11692,11730,12077,12098,12222,12544,12550,12577,12803,12842,13013,13340,13484,13496,13525", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "6941,11486,11639,29517,31639,31694,31818,31882,31952,32013,32088,32164,32241,32530,32615,32697,32773,32891,32968,33046,33152,33258,33337,33417,33474,36335,36409,36484,36549,36615,36675,36736,36808,36881,36948,50109,50168,50227,50286,50345,50404,50458,50512,50565,50619,50673,50727,55119,55193,55272,55345,55419,55490,55562,55634,55751,55808,55866,55939,56013,56087,56162,56234,56307,56377,56448,56508,56611,56680,56749,56819,56893,56969,57033,57110,57186,57263,57328,57397,57474,57549,57618,57686,57763,57829,57890,57987,58052,58121,58220,58291,58350,58408,58465,58524,58588,58659,58731,58803,58875,58947,59014,59082,59150,59209,59272,59336,59426,59517,59577,59643,59710,59776,59846,59910,59963,60030,60091,60158,60271,60329,60392,60457,60522,60597,60670,60742,60786,60833,60879,60928,60989,61050,61111,61173,61237,61301,61365,61430,61493,61553,61614,61680,61739,61799,61861,61932,61992,65990,66076,66326,66416,66503,66591,66673,66756,66846,116966,117018,117076,117121,117187,117251,117308,117365,119819,119876,119924,119973,120168,121296,121343,121776,123294,123690,123754,123944,124004,128526,128600,128670,128748,128802,128872,128957,129005,129051,129112,129175,129241,129305,129376,129439,129504,129568,129629,129690,129742,129815,129889,129958,130033,130107,130181,130322,149963,150998,151076,151166,151254,151350,152859,153441,153530,153777,154058,154724,155009,156818,157295,157517,157739,158015,158242,158472,158702,158932,159162,159389,159808,160034,160459,160689,161117,161336,161619,161827,161958,162185,162611,162836,163263,163484,163909,164029,164305,164606,164930,165221,165535,165672,165803,165908,166150,166317,166521,166729,167000,167112,167224,167329,169422,169636,169782,169922,170008,170356,170444,170690,171108,171357,171439,171537,172194,172294,172546,172970,173225,179115,179204,179441,181465,181707,181809,182062,317142,327823,329339,340034,341562,343319,343945,344365,345626,346891,347147,347383,347930,348424,349029,349227,349807,351175,351550,351668,352206,352363,352559,352832,353088,353258,353399,353463,353828,354195,354871,355135,355473,355826,355920,356106,356412,356674,356799,356926,357165,357376,357495,357688,357865,358320,358501,358623,358882,358995,359182,359284,359391,359520,359795,360303,360799,361676,361970,362540,362689,363421,363593,363677,364013,364105,394843,400074,405789,405851,406429,407013,407104,407217,407446,407606,407758,407929,408095,408264,408431,408594,408837,409007,409180,409351,409625,409824,410029,419395,419479,419575,419671,419769,419869,419971,420073,420175,420277,420379,420479,420575,420687,420816,420939,421070,421201,421299,421413,421507,421647,421781,421877,421989,422089,422205,422301,422413,422513,422653,422789,422953,423083,423241,423391,423532,423676,423811,423923,424073,424201,424329,424465,424597,424727,424857,424969,442627,442773,442917,443055,443121,443211,443287,443391,443481,443583,443691,443799,443899,443979,444071,444169,444279,444331,444409,444515,444607,444711,444821,444943,445106,458075,458155,458255,458345,458455,458545,458786,458880,458986,498865,498965,499077,499191,499307,499423,499517,499631,499743,499845,499965,500087,500169,500273,500393,500519,500617,500711,500799,500911,501027,501149,501261,501436,501552,501638,501730,501842,501966,502033,502159,502227,502355,502499,502627,502696,502791,502906,503019,503118,503227,503338,503449,503550,503655,503755,503885,503976,504099,504193,504305,504391,504495,504591,504679,504797,504901,505005,505131,505219,505327,505427,505517,505627,505711,505813,505897,505951,506015,506121,506207,506317,506401,636349,638965,639083,639198,639278,639639,639872,644450,644528,645872,647233,647621,650464,669332,671559,682353,712815,729413,730164,731678,744950,745329,749607,761627,761856,762588,770719,771839,778371,791024,796043,796383,797804", + "endLines": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2153,2154,2158,2162,2166,2178,2184,2214,2218,2222,2227,2231,2235,2239,2243,2247,2251,2257,2261,2267,2271,2277,2281,2286,2290,2293,2297,2303,2307,2313,2317,2323,2326,2330,2334,2338,2342,2346,2347,2348,2349,2352,2355,2358,2361,2365,2366,2367,2368,2369,2412,2414,2416,2418,2423,2424,2428,2434,2438,2439,2441,2453,2454,2458,2464,2468,2469,2546,2550,2577,2581,2582,2586,2614,4555,4581,4752,4778,4809,4817,4823,4839,4861,4866,4871,4881,4890,4899,4903,4910,4929,4936,4937,4946,4949,4952,4956,4960,4964,4967,4968,4973,4978,4988,4993,5000,5006,5007,5010,5014,5019,5021,5023,5026,5029,5031,5035,5038,5045,5048,5051,5055,5057,5061,5063,5065,5067,5071,5079,5087,5099,5105,5114,5117,5128,5131,5132,5137,5138,5143,5687,5757,5762,5772,5781,5782,5784,5788,5791,5794,5797,5800,5803,5806,5809,5813,5816,5819,5822,5826,5829,5833,5837,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6003,6005,6006,6007,6008,6009,6010,6011,6012,6014,6015,6017,6018,6020,6022,6023,6025,6026,6027,6028,6029,6030,6032,6033,6034,6035,6036,6037,6323,6325,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6341,6342,6343,6344,6345,6346,6347,6349,6353,6357,6522,6523,6524,6525,6526,6530,6531,6532,6533,7075,7077,7079,7081,7083,7084,7085,7086,7088,7090,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7106,7107,7108,7109,7111,7113,7114,7116,7117,7119,7121,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7136,7137,7138,7139,7141,7142,7143,7144,7145,7147,7149,7151,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9233,9236,9239,9242,9256,9262,9272,9381,9410,9437,9446,9510,9873,10117,10191,10513,11231,11691,11697,11735,12097,12221,12241,12549,12553,12582,12814,12907,13032,13394,13495,13521,13531", + "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": "6991,11526,11683,29553,31689,31751,31877,31947,32008,32083,32159,32236,32314,32610,32692,32768,32844,32963,33041,33147,33253,33332,33412,33469,33527,36404,36479,36544,36610,36670,36731,36803,36876,36943,37011,50163,50222,50281,50340,50399,50453,50507,50560,50614,50668,50722,50776,55188,55267,55340,55414,55485,55557,55629,55702,55803,55861,55934,56008,56082,56157,56229,56302,56372,56443,56503,56564,56675,56744,56814,56888,56964,57028,57105,57181,57258,57323,57392,57469,57544,57613,57681,57758,57824,57885,57982,58047,58116,58215,58286,58345,58403,58460,58519,58583,58654,58726,58798,58870,58942,59009,59077,59145,59204,59267,59331,59421,59512,59572,59638,59705,59771,59841,59905,59958,60025,60086,60153,60266,60324,60387,60452,60517,60592,60665,60737,60781,60828,60874,60923,60984,61045,61106,61168,61232,61296,61360,61425,61488,61548,61609,61675,61734,61794,61856,61927,61987,62055,66071,66158,66411,66498,66586,66668,66751,66841,66932,117013,117071,117116,117182,117246,117303,117360,117414,119871,119919,119968,120019,120197,121338,121387,121817,123321,123749,123811,123999,124056,128595,128665,128743,128797,128867,128952,129000,129046,129107,129170,129236,129300,129371,129434,129499,129563,129624,129685,129737,129810,129884,129953,130028,130102,130176,130317,130387,150011,151071,151161,151249,151345,151435,153436,153525,153772,154053,154305,155004,155397,157290,157512,157734,158010,158237,158467,158697,158927,159157,159384,159803,160029,160454,160684,161112,161331,161614,161822,161953,162180,162606,162831,163258,163479,163904,164024,164300,164601,164925,165216,165530,165667,165798,165903,166145,166312,166516,166724,166995,167107,167219,167324,167441,169631,169777,169917,170003,170351,170439,170685,171103,171352,171434,171532,172189,172289,172541,172965,173220,173314,179199,179436,181460,181702,181804,182057,184213,327818,329334,340029,341557,343314,343940,344360,345621,346886,347142,347378,347925,348419,349024,349222,349802,351170,351545,351663,352201,352358,352554,352827,353083,353253,353394,353458,353823,354190,354866,355130,355468,355821,355915,356101,356407,356669,356794,356921,357160,357371,357490,357683,357860,358315,358496,358618,358877,358990,359177,359279,359386,359515,359790,360298,360794,361671,361965,362535,362684,363416,363588,363672,364008,364100,364378,400069,405440,405846,406424,407008,407099,407212,407441,407601,407753,407924,408090,408259,408426,408589,408832,409002,409175,409346,409620,409819,410024,410354,419474,419570,419666,419764,419864,419966,420068,420170,420272,420374,420474,420570,420682,420811,420934,421065,421196,421294,421408,421502,421642,421776,421872,421984,422084,422200,422296,422408,422508,422648,422784,422948,423078,423236,423386,423527,423671,423806,423918,424068,424196,424324,424460,424592,424722,424852,424964,425104,442768,442912,443050,443116,443206,443282,443386,443476,443578,443686,443794,443894,443974,444066,444164,444274,444326,444404,444510,444602,444706,444816,444938,445101,445258,458150,458250,458340,458450,458540,458781,458875,458981,459073,498960,499072,499186,499302,499418,499512,499626,499738,499840,499960,500082,500164,500268,500388,500514,500612,500706,500794,500906,501022,501144,501256,501431,501547,501633,501725,501837,501961,502028,502154,502222,502350,502494,502622,502691,502786,502901,503014,503113,503222,503333,503444,503545,503650,503750,503880,503971,504094,504188,504300,504386,504490,504586,504674,504792,504896,505000,505126,505214,505322,505422,505512,505622,505706,505808,505892,505946,506010,506116,506202,506312,506396,506516,638960,639078,639193,639273,639634,639867,640384,644523,645867,647228,647616,650459,660512,669462,672924,683705,713382,730159,730421,731873,745324,749602,750208,761851,762002,762798,771026,774860,779110,793150,796378,797689,798002" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\40b461153d5e867249383262bab6b954\\transformed\\activity-1.8.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,59", + "endOffsets": "92,152" + }, + "to": { + "startLines": "1825,1866", + "startColumns": "4,4", + "startOffsets": "121392,123462", + "endColumns": "41,59", + "endOffsets": "121429,123517" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1,2", + "startColumns": "4,4", + "startOffsets": "17,70", + "endColumns": "51,54", + "endOffsets": "64,120" + }, + "to": { + "startLines": "1970,2119", + "startColumns": "4,4", + "startOffsets": "130475,150943", + "endColumns": "51,54", + "endOffsets": "130522,150993" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e81222577287d13ff323e04ddedd8242\\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": "1799,1832,1869,11379,11384", + "startColumns": "4,4,4,4,4", + "startOffsets": "120024,121711,123626,718525,718695", + "endLines": "1799,1832,1869,11383,11387", + "endColumns": "56,64,63,24,24", + "endOffsets": "120076,121771,123685,718690,718839" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\59688f5f71ed6a8f7f55a11fd32c6431\\transformed\\savedstate-1.2.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1867", + "startColumns": "4", + "startOffsets": "123522", + "endColumns": "53", + "endOffsets": "123571" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\cb953fb7b780850cb20cb7d6358969a2\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "13522", + "startColumns": "4", + "startOffsets": "797694", + "endLines": "13524", + "endColumns": "24", + "endOffsets": "797799" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\25c5032e977fa085edeb7f00163bf819\\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": "35,652,653,654,655,1044,1045,1046,2167,5517,5519,5522,10124", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1640,33663,33724,33786,33848,62125,62184,62241,154310,388101,388165,388291,669670", + "endLines": "35,652,653,654,655,1044,1045,1046,2173,5518,5521,5524,10151", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1687,33719,33781,33843,33907,62179,62236,62290,154719,388160,388286,388414,670589" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\ac75df7b35690cf00312b8e5a296932d\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1969", + "startColumns": "4", + "startOffsets": "130392", + "endColumns": "82", + "endOffsets": "130470" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\452c0cdd8a90dcfdc2ba9d8d0353c253\\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": "9273,9289,9295,12819,12835", + "startColumns": "4,4,4,4,4", + "startOffsets": "640389,640814,640992,771181,771592", + "endLines": "9288,9294,9304,12834,12838", + "endColumns": "24,24,24,24,24", + "endOffsets": "640809,640987,641271,771587,771714" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\b616187fd5ca5a70aefd0b5f93f60d4d\\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": "1800,1801,1822,1827,1828,1857,1858,1859,1860,1861", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "120081,120121,121253,121477,121532,123028,123082,123134,123183,123244", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "120116,120163,121291,121527,121574,123077,123129,123178,123239,123289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.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,98,99,103,104,105,106,112,122,155,176,209", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,340,406,475,538,608,676,748,818,879,953,1026,1087,1148,1210,1274,1336,1397,1465,1565,1625,1691,1764,1833,1890,1942,2004,2076,2152,2217,2276,2335,2395,2455,2515,2575,2635,2695,2755,2815,2875,2935,2994,3054,3114,3174,3234,3294,3354,3414,3474,3534,3594,3653,3713,3773,3832,3891,3950,4009,4068,4127,4162,4197,4252,4315,4370,4428,4486,4547,4610,4667,4718,4768,4829,4886,4952,4986,5021,5056,5126,5193,5265,5334,5403,5477,5549,5637,5708,5825,6026,6136,6337,6466,6538,6605,6808,7109,8840,9521,10203", + "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,97,98,102,103,104,105,111,121,154,175,208,214", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,335,401,470,533,603,671,743,813,874,948,1021,1082,1143,1205,1269,1331,1392,1460,1560,1620,1686,1759,1828,1885,1937,1999,2071,2147,2212,2271,2330,2390,2450,2510,2570,2630,2690,2750,2810,2870,2930,2989,3049,3109,3169,3229,3289,3349,3409,3469,3529,3589,3648,3708,3768,3827,3886,3945,4004,4063,4122,4157,4192,4247,4310,4365,4423,4481,4542,4605,4662,4713,4763,4824,4881,4947,4981,5016,5051,5121,5188,5260,5329,5398,5472,5544,5632,5703,5820,6021,6131,6332,6461,6533,6600,6803,7104,8835,9516,10198,10365" + }, + "to": { + "startLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6039,6043,6044,6048,7169,7170,10118,10476,11319,11352,11388,11421", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "24089,32319,32391,33532,33597,54987,55056,62350,62420,62488,62560,62630,62691,62765,115988,116049,116110,116172,116236,116298,116359,116427,116527,116587,116653,116726,116795,116852,116904,117696,117768,117844,117909,117968,118027,118087,118147,118207,118267,118327,118387,118447,118507,118567,118627,118686,118746,118806,118866,118926,118986,119046,119106,119166,119226,119286,119345,119405,119465,119524,119583,119642,119701,119760,120268,120303,121822,121877,121940,121995,122053,122111,122172,122235,122292,122343,122393,122454,122511,122577,122611,122993,128136,131766,131833,131905,131974,132043,132117,132189,150872,425109,425226,425427,425537,425738,506521,506593,669467,682052,715888,717619,718844,719526", + "endLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6042,6043,6047,6048,7169,7170,10123,10485,11351,11372,11420,11426", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "24144,32386,32474,33592,33658,55051,55114,62415,62483,62555,62625,62686,62760,62833,116044,116105,116167,116231,116293,116354,116422,116522,116582,116648,116721,116790,116847,116899,116961,117763,117839,117904,117963,118022,118082,118142,118202,118262,118322,118382,118442,118502,118562,118622,118681,118741,118801,118861,118921,118981,119041,119101,119161,119221,119281,119340,119400,119460,119519,119578,119637,119696,119755,119814,120298,120333,121872,121935,121990,122048,122106,122167,122230,122287,122338,122388,122449,122506,122572,122606,122641,123023,128201,131828,131900,131969,132038,132112,132184,132272,150938,425221,425422,425532,425733,425862,506588,506655,669665,682348,717614,718295,719521,719688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\4623089df65fe6eb130cdc60bb34bcd3\\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": "506,1106,1107,1108,1116,1117,1118,1803,12583", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "25621,66163,66222,66270,66937,67012,67088,120202,762803", + "endLines": "506,1106,1107,1108,1116,1117,1118,1803,12603", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "25672,66217,66265,66321,67007,67083,67155,120263,763638" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\dabe689a35df26bb0dcc0d7cad575bd6\\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": "138,141,1055,11232", + "startColumns": "4,4,4,4", + "startOffsets": "6996,7160,62838,713387", + "endLines": "138,141,1055,11235", + "endColumns": "55,47,51,24", + "endOffsets": "7047,7203,62885,713493" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,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,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,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,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,1350,1353,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,1414,1415,1416,1417,1418,1422,1426,1430,1434,1435,1439,1447,1454,1462,1465,1475,1484,1493,1502,1503,1504,1505,1511,1512,1513,1514,1515,1516,1522,1523,1524,1525,1526,1531,1532,1536,1537,1543,1547,1548,1549,1550,1560,1561,1562,1566,1567,1573,1577,1578,1581,1582,1586,1587,1590,1591,1592,1593,1856,1863,2123,2129,2392,2399,2659,2665,2728,2810,2862,2944,3006,3088,3152,3204,3286,3294,3300,3311,3315,3319,3332,3347,3363,3370,3376,3393,3406,3426,3443,3452,3457,3464,3484,3497,3514,3520,3526,3533,3537,3543,3557,3560,3570,3571,3572,3620,3624,3628,3632,3633,3634,3637,3653,3660,3674,3719,3720,3726,3730,3734,3739,3746,3752,3753,3756,3760,3765,3778,3782,3787,3792,3797,3800,3803,3806,3810,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3840,3844,3848,3852,3856,3860,3864,3865,3866,3867,3868,3869,3870,3871,3875,3879,3880,3884,3885,3888,3892,3895,3898,3901,3905,3908,3911,3915,3919,3923,3927,3930,3931,3932,3933,3936,3940,3943,3946,3949,3952,3955,3958,3962,3965,3966,3969,3972,3973,3976,3977,3978,3982,3983,3988,3995,4002,4009,4016,4023,4030,4037,4044,4051,4060,4069,4078,4085,4094,4103,4106,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4125,4130,4135,4138,4139,4140,4141,4142,4150,4158,4159,4167,4171,4179,4187,4195,4203,4211,4212,4220,4228,4229,4232,4235,4237,4242,4244,4249,4253,4257,4258,4259,4260,4264,4268,4269,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4292,4296,4297,4301,4302,4303,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4332,4333,4334,4340,4341,4345,4347,4348,4353,4354,4355,4356,4357,4358,4362,4363,4364,4370,4371,4375,4377,4381,4385,4389,4393,4394,4395,4396,4399,4402,4405,4408,4411,4416,4420,4423,4424,4429,4433,4438,4444,4450,4455,4459,4464,4468,4472,4513,4514,4515,4516,4517,4521,4522,4523,4524,4528,4532,4536,4540,4544,4548,4552,4556,4562,4563,4604,4618,4623,4649,4656,4659,4670,4675,4678,4681,4736,4742,4743,4746,4749,4752,4755,4758,4761,4764,4768,4771,4772,4773,4781,4789,4792,4797,4802,4807,4812,4816,4820,4821,4829,4830,4831,4832,4833,4841,4846,4851,4852,4853,4854,4879,4885,4890,4893,4897,4900,4904,4914,4917,4922,4925,4929,4933,4941,4955,4968,4972,4987,4998,5001,5012,5017,5021,5056,5057,5058,5070,5078,5086,5094,5102,5122,5125,5152,5157,5177,5180,5183,5190,5203,5212,5215,5235,5245,5249,5253,5266,5270,5274,5278,5284,5288,5305,5313,5317,5321,5325,5328,5332,5336,5340,5350,5357,5364,5368,5394,5404,5429,5438,5458,5468,5472,5482,5507,5517,5520,5524,5525,5526,5527,5531,5537,5543,5544,5557,5558,5559,5562,5565,5568,5571,5574,5577,5580,5583,5586,5589,5592,5595,5598,5601,5604,5607,5610,5613,5616,5619,5622,5623,5628,5629,5642,5652,5656,5661,5666,5670,5673,5677,5681,5684,5688,5691,5695,5700,5705,5708,5715,5719,5723,5732,5737,5742,5743,5747,5750,5754,5767,5772,5780,5784,5788,5805,5809,5814,5832,5839,5843,5873,5876,5879,5882,5885,5888,5891,5910,5916,5924,5931,5943,5951,5956,5961,5965,5976,5980,5988,5991,5996,5997,5998,5999,6003,6007,6011,6015,6050,6053,6057,6061,6095,6098,6102,6106,6115,6121,6124,6134,6138,6139,6146,6150,6157,6158,6159,6162,6167,6172,6173,6177,6192,6211,6215,6216,6228,6238,6239,6251,6256,6280,6283,6289,6292,6301,6309,6313,6316,6319,6322,6326,6329,6346,6350,6353,6368,6371,6379,6384,6391,6396,6397,6402,6403,6409,6415,6421,6453,6464,6481,6488,6492,6495,6508,6517,6521,6526,6530,6534,6538,6542,6546,6550,6554,6559,6562,6574,6579,6588,6591,6598,6599,6603,6612,6618,6622,6623,6627,6648,6654,6658,6662,6663,6681,6682,6683,6684,6685,6690,6693,6694,6700,6701,6713,6725,6732,6733,6738,6743,6744,6748,6762,6767,6773,6779,6785,6790,6796,6802,6803,6809,6824,6829,6838,6847,6850,6864,6869,6880,6884,6893,6902,6903,6910,6918,6935,6945,6992,7059,7105,7162,7174,7241,7350,7370,7391,7397,7405,7511,7525,7548,7554,7598,7602,7608,7614,7625,7657,7664,7672,7687,7743,7754,7767,7779,7817,7864,7870,7882,7888,7894,7946,7951,7956,7963,7998,8010,8056,8085,8148,8153,8159,8162,8166,8220,8258,8276,8294,8351,8359,8383,8387,8395,8488,8492,8771,8779,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1853,1914,1970,2021,2081,2137,2200,2249,2305,2361,2411,2470,2525,2587,2634,2688,2744,2796,2851,2905,2959,3013,3062,3120,3174,3231,3287,3334,3387,3443,3503,3566,3625,3687,3737,3791,3845,3893,3950,4003,4059,4113,4169,4232,4294,4350,4410,4463,4524,4603,4684,4756,4835,4915,4991,5069,5138,5214,5291,5362,5435,5511,5589,5658,5734,5811,5875,5946,6018,6069,6122,6177,6244,6297,6349,6399,6457,6522,6570,6621,6688,6754,6812,6881,6939,7008,7078,7151,7225,7293,7360,7430,7496,7569,7629,7705,7765,7825,7900,7968,8034,8102,8162,8221,8278,8344,8406,8463,8531,8604,8674,8736,8797,8865,8927,8997,9066,9122,9181,9243,9305,9372,9429,9490,9551,9612,9673,9729,9785,9841,9897,9955,10013,10071,10129,10186,10243,10300,10357,10416,10475,10533,10616,10699,10772,10826,10895,10951,11032,11113,11184,11313,11366,11424,11482,11540,11586,11646,11700,11770,11840,11905,11971,12036,12104,12173,12241,12371,12424,12483,12541,12593,12643,12695,12741,12791,12847,12894,12952,13010,13072,13135,13197,13256,13316,13381,13447,13512,13574,13636,13698,13760,13822,13884,13950,14017,14083,14146,14210,14273,14341,14402,14464,14526,14589,14653,14716,14780,14858,14917,14983,15063,15124,15177,15235,15286,15331,15395,15454,15516,15590,15661,15727,15801,15870,15941,16014,16085,16153,16226,16302,16372,16450,16518,16584,16645,16714,16778,16844,16912,16978,17041,17109,17180,17245,17318,17381,17462,17526,17592,17662,17732,17802,17872,17939,17996,18054,18113,18173,18232,18291,18350,18409,18468,18527,18586,18645,18704,18763,18823,18884,18946,19007,19068,19129,19190,19251,19312,19372,19433,19494,19554,19615,19676,19737,19798,19859,19920,19981,20042,20103,20164,20225,20293,20362,20432,20501,20570,20639,20708,20777,20846,20915,20984,21053,21122,21182,21243,21305,21366,21427,21488,21549,21610,21671,21732,21793,21854,21915,21977,22040,22104,22167,22230,22293,22356,22419,22482,22545,22608,22671,22734,22795,22857,22920,22982,23044,23106,23168,23230,23292,23354,23416,23478,23540,23597,23683,23763,23853,23948,24040,24132,24222,24305,24398,24485,24582,24673,24774,24861,24964,25053,25152,25244,25344,25428,25522,25610,25708,25791,25882,25976,26075,26177,26275,26375,26462,26562,26648,26744,26832,26913,27004,27100,27193,27286,27377,27462,27556,27645,27743,27836,27938,28026,28130,28221,28321,28414,28515,28600,28695,28784,28883,28968,29060,29155,29255,29358,29457,29560,29649,29750,29837,29934,30022,30118,30210,30310,30400,30498,30583,30672,30761,30854,30941,31032,31098,31174,31243,31322,31395,31475,31555,31632,31700,31778,31854,31925,32006,32079,32162,32237,32322,32395,32476,32557,32631,32715,32785,32863,32933,33013,33091,33163,33245,33315,33392,33472,33557,33645,33729,33816,33890,33968,34046,34117,34198,34289,34372,34468,34566,34673,34738,34804,34857,34933,34999,35086,35162,35238,35303,35358,35412,35491,35569,35642,35707,35770,35836,35907,35978,36048,36110,36179,36245,36305,36372,36439,36495,36546,36599,36651,36705,36776,36839,36898,36960,37019,37092,37159,37229,37289,37352,37427,37499,37595,37666,37722,37793,37850,37907,37973,38037,38108,38165,38218,38281,38333,38391,38458,38527,38593,38652,38735,38794,38851,38918,38988,39062,39124,39193,39263,39362,39459,39558,39644,39730,39811,39886,39975,40066,40150,40209,40255,40321,40378,40445,40502,40584,40649,40715,40838,40922,41043,41108,41170,41268,41342,41425,41514,41578,41657,41731,41793,41889,41954,42013,42069,42125,42185,42292,42339,42399,42460,42524,42585,42645,42703,42746,42795,42847,42898,42950,42999,43048,43113,43179,43239,43300,43356,43415,43464,43512,43570,43627,43729,43786,43861,43909,43960,44022,44087,44139,44213,44276,44339,44407,44457,44519,44579,44636,44696,44745,44813,44919,45021,45090,45161,45217,45266,45366,45437,45547,45636,45727,45809,45907,45963,46064,46174,46273,46336,46442,46519,46631,46758,46870,46997,47067,47181,47312,47409,47477,47595,47698,47816,47877,47951,48018,48123,48245,48319,48386,48496,48595,48668,48765,48887,49005,49123,49184,49306,49423,49491,49597,49699,49779,49850,49946,50013,50087,50161,50247,50335,50425,50503,50580,50680,50751,50872,50993,51057,51182,51256,51380,51504,51571,51680,51808,51920,51999,52077,52178,52249,52371,52493,52558,52684,52796,52902,52970,53069,53173,53236,53302,53386,53499,53612,53730,53808,53880,54016,54152,54237,54377,54515,54653,54795,54877,54986,55097,55225,55353,55485,55615,55745,55879,55941,56037,56104,56221,56342,56439,56521,56608,56695,56826,56957,57092,57169,57246,57357,57471,57545,57654,57766,57868,57964,58068,58135,58229,58301,58411,58517,58590,58681,58783,58886,58981,59088,59193,59315,59437,59563,59622,59680,59804,59928,60056,60174,60292,60414,60500,60597,60731,60865,60945,61083,61215,61347,61483,61558,61634,61737,61811,61924,62005,62062,62123,62182,62242,62300,62361,62419,62469,62518,62585,62644,62703,62752,62823,62907,62977,63048,63128,63197,63260,63328,63394,63462,63527,63593,63670,63748,63854,63960,64056,64185,64274,64401,64467,64536,64622,64688,64771,64869,64965,65061,65159,65268,65363,65452,65514,65574,65639,65696,65777,65831,65888,65985,66095,66156,66271,66392,66487,66579,66672,66774,66830,66889,66938,67030,67079,67133,67187,67241,67295,67349,67404,67514,67624,67732,67842,67952,68062,68172,68280,68386,68490,68594,68698,68793,68888,68981,69074,69178,69284,69388,69492,69585,69678,69771,69864,69972,70078,70184,70290,70387,70482,70577,70672,70778,70884,70990,71096,71194,71290,71386,71484,71549,71653,71711,71775,71836,71898,71958,72023,72085,72153,72211,72274,72337,72404,72479,72552,72618,72670,72723,72775,72832,72916,73011,73096,73177,73257,73334,73413,73490,73564,73638,73709,73789,73861,73936,74001,74062,74122,74197,74271,74344,74414,74486,74556,74629,74693,74763,74809,74878,74930,75015,75098,75155,75221,75288,75354,75435,75510,75566,75619,75680,75738,75788,75837,75886,75935,75997,76049,76094,76175,76226,76280,76333,76387,76438,76487,76553,76604,76665,76726,76788,76838,76879,76956,77015,77074,77133,77194,77250,77306,77373,77434,77499,77554,77619,77688,77756,77834,77903,77963,78034,78108,78173,78245,78315,78382,78466,78535,78602,78672,78735,78802,78870,78953,79032,79122,79199,79267,79334,79412,79469,79526,79594,79660,79716,79776,79835,79889,79939,79989,80037,80099,80150,80223,80303,80383,80447,80514,80585,80643,80704,80770,80829,80896,80956,81016,81079,81147,81208,81275,81353,81423,81472,81529,81598,81659,81747,81835,81923,82011,82098,82185,82272,82359,82417,82491,82561,82617,82688,82753,82815,82890,82963,83053,83119,83185,83246,83310,83372,83430,83501,83584,83643,83714,83780,83845,83906,83965,84036,84102,84167,84250,84326,84401,84482,84542,84611,84681,84750,84805,84861,84917,84978,85036,85092,85146,85201,85263,85320,85414,85483,85584,85635,85705,85768,85824,85882,85941,85995,86081,86165,86235,86304,86374,86489,86610,86677,86744,86819,86886,86945,86999,87053,87107,87160,87212,87286,87423,87563,87612,87662,87712,87760,87816,87874,87936,87991,88049,88120,88184,88243,88305,88371,88437,88480,88524,88569,88612,88663,88710,88755,88806,88857,88908,88959,89007,89073,89135,89198,89270,89327,89381,89436,89494,89549,89608,89664,89733,89802,89871,89941,90004,90067,90130,90193,90258,90323,90388,90453,90516,90580,90644,90708,90759,90837,90915,90986,91058,91131,91203,91269,91335,91403,91471,91537,91604,91678,91741,91798,91858,91923,91990,92055,92112,92173,92231,92335,92445,92554,92658,92736,92801,92868,92934,93004,93051,93103,93153,93210,93530,93680,93811,93995,94173,94411,94600,94769,94867,94982,95067,95146,95306,95371,95460,95617,95774,95927,96081,96140,96327,96423,96513,96609,96699,96865,96988,97111,97281,97387,97502,97617,97719,97825,97942,98057,98139,98312,98480,98628,98787,98942,99115,99232,99349,99517,99629,99743,99915,100091,100249,100382,100494,100640,100792,100924,101067,101189,101367,101503,101599,101735,101830,101997,102090,102182,102369,102525,102703,102867,103049,103366,103548,103730,103920,104152,104342,104519,104681,104838,104948,105131,105268,105472,105656,105840,106000,106158,106342,106569,106772,106943,107163,107385,107540,107740,107924,108027,108217,108358,108523,108694,108894,109098,109300,109465,109670,109869,110068,110265,110356,110505,110655,110739,110888,111033,111185,111326,111492,111653,111731,112032,112198,112353,112455,112613,112777,112963,113186,113311,113588,113860,114138,114383,114445,114730,115181,115637,116146,116294,116808,117245,117679,118122,118207,118328,118427,118832,118929,119046,119133,119256,119357,119763,119862,119981,120074,120181,120524,120631,120876,120997,121406,121654,121754,121859,121978,122487,122634,122753,123004,123137,123552,123806,123918,124165,124290,124607,124728,124956,125077,125210,125357,145988,146480,166860,167284,187960,188454,208879,209305,214146,219563,223654,229085,233827,239204,243188,247180,252571,253118,253551,254307,254537,254780,255913,256842,257746,258330,258803,260233,260977,262170,263224,263702,263995,264378,265893,266658,267801,268242,268683,269279,269553,269964,270980,271158,271911,272048,272139,274333,274599,274921,275131,275240,275359,275543,276661,277131,277882,280465,280560,280936,281164,281420,281679,282255,282609,282731,282870,283162,283422,284350,284636,285039,285441,285784,285996,286197,286410,286699,286984,287057,287144,287229,287328,287440,287546,287669,287801,287924,288054,288178,288311,288442,288567,288684,288804,288936,289064,289178,289296,289409,289530,289718,289905,290086,290269,290453,290618,290800,290920,291040,291148,291258,291370,291478,291588,291753,291919,292071,292236,292337,292457,292628,292789,292952,293113,293280,293399,293516,293696,293878,294059,294242,294397,294542,294664,294799,294962,295155,295281,295433,295575,295745,295901,296073,296364,296559,296651,296824,296986,297081,297250,297344,297433,297676,297765,298058,298474,298894,299315,299741,300158,300574,300991,301409,301823,302293,302766,303238,303649,304120,304592,304782,304988,305094,305202,305308,305420,305534,305646,305760,305876,305990,306098,306208,306316,306578,306957,307361,307508,307616,307726,307834,307948,308357,308771,308887,309305,309546,309976,310411,310821,311243,311653,311775,312184,312600,312722,312940,313124,313192,313536,313616,313972,314122,314266,314342,314454,314544,314806,315071,315179,315331,315439,315515,315627,315717,315819,315927,316035,316135,316243,316328,316432,316519,316597,316711,316803,317067,317334,317444,317597,317707,317791,318180,318278,318386,318480,318610,318718,318840,318976,319084,319204,319338,319460,319588,319730,319856,319996,320122,320240,320372,320470,320580,320880,320992,321110,321574,321690,321993,322119,322215,322616,322726,322850,322988,323098,323220,323532,323656,323786,324262,324390,324705,324843,325005,325221,325377,325581,325649,325733,325837,326040,326229,326430,326623,326828,327141,327353,327519,327635,327881,328097,328410,328836,329298,329535,329687,329947,330091,330233,333465,333579,333699,333815,333909,334230,334329,334447,334548,334827,335112,335391,335673,335926,336185,336438,336694,337118,337194,340444,341799,342243,344097,344672,344880,345890,346270,346436,346577,351597,352023,352135,352270,352423,352620,352791,352974,353149,353336,353608,353766,353850,353954,354441,354997,355155,355374,355605,355828,356063,356285,356551,356689,357288,357402,357540,357652,357776,358347,358842,359388,359533,359626,359718,361645,362215,362513,362702,362908,363101,363311,364195,364340,364732,364890,365107,365368,365800,366675,367295,367492,368440,369205,369328,370101,370322,370522,372499,372599,372689,373375,374128,374893,375656,376431,377644,377809,379422,379743,380806,381016,381186,381756,382651,383284,383450,384936,385552,385788,386009,386967,387232,387497,387744,388158,388394,389679,390128,390315,390564,390806,390982,391223,391456,391681,392276,392751,393275,393536,394887,395362,396588,397058,398106,398558,398802,399259,400504,400987,401137,401481,401627,401765,401901,402189,402693,403202,403318,404220,404342,404454,404631,404897,405167,405433,405701,405957,406217,406473,406731,406983,407239,407491,407745,407977,408213,408465,408721,408973,409227,409459,409693,409805,410230,410354,411446,412261,412457,412781,413170,413522,413763,413977,414276,414468,414783,414990,415336,415636,416037,416256,416669,416906,417276,418000,418355,418624,418764,419018,419162,419439,420431,420840,421472,421818,422186,423260,423623,424023,425531,426116,426434,428969,429163,429381,429607,429819,430018,430225,431429,431724,432281,432671,433303,433780,434025,434376,434622,435382,435646,436069,436260,436639,436727,436835,436943,437256,437581,437900,438231,440934,441122,441383,441632,444216,444408,444673,444926,445458,445866,446065,446649,446884,447008,447420,447634,448036,448139,448269,448444,448696,448892,449032,449226,450237,451306,451594,451724,452501,453158,453304,454010,454248,455788,455938,456355,456520,457206,457676,457872,457963,458047,458191,458425,458592,459520,459806,459966,460581,460740,461068,461295,461807,462169,462248,462587,462692,463057,463428,463789,465663,466292,467368,467792,468045,468197,469245,469982,470185,470431,470678,470896,471138,471459,471723,472028,472251,472562,472751,473466,473735,474229,474455,474895,475054,475338,476083,476448,476753,476911,477149,478468,478866,479094,479314,479456,480746,480852,480982,481120,481244,481532,481701,481801,482086,482200,483083,483838,484277,484401,484647,484840,484974,485165,485944,486162,486453,486732,487049,487271,487566,487849,487953,488294,489110,489426,489987,490493,490698,491484,491889,492550,492739,493290,493856,493976,494378,494912,495442,495741,498086,500528,502122,504129,504468,507142,509437,509877,510629,510813,511024,515682,516265,516993,517195,518330,518480,518655,518880,519474,520726,521067,521575,522086,523880,524140,524756,525251,526288,528154,528345,528678,528834,529027,531419,531648,531856,532026,533798,534096,535439,536449,538414,538530,538699,538836,538982,540333,541471,542002,542428,544161,544409,545179,545295,545470,548685,548832,559704,559947,560318,560413,560506,560569,560651,560744,560837,560924,561022,561113,561204,561292,561376,561472,561576,561676,561782,561885,561986,562090,562196,562295,562401,562503,562610,562719,562830,562961,563081,563197,563315,563414,563521,563637,563756,563884,563973,564068,564145,564234,564325,564418,564492,564589,564684,564782,564881,564985,565081,565183,565286,565386,565489,565574,565675,565773,565863,565958,566045,566151,566253,566347,566438,566532,566608,566700,566789,566892,567003,567086,567172,567267,567364,567460,567548,567649,567750,567853,567959,568057,568154,568249,568347,568450,568550,568653,568758,568876,568992,569087,569180,569265,569361,569455,569547,569649,569756,569839,569943,570048,570148,570249,570354,570454,570555,570654,570756,570850,570957,571059,571162,571255,571351,571453,571556,571652,571754,571857,571954,572057,572155,572259,572364,572461,572569,572683,572798,572906,573020,573135,573237,573342,573450,573560,573676,573793,573888,573985,574084,574189,574295,574394,574499,574605,574705,574811,574912,575019,575138,575237,575342,575444,575546,575646,575749,575844,575948,576033,576137,576241,576339,576443,576549,576647,576752,576850,576963,577057,577146,577235,577318,577409,577492,577590,577680,577776,577865,577959,578047,578143,578228,578336,578437,578538,578636,578742,578833,578932,579029,579127,579223,579316,579426,579524,579619,579729,579821,579921,580020,580107,580211,580316,580415,580522,580629,580728,580837,580929,581040,581151,581262,581366,581481,581597,581724,581844,581941,582040,582132,582231,582323,582422,582508,582602,582705,582801,582904,583000,583103,583200,583298,583401,583494,583584,583685,583768,583859,583944,584036,584139,584234,584330,584423,584517,584596,584703,584794,584893,584986,585089,585193,585294,585395,585499,585593,585697,585801,585914,586020,586126,586234,586351,586452,586560,586660,586763,586868,586975,587071,587150,587240,587324,587416,587489,587586,587668,587753,587838,587935,588028,588123,588222,588319,588410,588501,588593,588688,588795,588903,589005,589102,589199,589292,589379,589463,589560,589657,589750,589837,589928,590027,590126,590221,590310,590391,590490,590594,590691,590796,590893,590977,591076,591180,591277,591382,591479,591577,591678,591784,591883,591990,592089,592188,592279,592368,592457,592539,592632,592723,592834,592935,593035,593147,593260,593358,593466,593560,593660,593749,593841,593952,594062,594157,594273,594399,594525,594644,594772,594897,595022,595140,595267,595376,595485,595598,595721,595844,595960,596085,596182,596290,596412,596528,596644,596753,596841,596942,597031,597132,597219,597307,597404,597496,597602,597702,597778", + "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,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,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,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,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,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,1349,1352,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,1413,1414,1415,1416,1417,1421,1425,1429,1433,1434,1438,1446,1453,1461,1464,1474,1483,1492,1501,1502,1503,1504,1510,1511,1512,1513,1514,1515,1521,1522,1523,1524,1525,1530,1531,1535,1536,1542,1546,1547,1548,1549,1559,1560,1561,1565,1566,1572,1576,1577,1580,1581,1585,1586,1589,1590,1591,1592,1855,1862,2122,2128,2391,2398,2658,2664,2727,2809,2861,2943,3005,3087,3151,3203,3285,3293,3299,3310,3314,3318,3331,3346,3362,3369,3375,3392,3405,3425,3442,3451,3456,3463,3483,3496,3513,3519,3525,3532,3536,3542,3556,3559,3569,3570,3571,3619,3623,3627,3631,3632,3633,3636,3652,3659,3673,3718,3719,3725,3729,3733,3738,3745,3751,3752,3755,3759,3764,3777,3781,3786,3791,3796,3799,3802,3805,3809,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3839,3843,3847,3851,3855,3859,3863,3864,3865,3866,3867,3868,3869,3870,3874,3878,3879,3883,3884,3887,3891,3894,3897,3900,3904,3907,3910,3914,3918,3922,3926,3929,3930,3931,3932,3935,3939,3942,3945,3948,3951,3954,3957,3961,3964,3965,3968,3971,3972,3975,3976,3977,3981,3982,3987,3994,4001,4008,4015,4022,4029,4036,4043,4050,4059,4068,4077,4084,4093,4102,4105,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4124,4129,4134,4137,4138,4139,4140,4141,4149,4157,4158,4166,4170,4178,4186,4194,4202,4210,4211,4219,4227,4228,4231,4234,4236,4241,4243,4248,4252,4256,4257,4258,4259,4263,4267,4268,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4291,4295,4296,4300,4301,4302,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4331,4332,4333,4339,4340,4344,4346,4347,4352,4353,4354,4355,4356,4357,4361,4362,4363,4369,4370,4374,4376,4380,4384,4388,4392,4393,4394,4395,4398,4401,4404,4407,4410,4415,4419,4422,4423,4428,4432,4437,4443,4449,4454,4458,4463,4467,4471,4512,4513,4514,4515,4516,4520,4521,4522,4523,4527,4531,4535,4539,4543,4547,4551,4555,4561,4562,4603,4617,4622,4648,4655,4658,4669,4674,4677,4680,4735,4741,4742,4745,4748,4751,4754,4757,4760,4763,4767,4770,4771,4772,4780,4788,4791,4796,4801,4806,4811,4815,4819,4820,4828,4829,4830,4831,4832,4840,4845,4850,4851,4852,4853,4878,4884,4889,4892,4896,4899,4903,4913,4916,4921,4924,4928,4932,4940,4954,4967,4971,4986,4997,5000,5011,5016,5020,5055,5056,5057,5069,5077,5085,5093,5101,5121,5124,5151,5156,5176,5179,5182,5189,5202,5211,5214,5234,5244,5248,5252,5265,5269,5273,5277,5283,5287,5304,5312,5316,5320,5324,5327,5331,5335,5339,5349,5356,5363,5367,5393,5403,5428,5437,5457,5467,5471,5481,5506,5516,5519,5523,5524,5525,5526,5530,5536,5542,5543,5556,5557,5558,5561,5564,5567,5570,5573,5576,5579,5582,5585,5588,5591,5594,5597,5600,5603,5606,5609,5612,5615,5618,5621,5622,5627,5628,5641,5651,5655,5660,5665,5669,5672,5676,5680,5683,5687,5690,5694,5699,5704,5707,5714,5718,5722,5731,5736,5741,5742,5746,5749,5753,5766,5771,5779,5783,5787,5804,5808,5813,5831,5838,5842,5872,5875,5878,5881,5884,5887,5890,5909,5915,5923,5930,5942,5950,5955,5960,5964,5975,5979,5987,5990,5995,5996,5997,5998,6002,6006,6010,6014,6049,6052,6056,6060,6094,6097,6101,6105,6114,6120,6123,6133,6137,6138,6145,6149,6156,6157,6158,6161,6166,6171,6172,6176,6191,6210,6214,6215,6227,6237,6238,6250,6255,6279,6282,6288,6291,6300,6308,6312,6315,6318,6321,6325,6328,6345,6349,6352,6367,6370,6378,6383,6390,6395,6396,6401,6402,6408,6414,6420,6452,6463,6480,6487,6491,6494,6507,6516,6520,6525,6529,6533,6537,6541,6545,6549,6553,6558,6561,6573,6578,6587,6590,6597,6598,6602,6611,6617,6621,6622,6626,6647,6653,6657,6661,6662,6680,6681,6682,6683,6684,6689,6692,6693,6699,6700,6712,6724,6731,6732,6737,6742,6743,6747,6761,6766,6772,6778,6784,6789,6795,6801,6802,6808,6823,6828,6837,6846,6849,6863,6868,6879,6883,6892,6901,6902,6909,6917,6934,6944,6991,7058,7104,7161,7173,7231,7349,7369,7390,7396,7404,7510,7524,7547,7553,7597,7601,7607,7613,7624,7656,7663,7671,7686,7742,7753,7766,7778,7816,7863,7869,7881,7887,7893,7945,7950,7955,7962,7997,8009,8055,8084,8147,8152,8158,8161,8165,8193,8257,8275,8293,8350,8358,8382,8386,8394,8487,8491,8770,8778,8788,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "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,1848,1909,1965,2016,2076,2132,2195,2244,2300,2356,2406,2465,2520,2582,2629,2683,2739,2791,2846,2900,2954,3008,3057,3115,3169,3226,3282,3329,3382,3438,3498,3561,3620,3682,3732,3786,3840,3888,3945,3998,4054,4108,4164,4227,4289,4345,4405,4458,4519,4598,4679,4751,4830,4910,4986,5064,5133,5209,5286,5357,5430,5506,5584,5653,5729,5806,5870,5941,6013,6064,6117,6172,6239,6292,6344,6394,6452,6517,6565,6616,6683,6749,6807,6876,6934,7003,7073,7146,7220,7288,7355,7425,7491,7564,7624,7700,7760,7820,7895,7963,8029,8097,8157,8216,8273,8339,8401,8458,8526,8599,8669,8731,8792,8860,8922,8992,9061,9117,9176,9238,9300,9367,9424,9485,9546,9607,9668,9724,9780,9836,9892,9950,10008,10066,10124,10181,10238,10295,10352,10411,10470,10528,10611,10694,10767,10821,10890,10946,11027,11108,11179,11308,11361,11419,11477,11535,11581,11641,11695,11765,11835,11900,11966,12031,12099,12168,12236,12366,12419,12478,12536,12588,12638,12690,12736,12786,12842,12889,12947,13005,13067,13130,13192,13251,13311,13376,13442,13507,13569,13631,13693,13755,13817,13879,13945,14012,14078,14141,14205,14268,14336,14397,14459,14521,14584,14648,14711,14775,14853,14912,14978,15058,15119,15172,15230,15281,15326,15390,15449,15511,15585,15656,15722,15796,15865,15936,16009,16080,16148,16221,16297,16367,16445,16513,16579,16640,16709,16773,16839,16907,16973,17036,17104,17175,17240,17313,17376,17457,17521,17587,17657,17727,17797,17867,17934,17991,18049,18108,18168,18227,18286,18345,18404,18463,18522,18581,18640,18699,18758,18818,18879,18941,19002,19063,19124,19185,19246,19307,19367,19428,19489,19549,19610,19671,19732,19793,19854,19915,19976,20037,20098,20159,20220,20288,20357,20427,20496,20565,20634,20703,20772,20841,20910,20979,21048,21117,21177,21238,21300,21361,21422,21483,21544,21605,21666,21727,21788,21849,21910,21972,22035,22099,22162,22225,22288,22351,22414,22477,22540,22603,22666,22729,22790,22852,22915,22977,23039,23101,23163,23225,23287,23349,23411,23473,23535,23592,23678,23758,23848,23943,24035,24127,24217,24300,24393,24480,24577,24668,24769,24856,24959,25048,25147,25239,25339,25423,25517,25605,25703,25786,25877,25971,26070,26172,26270,26370,26457,26557,26643,26739,26827,26908,26999,27095,27188,27281,27372,27457,27551,27640,27738,27831,27933,28021,28125,28216,28316,28409,28510,28595,28690,28779,28878,28963,29055,29150,29250,29353,29452,29555,29644,29745,29832,29929,30017,30113,30205,30305,30395,30493,30578,30667,30756,30849,30936,31027,31093,31169,31238,31317,31390,31470,31550,31627,31695,31773,31849,31920,32001,32074,32157,32232,32317,32390,32471,32552,32626,32710,32780,32858,32928,33008,33086,33158,33240,33310,33387,33467,33552,33640,33724,33811,33885,33963,34041,34112,34193,34284,34367,34463,34561,34668,34733,34799,34852,34928,34994,35081,35157,35233,35298,35353,35407,35486,35564,35637,35702,35765,35831,35902,35973,36043,36105,36174,36240,36300,36367,36434,36490,36541,36594,36646,36700,36771,36834,36893,36955,37014,37087,37154,37224,37284,37347,37422,37494,37590,37661,37717,37788,37845,37902,37968,38032,38103,38160,38213,38276,38328,38386,38453,38522,38588,38647,38730,38789,38846,38913,38983,39057,39119,39188,39258,39357,39454,39553,39639,39725,39806,39881,39970,40061,40145,40204,40250,40316,40373,40440,40497,40579,40644,40710,40833,40917,41038,41103,41165,41263,41337,41420,41509,41573,41652,41726,41788,41884,41949,42008,42064,42120,42180,42287,42334,42394,42455,42519,42580,42640,42698,42741,42790,42842,42893,42945,42994,43043,43108,43174,43234,43295,43351,43410,43459,43507,43565,43622,43724,43781,43856,43904,43955,44017,44082,44134,44208,44271,44334,44402,44452,44514,44574,44631,44691,44740,44808,44914,45016,45085,45156,45212,45261,45361,45432,45542,45631,45722,45804,45902,45958,46059,46169,46268,46331,46437,46514,46626,46753,46865,46992,47062,47176,47307,47404,47472,47590,47693,47811,47872,47946,48013,48118,48240,48314,48381,48491,48590,48663,48760,48882,49000,49118,49179,49301,49418,49486,49592,49694,49774,49845,49941,50008,50082,50156,50242,50330,50420,50498,50575,50675,50746,50867,50988,51052,51177,51251,51375,51499,51566,51675,51803,51915,51994,52072,52173,52244,52366,52488,52553,52679,52791,52897,52965,53064,53168,53231,53297,53381,53494,53607,53725,53803,53875,54011,54147,54232,54372,54510,54648,54790,54872,54981,55092,55220,55348,55480,55610,55740,55874,55936,56032,56099,56216,56337,56434,56516,56603,56690,56821,56952,57087,57164,57241,57352,57466,57540,57649,57761,57863,57959,58063,58130,58224,58296,58406,58512,58585,58676,58778,58881,58976,59083,59188,59310,59432,59558,59617,59675,59799,59923,60051,60169,60287,60409,60495,60592,60726,60860,60940,61078,61210,61342,61478,61553,61629,61732,61806,61919,62000,62057,62118,62177,62237,62295,62356,62414,62464,62513,62580,62639,62698,62747,62818,62902,62972,63043,63123,63192,63255,63323,63389,63457,63522,63588,63665,63743,63849,63955,64051,64180,64269,64396,64462,64531,64617,64683,64766,64864,64960,65056,65154,65263,65358,65447,65509,65569,65634,65691,65772,65826,65883,65980,66090,66151,66266,66387,66482,66574,66667,66769,66825,66884,66933,67025,67074,67128,67182,67236,67290,67344,67399,67509,67619,67727,67837,67947,68057,68167,68275,68381,68485,68589,68693,68788,68883,68976,69069,69173,69279,69383,69487,69580,69673,69766,69859,69967,70073,70179,70285,70382,70477,70572,70667,70773,70879,70985,71091,71189,71285,71381,71479,71544,71648,71706,71770,71831,71893,71953,72018,72080,72148,72206,72269,72332,72399,72474,72547,72613,72665,72718,72770,72827,72911,73006,73091,73172,73252,73329,73408,73485,73559,73633,73704,73784,73856,73931,73996,74057,74117,74192,74266,74339,74409,74481,74551,74624,74688,74758,74804,74873,74925,75010,75093,75150,75216,75283,75349,75430,75505,75561,75614,75675,75733,75783,75832,75881,75930,75992,76044,76089,76170,76221,76275,76328,76382,76433,76482,76548,76599,76660,76721,76783,76833,76874,76951,77010,77069,77128,77189,77245,77301,77368,77429,77494,77549,77614,77683,77751,77829,77898,77958,78029,78103,78168,78240,78310,78377,78461,78530,78597,78667,78730,78797,78865,78948,79027,79117,79194,79262,79329,79407,79464,79521,79589,79655,79711,79771,79830,79884,79934,79984,80032,80094,80145,80218,80298,80378,80442,80509,80580,80638,80699,80765,80824,80891,80951,81011,81074,81142,81203,81270,81348,81418,81467,81524,81593,81654,81742,81830,81918,82006,82093,82180,82267,82354,82412,82486,82556,82612,82683,82748,82810,82885,82958,83048,83114,83180,83241,83305,83367,83425,83496,83579,83638,83709,83775,83840,83901,83960,84031,84097,84162,84245,84321,84396,84477,84537,84606,84676,84745,84800,84856,84912,84973,85031,85087,85141,85196,85258,85315,85409,85478,85579,85630,85700,85763,85819,85877,85936,85990,86076,86160,86230,86299,86369,86484,86605,86672,86739,86814,86881,86940,86994,87048,87102,87155,87207,87281,87418,87558,87607,87657,87707,87755,87811,87869,87931,87986,88044,88115,88179,88238,88300,88366,88432,88475,88519,88564,88607,88658,88705,88750,88801,88852,88903,88954,89002,89068,89130,89193,89265,89322,89376,89431,89489,89544,89603,89659,89728,89797,89866,89936,89999,90062,90125,90188,90253,90318,90383,90448,90511,90575,90639,90703,90754,90832,90910,90981,91053,91126,91198,91264,91330,91398,91466,91532,91599,91673,91736,91793,91853,91918,91985,92050,92107,92168,92226,92330,92440,92549,92653,92731,92796,92863,92929,92999,93046,93098,93148,93205,93525,93675,93806,93990,94168,94406,94595,94764,94862,94977,95062,95141,95301,95366,95455,95612,95769,95922,96076,96135,96322,96418,96508,96604,96694,96860,96983,97106,97276,97382,97497,97612,97714,97820,97937,98052,98134,98307,98475,98623,98782,98937,99110,99227,99344,99512,99624,99738,99910,100086,100244,100377,100489,100635,100787,100919,101062,101184,101362,101498,101594,101730,101825,101992,102085,102177,102364,102520,102698,102862,103044,103361,103543,103725,103915,104147,104337,104514,104676,104833,104943,105126,105263,105467,105651,105835,105995,106153,106337,106564,106767,106938,107158,107380,107535,107735,107919,108022,108212,108353,108518,108689,108889,109093,109295,109460,109665,109864,110063,110260,110351,110500,110650,110734,110883,111028,111180,111321,111487,111648,111726,112027,112193,112348,112450,112608,112772,112958,113181,113306,113583,113855,114133,114378,114440,114725,115176,115632,116141,116289,116803,117240,117674,118117,118202,118323,118422,118827,118924,119041,119128,119251,119352,119758,119857,119976,120069,120176,120519,120626,120871,120992,121401,121649,121749,121854,121973,122482,122629,122748,122999,123132,123547,123801,123913,124160,124285,124602,124723,124951,125072,125205,125352,145983,146475,166855,167279,187955,188449,208874,209300,214141,219558,223649,229080,233822,239199,243183,247175,252566,253113,253546,254302,254532,254775,255908,256837,257741,258325,258798,260228,260972,262165,263219,263697,263990,264373,265888,266653,267796,268237,268678,269274,269548,269959,270975,271153,271906,272043,272134,274328,274594,274916,275126,275235,275354,275538,276656,277126,277877,280460,280555,280931,281159,281415,281674,282250,282604,282726,282865,283157,283417,284345,284631,285034,285436,285779,285991,286192,286405,286694,286979,287052,287139,287224,287323,287435,287541,287664,287796,287919,288049,288173,288306,288437,288562,288679,288799,288931,289059,289173,289291,289404,289525,289713,289900,290081,290264,290448,290613,290795,290915,291035,291143,291253,291365,291473,291583,291748,291914,292066,292231,292332,292452,292623,292784,292947,293108,293275,293394,293511,293691,293873,294054,294237,294392,294537,294659,294794,294957,295150,295276,295428,295570,295740,295896,296068,296359,296554,296646,296819,296981,297076,297245,297339,297428,297671,297760,298053,298469,298889,299310,299736,300153,300569,300986,301404,301818,302288,302761,303233,303644,304115,304587,304777,304983,305089,305197,305303,305415,305529,305641,305755,305871,305985,306093,306203,306311,306573,306952,307356,307503,307611,307721,307829,307943,308352,308766,308882,309300,309541,309971,310406,310816,311238,311648,311770,312179,312595,312717,312935,313119,313187,313531,313611,313967,314117,314261,314337,314449,314539,314801,315066,315174,315326,315434,315510,315622,315712,315814,315922,316030,316130,316238,316323,316427,316514,316592,316706,316798,317062,317329,317439,317592,317702,317786,318175,318273,318381,318475,318605,318713,318835,318971,319079,319199,319333,319455,319583,319725,319851,319991,320117,320235,320367,320465,320575,320875,320987,321105,321569,321685,321988,322114,322210,322611,322721,322845,322983,323093,323215,323527,323651,323781,324257,324385,324700,324838,325000,325216,325372,325576,325644,325728,325832,326035,326224,326425,326618,326823,327136,327348,327514,327630,327876,328092,328405,328831,329293,329530,329682,329942,330086,330228,333460,333574,333694,333810,333904,334225,334324,334442,334543,334822,335107,335386,335668,335921,336180,336433,336689,337113,337189,340439,341794,342238,344092,344667,344875,345885,346265,346431,346572,351592,352018,352130,352265,352418,352615,352786,352969,353144,353331,353603,353761,353845,353949,354436,354992,355150,355369,355600,355823,356058,356280,356546,356684,357283,357397,357535,357647,357771,358342,358837,359383,359528,359621,359713,361640,362210,362508,362697,362903,363096,363306,364190,364335,364727,364885,365102,365363,365795,366670,367290,367487,368435,369200,369323,370096,370317,370517,372494,372594,372684,373370,374123,374888,375651,376426,377639,377804,379417,379738,380801,381011,381181,381751,382646,383279,383445,384931,385547,385783,386004,386962,387227,387492,387739,388153,388389,389674,390123,390310,390559,390801,390977,391218,391451,391676,392271,392746,393270,393531,394882,395357,396583,397053,398101,398553,398797,399254,400499,400982,401132,401476,401622,401760,401896,402184,402688,403197,403313,404215,404337,404449,404626,404892,405162,405428,405696,405952,406212,406468,406726,406978,407234,407486,407740,407972,408208,408460,408716,408968,409222,409454,409688,409800,410225,410349,411441,412256,412452,412776,413165,413517,413758,413972,414271,414463,414778,414985,415331,415631,416032,416251,416664,416901,417271,417995,418350,418619,418759,419013,419157,419434,420426,420835,421467,421813,422181,423255,423618,424018,425526,426111,426429,428964,429158,429376,429602,429814,430013,430220,431424,431719,432276,432666,433298,433775,434020,434371,434617,435377,435641,436064,436255,436634,436722,436830,436938,437251,437576,437895,438226,440929,441117,441378,441627,444211,444403,444668,444921,445453,445861,446060,446644,446879,447003,447415,447629,448031,448134,448264,448439,448691,448887,449027,449221,450232,451301,451589,451719,452496,453153,453299,454005,454243,455783,455933,456350,456515,457201,457671,457867,457958,458042,458186,458420,458587,459515,459801,459961,460576,460735,461063,461290,461802,462164,462243,462582,462687,463052,463423,463784,465658,466287,467363,467787,468040,468192,469240,469977,470180,470426,470673,470891,471133,471454,471718,472023,472246,472557,472746,473461,473730,474224,474450,474890,475049,475333,476078,476443,476748,476906,477144,478463,478861,479089,479309,479451,480741,480847,480977,481115,481239,481527,481696,481796,482081,482195,483078,483833,484272,484396,484642,484835,484969,485160,485939,486157,486448,486727,487044,487266,487561,487844,487948,488289,489105,489421,489982,490488,490693,491479,491884,492545,492734,493285,493851,493971,494373,494907,495437,495736,498081,500523,502117,504124,504463,506896,509432,509872,510624,510808,511019,515677,516260,516988,517190,518325,518475,518650,518875,519469,520721,521062,521570,522081,523875,524135,524751,525246,526283,528149,528340,528673,528829,529022,531414,531643,531851,532021,533793,534091,535434,536444,538409,538525,538694,538831,538977,539662,541466,541997,542423,544156,544404,545174,545290,545465,548680,548827,559699,559942,560313,560408,560501,560564,560646,560739,560832,560919,561017,561108,561199,561287,561371,561467,561571,561671,561777,561880,561981,562085,562191,562290,562396,562498,562605,562714,562825,562956,563076,563192,563310,563409,563516,563632,563751,563879,563968,564063,564140,564229,564320,564413,564487,564584,564679,564777,564876,564980,565076,565178,565281,565381,565484,565569,565670,565768,565858,565953,566040,566146,566248,566342,566433,566527,566603,566695,566784,566887,566998,567081,567167,567262,567359,567455,567543,567644,567745,567848,567954,568052,568149,568244,568342,568445,568545,568648,568753,568871,568987,569082,569175,569260,569356,569450,569542,569644,569751,569834,569938,570043,570143,570244,570349,570449,570550,570649,570751,570845,570952,571054,571157,571250,571346,571448,571551,571647,571749,571852,571949,572052,572150,572254,572359,572456,572564,572678,572793,572901,573015,573130,573232,573337,573445,573555,573671,573788,573883,573980,574079,574184,574290,574389,574494,574600,574700,574806,574907,575014,575133,575232,575337,575439,575541,575641,575744,575839,575943,576028,576132,576236,576334,576438,576544,576642,576747,576845,576958,577052,577141,577230,577313,577404,577487,577585,577675,577771,577860,577954,578042,578138,578223,578331,578432,578533,578631,578737,578828,578927,579024,579122,579218,579311,579421,579519,579614,579724,579816,579916,580015,580102,580206,580311,580410,580517,580624,580723,580832,580924,581035,581146,581257,581361,581476,581592,581719,581839,581936,582035,582127,582226,582318,582417,582503,582597,582700,582796,582899,582995,583098,583195,583293,583396,583489,583579,583680,583763,583854,583939,584031,584134,584229,584325,584418,584512,584591,584698,584789,584888,584981,585084,585188,585289,585390,585494,585588,585692,585796,585909,586015,586121,586229,586346,586447,586555,586655,586758,586863,586970,587066,587145,587235,587319,587411,587484,587581,587663,587748,587833,587930,588023,588118,588217,588314,588405,588496,588588,588683,588790,588898,589000,589097,589194,589287,589374,589458,589555,589652,589745,589832,589923,590022,590121,590216,590305,590386,590485,590589,590686,590791,590888,590972,591071,591175,591272,591377,591474,591572,591673,591779,591878,591985,592084,592183,592274,592363,592452,592534,592627,592718,592829,592930,593030,593142,593255,593353,593461,593555,593655,593744,593836,593947,594057,594152,594268,594394,594520,594639,594767,594892,595017,595135,595262,595371,595480,595593,595716,595839,595955,596080,596177,596285,596407,596523,596639,596748,596836,596937,597026,597127,597214,597302,597399,597491,597597,597697,597773,597850" + }, + "to": { + "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,518,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1938,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2049,2052,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2111,2114,2115,2116,2117,2125,2129,2133,2137,2141,2142,2185,2193,2200,2370,2373,2383,2392,2401,2470,2471,2472,2473,2479,2480,2481,2482,2483,2484,2490,2491,2492,2493,2494,2499,2500,2504,2505,2511,2515,2516,2517,2518,2528,2529,2530,2534,2535,2541,2545,2615,2618,2619,2623,2624,2627,2628,2629,2630,2893,2900,3160,3166,3429,3436,3696,3702,3765,3847,3899,3981,4043,4125,4189,4241,4323,4331,4337,4348,4352,4356,4369,5144,5160,5167,5173,5190,5203,5223,5240,5249,5254,5261,5281,5294,5311,5317,5323,5330,5334,5340,5354,5357,5367,5368,5369,5417,5421,5425,5429,5430,5431,5434,5450,5457,5471,5516,5525,5531,5535,5539,5544,5551,5557,5558,5561,5565,5570,5583,5587,5592,5597,5602,5605,5608,5611,5615,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5860,5864,5868,5872,5876,5880,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5900,5904,5905,5908,5912,5915,5918,5921,5925,5928,5931,5935,5939,5943,5947,5950,5951,5952,5953,5956,5960,5963,5966,5969,5972,5975,5978,6049,6052,6053,6056,6059,6060,6063,6064,6065,6069,6070,6075,6082,6089,6096,6103,6110,6117,6124,6131,6138,6147,6156,6165,6172,6181,6190,6193,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6212,6217,6222,6225,6226,6227,6228,6229,6237,6245,6246,6254,6258,6266,6274,6282,6290,6298,6299,6307,6315,6316,6319,6364,6366,6371,6373,6378,6382,6386,6387,6388,6389,6393,6397,6398,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6421,6425,6426,6430,6431,6432,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6461,6462,6463,6469,6470,6474,6476,6477,6482,6483,6484,6485,6486,6487,6491,6492,6493,6499,6500,6504,6506,6510,6514,6518,6534,6535,6536,6537,6540,6543,6546,6549,6552,6557,6561,6564,6565,6570,6574,6579,6585,6591,6596,6600,6605,6609,6613,6654,6655,6656,6657,6658,6662,6663,6664,6665,6669,6673,6677,6681,6685,6689,6693,6697,6703,6704,6745,6759,6764,6790,6797,6800,6811,6816,6819,6822,6877,6883,6884,6887,6890,6893,6896,6899,6902,6905,6909,6912,6913,6914,6922,6930,6933,6938,6943,6948,6953,6957,6961,6962,6970,6971,6972,6973,6974,6982,6987,6992,6993,6994,6995,7020,7026,7031,7034,7038,7041,7045,7055,7058,7063,7066,7070,7171,7179,7193,7206,7210,7225,7236,7239,7250,7255,7259,7294,7295,7296,7308,7316,7324,7332,7340,7360,7363,7390,7395,7415,7418,7421,7428,7441,7450,7453,7473,7483,7487,7491,7504,7508,7512,7516,7522,7526,7543,7551,7555,7559,7563,7566,7570,7574,7578,7588,7595,7602,7606,7632,7642,7667,7676,7696,7706,7710,7720,7745,7755,7758,7762,7763,7764,7765,7769,7775,7781,7782,7795,7796,7797,7800,7803,7806,7809,7812,7815,7818,7821,7824,7827,7830,7833,7836,7839,7842,7845,7848,7851,7854,7857,7860,7861,7866,7867,7880,7890,7894,7899,7904,7908,7911,7915,7919,7922,7926,7929,7933,7938,7943,7946,7953,7957,7961,7970,7975,7980,7981,7985,7988,7992,8005,8010,8018,8022,8026,8043,8047,8052,8070,8077,8081,8111,8114,8117,8120,8123,8126,8129,8148,8154,8162,8169,8181,8189,8194,8199,8203,8214,8218,8226,8229,8234,8235,8236,8237,8241,8245,8249,8253,8288,8291,8295,8299,8333,8336,8340,8344,8353,8359,8362,8372,8376,8377,8384,8388,8395,8396,8397,8400,8405,8410,8411,8415,8430,8449,8453,8454,8466,8476,8477,8489,8494,8518,8521,8527,8530,8539,8547,8551,8554,8557,8560,8564,8567,8584,8588,8591,8606,8609,8617,8622,8629,8634,8635,8640,8641,8647,8653,8659,8691,8702,8719,8726,8730,8733,8746,8755,8759,8764,8768,8772,8776,8780,8784,8788,8792,8797,8800,8812,8817,8826,8829,8836,8837,8841,8850,8856,8860,8861,8865,8886,8892,8896,8900,8901,8919,8920,8921,8922,8923,8928,8931,8932,8938,8939,8951,8963,8970,8971,8976,8981,8982,8986,9000,9005,9011,9017,9023,9028,9034,9040,9041,9047,9062,9067,9076,9085,9088,9102,9107,9118,9122,9131,9140,9141,9148,9305,9322,9332,9874,9941,9987,10044,10056,10192,10301,10321,10342,10348,10356,10462,11236,11259,11265,11309,11313,11373,11443,11698,11736,11743,11751,11766,11822,11833,11846,11858,11896,11943,11949,11961,11967,11973,12025,12030,12035,12042,12340,12352,12398,12427,12566,12571,12604,12607,12611,12640,12678,12696,12714,12771,12779,12908,12912,12920,13049,13053,13332,13395,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3338,3399,3455,3506,3566,3622,3685,3734,3790,3846,3896,3955,4010,4072,4119,4173,4229,4281,4336,4390,4444,4498,4547,4605,4659,4716,4772,4819,4872,4928,4988,5051,5110,5172,5222,5276,5330,5378,5435,5488,6112,6166,7097,7208,7270,7326,7386,7439,7500,7579,7660,7732,7811,7891,7967,8045,8114,8190,8267,8338,8411,8487,8565,8634,8710,8787,8851,8922,11435,11531,11584,11688,11755,11808,11860,11910,11968,12033,12081,19022,19089,19155,19213,19282,19340,19409,19479,19552,19626,19694,19761,19831,19897,19970,20030,20106,20166,20226,20301,20369,20435,20503,20563,20622,20679,20745,20807,20864,20932,21005,21075,21137,21198,21266,21328,21398,21467,21523,21582,21644,21706,21773,21830,21891,21952,22013,22074,22130,22186,22242,22298,22356,22414,22472,22530,22587,22644,22701,22758,22817,22876,22934,23017,23100,23173,23227,23296,23352,23433,23514,23585,23920,23973,24031,25118,25677,25723,25783,25837,25907,25977,26042,26108,26173,26241,26310,26378,26508,26561,26620,26678,26776,26826,26878,26924,26974,27030,27124,27182,27240,27302,27365,27427,27486,27546,27611,27677,27742,27804,27866,27928,27990,28052,28114,28180,28247,28313,28376,28440,28503,28571,28632,28694,28756,28819,28883,28946,29010,29088,29147,29213,29293,29354,29558,29616,30049,30500,30564,31756,33912,33986,34057,34123,34197,34266,34337,34410,34481,34549,34622,34698,34768,34846,34914,34980,35041,35110,35174,35240,35308,35374,35437,35505,35576,35641,35714,35777,35858,35922,35988,36058,36128,36198,36268,37016,37073,37131,37190,37250,37309,37368,37427,37486,37545,37604,37663,37722,37781,37840,37900,37961,38023,38084,38145,38206,38267,38328,38389,38449,38510,38571,38631,38692,38753,38814,38875,38936,38997,39058,39119,39180,39241,39302,39370,39439,39509,39578,39647,39716,39785,39854,39923,39992,40061,40130,40199,40259,40320,40382,40443,40504,40565,40626,40687,40748,40809,40870,40931,40992,41054,41117,41181,41244,41307,41370,41433,41496,41559,41622,41685,41748,41811,41872,41934,41997,42059,42121,42183,42245,42307,42369,42431,42493,42555,42617,42674,42760,42840,42930,43025,43117,43209,43299,43382,43475,43562,43659,43750,43851,43938,44041,44130,44229,44321,44421,44505,44599,44687,44785,44868,44959,45053,45152,45254,45352,45452,45539,45639,45725,45821,45909,45990,46081,46177,46270,46363,46454,46539,46633,46722,46820,46913,47015,47103,47207,47298,47398,47491,47592,47677,47772,47861,47960,48045,48137,48232,48332,48435,48534,48637,48726,48827,48914,49011,49099,49195,49287,49387,49477,49575,49660,49749,49838,49931,50018,50781,50847,50923,50992,51071,51144,51224,51304,51381,51449,51527,51603,51674,51755,51828,51911,51986,52071,52144,52225,52306,52380,52464,52534,52612,52682,52762,52840,52912,52994,53064,53141,53221,53306,53394,53478,53565,53639,53717,53795,53866,53947,54038,54121,54217,54315,54422,54487,54553,54606,54682,54748,54835,54911,62060,62295,62890,62944,63023,63101,63174,63239,63302,63368,63439,63510,63580,63642,63711,63777,63837,63904,63971,64027,64078,64131,64183,64237,64308,64371,64430,64492,64551,64624,64691,64761,64821,64884,64959,65031,65127,65198,65254,65325,65382,65439,65505,65569,65640,65697,65750,65813,65865,65923,67160,67229,67295,67354,67437,67496,67553,67620,67690,67764,67826,67895,67965,68064,68161,68260,68346,68432,68513,68588,68677,68768,68852,68911,68957,69023,69080,69147,69204,69286,69351,69417,69540,69624,69745,69810,69872,69970,70044,70127,70216,70280,70359,70433,70495,70591,70656,70715,70771,70827,70887,70994,71041,71101,71162,71226,71287,71347,71405,71448,71497,71549,71600,71652,71701,71750,71815,71881,71941,72002,72058,72117,72166,72214,72272,72329,72431,72488,72563,72611,72662,72724,72789,72841,72915,72978,73041,73109,73159,73221,73281,73338,73398,73447,73515,73621,73723,73792,73863,73919,73968,74068,74139,74249,74338,74429,74511,74609,74665,74766,74876,74975,75038,75144,75221,75333,75460,75572,75699,75769,75883,76014,76111,76179,76297,76400,76518,76579,76653,76720,76825,76947,77021,77088,77198,77297,77370,77467,77589,77707,77825,77886,78008,78125,78193,78299,78401,78481,78552,78648,78715,78789,78863,78949,79037,79127,79205,79282,79382,79453,79574,79695,79759,79884,79958,80082,80206,80273,80382,80510,80622,80701,80779,80880,80951,81073,81195,81260,81386,81498,81604,81672,81771,81875,81938,82004,82088,82201,82314,82432,82510,82582,82718,82854,82939,83079,83217,83355,83497,83579,83688,83799,83927,84055,84187,84317,84447,84581,84643,84739,84806,84923,85044,85141,85223,85310,85397,85528,85659,85794,85871,85948,86059,86173,86247,86356,86468,86570,86666,86770,86837,86931,87003,87113,87219,87292,87383,87485,87588,87683,87790,87895,88017,88139,88265,88324,88382,88506,88630,88758,88876,88994,89116,89202,89299,89433,89567,89647,89785,89917,90049,90185,90260,90336,90439,90513,90626,90707,90764,90825,90884,90944,91002,91063,91121,91171,91220,91287,91346,91405,91454,91525,91609,91679,91750,91830,91899,91962,92030,92096,92164,92229,92295,92372,92450,92556,92662,92758,92887,92976,93103,93169,93238,93324,93390,93473,93571,93667,93763,93861,93970,94065,94154,94216,94276,94341,94398,94479,94533,94590,94687,94797,94858,94973,95094,95189,95281,95374,95476,95532,95591,95640,95732,95781,95835,95889,95943,95997,96051,96106,96216,96326,96434,96544,96654,96764,96874,96982,97088,97192,97296,97400,97495,97590,97683,97776,97880,97986,98090,98194,98287,98380,98473,98566,98674,98780,98886,98992,99089,99184,99279,99374,99480,99586,99692,99798,99896,99992,100088,100186,100251,100355,100413,100477,100538,100600,100660,100725,100787,100855,100913,100976,101039,101106,101181,101254,101320,101372,101425,101477,101534,101618,101713,101798,101879,101959,102036,102115,102192,102266,102340,102411,102491,102563,102638,102703,102764,102824,102899,102973,103046,103116,103188,103258,103331,103395,103465,103511,103580,103632,103717,103800,103857,103923,103990,104056,104137,104212,104268,104321,104382,104440,104490,104539,104588,104637,104699,104751,104796,104877,104928,104982,105035,105089,105140,105189,105255,105306,105367,105428,105490,105540,105581,105658,105717,105776,105835,105896,105952,106008,106075,106136,106201,106256,106321,106390,106458,106536,106605,106665,106736,106810,106875,106947,107017,107084,107168,107237,107304,107374,107437,107504,107572,107655,107734,107824,107901,107969,108036,108114,108171,108228,108296,108362,108418,108478,108537,108591,108641,108691,108739,108801,108852,108925,109005,109085,109149,109216,109287,109345,109406,109472,109531,109598,109658,109718,109781,109849,109910,109977,110055,110125,110174,110231,110300,110361,110449,110537,110625,110713,110800,110887,110974,111061,111119,111193,111263,111319,111390,111455,111517,111592,111665,111755,111821,111887,111948,112012,112074,112132,112203,112286,112345,112416,112482,112547,112608,112667,112738,112804,112869,112952,113028,113103,113184,113244,113313,113383,113452,113507,113563,113619,113680,113738,113794,113848,113903,113965,114022,114116,114185,114286,114337,114407,114470,114526,114584,114643,114697,114783,114867,114937,115006,115076,115191,115312,115379,115446,115521,115588,115647,115701,115755,115809,115862,115914,117419,117556,120338,120387,120437,120528,120576,120632,120690,120752,120807,120865,120936,121000,121059,121121,121187,121434,121579,121623,121668,122646,122697,122744,122789,122840,122891,122942,123326,123816,123882,124061,124124,124196,124253,124307,124362,124420,124475,124534,124590,124659,124728,124797,124867,124930,124993,125056,125119,125184,125249,125314,125379,125442,125506,125570,125634,125685,125763,125841,125912,125984,126057,126129,126195,126261,126329,126397,126463,126530,126604,126667,126724,126784,126849,126916,126981,127038,127099,127157,127261,127371,127480,127584,127662,127727,127794,127860,127930,127977,128029,128079,128206,130527,130677,130808,130992,131170,131408,131597,132277,132375,132490,132575,132654,132814,132879,132968,133125,133282,133435,133589,133648,133835,133931,134021,134117,134207,134373,134496,134619,134789,134895,135010,135125,135227,135333,135450,135565,135647,135820,135988,136136,136295,136450,136623,136740,136857,137025,137137,137251,137423,137599,137757,137890,138002,138148,138300,138432,138575,138697,138875,139011,139107,139243,139338,139505,139598,139690,139877,140033,140211,140375,140557,140874,141056,141238,141428,141660,141850,142027,142189,142346,142456,142639,142776,142980,143164,143348,143508,143666,143850,144077,144280,144451,144671,144893,145048,145248,145432,145535,145725,145866,146031,146202,146402,146606,146808,146973,147178,147377,147576,147773,147864,148013,148163,148247,148396,148541,148693,148834,149000,149161,149239,149540,149706,149861,150016,150174,150338,150524,150747,151440,151717,151989,152267,152512,152574,155402,155853,156309,167446,167594,168108,168545,168979,173319,173404,173525,173624,174029,174126,174243,174330,174453,174554,174960,175059,175178,175271,175378,175721,175828,176073,176194,176603,176851,176951,177056,177175,177684,177831,177950,178201,178334,178749,179003,184218,184465,184590,184907,185028,185256,185377,185510,185657,206288,206780,227160,227584,248260,248754,269179,269605,274446,279863,283954,289385,294127,299504,303488,307480,312871,313418,313851,314607,314837,315080,316213,364383,365287,365871,366344,367774,368518,369711,370765,371243,371536,371919,373434,374199,375342,375783,376224,376820,377094,377505,378521,378699,379452,379589,379680,381874,382140,382462,382672,382781,382900,383084,384202,384672,385423,388006,388419,388795,389023,389279,389538,390114,390468,390590,390729,391021,391281,392209,392495,392898,393300,393643,393855,394056,394269,394558,405445,405518,405605,405690,410359,410471,410577,410700,410832,410955,411085,411209,411342,411473,411598,411715,411835,411967,412095,412209,412327,412440,412561,412749,412936,413117,413300,413484,413649,413831,413951,414071,414179,414289,414401,414509,414619,414784,414950,415102,415267,415368,415488,415659,415820,415983,416144,416311,416430,416547,416727,416909,417090,417273,417428,417573,417695,417830,417993,418186,418312,418464,418606,418776,418932,419104,425867,426062,426154,426327,426489,426584,426753,426847,426936,427179,427268,427561,427977,428397,428818,429244,429661,430077,430494,430912,431326,431796,432269,432741,433152,433623,434095,434285,434491,434597,434705,434811,434923,435037,435149,435263,435379,435493,435601,435711,435819,436081,436460,436864,437011,437119,437229,437337,437451,437860,438274,438390,438808,439049,439479,439914,440324,440746,441156,441278,441687,442103,442225,442443,445618,445686,446030,446110,446466,446616,446760,446836,446948,447038,447300,447565,447673,447825,447933,448009,448121,448211,448313,448421,448529,448629,448737,448822,448926,449013,449091,449205,449297,449561,449828,449938,450091,450201,450285,450674,450772,450880,450974,451104,451212,451334,451470,451578,451698,451832,451954,452082,452224,452350,452490,452616,452734,452866,452964,453074,453374,453486,453604,454068,454184,454487,454613,454709,455110,455220,455344,455482,455592,455714,456026,456150,456280,456756,456884,457199,457337,457499,457715,457871,459078,459146,459230,459334,459537,459726,459927,460120,460325,460638,460850,461016,461132,461378,461594,461907,462333,462795,463032,463184,463444,463588,463730,466962,467076,467196,467312,467406,467727,467826,467944,468045,468324,468609,468888,469170,469423,469682,469935,470191,470615,470691,473941,475296,475740,477594,478169,478377,479387,479767,479933,480074,485094,485520,485632,485767,485920,486117,486288,486471,486646,486833,487105,487263,487347,487451,487938,488494,488652,488871,489102,489325,489560,489782,490048,490186,490785,490899,491037,491149,491273,491844,492339,492885,493030,493123,493215,495142,495712,496010,496199,496405,496598,496808,497692,497837,498229,498387,498604,506660,507092,507967,508587,508784,509732,510497,510620,511393,511614,511814,513791,513891,513981,514667,515420,516185,516948,517723,518936,519101,520714,521035,522098,522308,522478,523048,523943,524576,524742,526228,526844,527080,527301,528259,528524,528789,529036,529450,529686,530971,531420,531607,531856,532098,532274,532515,532748,532973,533568,534043,534567,534828,536179,536654,537880,538350,539398,539850,540094,540551,541796,542279,542429,542773,542919,543057,543193,543481,543985,544494,544610,545512,545634,545746,545923,546189,546459,546725,546993,547249,547509,547765,548023,548275,548531,548783,549037,549269,549505,549757,550013,550265,550519,550751,550985,551097,551522,551646,552738,553553,553749,554073,554462,554814,555055,555269,555568,555760,556075,556282,556628,556928,557329,557548,557961,558198,558568,559292,559647,559916,560056,560310,560454,560731,561723,562132,562764,563110,563478,564552,564915,565315,566823,567408,567726,570261,570455,570673,570899,571111,571310,571517,572721,573016,573573,573963,574595,575072,575317,575668,575914,576674,576938,577361,577552,577931,578019,578127,578235,578548,578873,579192,579523,582226,582414,582675,582924,585508,585700,585965,586218,586750,587158,587357,587941,588176,588300,588712,588926,589328,589431,589561,589736,589988,590184,590324,590518,591529,592598,592886,593016,593793,594450,594596,595302,595540,597080,597230,597647,597812,598498,598968,599164,599255,599339,599483,599717,599884,600812,601098,601258,601873,602032,602360,602587,603099,603461,603540,603879,603984,604349,604720,605081,606955,607584,608660,609084,609337,609489,610537,611274,611477,611723,611970,612188,612430,612751,613015,613320,613543,613854,614043,614758,615027,615521,615747,616187,616346,616630,617375,617740,618045,618203,618441,619760,620158,620386,620606,620748,622038,622144,622274,622412,622536,622824,622993,623093,623378,623492,624375,625130,625569,625693,625939,626132,626266,626457,627236,627454,627745,628024,628341,628563,628858,629141,629245,629586,630402,630718,631279,631785,631990,632776,633181,633842,634031,634582,635148,635268,635670,641276,641806,642105,660517,662959,664553,666560,666899,672929,675224,675664,676416,676600,676811,681469,713498,714226,714428,715563,715713,718300,720444,730426,731878,732219,732727,733238,735032,735292,735908,736403,737440,739306,739497,739830,739986,740179,742571,742800,743008,743178,754580,754878,756221,757231,762303,762419,763643,763780,763926,765873,767011,767542,767968,769701,769949,774865,774981,775156,779762,779909,790781,793155,798850,798945,799038,799101,799183,799276,799369,799456,799554,799645,799736,799824,799908,800004,800108,800208,800314,800417,800518,800622,800728,800827,800933,801035,801142,801251,801362,801493,801613,801729,801847,801946,802053,802169,802288,802416,802505,802600,802677,802766,802857,802950,803024,803121,803216,803314,803413,803517,803613,803715,803818,803918,804021,804106,804207,804305,804395,804490,804577,804683,804785,804879,804970,805064,805140,805232,805321,805424,805535,805618,805704,805799,805896,805992,806080,806181,806282,806385,806491,806589,806686,806781,806879,806982,807082,807185,807290,807408,807524,807619,807712,807797,807893,807987,808079,808181,808288,808371,808475,808580,808680,808781,808886,808986,809087,809186,809288,809382,809489,809591,809694,809787,809883,809985,810088,810184,810286,810389,810486,810589,810687,810791,810896,810993,811101,811215,811330,811438,811552,811667,811769,811874,811982,812092,812208,812325,812420,812517,812616,812721,812827,812926,813031,813137,813237,813343,813444,813551,813670,813769,813874,813976,814078,814178,814281,814376,814480,814565,814669,814773,814871,814975,815081,815179,815284,815382,815495,815589,815678,815767,815850,815941,816024,816122,816212,816308,816397,816491,816579,816675,816760,816868,816969,817070,817168,817274,817365,817464,817561,817659,817755,817848,817958,818056,818151,818261,818353,818453,818552,818639,818743,818848,818947,819054,819161,819260,819369,819461,819572,819683,819794,819898,820013,820129,820256,820376,820473,820572,820664,820763,820855,820954,821040,821134,821237,821333,821436,821532,821635,821732,821830,821933,822026,822116,822217,822300,822391,822476,822568,822671,822766,822862,822955,823049,823128,823235,823326,823425,823518,823621,823725,823826,823927,824031,824125,824229,824333,824446,824552,824658,824766,824883,824984,825092,825192,825295,825400,825507,825603,825682,825772,825856,825948,826021,826118,826200,826285,826370,826467,826560,826655,826754,826851,826942,827033,827125,827220,827327,827435,827537,827634,827731,827824,827911,827995,828092,828189,828282,828369,828460,828559,828658,828753,828842,828923,829022,829126,829223,829328,829425,829509,829608,829712,829809,829914,830011,830109,830210,830316,830415,830522,830621,830720,830811,830900,830989,831071,831164,831255,831366,831467,831567,831679,831792,831890,831998,832092,832192,832281,832373,832484,832594,832689,832805,832931,833057,833176,833304,833429,833554,833672,833799,833908,834017,834130,834253,834376,834492,834617,834714,834822,834944,835060,835176,835285,835373,835474,835563,835664,835751,835839,835936,836028,836134,836234,836310", + "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,462,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,521,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1941,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2048,2051,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2113,2114,2115,2116,2117,2128,2132,2136,2140,2141,2145,2192,2199,2207,2372,2382,2391,2400,2409,2470,2471,2472,2478,2479,2480,2481,2482,2483,2489,2490,2491,2492,2493,2498,2499,2503,2504,2510,2514,2515,2516,2517,2527,2528,2529,2533,2534,2540,2544,2545,2617,2618,2622,2623,2626,2627,2628,2629,2892,2899,3159,3165,3428,3435,3695,3701,3764,3846,3898,3980,4042,4124,4188,4240,4322,4330,4336,4347,4351,4355,4368,4383,5159,5166,5172,5189,5202,5222,5239,5248,5253,5260,5280,5293,5310,5316,5322,5329,5333,5339,5353,5356,5366,5367,5368,5416,5420,5424,5428,5429,5430,5433,5449,5456,5470,5515,5516,5530,5534,5538,5543,5550,5556,5557,5560,5564,5569,5582,5586,5591,5596,5601,5604,5607,5610,5614,5618,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5859,5863,5867,5871,5875,5879,5883,5884,5885,5886,5887,5888,5889,5890,5894,5898,5899,5903,5904,5907,5911,5914,5917,5920,5924,5927,5930,5934,5938,5942,5946,5949,5950,5951,5952,5955,5959,5962,5965,5968,5971,5974,5977,5981,6051,6052,6055,6058,6059,6062,6063,6064,6068,6069,6074,6081,6088,6095,6102,6109,6116,6123,6130,6137,6146,6155,6164,6171,6180,6189,6192,6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6211,6216,6221,6224,6225,6226,6227,6228,6236,6244,6245,6253,6257,6265,6273,6281,6289,6297,6298,6306,6314,6315,6318,6321,6365,6370,6372,6377,6381,6385,6386,6387,6388,6392,6396,6397,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6420,6424,6425,6429,6430,6431,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6460,6461,6462,6468,6469,6473,6475,6476,6481,6482,6483,6484,6485,6486,6490,6491,6492,6498,6499,6503,6505,6509,6513,6517,6521,6534,6535,6536,6539,6542,6545,6548,6551,6556,6560,6563,6564,6569,6573,6578,6584,6590,6595,6599,6604,6608,6612,6653,6654,6655,6656,6657,6661,6662,6663,6664,6668,6672,6676,6680,6684,6688,6692,6696,6702,6703,6744,6758,6763,6789,6796,6799,6810,6815,6818,6821,6876,6882,6883,6886,6889,6892,6895,6898,6901,6904,6908,6911,6912,6913,6921,6929,6932,6937,6942,6947,6952,6956,6960,6961,6969,6970,6971,6972,6973,6981,6986,6991,6992,6993,6994,7019,7025,7030,7033,7037,7040,7044,7054,7057,7062,7065,7069,7073,7178,7192,7205,7209,7224,7235,7238,7249,7254,7258,7293,7294,7295,7307,7315,7323,7331,7339,7359,7362,7389,7394,7414,7417,7420,7427,7440,7449,7452,7472,7482,7486,7490,7503,7507,7511,7515,7521,7525,7542,7550,7554,7558,7562,7565,7569,7573,7577,7587,7594,7601,7605,7631,7641,7666,7675,7695,7705,7709,7719,7744,7754,7757,7761,7762,7763,7764,7768,7774,7780,7781,7794,7795,7796,7799,7802,7805,7808,7811,7814,7817,7820,7823,7826,7829,7832,7835,7838,7841,7844,7847,7850,7853,7856,7859,7860,7865,7866,7879,7889,7893,7898,7903,7907,7910,7914,7918,7921,7925,7928,7932,7937,7942,7945,7952,7956,7960,7969,7974,7979,7980,7984,7987,7991,8004,8009,8017,8021,8025,8042,8046,8051,8069,8076,8080,8110,8113,8116,8119,8122,8125,8128,8147,8153,8161,8168,8180,8188,8193,8198,8202,8213,8217,8225,8228,8233,8234,8235,8236,8240,8244,8248,8252,8287,8290,8294,8298,8332,8335,8339,8343,8352,8358,8361,8371,8375,8376,8383,8387,8394,8395,8396,8399,8404,8409,8410,8414,8429,8448,8452,8453,8465,8475,8476,8488,8493,8517,8520,8526,8529,8538,8546,8550,8553,8556,8559,8563,8566,8583,8587,8590,8605,8608,8616,8621,8628,8633,8634,8639,8640,8646,8652,8658,8690,8701,8718,8725,8729,8732,8745,8754,8758,8763,8767,8771,8775,8779,8783,8787,8791,8796,8799,8811,8816,8825,8828,8835,8836,8840,8849,8855,8859,8860,8864,8885,8891,8895,8899,8900,8918,8919,8920,8921,8922,8927,8930,8931,8937,8938,8950,8962,8969,8970,8975,8980,8981,8985,8999,9004,9010,9016,9022,9027,9033,9039,9040,9046,9061,9066,9075,9084,9087,9101,9106,9117,9121,9130,9139,9140,9147,9155,9321,9331,9378,9940,9986,10043,10055,10113,10300,10320,10341,10347,10355,10461,10475,11258,11264,11308,11312,11318,11378,11453,11729,11742,11750,11765,11821,11832,11845,11857,11895,11942,11948,11960,11966,11972,12024,12029,12034,12041,12076,12351,12397,12426,12489,12570,12576,12606,12610,12638,12677,12695,12713,12770,12778,12802,12911,12919,13012,13052,13331,13339,13404,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3333,3394,3450,3501,3561,3617,3680,3729,3785,3841,3891,3950,4005,4067,4114,4168,4224,4276,4331,4385,4439,4493,4542,4600,4654,4711,4767,4814,4867,4923,4983,5046,5105,5167,5217,5271,5325,5373,5430,5483,5539,6161,6217,7155,7265,7321,7381,7434,7495,7574,7655,7727,7806,7886,7962,8040,8109,8185,8262,8333,8406,8482,8560,8629,8705,8782,8846,8917,8989,11481,11579,11634,11750,11803,11855,11905,11963,12028,12076,12127,19084,19150,19208,19277,19335,19404,19474,19547,19621,19689,19756,19826,19892,19965,20025,20101,20161,20221,20296,20364,20430,20498,20558,20617,20674,20740,20802,20859,20927,21000,21070,21132,21193,21261,21323,21393,21462,21518,21577,21639,21701,21768,21825,21886,21947,22008,22069,22125,22181,22237,22293,22351,22409,22467,22525,22582,22639,22696,22753,22812,22871,22929,23012,23095,23168,23222,23291,23347,23428,23509,23580,23709,23968,24026,24084,25171,25718,25778,25832,25902,25972,26037,26103,26168,26236,26305,26373,26503,26556,26615,26673,26725,26821,26873,26919,26969,27025,27072,27177,27235,27297,27360,27422,27481,27541,27606,27672,27737,27799,27861,27923,27985,28047,28109,28175,28242,28308,28371,28435,28498,28566,28627,28689,28751,28814,28878,28941,29005,29083,29142,29208,29288,29349,29402,29611,29662,30089,30559,30618,31813,33981,34052,34118,34192,34261,34332,34405,34476,34544,34617,34693,34763,34841,34909,34975,35036,35105,35169,35235,35303,35369,35432,35500,35571,35636,35709,35772,35853,35917,35983,36053,36123,36193,36263,36330,37068,37126,37185,37245,37304,37363,37422,37481,37540,37599,37658,37717,37776,37835,37895,37956,38018,38079,38140,38201,38262,38323,38384,38444,38505,38566,38626,38687,38748,38809,38870,38931,38992,39053,39114,39175,39236,39297,39365,39434,39504,39573,39642,39711,39780,39849,39918,39987,40056,40125,40194,40254,40315,40377,40438,40499,40560,40621,40682,40743,40804,40865,40926,40987,41049,41112,41176,41239,41302,41365,41428,41491,41554,41617,41680,41743,41806,41867,41929,41992,42054,42116,42178,42240,42302,42364,42426,42488,42550,42612,42669,42755,42835,42925,43020,43112,43204,43294,43377,43470,43557,43654,43745,43846,43933,44036,44125,44224,44316,44416,44500,44594,44682,44780,44863,44954,45048,45147,45249,45347,45447,45534,45634,45720,45816,45904,45985,46076,46172,46265,46358,46449,46534,46628,46717,46815,46908,47010,47098,47202,47293,47393,47486,47587,47672,47767,47856,47955,48040,48132,48227,48327,48430,48529,48632,48721,48822,48909,49006,49094,49190,49282,49382,49472,49570,49655,49744,49833,49926,50013,50104,50842,50918,50987,51066,51139,51219,51299,51376,51444,51522,51598,51669,51750,51823,51906,51981,52066,52139,52220,52301,52375,52459,52529,52607,52677,52757,52835,52907,52989,53059,53136,53216,53301,53389,53473,53560,53634,53712,53790,53861,53942,54033,54116,54212,54310,54417,54482,54548,54601,54677,54743,54830,54906,54982,62120,62345,62939,63018,63096,63169,63234,63297,63363,63434,63505,63575,63637,63706,63772,63832,63899,63966,64022,64073,64126,64178,64232,64303,64366,64425,64487,64546,64619,64686,64756,64816,64879,64954,65026,65122,65193,65249,65320,65377,65434,65500,65564,65635,65692,65745,65808,65860,65918,65985,67224,67290,67349,67432,67491,67548,67615,67685,67759,67821,67890,67960,68059,68156,68255,68341,68427,68508,68583,68672,68763,68847,68906,68952,69018,69075,69142,69199,69281,69346,69412,69535,69619,69740,69805,69867,69965,70039,70122,70211,70275,70354,70428,70490,70586,70651,70710,70766,70822,70882,70989,71036,71096,71157,71221,71282,71342,71400,71443,71492,71544,71595,71647,71696,71745,71810,71876,71936,71997,72053,72112,72161,72209,72267,72324,72426,72483,72558,72606,72657,72719,72784,72836,72910,72973,73036,73104,73154,73216,73276,73333,73393,73442,73510,73616,73718,73787,73858,73914,73963,74063,74134,74244,74333,74424,74506,74604,74660,74761,74871,74970,75033,75139,75216,75328,75455,75567,75694,75764,75878,76009,76106,76174,76292,76395,76513,76574,76648,76715,76820,76942,77016,77083,77193,77292,77365,77462,77584,77702,77820,77881,78003,78120,78188,78294,78396,78476,78547,78643,78710,78784,78858,78944,79032,79122,79200,79277,79377,79448,79569,79690,79754,79879,79953,80077,80201,80268,80377,80505,80617,80696,80774,80875,80946,81068,81190,81255,81381,81493,81599,81667,81766,81870,81933,81999,82083,82196,82309,82427,82505,82577,82713,82849,82934,83074,83212,83350,83492,83574,83683,83794,83922,84050,84182,84312,84442,84576,84638,84734,84801,84918,85039,85136,85218,85305,85392,85523,85654,85789,85866,85943,86054,86168,86242,86351,86463,86565,86661,86765,86832,86926,86998,87108,87214,87287,87378,87480,87583,87678,87785,87890,88012,88134,88260,88319,88377,88501,88625,88753,88871,88989,89111,89197,89294,89428,89562,89642,89780,89912,90044,90180,90255,90331,90434,90508,90621,90702,90759,90820,90879,90939,90997,91058,91116,91166,91215,91282,91341,91400,91449,91520,91604,91674,91745,91825,91894,91957,92025,92091,92159,92224,92290,92367,92445,92551,92657,92753,92882,92971,93098,93164,93233,93319,93385,93468,93566,93662,93758,93856,93965,94060,94149,94211,94271,94336,94393,94474,94528,94585,94682,94792,94853,94968,95089,95184,95276,95369,95471,95527,95586,95635,95727,95776,95830,95884,95938,95992,96046,96101,96211,96321,96429,96539,96649,96759,96869,96977,97083,97187,97291,97395,97490,97585,97678,97771,97875,97981,98085,98189,98282,98375,98468,98561,98669,98775,98881,98987,99084,99179,99274,99369,99475,99581,99687,99793,99891,99987,100083,100181,100246,100350,100408,100472,100533,100595,100655,100720,100782,100850,100908,100971,101034,101101,101176,101249,101315,101367,101420,101472,101529,101613,101708,101793,101874,101954,102031,102110,102187,102261,102335,102406,102486,102558,102633,102698,102759,102819,102894,102968,103041,103111,103183,103253,103326,103390,103460,103506,103575,103627,103712,103795,103852,103918,103985,104051,104132,104207,104263,104316,104377,104435,104485,104534,104583,104632,104694,104746,104791,104872,104923,104977,105030,105084,105135,105184,105250,105301,105362,105423,105485,105535,105576,105653,105712,105771,105830,105891,105947,106003,106070,106131,106196,106251,106316,106385,106453,106531,106600,106660,106731,106805,106870,106942,107012,107079,107163,107232,107299,107369,107432,107499,107567,107650,107729,107819,107896,107964,108031,108109,108166,108223,108291,108357,108413,108473,108532,108586,108636,108686,108734,108796,108847,108920,109000,109080,109144,109211,109282,109340,109401,109467,109526,109593,109653,109713,109776,109844,109905,109972,110050,110120,110169,110226,110295,110356,110444,110532,110620,110708,110795,110882,110969,111056,111114,111188,111258,111314,111385,111450,111512,111587,111660,111750,111816,111882,111943,112007,112069,112127,112198,112281,112340,112411,112477,112542,112603,112662,112733,112799,112864,112947,113023,113098,113179,113239,113308,113378,113447,113502,113558,113614,113675,113733,113789,113843,113898,113960,114017,114111,114180,114281,114332,114402,114465,114521,114579,114638,114692,114778,114862,114932,115001,115071,115186,115307,115374,115441,115516,115583,115642,115696,115750,115804,115857,115909,115983,117551,117691,120382,120432,120482,120571,120627,120685,120747,120802,120860,120931,120995,121054,121116,121182,121248,121472,121618,121663,121706,122692,122739,122784,122835,122886,122937,122988,123369,123877,123939,124119,124191,124248,124302,124357,124415,124470,124529,124585,124654,124723,124792,124862,124925,124988,125051,125114,125179,125244,125309,125374,125437,125501,125565,125629,125680,125758,125836,125907,125979,126052,126124,126190,126256,126324,126392,126458,126525,126599,126662,126719,126779,126844,126911,126976,127033,127094,127152,127256,127366,127475,127579,127657,127722,127789,127855,127925,127972,128024,128074,128131,128521,130672,130803,130987,131165,131403,131592,131761,132370,132485,132570,132649,132809,132874,132963,133120,133277,133430,133584,133643,133830,133926,134016,134112,134202,134368,134491,134614,134784,134890,135005,135120,135222,135328,135445,135560,135642,135815,135983,136131,136290,136445,136618,136735,136852,137020,137132,137246,137418,137594,137752,137885,137997,138143,138295,138427,138570,138692,138870,139006,139102,139238,139333,139500,139593,139685,139872,140028,140206,140370,140552,140869,141051,141233,141423,141655,141845,142022,142184,142341,142451,142634,142771,142975,143159,143343,143503,143661,143845,144072,144275,144446,144666,144888,145043,145243,145427,145530,145720,145861,146026,146197,146397,146601,146803,146968,147173,147372,147571,147768,147859,148008,148158,148242,148391,148536,148688,148829,148995,149156,149234,149535,149701,149856,149958,150169,150333,150519,150742,150867,151712,151984,152262,152507,152569,152854,155848,156304,156813,167589,168103,168540,168974,169417,173399,173520,173619,174024,174121,174238,174325,174448,174549,174955,175054,175173,175266,175373,175716,175823,176068,176189,176598,176846,176946,177051,177170,177679,177826,177945,178196,178329,178744,178998,179110,184460,184585,184902,185023,185251,185372,185505,185652,206283,206775,227155,227579,248255,248749,269174,269600,274441,279858,283949,289380,294122,299499,303483,307475,312866,313413,313846,314602,314832,315075,316208,317137,365282,365866,366339,367769,368513,369706,370760,371238,371531,371914,373429,374194,375337,375778,376219,376815,377089,377500,378516,378694,379447,379584,379675,381869,382135,382457,382667,382776,382895,383079,384197,384667,385418,388001,388096,388790,389018,389274,389533,390109,390463,390585,390724,391016,391276,392204,392490,392893,393295,393638,393850,394051,394264,394553,394838,405513,405600,405685,405784,410466,410572,410695,410827,410950,411080,411204,411337,411468,411593,411710,411830,411962,412090,412204,412322,412435,412556,412744,412931,413112,413295,413479,413644,413826,413946,414066,414174,414284,414396,414504,414614,414779,414945,415097,415262,415363,415483,415654,415815,415978,416139,416306,416425,416542,416722,416904,417085,417268,417423,417568,417690,417825,417988,418181,418307,418459,418601,418771,418927,419099,419390,426057,426149,426322,426484,426579,426748,426842,426931,427174,427263,427556,427972,428392,428813,429239,429656,430072,430489,430907,431321,431791,432264,432736,433147,433618,434090,434280,434486,434592,434700,434806,434918,435032,435144,435258,435374,435488,435596,435706,435814,436076,436455,436859,437006,437114,437224,437332,437446,437855,438269,438385,438803,439044,439474,439909,440319,440741,441151,441273,441682,442098,442220,442438,442622,445681,446025,446105,446461,446611,446755,446831,446943,447033,447295,447560,447668,447820,447928,448004,448116,448206,448308,448416,448524,448624,448732,448817,448921,449008,449086,449200,449292,449556,449823,449933,450086,450196,450280,450669,450767,450875,450969,451099,451207,451329,451465,451573,451693,451827,451949,452077,452219,452345,452485,452611,452729,452861,452959,453069,453369,453481,453599,454063,454179,454482,454608,454704,455105,455215,455339,455477,455587,455709,456021,456145,456275,456751,456879,457194,457332,457494,457710,457866,458070,459141,459225,459329,459532,459721,459922,460115,460320,460633,460845,461011,461127,461373,461589,461902,462328,462790,463027,463179,463439,463583,463725,466957,467071,467191,467307,467401,467722,467821,467939,468040,468319,468604,468883,469165,469418,469677,469930,470186,470610,470686,473936,475291,475735,477589,478164,478372,479382,479762,479928,480069,485089,485515,485627,485762,485915,486112,486283,486466,486641,486828,487100,487258,487342,487446,487933,488489,488647,488866,489097,489320,489555,489777,490043,490181,490780,490894,491032,491144,491268,491839,492334,492880,493025,493118,493210,495137,495707,496005,496194,496400,496593,496803,497687,497832,498224,498382,498599,498860,507087,507962,508582,508779,509727,510492,510615,511388,511609,511809,513786,513886,513976,514662,515415,516180,516943,517718,518931,519096,520709,521030,522093,522303,522473,523043,523938,524571,524737,526223,526839,527075,527296,528254,528519,528784,529031,529445,529681,530966,531415,531602,531851,532093,532269,532510,532743,532968,533563,534038,534562,534823,536174,536649,537875,538345,539393,539845,540089,540546,541791,542274,542424,542768,542914,543052,543188,543476,543980,544489,544605,545507,545629,545741,545918,546184,546454,546720,546988,547244,547504,547760,548018,548270,548526,548778,549032,549264,549500,549752,550008,550260,550514,550746,550980,551092,551517,551641,552733,553548,553744,554068,554457,554809,555050,555264,555563,555755,556070,556277,556623,556923,557324,557543,557956,558193,558563,559287,559642,559911,560051,560305,560449,560726,561718,562127,562759,563105,563473,564547,564910,565310,566818,567403,567721,570256,570450,570668,570894,571106,571305,571512,572716,573011,573568,573958,574590,575067,575312,575663,575909,576669,576933,577356,577547,577926,578014,578122,578230,578543,578868,579187,579518,582221,582409,582670,582919,585503,585695,585960,586213,586745,587153,587352,587936,588171,588295,588707,588921,589323,589426,589556,589731,589983,590179,590319,590513,591524,592593,592881,593011,593788,594445,594591,595297,595535,597075,597225,597642,597807,598493,598963,599159,599250,599334,599478,599712,599879,600807,601093,601253,601868,602027,602355,602582,603094,603456,603535,603874,603979,604344,604715,605076,606950,607579,608655,609079,609332,609484,610532,611269,611472,611718,611965,612183,612425,612746,613010,613315,613538,613849,614038,614753,615022,615516,615742,616182,616341,616625,617370,617735,618040,618198,618436,619755,620153,620381,620601,620743,622033,622139,622269,622407,622531,622819,622988,623088,623373,623487,624370,625125,625564,625688,625934,626127,626261,626452,627231,627449,627740,628019,628336,628558,628853,629136,629240,629581,630397,630713,631274,631780,631985,632771,633176,633837,634026,634577,635143,635263,635665,636199,641801,642100,644445,662954,664548,666555,666894,669327,675219,675659,676411,676595,676806,681464,682047,714221,714423,715558,715708,715883,718520,721033,731673,732214,732722,733233,735027,735287,735903,736398,737435,739301,739492,739825,739981,740174,742566,742795,743003,743173,744945,754873,756216,757226,759191,762414,762583,763775,763921,764606,767006,767537,767963,769696,769944,770714,774976,775151,778366,779904,790776,791019,793521,798940,799033,799096,799178,799271,799364,799451,799549,799640,799731,799819,799903,799999,800103,800203,800309,800412,800513,800617,800723,800822,800928,801030,801137,801246,801357,801488,801608,801724,801842,801941,802048,802164,802283,802411,802500,802595,802672,802761,802852,802945,803019,803116,803211,803309,803408,803512,803608,803710,803813,803913,804016,804101,804202,804300,804390,804485,804572,804678,804780,804874,804965,805059,805135,805227,805316,805419,805530,805613,805699,805794,805891,805987,806075,806176,806277,806380,806486,806584,806681,806776,806874,806977,807077,807180,807285,807403,807519,807614,807707,807792,807888,807982,808074,808176,808283,808366,808470,808575,808675,808776,808881,808981,809082,809181,809283,809377,809484,809586,809689,809782,809878,809980,810083,810179,810281,810384,810481,810584,810682,810786,810891,810988,811096,811210,811325,811433,811547,811662,811764,811869,811977,812087,812203,812320,812415,812512,812611,812716,812822,812921,813026,813132,813232,813338,813439,813546,813665,813764,813869,813971,814073,814173,814276,814371,814475,814560,814664,814768,814866,814970,815076,815174,815279,815377,815490,815584,815673,815762,815845,815936,816019,816117,816207,816303,816392,816486,816574,816670,816755,816863,816964,817065,817163,817269,817360,817459,817556,817654,817750,817843,817953,818051,818146,818256,818348,818448,818547,818634,818738,818843,818942,819049,819156,819255,819364,819456,819567,819678,819789,819893,820008,820124,820251,820371,820468,820567,820659,820758,820850,820949,821035,821129,821232,821328,821431,821527,821630,821727,821825,821928,822021,822111,822212,822295,822386,822471,822563,822666,822761,822857,822950,823044,823123,823230,823321,823420,823513,823616,823720,823821,823922,824026,824120,824224,824328,824441,824547,824653,824761,824878,824979,825087,825187,825290,825395,825502,825598,825677,825767,825851,825943,826016,826113,826195,826280,826365,826462,826555,826650,826749,826846,826937,827028,827120,827215,827322,827430,827532,827629,827726,827819,827906,827990,828087,828184,828277,828364,828455,828554,828653,828748,828837,828918,829017,829121,829218,829323,829420,829504,829603,829707,829804,829909,830006,830104,830205,830311,830410,830517,830616,830715,830806,830895,830984,831066,831159,831250,831361,831462,831562,831674,831787,831885,831993,832087,832187,832276,832368,832479,832589,832684,832800,832926,833052,833171,833299,833424,833549,833667,833794,833903,834012,834125,834248,834371,834487,834612,834709,834817,834939,835055,835171,835280,835368,835469,835558,835659,835746,835834,835931,836023,836129,836229,836305,836382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\5629cbd501a8e4dc6828cc92561b74aa\\transformed\\lifecycle-viewmodel-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1868", + "startColumns": "4", + "startOffsets": "123576", + "endColumns": "49", + "endOffsets": "123621" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "4,1,3,2", + "startColumns": "4,4,4,4", + "startOffsets": "148,17,103,60", + "endColumns": "50,41,43,41", + "endOffsets": "194,54,142,97" + }, + "to": { + "startLines": "636,641,948,961", + "startColumns": "4,4,4,4", + "startOffsets": "32479,32849,55707,56569", + "endColumns": "50,41,43,41", + "endOffsets": "32525,32886,55746,56606" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\196f4befce1b955c1217f009cbd7acbb\\transformed\\lifecycle-runtime-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1865", + "startColumns": "4", + "startOffsets": "123419", + "endColumns": "42", + "endOffsets": "123457" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2858,2952,3032,3088,3142,3208,3281,3359,3445,3529,3602,3680,3758,3833,3943,4033,4108,4202,4300,4374,4451,4551,4604,4688,4756,4845,4934,4996,5061,5124,5194,5301,5401,5501,5597,5657,5715", + "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,68,69,70,71,72,73", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,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,2853,2947,3027,3083,3137,3203,3276,3354,3440,3524,3597,3675,3753,3828,3938,4028,4103,4197,4295,4369,4446,4546,4599,4683,4751,4840,4929,4991,5056,5119,5189,5296,5396,5496,5592,5652,5710,5790" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4173,4272,4397,4485,4552,4649,4718,4781,4868,4932,4998,5058,5127,5188,5242,5357,5416,5476,5530,5602,5732,5820,5904,6042,6120,6196,6335,6429,6509,6565,6619,6685,6758,6836,6922,7006,7079,7157,7235,7310,7420,7510,7585,7679,7777,7851,7928,8028,8081,8165,8233,8322,8411,8473,8538,8601,8671,8778,8878,8978,9074,9134,9192", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79", + "endOffsets": "318,3099,3173,3257,3350,3444,4267,4392,4480,4547,4644,4713,4776,4863,4927,4993,5053,5122,5183,5237,5352,5411,5471,5525,5597,5727,5815,5899,6037,6115,6191,6330,6424,6504,6560,6614,6680,6753,6831,6917,7001,7074,7152,7230,7305,7415,7505,7580,7674,7772,7846,7923,8023,8076,8160,8228,8317,8406,8468,8533,8596,8666,8773,8873,8973,9069,9129,9187,9267" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9272", + "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,9349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,557,661,779", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "146,248,347,446,552,656,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3545,3647,3746,3845,3951,4055,9354", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "3540,3642,3741,3840,3946,4050,4168,9450" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-am_values-am.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2614,2696,2772,2823,2874,2940,3006,3079,3160,3235,3303,3376,3447,3514,3612,3697,3764,3851,3939,4013,4081,4166,4217,4295,4359,4439,4521,4583,4647,4710,4776,4871,4966,5051,5142,5197,5252", + "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,68,69,70,71,72,73", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,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,2609,2691,2767,2818,2869,2935,3001,3074,3155,3230,3298,3371,3442,3509,3607,3692,3759,3846,3934,4008,4076,4161,4212,4290,4354,4434,4516,4578,4642,4705,4771,4866,4961,5046,5137,5192,5247,5323" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3993,4082,4184,4261,4325,4410,4472,4530,4615,4678,4740,4798,4864,4926,4981,5077,5134,5193,5249,5316,5421,5501,5582,5711,5784,5855,5969,6051,6127,6178,6229,6295,6361,6434,6515,6590,6658,6731,6802,6869,6967,7052,7119,7206,7294,7368,7436,7521,7572,7650,7714,7794,7876,7938,8002,8065,8131,8226,8321,8406,8497,8552,8607", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75", + "endOffsets": "306,2995,3063,3138,3220,3301,4077,4179,4256,4320,4405,4467,4525,4610,4673,4735,4793,4859,4921,4976,5072,5129,5188,5244,5311,5416,5496,5577,5706,5779,5850,5964,6046,6122,6173,6224,6290,6356,6429,6510,6585,6653,6726,6797,6864,6962,7047,7114,7201,7289,7363,7431,7516,7567,7645,7709,7789,7871,7933,7997,8060,8126,8221,8316,8401,8492,8547,8602,8678" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,248,345,444,540,642,742", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "143,243,340,439,535,637,737,838" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3306,3399,3499,3596,3695,3791,3893,8763", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "3394,3494,3591,3690,3786,3888,3988,8859" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8683", + "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,8758" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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.daydreamclock.app-merged_res-31:/values-te_values-te.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2920,3008,3090,3150,3202,3268,3343,3421,3511,3590,3663,3739,3820,3889,4009,4114,4191,4282,4375,4449,4526,4618,4675,4756,4822,4906,4992,5055,5120,5184,5253,5363,5471,5570,5676,5740,5796", + "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,68,69,70,71,72,73", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,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,2915,3003,3085,3145,3197,3263,3338,3416,3506,3585,3658,3734,3815,3884,4004,4109,4186,4277,4370,4444,4521,4613,4670,4751,4817,4901,4987,5050,5115,5179,5248,5358,5466,5565,5671,5735,5791,5874" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4384,4500,4591,4657,4751,4818,4880,4973,5037,5105,5168,5242,5307,5361,5482,5539,5601,5655,5734,5862,5950,6042,6187,6267,6349,6474,6562,6644,6704,6756,6822,6897,6975,7065,7144,7217,7293,7374,7443,7563,7668,7745,7836,7929,8003,8080,8172,8229,8310,8376,8460,8546,8609,8674,8738,8807,8917,9025,9124,9230,9294,9350", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82", + "endOffsets": "321,3164,3254,3340,3438,3525,4379,4495,4586,4652,4746,4813,4875,4968,5032,5100,5163,5237,5302,5356,5477,5534,5596,5650,5729,5857,5945,6037,6182,6262,6344,6469,6557,6639,6699,6751,6817,6892,6970,7060,7139,7212,7288,7369,7438,7558,7663,7740,7831,7924,7998,8075,8167,8224,8305,8371,8455,8541,8604,8669,8733,8802,8912,9020,9119,9225,9289,9345,9428" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,367,468,574,681,805", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "152,260,362,463,569,676,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3530,3632,3740,3842,3943,4049,4156,9516", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "3627,3735,3837,3938,4044,4151,4275,9612" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9433", + "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,9511" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3022,3111,3188,3244,3299,3365,3438,3515,3599,3678,3752,3828,3903,3976,4081,4169,4242,4332,4423,4495,4569,4660,4712,4794,4861,4945,5032,5094,5158,5221,5290,5393,5501,5599,5703,5763,5822", + "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,70,71,72,73,74,75", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,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,3017,3106,3183,3239,3294,3360,3433,3510,3594,3673,3747,3823,3898,3971,4076,4164,4237,4327,4418,4490,4564,4655,4707,4789,4856,4940,5027,5089,5153,5216,5285,5388,5496,5594,5698,5758,5817,5894" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4335,4441,4567,4651,4717,4811,4887,4950,5062,5122,5187,5241,5311,5371,5427,5539,5596,5658,5714,5787,5921,6006,6091,6234,6318,6401,6535,6624,6701,6757,6812,6878,6951,7028,7112,7191,7265,7341,7416,7489,7594,7682,7755,7845,7936,8008,8082,8173,8225,8307,8374,8458,8545,8607,8671,8734,8803,8906,9014,9112,9216,9276,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76", + "endOffsets": "412,3241,3330,3418,3516,3607,4436,4562,4646,4712,4806,4882,4945,5057,5117,5182,5236,5306,5366,5422,5534,5591,5653,5709,5782,5916,6001,6086,6229,6313,6396,6530,6619,6696,6752,6807,6873,6946,7023,7107,7186,7260,7336,7411,7484,7589,7677,7750,7840,7931,8003,8077,8168,8220,8302,8369,8453,8540,8602,8666,8729,8798,8901,9009,9107,9211,9271,9330,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9412", + "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,9491" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,456,559,661,778", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "147,249,347,451,554,656,773,874" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3612,3709,3811,3909,4013,4116,4218,9496", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "3704,3806,3904,4008,4111,4213,4330,9592" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-my_values-my.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2910,3002,3079,3137,3188,3254,3326,3408,3490,3568,3643,3717,3789,3868,3976,4073,4154,4240,4332,4406,4485,4571,4625,4701,4769,4852,4933,4995,5059,5122,5190,5302,5413,5517,5630,5691,5746", + "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,68,69,70,71,72,73", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,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,2905,2997,3074,3132,3183,3249,3321,3403,3485,3563,3638,3712,3784,3863,3971,4068,4149,4235,4327,4401,4480,4566,4620,4696,4764,4847,4928,4990,5054,5117,5185,5297,5408,5512,5625,5686,5741,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4395,4524,4609,4674,4764,4839,4898,4989,5052,5117,5176,5247,5309,5366,5485,5543,5604,5659,5732,5864,5955,6044,6185,6263,6340,6463,6555,6632,6690,6741,6807,6879,6961,7043,7121,7196,7270,7342,7421,7529,7626,7707,7793,7885,7959,8038,8124,8178,8254,8322,8405,8486,8548,8612,8675,8743,8855,8966,9070,9183,9244,9299", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81", + "endOffsets": "330,3192,3291,3367,3458,3542,4390,4519,4604,4669,4759,4834,4893,4984,5047,5112,5171,5242,5304,5361,5480,5538,5599,5654,5727,5859,5950,6039,6180,6258,6335,6458,6550,6627,6685,6736,6802,6874,6956,7038,7116,7191,7265,7337,7416,7524,7621,7702,7788,7880,7954,8033,8119,8173,8249,8317,8400,8481,8543,8607,8670,8738,8850,8961,9065,9178,9239,9294,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,262,365,467,572,678,797", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "153,257,360,462,567,673,792,893" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3547,3650,3754,3857,3959,4064,4170,9467", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "3645,3749,3852,3954,4059,4165,4284,9563" + } + } + ] + }, + { + "outputFile": "com.example.daydreamclock.app-merged_res-31:/values-es_values-es.arsc.flat", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2949,3039,3119,3175,3231,3297,3376,3458,3546,3635,3709,3786,3856,3935,4035,4119,4203,4295,4395,4469,4550,4652,4705,4790,4857,4950,5039,5101,5165,5228,5296,5409,5516,5620,5721,5781,5841", + "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,68,69,70,71,72,73", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,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,2944,3034,3114,3170,3226,3292,3371,3453,3541,3630,3704,3781,3851,3930,4030,4114,4198,4290,4390,4464,4545,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5404,5511,5615,5716,5776,5836,5919" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4339,4461,4542,4607,4702,4783,4846,4935,4999,5068,5131,5205,5269,5325,5443,5501,5563,5619,5699,5838,5927,6009,6150,6231,6311,6462,6552,6632,6688,6744,6810,6889,6971,7059,7148,7222,7299,7369,7448,7548,7632,7716,7808,7908,7982,8063,8165,8218,8303,8370,8463,8552,8614,8678,8741,8809,8922,9029,9133,9234,9294,9354", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82", + "endOffsets": "323,3135,3214,3301,3402,3498,4334,4456,4537,4602,4697,4778,4841,4930,4994,5063,5126,5200,5264,5320,5438,5496,5558,5614,5694,5833,5922,6004,6145,6226,6306,6457,6547,6627,6683,6739,6805,6884,6966,7054,7143,7217,7294,7364,7443,7543,7627,7711,7803,7903,7977,8058,8160,8213,8298,8365,8458,8547,8609,8673,8736,8804,8917,9024,9128,9229,9289,9349,9432" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9437", + "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,9515" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3503,3602,3704,3804,3902,4009,4115,9520", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3597,3699,3799,3897,4004,4110,4230,9616" + } + } + ] + } + ] +} \ 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..f25264f --- /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.daydreamclock.app-mergeDebugResources-29:/values-af/values-af.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2892,2969,3027,3078,3144,3213,3289,3375,3451,3525,3604,3677,3748,3851,3938,4009,4098,4188,4260,4335,4422,4473,4552,4619,4700,4784,4846,4910,4973,5043,5147,5250,5346,5446,5508,5563", + "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,68,69,70,71,72,73", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,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,2800,2887,2964,3022,3073,3139,3208,3284,3370,3446,3520,3599,3672,3743,3846,3933,4004,4093,4183,4255,4330,4417,4468,4547,4614,4695,4779,4841,4905,4968,5038,5142,5245,5341,5441,5503,5558,5635" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4150,4250,4364,4445,4509,4597,4663,4726,4812,4874,4935,4993,5059,5122,5177,5295,5352,5414,5469,5538,5657,5745,5828,5967,6050,6131,6259,6346,6423,6481,6532,6598,6667,6743,6829,6905,6979,7058,7131,7202,7305,7392,7463,7552,7642,7714,7789,7876,7927,8006,8073,8154,8238,8300,8364,8427,8497,8601,8704,8800,8900,8962,9017", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,86,76,57,50,65,68,75,85,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76", + "endOffsets": "319,3072,3152,3230,3325,3413,4245,4359,4440,4504,4592,4658,4721,4807,4869,4930,4988,5054,5117,5172,5290,5347,5409,5464,5533,5652,5740,5823,5962,6045,6126,6254,6341,6418,6476,6527,6593,6662,6738,6824,6900,6974,7053,7126,7197,7300,7387,7458,7547,7637,7709,7784,7871,7922,8001,8068,8149,8233,8295,8359,8422,8492,8596,8699,8795,8895,8957,9012,9089" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9094", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,451,558,667,787", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "148,250,348,446,553,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3418,3516,3618,3716,3814,3921,4030,9175", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "3511,3613,3711,3809,3916,4025,4145,9271" + } + } + ] + } + ] +} \ 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..b693227 --- /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.daydreamclock.app-mergeDebugResources-29:/values-am/values-am.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2614,2696,2772,2823,2874,2940,3006,3079,3160,3235,3303,3376,3447,3514,3612,3697,3764,3851,3939,4013,4081,4166,4217,4295,4359,4439,4521,4583,4647,4710,4776,4871,4966,5051,5142,5197,5252", + "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,68,69,70,71,72,73", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,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,2609,2691,2767,2818,2869,2935,3001,3074,3155,3230,3298,3371,3442,3509,3607,3692,3759,3846,3934,4008,4076,4161,4212,4290,4354,4434,4516,4578,4642,4705,4771,4866,4961,5046,5137,5192,5247,5323" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3993,4082,4184,4261,4325,4410,4472,4530,4615,4678,4740,4798,4864,4926,4981,5077,5134,5193,5249,5316,5421,5501,5582,5711,5784,5855,5969,6051,6127,6178,6229,6295,6361,6434,6515,6590,6658,6731,6802,6869,6967,7052,7119,7206,7294,7368,7436,7521,7572,7650,7714,7794,7876,7938,8002,8065,8131,8226,8321,8406,8497,8552,8607", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,113,81,75,50,50,65,65,72,80,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75", + "endOffsets": "306,2995,3063,3138,3220,3301,4077,4179,4256,4320,4405,4467,4525,4610,4673,4735,4793,4859,4921,4976,5072,5129,5188,5244,5311,5416,5496,5577,5706,5779,5850,5964,6046,6122,6173,6224,6290,6356,6429,6510,6585,6653,6726,6797,6864,6962,7047,7114,7201,7289,7363,7431,7516,7567,7645,7709,7789,7871,7933,7997,8060,8126,8221,8316,8401,8492,8547,8602,8678" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,248,345,444,540,642,742", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "143,243,340,439,535,637,737,838" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3306,3399,3499,3596,3695,3791,3893,8763", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "3394,3494,3591,3690,3786,3888,3988,8859" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8683", + "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,8758" + } + } + ] + } + ] +} \ 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..924c387 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ar/values-ar.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,250,345,448,551,653,767", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "143,245,340,443,546,648,762,863" + }, + "to": { + "startLines": "42,43,44,45,46,47,48,113", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3582,3675,3777,3872,3975,4078,4180,9423", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "3670,3772,3867,3970,4073,4175,4289,9519" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,112", + "startColumns": "4,4,4,4,4,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,9341", + "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,9418" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,72,73,74,75,76,77", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3029,3118,3194,3247,3301,3367,3445,3525,3609,3691,3763,3837,3910,3980,4089,4180,4251,4341,4436,4510,4593,4686,4735,4816,4885,4971,5056,5118,5182,5245,5314,5423,5533,5630,5730,5787,5845", + "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,72,73,74,75,76,77", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,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,3024,3113,3189,3242,3296,3362,3440,3520,3604,3686,3758,3832,3905,3975,4084,4175,4246,4336,4431,4505,4588,4681,4730,4811,4880,4966,5051,5113,5177,5240,5309,5418,5528,5625,5725,5782,5840,5920" + }, + "to": { + "startLines": "2,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4294,4395,4514,4591,4654,4745,4814,4881,4981,5044,5109,5170,5238,5300,5358,5472,5532,5593,5650,5723,5846,5927,6007,6155,6236,6317,6445,6534,6610,6663,6717,6783,6861,6941,7025,7107,7179,7253,7326,7396,7505,7596,7667,7757,7852,7926,8009,8102,8151,8232,8301,8387,8472,8534,8598,8661,8730,8839,8949,9046,9146,9203,9261", + "endLines": "9,37,38,39,40,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,88,75,52,53,65,77,79,83,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79", + "endOffsets": "510,3242,3318,3402,3494,3577,4390,4509,4586,4649,4740,4809,4876,4976,5039,5104,5165,5233,5295,5353,5467,5527,5588,5645,5718,5841,5922,6002,6150,6231,6312,6440,6529,6605,6658,6712,6778,6856,6936,7020,7102,7174,7248,7321,7391,7500,7591,7662,7752,7847,7921,8004,8097,8146,8227,8296,8382,8467,8529,8593,8656,8725,8834,8944,9041,9141,9198,9256,9336" + } + } + ] + } + ] +} \ 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..bc65c04 --- /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.daydreamclock.app-mergeDebugResources-29:/values-as/values-as.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2789,2880,2957,3011,3062,3128,3198,3275,3362,3437,3508,3585,3654,3723,3830,3921,3993,4082,4171,4245,4317,4403,4453,4532,4598,4678,4762,4824,4888,4951,5020,5120,5215,5307,5399,5457,5512", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2784,2875,2952,3006,3057,3123,3193,3270,3357,3432,3503,3580,3649,3718,3825,3916,3988,4077,4166,4240,4312,4398,4448,4527,4593,4673,4757,4819,4883,4946,5015,5115,5210,5302,5394,5452,5507,5588" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4222,4324,4447,4526,4591,4680,4745,4804,4890,4954,5018,5081,5151,5215,5269,5374,5432,5494,5548,5620,5737,5824,5907,6047,6124,6205,6332,6423,6500,6554,6605,6671,6741,6818,6905,6980,7051,7128,7197,7266,7373,7464,7536,7625,7714,7788,7860,7946,7996,8075,8141,8221,8305,8367,8431,8494,8563,8663,8758,8850,8942,9000,9055", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80", + "endOffsets": "317,3142,3220,3297,3383,3467,4319,4442,4521,4586,4675,4740,4799,4885,4949,5013,5076,5146,5210,5264,5369,5427,5489,5543,5615,5732,5819,5902,6042,6119,6200,6327,6418,6495,6549,6600,6666,6736,6813,6900,6975,7046,7123,7192,7261,7368,7459,7531,7620,7709,7783,7855,7941,7991,8070,8136,8216,8300,8362,8426,8489,8558,8658,8753,8845,8937,8995,9050,9131" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9136", + "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,9214" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,259,367,472,576,676,805", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "151,254,362,467,571,671,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3472,3573,3676,3784,3889,3993,4093,9219", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "3568,3671,3779,3884,3988,4088,4217,9315" + } + } + ] + } + ] +} \ 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..6299799 --- /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.daydreamclock.app-mergeDebugResources-29:/values-az/values-az.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9154", + "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,9233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2879,2958,3015,3066,3132,3202,3280,3363,3443,3513,3589,3667,3738,3836,3922,4005,4098,4191,4264,4336,4430,4484,4568,4635,4719,4807,4871,4936,5000,5070,5172,5276,5372,5473,5534,5589", + "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,68,69,70,71,72,73", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,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,2790,2874,2953,3010,3061,3127,3197,3275,3358,3438,3508,3584,3662,3733,3831,3917,4000,4093,4186,4259,4331,4425,4479,4563,4630,4714,4802,4866,4931,4995,5065,5167,5271,5367,5468,5529,5584,5664" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4167,4263,4379,4459,4523,4617,4685,4744,4839,4902,4966,5025,5092,5155,5209,5324,5382,5444,5498,5569,5701,5785,5865,5999,6075,6151,6280,6364,6443,6500,6551,6617,6687,6765,6848,6928,6998,7074,7152,7223,7321,7407,7490,7583,7676,7749,7821,7915,7969,8053,8120,8204,8292,8356,8421,8485,8555,8657,8761,8857,8958,9019,9074", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,78,56,50,65,69,77,82,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79", + "endOffsets": "310,3106,3191,3271,3356,3435,4258,4374,4454,4518,4612,4680,4739,4834,4897,4961,5020,5087,5150,5204,5319,5377,5439,5493,5564,5696,5780,5860,5994,6070,6146,6275,6359,6438,6495,6546,6612,6682,6760,6843,6923,6993,7069,7147,7218,7316,7402,7485,7578,7671,7744,7816,7910,7964,8048,8115,8199,8287,8351,8416,8480,8550,8652,8756,8852,8953,9014,9069,9149" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,258,361,465,566,671,782", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "151,253,356,460,561,666,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3440,3541,3643,3746,3850,3951,4056,9238", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "3536,3638,3741,3845,3946,4051,4162,9334" + } + } + ] + } + ] +} \ 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..394b844 --- /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.daydreamclock.app-mergeDebugResources-29:/values-b+es+419/values-b+es+419.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + } + } + ] + } + ] +} \ 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..f3c3b1c --- /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.daydreamclock.app-mergeDebugResources-29:/values-b+sr+Latn/values-b+sr+Latn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3005,3083,3137,3193,3259,3333,3411,3500,3582,3658,3734,3809,3881,3988,4078,4151,4243,4339,4411,4487,4583,4636,4718,4785,4872,4959,5021,5085,5148,5217,5322,5432,5528,5636,5694,5754", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2912,3000,3078,3132,3188,3254,3328,3406,3495,3577,3653,3729,3804,3876,3983,4073,4146,4238,4334,4406,4482,4578,4631,4713,4780,4867,4954,5016,5080,5143,5212,5317,5427,5523,5631,5689,5749,5829" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4267,4361,4493,4574,4640,4733,4801,4864,4967,5027,5093,5149,5220,5280,5334,5446,5503,5564,5618,5694,5819,5906,5989,6128,6210,6293,6424,6512,6590,6644,6700,6766,6840,6918,7007,7089,7165,7241,7316,7388,7495,7585,7658,7750,7846,7918,7994,8090,8143,8225,8292,8379,8466,8528,8592,8655,8724,8829,8939,9035,9143,9201,9261", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "369,3177,3254,3334,3442,3536,4356,4488,4569,4635,4728,4796,4859,4962,5022,5088,5144,5215,5275,5329,5441,5498,5559,5613,5689,5814,5901,5984,6123,6205,6288,6419,6507,6585,6639,6695,6761,6835,6913,7002,7084,7160,7236,7311,7383,7490,7580,7653,7745,7841,7913,7989,8085,8138,8220,8287,8374,8461,8523,8587,8650,8719,8824,8934,9030,9138,9196,9256,9336" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3541,3639,3741,3838,3942,4046,4151,9428", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3634,3736,3833,3937,4041,4146,4262,9524" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9341", + "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,9423" + } + } + ] + } + ] +} \ 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..27bdac7 --- /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.daydreamclock.app-mergeDebugResources-29:/values-be/values-be.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3033,3124,3207,3264,3315,3381,3453,3530,3614,3697,3772,3849,3931,4007,4115,4204,4286,4377,4473,4547,4628,4723,4777,4859,4925,5012,5098,5160,5224,5287,5356,5466,5579,5682,5789,5850,5905", + "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,70,71,72,73,74,75", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,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,3028,3119,3202,3259,3310,3376,3448,3525,3609,3692,3767,3844,3926,4002,4110,4199,4281,4372,4468,4542,4623,4718,4772,4854,4920,5007,5093,5155,5219,5282,5351,5461,5574,5677,5784,5845,5900,5980" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4415,4547,4630,4697,4790,4867,4930,5046,5109,5178,5237,5308,5367,5421,5542,5603,5666,5720,5793,5915,6003,6086,6238,6324,6411,6544,6635,6718,6775,6826,6892,6964,7041,7125,7208,7283,7360,7442,7518,7626,7715,7797,7888,7984,8058,8139,8234,8288,8370,8436,8523,8609,8671,8735,8798,8867,8977,9090,9193,9300,9361,9416", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,82,56,50,65,71,76,83,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79", + "endOffsets": "427,3234,3311,3393,3490,3582,4410,4542,4625,4692,4785,4862,4925,5041,5104,5173,5232,5303,5362,5416,5537,5598,5661,5715,5788,5910,5998,6081,6233,6319,6406,6539,6630,6713,6770,6821,6887,6959,7036,7120,7203,7278,7355,7437,7513,7621,7710,7792,7883,7979,8053,8134,8229,8283,8365,8431,8518,8604,8666,8730,8793,8862,8972,9085,9188,9295,9356,9411,9491" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9496", + "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,9573" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,562,665,786", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "148,250,350,451,557,660,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3587,3685,3787,3887,3988,4094,4197,9578", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "3680,3782,3882,3983,4089,4192,4313,9674" + } + } + ] + } + ] +} \ 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..cf79a89 --- /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.daydreamclock.app-mergeDebugResources-29:/values-bg/values-bg.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,262,364,465,572,677,796", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "147,257,359,460,567,672,791,892" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3634,3744,3846,3947,4054,4159,9531", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "3629,3739,3841,3942,4049,4154,4273,9627" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9447", + "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,9526" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3048,3125,3178,3229,3295,3370,3446,3532,3611,3688,3764,3841,3915,4027,4118,4193,4284,4376,4450,4537,4628,4683,4765,4831,4914,5000,5062,5126,5189,5259,5376,5488,5599,5709,5766,5821", + "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,68,69,70,71,72,73", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,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,2958,3043,3120,3173,3224,3290,3365,3441,3527,3606,3683,3759,3836,3910,4022,4113,4188,4279,4371,4445,4532,4623,4678,4760,4826,4909,4995,5057,5121,5184,5254,5371,5483,5594,5704,5761,5816,5902" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4373,4506,4595,4661,4758,4838,4900,4989,5052,5117,5176,5249,5312,5366,5494,5551,5613,5667,5740,5883,5967,6055,6191,6279,6367,6503,6588,6665,6718,6769,6835,6910,6986,7072,7151,7228,7304,7381,7455,7567,7658,7733,7824,7916,7990,8077,8168,8223,8305,8371,8454,8540,8602,8666,8729,8799,8916,9028,9139,9249,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,84,76,52,50,65,74,75,85,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85", + "endOffsets": "310,3138,3217,3300,3422,3532,4368,4501,4590,4656,4753,4833,4895,4984,5047,5112,5171,5244,5307,5361,5489,5546,5608,5662,5735,5878,5962,6050,6186,6274,6362,6498,6583,6660,6713,6764,6830,6905,6981,7067,7146,7223,7299,7376,7450,7562,7653,7728,7819,7911,7985,8072,8163,8218,8300,8366,8449,8535,8597,8661,8724,8794,8911,9023,9134,9244,9301,9356,9442" + } + } + ] + } + ] +} \ 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..461dd35 --- /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.daydreamclock.app-mergeDebugResources-29:/values-bn/values-bn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9266", + "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,9348" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,358,461,562,664,784", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "149,251,353,456,557,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3518,3617,3719,3821,3924,4025,4127,9353", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "3612,3714,3816,3919,4020,4122,4242,9449" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2843,2930,3013,3071,3127,3193,3266,3346,3441,3523,3592,3668,3748,3817,3926,4021,4104,4194,4289,4363,4437,4530,4584,4669,4736,4822,4907,4969,5033,5096,5162,5264,5363,5456,5555,5617,5677", + "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,68,69,70,71,72,73", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,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,2838,2925,3008,3066,3122,3188,3261,3341,3436,3518,3587,3663,3743,3812,3921,4016,4099,4189,4284,4358,4432,4525,4579,4664,4731,4817,4902,4964,5028,5091,5157,5259,5358,5451,5550,5612,5672,5752" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4351,4468,4549,4615,4706,4772,4833,4923,4987,5054,5115,5184,5246,5300,5407,5466,5527,5581,5655,5775,5860,5944,6079,6150,6220,6352,6439,6522,6580,6636,6702,6775,6855,6950,7032,7101,7177,7257,7326,7435,7530,7613,7703,7798,7872,7946,8039,8093,8178,8245,8331,8416,8478,8542,8605,8671,8773,8872,8965,9064,9126,9186", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,86,82,57,55,65,72,79,94,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79", + "endOffsets": "316,3144,3237,3320,3421,3513,4346,4463,4544,4610,4701,4767,4828,4918,4982,5049,5110,5179,5241,5295,5402,5461,5522,5576,5650,5770,5855,5939,6074,6145,6215,6347,6434,6517,6575,6631,6697,6770,6850,6945,7027,7096,7172,7252,7321,7430,7525,7608,7698,7793,7867,7941,8034,8088,8173,8240,8326,8411,8473,8537,8600,8666,8768,8867,8960,9059,9121,9181,9261" + } + } + ] + } + ] +} \ 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..13bfbc0 --- /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.daydreamclock.app-mergeDebugResources-29:/values-bs/values-bs.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2951,3039,3117,3171,3225,3291,3365,3443,3530,3612,3684,3761,3834,3904,4013,4106,4178,4270,4366,4440,4516,4612,4665,4747,4814,4901,4988,5050,5114,5177,5246,5354,5459,5560,5663,5721,5779", + "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,69,70,71,72,73,74", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,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,2946,3034,3112,3166,3220,3286,3360,3438,3525,3607,3679,3756,3829,3899,4008,4101,4173,4265,4361,4435,4511,4607,4660,4742,4809,4896,4983,5045,5109,5172,5241,5349,5454,5555,5658,5716,5774,5854" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4264,4360,4486,4567,4633,4725,4802,4865,4973,5033,5099,5155,5226,5286,5340,5459,5516,5578,5632,5707,5831,5919,6002,6147,6232,6318,6451,6539,6617,6671,6725,6791,6865,6943,7030,7112,7184,7261,7334,7404,7513,7606,7678,7770,7866,7940,8016,8112,8165,8247,8314,8401,8488,8550,8614,8677,8746,8854,8959,9060,9163,9221,9279", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,53,53,65,73,77,86,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79", + "endOffsets": "372,3176,3256,3338,3440,3534,4355,4481,4562,4628,4720,4797,4860,4968,5028,5094,5150,5221,5281,5335,5454,5511,5573,5627,5702,5826,5914,5997,6142,6227,6313,6446,6534,6612,6666,6720,6786,6860,6938,7025,7107,7179,7256,7329,7399,7508,7601,7673,7765,7861,7935,8011,8107,8160,8242,8309,8396,8483,8545,8609,8672,8741,8849,8954,9055,9158,9216,9274,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9359", + "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,9441" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,457,561,663,780", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "148,250,348,452,556,658,775,876" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3539,3637,3739,3837,3941,4045,4147,9446", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "3632,3734,3832,3936,4040,4142,4259,9542" + } + } + ] + } + ] +} \ 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..9116929 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ca/values-ca.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9490", + "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,9567" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,449,555,660,786", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "146,248,347,444,550,655,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3589,3691,3790,3887,3993,4098,9572", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "3584,3686,3785,3882,3988,4093,4219,9668" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2960,3049,3125,3182,3238,3304,3382,3463,3551,3639,3717,3794,3868,3947,4057,4147,4239,4331,4432,4506,4588,4689,4739,4822,4888,4980,5067,5129,5193,5256,5329,5452,5565,5669,5777,5838,5898", + "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,68,69,70,71,72,73", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,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,2955,3044,3120,3177,3233,3299,3377,3458,3546,3634,3712,3789,3863,3942,4052,4142,4234,4326,4427,4501,4583,4684,4734,4817,4883,4975,5062,5124,5188,5251,5324,5447,5560,5664,5772,5833,5893,5979" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4325,4453,4537,4602,4699,4779,4844,4939,5003,5075,5137,5213,5276,5333,5454,5512,5573,5630,5710,5847,5934,6018,6157,6235,6314,6466,6555,6631,6688,6744,6810,6888,6969,7057,7145,7223,7300,7374,7453,7563,7653,7745,7837,7938,8012,8094,8195,8245,8328,8394,8486,8573,8635,8699,8762,8835,8958,9071,9175,9283,9344,9404", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,88,75,56,55,65,77,80,87,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85", + "endOffsets": "319,3125,3205,3293,3396,3488,4320,4448,4532,4597,4694,4774,4839,4934,4998,5070,5132,5208,5271,5328,5449,5507,5568,5625,5705,5842,5929,6013,6152,6230,6309,6461,6550,6626,6683,6739,6805,6883,6964,7052,7140,7218,7295,7369,7448,7558,7648,7740,7832,7933,8007,8089,8190,8240,8323,8389,8481,8568,8630,8694,8757,8830,8953,9066,9170,9278,9339,9399,9485" + } + } + ] + } + ] +} \ 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..acb41d4 --- /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.daydreamclock.app-mergeDebugResources-29:/values-cs/values-cs.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3027,3107,3161,3212,3278,3350,3427,3511,3592,3664,3741,3815,3886,3991,4079,4150,4243,4338,4412,4486,4582,4634,4717,4784,4870,4958,5020,5084,5147,5215,5325,5431,5530,5644,5702,5757", + "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,70,71,72,73,74,75", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,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,2934,3022,3102,3156,3207,3273,3345,3422,3506,3587,3659,3736,3810,3881,3986,4074,4145,4238,4333,4407,4481,4577,4629,4712,4779,4865,4953,5015,5079,5142,5210,5320,5426,5525,5639,5697,5752,5831" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4271,4363,4489,4570,4635,4734,4810,4871,4960,5024,5091,5145,5213,5273,5327,5444,5504,5566,5620,5692,5814,5898,5990,6127,6205,6287,6414,6502,6582,6636,6687,6753,6825,6902,6986,7067,7139,7216,7290,7361,7466,7554,7625,7718,7813,7887,7961,8057,8109,8192,8259,8345,8433,8495,8559,8622,8690,8800,8906,9005,9119,9177,9232", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,87,79,53,50,65,71,76,83,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78", + "endOffsets": "413,3185,3263,3340,3443,3535,4358,4484,4565,4630,4729,4805,4866,4955,5019,5086,5140,5208,5268,5322,5439,5499,5561,5615,5687,5809,5893,5985,6122,6200,6282,6409,6497,6577,6631,6682,6748,6820,6897,6981,7062,7134,7211,7285,7356,7461,7549,7620,7713,7808,7882,7956,8052,8104,8187,8254,8340,8428,8490,8554,8617,8685,8795,8901,9000,9114,9172,9227,9306" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9311", + "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,9389" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,455,560,667,786", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "148,250,351,450,555,662,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3540,3638,3740,3841,3940,4045,4152,9394", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "3633,3735,3836,3935,4040,4147,4266,9490" + } + } + ] + } + ] +} \ 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..5c92b0f --- /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.daydreamclock.app-mergeDebugResources-29:/values-da/values-da.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9095", + "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,9170" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2836,2922,3000,3056,3107,3173,3241,3315,3404,3479,3551,3629,3699,3772,3876,3960,4037,4125,4214,4288,4361,4446,4495,4573,4639,4719,4802,4864,4928,4991,5060,5168,5271,5372,5471,5531,5586", + "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,68,69,70,71,72,73", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,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,2831,2917,2995,3051,3102,3168,3236,3310,3399,3474,3546,3624,3694,3767,3871,3955,4032,4120,4209,4283,4356,4441,4490,4568,4634,4714,4797,4859,4923,4986,5055,5163,5266,5367,5466,5526,5581,5661" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4110,4210,4359,4437,4501,4587,4660,4720,4807,4871,4933,4995,5063,5128,5184,5302,5360,5421,5477,5552,5678,5764,5844,5985,6063,6143,6265,6351,6429,6485,6536,6602,6670,6744,6833,6908,6980,7058,7128,7201,7305,7389,7466,7554,7643,7717,7790,7875,7924,8002,8068,8148,8231,8293,8357,8420,8489,8597,8700,8801,8900,8960,9015", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,55,50,65,67,73,88,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79", + "endOffsets": "317,3047,3123,3201,3298,3378,4205,4354,4432,4496,4582,4655,4715,4802,4866,4928,4990,5058,5123,5179,5297,5355,5416,5472,5547,5673,5759,5839,5980,6058,6138,6260,6346,6424,6480,6531,6597,6665,6739,6828,6903,6975,7053,7123,7196,7300,7384,7461,7549,7638,7712,7785,7870,7919,7997,8063,8143,8226,8288,8352,8415,8484,8592,8695,8796,8895,8955,9010,9090" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,350,448,555,664,782", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "146,248,345,443,550,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3383,3479,3581,3678,3776,3883,3992,9175", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "3474,3576,3673,3771,3878,3987,4105,9271" + } + } + ] + } + ] +} \ 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..15997c0 --- /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.daydreamclock.app-mergeDebugResources-29:/values-de/values-de.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2946,3036,3115,3172,3223,3289,3363,3445,3538,3613,3687,3765,3837,3911,4021,4113,4195,4284,4373,4447,4525,4611,4666,4745,4812,4892,4976,5038,5102,5165,5234,5341,5448,5547,5653,5714,5769", + "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,68,69,70,71,72,73", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,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,2941,3031,3110,3167,3218,3284,3358,3440,3533,3608,3682,3760,3832,3906,4016,4108,4190,4279,4368,4442,4520,4606,4661,4740,4807,4887,4971,5033,5097,5160,5229,5336,5443,5542,5648,5709,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4227,4328,4450,4531,4597,4691,4761,4820,4928,4994,5063,5121,5193,5257,5311,5439,5499,5561,5615,5693,5830,5922,6006,6151,6235,6321,6454,6544,6623,6680,6731,6797,6871,6953,7046,7121,7195,7273,7345,7419,7529,7621,7703,7792,7881,7955,8033,8119,8174,8253,8320,8400,8484,8546,8610,8673,8742,8849,8956,9055,9161,9222,9277", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,78,56,50,65,73,81,92,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81", + "endOffsets": "328,3146,3235,3319,3409,3491,4323,4445,4526,4592,4686,4756,4815,4923,4989,5058,5116,5188,5252,5306,5434,5494,5556,5610,5688,5825,5917,6001,6146,6230,6316,6449,6539,6618,6675,6726,6792,6866,6948,7041,7116,7190,7268,7340,7414,7524,7616,7698,7787,7876,7950,8028,8114,8169,8248,8315,8395,8479,8541,8605,8668,8737,8844,8951,9050,9156,9217,9272,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9359", + "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,9436" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,455,563,668,786", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "148,250,350,450,558,663,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3496,3594,3696,3796,3896,4004,4109,9441", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "3589,3691,3791,3891,3999,4104,4222,9537" + } + } + ] + } + ] +} \ 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..dac3d8e --- /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.daydreamclock.app-mergeDebugResources-29:/values-el/values-el.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,567,673,790", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "148,251,351,454,562,668,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3641,3744,3844,3947,4055,4161,9592", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "3636,3739,3839,3942,4050,4156,4273,9688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9506", + "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,9587" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3035,3121,3176,3227,3293,3371,3456,3541,3624,3696,3776,3856,3927,4034,4126,4198,4295,4392,4466,4540,4642,4698,4785,4857,4945,5037,5099,5163,5226,5296,5412,5521,5630,5735,5794,5849", + "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,68,69,70,71,72,73", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,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,2940,3030,3116,3171,3222,3288,3366,3451,3536,3619,3691,3771,3851,3922,4029,4121,4193,4290,4387,4461,4535,4637,4693,4780,4852,4940,5032,5094,5158,5221,5291,5407,5516,5625,5730,5789,5844,5935" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4278,4380,4497,4583,4649,4749,4831,4894,4985,5048,5113,5175,5244,5306,5360,5498,5555,5616,5670,5743,5896,5981,6065,6204,6285,6370,6511,6601,6687,6742,6793,6859,6937,7022,7107,7190,7262,7342,7422,7493,7600,7692,7764,7861,7958,8032,8106,8208,8264,8351,8423,8511,8603,8665,8729,8792,8862,8978,9087,9196,9301,9360,9415", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,89,85,54,50,65,77,84,84,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90", + "endOffsets": "315,3184,3270,3355,3451,3538,4375,4492,4578,4644,4744,4826,4889,4980,5043,5108,5170,5239,5301,5355,5493,5550,5611,5665,5738,5891,5976,6060,6199,6280,6365,6506,6596,6682,6737,6788,6854,6932,7017,7102,7185,7257,7337,7417,7488,7595,7687,7759,7856,7953,8027,8101,8203,8259,8346,8418,8506,8598,8660,8724,8787,8857,8973,9082,9191,9296,9355,9410,9501" + } + } + ] + } + ] +} \ 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..d57a1de --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + } + ] +} \ 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..c135b83 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rCA/values-en-rCA.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,657,773", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "146,248,347,446,550,652,768,869" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3364,3563", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3359,3475,3659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3480", + "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,3558" + } + } + ] + } + ] +} \ 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..5e7f63e --- /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.daydreamclock.app-mergeDebugResources-29:/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2793,2884,2961,3015,3066,3132,3202,3279,3366,3441,3512,3589,3658,3727,3834,3925,3997,4086,4175,4249,4321,4407,4457,4536,4602,4682,4766,4828,4892,4955,5024,5124,5219,5311,5403,5461,5516", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2788,2879,2956,3010,3061,3127,3197,3274,3361,3436,3507,3584,3653,3722,3829,3920,3992,4081,4170,4244,4316,4402,4452,4531,4597,4677,4761,4823,4887,4950,5019,5119,5214,5306,5398,5456,5511,5589" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4105,4203,4318,4397,4462,4552,4619,4678,4768,4832,4896,4959,5028,5092,5146,5258,5316,5378,5432,5504,5626,5713,5794,5934,6011,6092,6219,6310,6387,6441,6492,6558,6628,6705,6792,6867,6938,7015,7084,7153,7260,7351,7423,7512,7601,7675,7747,7833,7883,7962,8028,8108,8192,8254,8318,8381,8450,8550,8645,8737,8829,8887,8942", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77", + "endOffsets": "317,3056,3134,3211,3297,3381,4198,4313,4392,4457,4547,4614,4673,4763,4827,4891,4954,5023,5087,5141,5253,5311,5373,5427,5499,5621,5708,5789,5929,6006,6087,6214,6305,6382,6436,6487,6553,6623,6700,6787,6862,6933,7010,7079,7148,7255,7346,7418,7507,7596,7670,7742,7828,7878,7957,8023,8103,8187,8249,8313,8376,8445,8545,8640,8732,8824,8882,8937,9015" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3386,3482,3584,3683,3782,3886,3989,9103", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "3477,3579,3678,3777,3881,3984,4100,9199" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9020", + "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,9098" + } + } + ] + } + ] +} \ 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..ab15a5e --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3481", + "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,3559" + } + } + ] + } + ] +} \ 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..5b5bf79 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-en-rXC/values-en-rXC.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,6955", + "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,7136" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,251,456,657,858,1065,1270,1482", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "246,451,652,853,1060,1265,1477,1681" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "5528,5724,5929,6130,6331,6538,6743,7141", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "5719,5924,6125,6326,6533,6738,6950,7340" + } + } + ] + } + ] +} \ 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..93aa5f8 --- /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.daydreamclock.app-mergeDebugResources-29:/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9421", + "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,9499" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3592,3694,3794,3892,3999,4105,9504", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3587,3689,3789,3887,3994,4100,4220,9600" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2948,3038,3115,3171,3227,3293,3369,3451,3539,3628,3701,3778,3848,3925,4031,4120,4194,4288,4390,4462,4543,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5402,5513,5615,5720,5780,5840", + "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,68,69,70,71,72,73", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,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,2943,3033,3110,3166,3222,3288,3364,3446,3534,3623,3696,3773,3843,3920,4026,4115,4189,4283,4385,4457,4538,4642,4695,4780,4847,4940,5029,5091,5155,5218,5286,5397,5508,5610,5715,5775,5835,5918" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4225,4327,4455,4536,4601,4696,4766,4829,4922,4986,5058,5121,5195,5259,5315,5433,5491,5553,5609,5689,5823,5912,5993,6134,6215,6295,6446,6536,6613,6669,6725,6791,6867,6949,7037,7126,7199,7276,7346,7423,7529,7618,7692,7786,7888,7960,8041,8145,8198,8283,8350,8443,8532,8594,8658,8721,8789,8900,9011,9113,9218,9278,9338", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,76,55,55,65,75,81,87,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82", + "endOffsets": "323,3121,3201,3287,3392,3488,4322,4450,4531,4596,4691,4761,4824,4917,4981,5053,5116,5190,5254,5310,5428,5486,5548,5604,5684,5818,5907,5988,6129,6210,6290,6441,6531,6608,6664,6720,6786,6862,6944,7032,7121,7194,7271,7341,7418,7524,7613,7687,7781,7883,7955,8036,8140,8193,8278,8345,8438,8527,8589,8653,8716,8784,8895,9006,9108,9213,9273,9333,9416" + } + } + ] + } + ] +} \ 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..5558eb7 --- /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.daydreamclock.app-mergeDebugResources-29:/values-es/values-es.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2949,3039,3119,3175,3231,3297,3376,3458,3546,3635,3709,3786,3856,3935,4035,4119,4203,4295,4395,4469,4550,4652,4705,4790,4857,4950,5039,5101,5165,5228,5296,5409,5516,5620,5721,5781,5841", + "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,68,69,70,71,72,73", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,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,2944,3034,3114,3170,3226,3292,3371,3453,3541,3630,3704,3781,3851,3930,4030,4114,4198,4290,4390,4464,4545,4647,4700,4785,4852,4945,5034,5096,5160,5223,5291,5404,5511,5615,5716,5776,5836,5919" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4339,4461,4542,4607,4702,4783,4846,4935,4999,5068,5131,5205,5269,5325,5443,5501,5563,5619,5699,5838,5927,6009,6150,6231,6311,6462,6552,6632,6688,6744,6810,6889,6971,7059,7148,7222,7299,7369,7448,7548,7632,7716,7808,7908,7982,8063,8165,8218,8303,8370,8463,8552,8614,8678,8741,8809,8922,9029,9133,9234,9294,9354", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,150,89,79,55,55,65,78,81,87,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82", + "endOffsets": "323,3135,3214,3301,3402,3498,4334,4456,4537,4602,4697,4778,4841,4930,4994,5063,5126,5200,5264,5320,5438,5496,5558,5614,5694,5833,5922,6004,6145,6226,6306,6457,6547,6627,6683,6739,6805,6884,6966,7054,7143,7217,7294,7364,7443,7543,7627,7711,7803,7903,7977,8058,8160,8213,8298,8365,8458,8547,8609,8673,8736,8804,8917,9024,9128,9229,9289,9349,9432" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9437", + "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,9515" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3503,3602,3704,3804,3902,4009,4115,9520", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3597,3699,3799,3897,4004,4110,4230,9616" + } + } + ] + } + ] +} \ 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..31454bf --- /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.daydreamclock.app-mergeDebugResources-29:/values-et/values-et.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9211", + "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,9289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,453,559,664,784", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "145,247,345,448,554,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3461,3556,3658,3756,3859,3965,4070,9294", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "3551,3653,3751,3854,3960,4065,4185,9390" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2832,2920,2999,3054,3105,3171,3244,3323,3409,3488,3561,3636,3710,3782,3895,3983,4060,4151,4243,4315,4389,4480,4534,4616,4685,4768,4854,4916,4980,5043,5111,5214,5317,5414,5515,5574,5629", + "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,68,69,70,71,72,73", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,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,2827,2915,2994,3049,3100,3166,3239,3318,3404,3483,3556,3631,3705,3777,3890,3978,4055,4146,4238,4310,4384,4475,4529,4611,4680,4763,4849,4911,4975,5038,5106,5209,5312,5409,5510,5569,5624,5705" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4190,4289,4406,4488,4552,4637,4705,4769,4856,4920,4984,5043,5115,5179,5233,5352,5412,5473,5527,5600,5733,5817,5910,6048,6128,6207,6333,6421,6500,6555,6606,6672,6745,6824,6910,6989,7062,7137,7211,7283,7396,7484,7561,7652,7744,7816,7890,7981,8035,8117,8186,8269,8355,8417,8481,8544,8612,8715,8818,8915,9016,9075,9130", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,125,87,78,54,50,65,72,78,85,78,72,74,73,71,112,87,76,90,91,71,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80", + "endOffsets": "311,3113,3192,3277,3369,3456,4284,4401,4483,4547,4632,4700,4764,4851,4915,4979,5038,5110,5174,5228,5347,5407,5468,5522,5595,5728,5812,5905,6043,6123,6202,6328,6416,6495,6550,6601,6667,6740,6819,6905,6984,7057,7132,7206,7278,7391,7479,7556,7647,7739,7811,7885,7976,8030,8112,8181,8264,8350,8412,8476,8539,8607,8710,8813,8910,9011,9070,9125,9206" + } + } + ] + } + ] +} \ 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..ec6fc11 --- /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.daydreamclock.app-mergeDebugResources-29:/values-eu/values-eu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2936,3027,3110,3162,3215,3281,3352,3432,3518,3598,3676,3754,3827,3902,4009,4096,4183,4274,4367,4439,4515,4607,4658,4740,4806,4890,4976,5038,5102,5165,5233,5340,5449,5545,5650,5706,5763", + "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,68,69,70,71,72,73", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,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,2931,3022,3105,3157,3210,3276,3347,3427,3513,3593,3671,3749,3822,3897,4004,4091,4178,4269,4362,4434,4510,4602,4653,4735,4801,4885,4971,5033,5097,5160,5228,5335,5444,5540,5645,5701,5758,5841" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4300,4398,4513,4596,4663,4762,4830,4891,4979,5042,5108,5172,5243,5306,5360,5469,5528,5591,5645,5719,5844,5934,6014,6159,6242,6324,6462,6553,6636,6688,6741,6807,6878,6958,7044,7124,7202,7280,7353,7428,7535,7622,7709,7800,7893,7965,8041,8133,8184,8266,8332,8416,8502,8564,8628,8691,8759,8866,8975,9071,9176,9232,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,137,90,82,51,52,65,70,79,85,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82", + "endOffsets": "320,3172,3277,3357,3464,3564,4393,4508,4591,4658,4757,4825,4886,4974,5037,5103,5167,5238,5301,5355,5464,5523,5586,5640,5714,5839,5929,6009,6154,6237,6319,6457,6548,6631,6683,6736,6802,6873,6953,7039,7119,7197,7275,7348,7423,7530,7617,7704,7795,7888,7960,8036,8128,8179,8261,8327,8411,8497,8559,8623,8686,8754,8861,8970,9066,9171,9227,9284,9367" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9372", + "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,9450" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,564,667,786", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "148,251,351,454,559,662,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3569,3667,3770,3870,3973,4078,4181,9455", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "3662,3765,3865,3968,4073,4176,4295,9551" + } + } + ] + } + ] +} \ 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..20548d1 --- /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.daydreamclock.app-mergeDebugResources-29:/values-fa/values-fa.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,355,455,556,662,779", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "149,251,350,450,551,657,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3413,3512,3614,3713,3813,3914,4020,9162", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "3507,3609,3708,3808,3909,4015,4132,9258" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2805,2891,2968,3019,3073,3139,3210,3287,3368,3447,3520,3594,3664,3738,3839,3925,3999,4088,4180,4254,4327,4416,4467,4547,4614,4697,4781,4843,4907,4970,5039,5133,5234,5327,5425,5480,5538", + "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,68,69,70,71,72,73", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,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,2800,2886,2963,3014,3068,3134,3205,3282,3363,3442,3515,3589,3659,3733,3834,3920,3994,4083,4175,4249,4322,4411,4462,4542,4609,4692,4776,4838,4902,4965,5034,5128,5229,5322,5420,5475,5533,5611" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4234,4363,4447,4510,4600,4669,4729,4820,4883,4947,5006,5073,5135,5190,5313,5371,5432,5487,5559,5696,5777,5859,5989,6063,6137,6269,6355,6432,6483,6537,6603,6674,6751,6832,6911,6984,7058,7128,7202,7303,7389,7463,7552,7644,7718,7791,7880,7931,8011,8078,8161,8245,8307,8371,8434,8503,8597,8698,8791,8889,8944,9002", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,85,76,50,53,65,70,76,80,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77", + "endOffsets": "304,3069,3146,3228,3321,3408,4229,4358,4442,4505,4595,4664,4724,4815,4878,4942,5001,5068,5130,5185,5308,5366,5427,5482,5554,5691,5772,5854,5984,6058,6132,6264,6350,6427,6478,6532,6598,6669,6746,6827,6906,6979,7053,7123,7197,7298,7384,7458,7547,7639,7713,7786,7875,7926,8006,8073,8156,8240,8302,8366,8429,8498,8592,8693,8786,8884,8939,8997,9075" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9080", + "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,9157" + } + } + ] + } + ] +} \ 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..b89242c --- /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.daydreamclock.app-mergeDebugResources-29:/values-fi/values-fi.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2804,2894,2968,3020,3071,3137,3214,3296,3380,3454,3528,3607,3684,3756,3863,3952,4028,4119,4214,4288,4361,4455,4509,4583,4655,4741,4827,4889,4953,5016,5087,5188,5291,5386,5486,5542,5597", + "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,68,69,70,71,72,73", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,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,2799,2889,2963,3015,3066,3132,3209,3291,3375,3449,3523,3602,3679,3751,3858,3947,4023,4114,4209,4283,4356,4450,4504,4578,4650,4736,4822,4884,4948,5011,5082,5183,5286,5381,5481,5537,5592,5671" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4126,4222,4330,4414,4479,4572,4647,4712,4800,4865,4931,4989,5060,5126,5180,5290,5350,5414,5468,5541,5657,5741,5822,5955,6040,6125,6258,6348,6422,6474,6525,6591,6668,6750,6834,6908,6982,7061,7138,7210,7317,7406,7482,7573,7668,7742,7815,7909,7963,8037,8109,8195,8281,8343,8407,8470,8541,8642,8745,8840,8940,8996,9051", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,89,73,51,50,65,76,81,83,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78", + "endOffsets": "313,3059,3133,3216,3305,3387,4217,4325,4409,4474,4567,4642,4707,4795,4860,4926,4984,5055,5121,5175,5285,5345,5409,5463,5536,5652,5736,5817,5950,6035,6120,6253,6343,6417,6469,6520,6586,6663,6745,6829,6903,6977,7056,7133,7205,7312,7401,7477,7568,7663,7737,7810,7904,7958,8032,8104,8190,8276,8338,8402,8465,8536,8637,8740,8835,8935,8991,9046,9125" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,351,456,561,673,789", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "146,248,346,451,556,668,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3392,3488,3590,3688,3793,3898,4010,9211", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "3483,3585,3683,3788,3893,4005,4121,9307" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9130", + "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,9206" + } + } + ] + } + ] +} \ 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..6c7e16f --- /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.daydreamclock.app-mergeDebugResources-29:/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,778", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "148,250,349,451,555,659,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3578,3676,3778,3877,3979,4083,4187,9589", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "3671,3773,3872,3974,4078,4182,4296,9685" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3010,3103,3182,3237,3288,3354,3433,3514,3605,3685,3757,3835,3910,3982,4093,4190,4267,4365,4463,4541,4622,4722,4779,4863,4929,5012,5099,5161,5225,5288,5364,5466,5573,5670,5776,5835,5890", + "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,68,69,70,71,72,73", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,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,3005,3098,3177,3232,3283,3349,3428,3509,3600,3680,3752,3830,3905,3977,4088,4185,4262,4360,4458,4536,4617,4717,4774,4858,4924,5007,5094,5156,5220,5283,5359,5461,5568,5665,5771,5830,5885,5974" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4301,4401,4523,4608,4674,4771,4851,4913,5005,5072,5146,5207,5286,5350,5404,5520,5579,5641,5695,5777,5906,5998,6082,6226,6305,6386,6533,6626,6705,6760,6811,6877,6956,7037,7128,7208,7280,7358,7433,7505,7616,7713,7790,7888,7986,8064,8145,8245,8302,8386,8452,8535,8622,8684,8748,8811,8887,8989,9096,9193,9299,9358,9413", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,146,92,78,54,50,65,78,80,90,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88", + "endOffsets": "328,3185,3293,3375,3476,3573,4396,4518,4603,4669,4766,4846,4908,5000,5067,5141,5202,5281,5345,5399,5515,5574,5636,5690,5772,5901,5993,6077,6221,6300,6381,6528,6621,6700,6755,6806,6872,6951,7032,7123,7203,7275,7353,7428,7500,7611,7708,7785,7883,7981,8059,8140,8240,8297,8381,8447,8530,8617,8679,8743,8806,8882,8984,9091,9188,9294,9353,9408,9497" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9502", + "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,9584" + } + } + ] + } + ] +} \ 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..f935d8d --- /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.daydreamclock.app-mergeDebugResources-29:/values-fr/values-fr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9450", + "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,9532" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,782", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "148,250,349,451,555,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3523,3621,3723,3822,3924,4028,4132,9537", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "3616,3718,3817,3919,4023,4127,4245,9633" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2982,3075,3154,3209,3260,3326,3406,3487,3590,3670,3743,3821,3894,3966,4078,4171,4243,4335,4427,4501,4585,4677,4734,4818,4884,4967,5054,5116,5180,5243,5321,5423,5527,5624,5728,5787,5842", + "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,68,69,70,71,72,73", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,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,2977,3070,3149,3204,3255,3321,3401,3482,3585,3665,3738,3816,3889,3961,4073,4166,4238,4330,4422,4496,4580,4672,4729,4813,4879,4962,5049,5111,5175,5238,5316,5418,5522,5619,5723,5782,5837,5926" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4250,4348,4478,4563,4629,4726,4809,4875,4977,5042,5117,5173,5252,5312,5366,5488,5547,5609,5663,5745,5880,5972,6056,6200,6279,6360,6501,6594,6673,6728,6779,6845,6925,7006,7109,7189,7262,7340,7413,7485,7597,7690,7762,7854,7946,8020,8104,8196,8253,8337,8403,8486,8573,8635,8699,8762,8840,8942,9046,9143,9247,9306,9361", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,92,78,54,50,65,79,80,102,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88", + "endOffsets": "328,3150,3231,3314,3423,3518,4343,4473,4558,4624,4721,4804,4870,4972,5037,5112,5168,5247,5307,5361,5483,5542,5604,5658,5740,5875,5967,6051,6195,6274,6355,6496,6589,6668,6723,6774,6840,6920,7001,7104,7184,7257,7335,7408,7480,7592,7685,7757,7849,7941,8015,8099,8191,8248,8332,8398,8481,8568,8630,8694,8757,8835,8937,9041,9138,9242,9301,9356,9445" + } + } + ] + } + ] +} \ 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..ade8362 --- /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.daydreamclock.app-mergeDebugResources-29:/values-gl/values-gl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,783", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "149,251,351,449,556,662,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3519,3618,3720,3820,3918,4025,4131,9597", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "3613,3715,3815,3913,4020,4126,4242,9693" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9514", + "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,9592" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2968,3058,3139,3195,3251,3317,3396,3477,3565,3653,3732,3809,3891,3980,4081,4165,4257,4350,4451,4525,4617,4719,4771,4855,4921,5013,5101,5163,5227,5290,5360,5471,5576,5682,5781,5841,5901", + "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,68,69,70,71,72,73", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,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,2963,3053,3134,3190,3246,3312,3391,3472,3560,3648,3727,3804,3886,3975,4076,4160,4252,4345,4446,4520,4612,4714,4766,4850,4916,5008,5096,5158,5222,5285,5355,5466,5571,5677,5776,5836,5896,5981" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4247,4352,4485,4565,4643,4739,4818,4881,4976,5040,5109,5172,5246,5310,5366,5487,5545,5607,5663,5740,5879,5967,6047,6187,6267,6347,6496,6586,6667,6723,6779,6845,6924,7005,7093,7181,7260,7337,7419,7508,7609,7693,7785,7878,7979,8053,8145,8247,8299,8383,8449,8541,8629,8691,8755,8818,8888,8999,9104,9210,9309,9369,9429", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,148,89,80,55,55,65,78,80,87,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84", + "endOffsets": "320,3151,3231,3316,3418,3514,4347,4480,4560,4638,4734,4813,4876,4971,5035,5104,5167,5241,5305,5361,5482,5540,5602,5658,5735,5874,5962,6042,6182,6262,6342,6491,6581,6662,6718,6774,6840,6919,7000,7088,7176,7255,7332,7414,7503,7604,7688,7780,7873,7974,8048,8140,8242,8294,8378,8444,8536,8624,8686,8750,8813,8883,8994,9099,9205,9304,9364,9424,9509" + } + } + ] + } + ] +} \ 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..d6699f8 --- /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.daydreamclock.app-mergeDebugResources-29:/values-gu/values-gu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2825,2911,2992,3046,3098,3164,3237,3317,3402,3482,3553,3629,3708,3777,3884,3980,4058,4153,4249,4323,4398,4497,4548,4630,4697,4784,4874,4936,5000,5063,5130,5232,5337,5434,5536,5594,5650", + "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,68,69,70,71,72,73", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,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,2820,2906,2987,3041,3093,3159,3232,3312,3397,3477,3548,3624,3703,3772,3879,3975,4053,4148,4244,4318,4393,4492,4543,4625,4692,4779,4869,4931,4995,5058,5125,5227,5332,5429,5531,5589,5645,5723" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4250,4370,4454,4517,4608,4675,4734,4824,4887,4952,5016,5085,5147,5201,5316,5374,5435,5489,5562,5689,5775,5859,5992,6067,6143,6276,6362,6443,6497,6549,6615,6688,6768,6853,6933,7004,7080,7159,7228,7335,7431,7509,7604,7700,7774,7849,7948,7999,8081,8148,8235,8325,8387,8451,8514,8581,8683,8788,8885,8987,9045,9101", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,85,80,53,51,65,72,79,84,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77", + "endOffsets": "313,3070,3142,3224,3330,3428,4245,4365,4449,4512,4603,4670,4729,4819,4882,4947,5011,5080,5142,5196,5311,5369,5430,5484,5557,5684,5770,5854,5987,6062,6138,6271,6357,6438,6492,6544,6610,6683,6763,6848,6928,6999,7075,7154,7223,7330,7426,7504,7599,7695,7769,7844,7943,7994,8076,8143,8230,8320,8382,8446,8509,8576,8678,8783,8880,8982,9040,9096,9174" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9179", + "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,9255" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,252,349,451,553,651,773", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "144,247,344,446,548,646,768,869" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3433,3527,3630,3727,3829,3931,4029,9260", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "3522,3625,3722,3824,3926,4024,4146,9356" + } + } + ] + } + ] +} \ 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..03f90ac --- /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.daydreamclock.app-mergeDebugResources-29:/values-h320dp-port-v13/values-h320dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + } + ] +} \ 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..3c02aaf --- /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.daydreamclock.app-mergeDebugResources-29:/values-h360dp-land-v13/values-h360dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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..b999adf --- /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.daydreamclock.app-mergeDebugResources-29:/values-h480dp-land-v13/values-h480dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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..70223d2 --- /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.daydreamclock.app-mergeDebugResources-29:/values-h550dp-port-v13/values-h550dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "64", + "endOffsets": "115" + } + } + ] + } + ] +} \ 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..ee7b359 --- /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.daydreamclock.app-mergeDebugResources-29:/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..a7b1b87 --- /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.daydreamclock.app-mergeDebugResources-29:/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..b6258f1 --- /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.daydreamclock.app-mergeDebugResources-29:/values-hi/values-hi.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,361,462,575,681,808", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "148,251,356,457,570,676,803,904" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3527,3630,3735,3836,3949,4055,9358", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "3522,3625,3730,3831,3944,4050,4177,9454" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9276", + "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,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2812,2909,3007,3064,3119,3185,3255,3332,3418,3503,3571,3647,3728,3806,3907,3993,4080,4177,4276,4350,4420,4524,4578,4665,4732,4822,4914,4976,5040,5103,5169,5274,5384,5485,5592,5653,5712", + "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,68,69,70,71,72,73", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,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,2807,2904,3002,3059,3114,3180,3250,3327,3413,3498,3566,3642,3723,3801,3902,3988,4075,4172,4271,4345,4415,4519,4573,4660,4727,4817,4909,4971,5035,5098,5164,5269,5379,5480,5587,5648,5707,5786" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4182,4289,4421,4504,4569,4663,4732,4791,4876,4939,5002,5060,5125,5186,5247,5353,5411,5471,5530,5600,5716,5795,5875,6009,6084,6160,6297,6394,6492,6549,6604,6670,6740,6817,6903,6988,7056,7132,7213,7291,7392,7478,7565,7662,7761,7835,7905,8009,8063,8150,8217,8307,8399,8461,8525,8588,8654,8759,8869,8970,9077,9138,9197", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,96,97,56,54,65,69,76,85,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78", + "endOffsets": "304,3064,3140,3221,3328,3424,4284,4416,4499,4564,4658,4727,4786,4871,4934,4997,5055,5120,5181,5242,5348,5406,5466,5525,5595,5711,5790,5870,6004,6079,6155,6292,6389,6487,6544,6599,6665,6735,6812,6898,6983,7051,7127,7208,7286,7387,7473,7560,7657,7756,7830,7900,8004,8058,8145,8212,8302,8394,8456,8520,8583,8649,8754,8864,8965,9072,9133,9192,9271" + } + } + ] + } + ] +} \ 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..cf6aac3 --- /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.daydreamclock.app-mergeDebugResources-29:/values-hr/values-hr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2945,3036,3114,3170,3225,3291,3365,3443,3531,3613,3685,3762,3842,3916,4023,4116,4189,4281,4377,4451,4527,4623,4675,4757,4824,4911,4998,5060,5124,5187,5257,5363,5479,5576,5690,5750,5809", + "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,69,70,71,72,73,74", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,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,2940,3031,3109,3165,3220,3286,3360,3438,3526,3608,3680,3757,3837,3911,4018,4111,4184,4276,4372,4446,4522,4618,4670,4752,4819,4906,4993,5055,5119,5182,5252,5358,5474,5571,5685,5745,5804,5884" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4238,4334,4464,4548,4616,4712,4780,4843,4951,5011,5077,5133,5204,5264,5318,5444,5501,5563,5617,5692,5826,5911,5992,6129,6213,6299,6432,6523,6601,6657,6712,6778,6852,6930,7018,7100,7172,7249,7329,7403,7510,7603,7676,7768,7864,7938,8014,8110,8162,8244,8311,8398,8485,8547,8611,8674,8744,8850,8966,9063,9177,9237,9296", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,90,77,55,54,65,73,77,87,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79", + "endOffsets": "365,3154,3232,3317,3414,3507,4329,4459,4543,4611,4707,4775,4838,4946,5006,5072,5128,5199,5259,5313,5439,5496,5558,5612,5687,5821,5906,5987,6124,6208,6294,6427,6518,6596,6652,6707,6773,6847,6925,7013,7095,7167,7244,7324,7398,7505,7598,7671,7763,7859,7933,8009,8105,8157,8239,8306,8393,8480,8542,8606,8669,8739,8845,8961,9058,9172,9232,9291,9371" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9376", + "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,9456" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,260,357,456,560,664,781", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "148,255,352,451,555,659,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3512,3610,3717,3814,3913,4017,4121,9461", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "3605,3712,3809,3908,4012,4116,4233,9557" + } + } + ] + } + ] +} \ 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..2d8e7d5 --- /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.daydreamclock.app-mergeDebugResources-29:/values-hu/values-hu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2932,3014,3067,3118,3184,3260,3342,3428,3512,3589,3664,3743,3820,3925,4021,4098,4190,4287,4361,4446,4543,4595,4678,4745,4833,4920,4982,5046,5109,5175,5273,5379,5473,5580,5637,5692", + "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,68,69,70,71,72,73", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,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,2833,2927,3009,3062,3113,3179,3255,3337,3423,3507,3584,3659,3738,3815,3920,4016,4093,4185,4282,4356,4441,4538,4590,4673,4740,4828,4915,4977,5041,5104,5170,5268,5374,5468,5575,5632,5687,5772" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4193,4292,4412,4495,4559,4658,4733,4792,4902,4964,5033,5091,5163,5224,5279,5382,5439,5499,5554,5635,5755,5838,5926,6061,6144,6224,6364,6458,6540,6593,6644,6710,6786,6868,6954,7038,7115,7190,7269,7346,7451,7547,7624,7716,7813,7887,7972,8069,8121,8204,8271,8359,8446,8508,8572,8635,8701,8799,8905,8999,9106,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,139,93,81,52,50,65,75,81,85,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84", + "endOffsets": "308,3143,3219,3296,3386,3466,4287,4407,4490,4554,4653,4728,4787,4897,4959,5028,5086,5158,5219,5274,5377,5434,5494,5549,5630,5750,5833,5921,6056,6139,6219,6359,6453,6535,6588,6639,6705,6781,6863,6949,7033,7110,7185,7264,7341,7446,7542,7619,7711,7808,7882,7967,8064,8116,8199,8266,8354,8441,8503,8567,8630,8696,8794,8900,8994,9101,9158,9213,9298" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,356,457,560,667,777", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "147,249,351,452,555,662,772,873" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3471,3568,3670,3772,3873,3976,4083,9387", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "3563,3665,3767,3868,3971,4078,4188,9483" + } + } + ] + } + ] +} \ 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..279be34 --- /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.daydreamclock.app-mergeDebugResources-29:/values-hy/values-hy.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,260,358,457,562,664,775", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "150,255,353,452,557,659,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3436,3536,3641,3739,3838,3943,4045,9364", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "3531,3636,3734,3833,3938,4040,4151,9460" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9281", + "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,9359" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2854,2949,3029,3085,3138,3204,3278,3357,3443,3526,3597,3673,3749,3826,3932,4020,4100,4196,4292,4366,4444,4544,4595,4679,4748,4835,4926,4988,5052,5115,5186,5291,5397,5497,5600,5660,5717", + "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,68,69,70,71,72,73", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,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,2849,2944,3024,3080,3133,3199,3273,3352,3438,3521,3592,3668,3744,3821,3927,4015,4095,4191,4287,4361,4439,4539,4590,4674,4743,4830,4921,4983,5047,5110,5181,5286,5392,5492,5595,5655,5712,5797" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4156,4251,4381,4462,4526,4623,4708,4770,4857,4919,4983,5044,5111,5172,5226,5348,5405,5465,5519,5600,5735,5819,5904,6040,6115,6190,6333,6428,6508,6564,6617,6683,6757,6836,6922,7005,7076,7152,7228,7305,7411,7499,7579,7675,7771,7845,7923,8023,8074,8158,8227,8314,8405,8467,8531,8594,8665,8770,8876,8976,9079,9139,9196", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,94,79,55,52,65,73,78,85,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84", + "endOffsets": "310,3095,3171,3251,3343,3431,4246,4376,4457,4521,4618,4703,4765,4852,4914,4978,5039,5106,5167,5221,5343,5400,5460,5514,5595,5730,5814,5899,6035,6110,6185,6328,6423,6503,6559,6612,6678,6752,6831,6917,7000,7071,7147,7223,7300,7406,7494,7574,7670,7766,7840,7918,8018,8069,8153,8222,8309,8400,8462,8526,8589,8660,8765,8871,8971,9074,9134,9191,9276" + } + } + ] + } + ] +} \ 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..728ff8f --- /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.daydreamclock.app-mergeDebugResources-29:/values-in/values-in.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,446,552,670,785", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "145,247,344,441,547,665,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3432,3527,3629,3726,3823,3929,4047,9257", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "3522,3624,3721,3818,3924,4042,4157,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9172", + "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,9252" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2807,2897,2979,3032,3084,3150,3222,3306,3389,3469,3544,3620,3693,3768,3866,3951,4026,4118,4212,4286,4359,4453,4505,4587,4656,4741,4828,4890,4954,5017,5089,5192,5297,5392,5495,5552,5608", + "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,68,69,70,71,72,73", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,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,2802,2892,2974,3027,3079,3145,3217,3301,3384,3464,3539,3615,3688,3763,3861,3946,4021,4113,4207,4281,4354,4448,4500,4582,4651,4736,4823,4885,4949,5012,5084,5187,5292,5387,5490,5547,5603,5683" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4162,4268,4384,4467,4532,4626,4691,4750,4837,4899,4961,5021,5087,5149,5203,5315,5372,5433,5487,5559,5685,5771,5855,5994,6075,6156,6291,6381,6463,6516,6568,6634,6706,6790,6873,6953,7028,7104,7177,7252,7350,7435,7510,7602,7696,7770,7843,7937,7989,8071,8140,8225,8312,8374,8438,8501,8573,8676,8781,8876,8979,9036,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,134,89,81,52,51,65,71,83,82,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79", + "endOffsets": "314,3097,3173,3252,3342,3427,4263,4379,4462,4527,4621,4686,4745,4832,4894,4956,5016,5082,5144,5198,5310,5367,5428,5482,5554,5680,5766,5850,5989,6070,6151,6286,6376,6458,6511,6563,6629,6701,6785,6868,6948,7023,7099,7172,7247,7345,7430,7505,7597,7691,7765,7838,7932,7984,8066,8135,8220,8307,8369,8433,8496,8568,8671,8776,8871,8974,9031,9087,9167" + } + } + ] + } + ] +} \ 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..994618a --- /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.daydreamclock.app-mergeDebugResources-29:/values-is/values-is.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2774,2861,2940,2997,3052,3118,3194,3274,3363,3439,3506,3580,3650,3716,3818,3904,3974,4065,4155,4229,4302,4391,4442,4523,4595,4676,4762,4824,4888,4951,5020,5134,5240,5348,5450,5511,5570", + "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,68,69,70,71,72,73", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,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,2769,2856,2935,2992,3047,3113,3189,3269,3358,3434,3501,3575,3645,3711,3813,3899,3969,4060,4150,4224,4297,4386,4437,4518,4590,4671,4757,4819,4883,4946,5015,5129,5235,5343,5445,5506,5565,5645" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4098,4195,4310,4392,4457,4545,4609,4670,4760,4824,4887,4949,5017,5081,5137,5260,5325,5387,5443,5514,5641,5725,5809,5945,6022,6099,6215,6302,6381,6438,6493,6559,6635,6715,6804,6880,6947,7021,7091,7157,7259,7345,7415,7506,7596,7670,7743,7832,7883,7964,8036,8117,8203,8265,8329,8392,8461,8575,8681,8789,8891,8952,9011", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,115,86,78,56,54,65,75,79,88,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79", + "endOffsets": "315,3063,3135,3214,3296,3376,4190,4305,4387,4452,4540,4604,4665,4755,4819,4882,4944,5012,5076,5132,5255,5320,5382,5438,5509,5636,5720,5804,5940,6017,6094,6210,6297,6376,6433,6488,6554,6630,6710,6799,6875,6942,7016,7086,7152,7254,7340,7410,7501,7591,7665,7738,7827,7878,7959,8031,8112,8198,8260,8324,8387,8456,8570,8676,8784,8886,8947,9006,9086" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9091", + "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,9167" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,354,454,557,661,772", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "145,252,349,449,552,656,767,868" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3476,3583,3680,3780,3883,3987,9172", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "3471,3578,3675,3775,3878,3982,4093,9268" + } + } + ] + } + ] +} \ 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..3c641df --- /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.daydreamclock.app-mergeDebugResources-29:/values-it/values-it.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,565,672,802", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "148,250,349,451,560,667,797,898" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3546,3648,3747,3849,3958,4065,9456", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "3541,3643,3742,3844,3953,4060,4190,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2924,3015,3105,3160,3211,3277,3350,3430,3521,3601,3676,3753,3822,3899,4004,4092,4181,4274,4367,4441,4521,4615,4666,4750,4816,4900,4988,5050,5114,5177,5245,5360,5474,5580,5689,5748,5803", + "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,68,69,70,71,72,73", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,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,2919,3010,3100,3155,3206,3272,3345,3425,3516,3596,3671,3748,3817,3894,3999,4087,4176,4269,4362,4436,4516,4610,4661,4745,4811,4895,4983,5045,5109,5172,5240,5355,5469,5575,5684,5743,5798,5878" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4195,4294,4434,4517,4583,4678,4763,4825,4913,4975,5044,5107,5180,5243,5297,5418,5475,5537,5591,5668,5805,5890,5972,6107,6188,6269,6415,6506,6596,6651,6702,6768,6841,6921,7012,7092,7167,7244,7313,7390,7495,7583,7672,7765,7858,7932,8012,8106,8157,8241,8307,8391,8479,8541,8605,8668,8736,8851,8965,9071,9180,9239,9294", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,90,89,54,50,65,72,79,90,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79", + "endOffsets": "313,3091,3172,3249,3348,3443,4289,4429,4512,4578,4673,4758,4820,4908,4970,5039,5102,5175,5238,5292,5413,5470,5532,5586,5663,5800,5885,5967,6102,6183,6264,6410,6501,6591,6646,6697,6763,6836,6916,7007,7087,7162,7239,7308,7385,7490,7578,7667,7760,7853,7927,8007,8101,8152,8236,8302,8386,8474,8536,8600,8663,8731,8846,8960,9066,9175,9234,9289,9369" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + } + ] + } + ] +} \ 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..1337426 --- /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.daydreamclock.app-mergeDebugResources-29:/values-iw/values-iw.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,445,546,646,752", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "144,246,343,440,541,641,747,848" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3437,3531,3633,3730,3827,3928,4028,9061", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "3526,3628,3725,3822,3923,4023,4129,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-iw\\values-iw.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,311,388,463,540,640,731,824,937,1017,1082,1170,1240,1303,1395,1458,1518,1577,1640,1701,1755,1857,1914,1973,2027,2095,2206,2287,2369,2501,2572,2645,2769,2857,2933,2986,3040,3106,3179,3255,3341,3419,3489,3564,3646,3714,3815,3900,3970,4060,4151,4225,4298,4387,4438,4519,4586,4668,4753,4815,4879,4942,5010,5104,5199,5289,5386,5443,5501", + "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,69,70,71,72,73,74", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "306,383,458,535,635,726,819,932,1012,1077,1165,1235,1298,1390,1453,1513,1572,1635,1696,1750,1852,1909,1968,2022,2090,2201,2282,2364,2496,2567,2640,2764,2852,2928,2981,3035,3101,3174,3250,3336,3414,3484,3559,3641,3709,3810,3895,3965,4055,4146,4220,4293,4382,4433,4514,4581,4663,4748,4810,4874,4937,5005,5099,5194,5284,5381,5438,5496,5571" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3017,3094,3169,3246,3346,4134,4227,4340,4420,4485,4573,4643,4706,4798,4861,4921,4980,5043,5104,5158,5260,5317,5376,5430,5498,5609,5690,5772,5904,5975,6048,6172,6260,6336,6389,6443,6509,6582,6658,6744,6822,6892,6967,7049,7117,7218,7303,7373,7463,7554,7628,7701,7790,7841,7922,7989,8071,8156,8218,8282,8345,8413,8507,8602,8692,8789,8846,8904", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,87,75,52,53,65,72,75,85,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74", + "endOffsets": "356,3089,3164,3241,3341,3432,4222,4335,4415,4480,4568,4638,4701,4793,4856,4916,4975,5038,5099,5153,5255,5312,5371,5425,5493,5604,5685,5767,5899,5970,6043,6167,6255,6331,6384,6438,6504,6577,6653,6739,6817,6887,6962,7044,7112,7213,7298,7368,7458,7549,7623,7696,7785,7836,7917,7984,8066,8151,8213,8277,8340,8408,8502,8597,8687,8784,8841,8899,8974" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,109", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "361,466,566,674,758,860,976,1055,1133,1224,1318,1412,1506,1606,1699,1794,1887,1978,2070,2151,2256,2359,2457,2562,2664,2766,2920,8979", + "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": "461,561,669,753,855,971,1050,1128,1219,1313,1407,1501,1601,1694,1789,1882,1973,2065,2146,2251,2354,2452,2557,2659,2761,2915,3012,9056" + } + } + ] + } + ] +} \ 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..3353500 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ja/values-ja.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8416", + "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,8490" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,437,530,623,724", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "142,242,336,432,525,618,719,820" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3252,3344,3444,3538,3634,3727,3820,8495", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "3339,3439,3533,3629,3722,3815,3916,8591" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2511,2590,2665,2718,2769,2835,2905,2975,3052,3122,3186,3257,3325,3388,3479,3558,3621,3701,3783,3855,3926,3998,4046,4118,4182,4257,4334,4396,4460,4523,4590,4676,4762,4843,4926,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,68,69,70,71,72,73", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,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,2506,2585,2660,2713,2764,2830,2900,2970,3047,3117,3181,3252,3320,3383,3474,3553,3616,3696,3778,3850,3921,3993,4041,4113,4177,4252,4329,4391,4455,4518,4585,4671,4757,4838,4921,4978,5033,5106" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3921,4006,4110,4186,4249,4333,4397,4455,4536,4597,4661,4716,4775,4832,4886,4979,5035,5092,5146,5212,5312,5388,5469,5591,5653,5715,5816,5895,5970,6023,6074,6140,6210,6280,6357,6427,6491,6562,6630,6693,6784,6863,6926,7006,7088,7160,7231,7303,7351,7423,7487,7562,7639,7701,7765,7828,7895,7981,8067,8148,8231,8288,8343", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,100,78,74,52,50,65,69,69,76,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72", + "endOffsets": "298,2951,3015,3084,3165,3247,4001,4105,4181,4244,4328,4392,4450,4531,4592,4656,4711,4770,4827,4881,4974,5030,5087,5141,5207,5307,5383,5464,5586,5648,5710,5811,5890,5965,6018,6069,6135,6205,6275,6352,6422,6486,6557,6625,6688,6779,6858,6921,7001,7083,7155,7226,7298,7346,7418,7482,7557,7634,7696,7760,7823,7890,7976,8062,8143,8226,8283,8338,8411" + } + } + ] + } + ] +} \ 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..9af51a6 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ka/values-ka.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2858,2952,3032,3088,3142,3208,3281,3359,3445,3529,3602,3680,3758,3833,3943,4033,4108,4202,4300,4374,4451,4551,4604,4688,4756,4845,4934,4996,5061,5124,5194,5301,5401,5501,5597,5657,5715", + "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,68,69,70,71,72,73", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,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,2853,2947,3027,3083,3137,3203,3276,3354,3440,3524,3597,3675,3753,3828,3938,4028,4103,4197,4295,4369,4446,4546,4599,4683,4751,4840,4929,4991,5056,5119,5189,5296,5396,5496,5592,5652,5710,5790" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4173,4272,4397,4485,4552,4649,4718,4781,4868,4932,4998,5058,5127,5188,5242,5357,5416,5476,5530,5602,5732,5820,5904,6042,6120,6196,6335,6429,6509,6565,6619,6685,6758,6836,6922,7006,7079,7157,7235,7310,7420,7510,7585,7679,7777,7851,7928,8028,8081,8165,8233,8322,8411,8473,8538,8601,8671,8778,8878,8978,9074,9134,9192", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,93,79,55,53,65,72,77,85,83,72,77,77,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79", + "endOffsets": "318,3099,3173,3257,3350,3444,4267,4392,4480,4547,4644,4713,4776,4863,4927,4993,5053,5122,5183,5237,5352,5411,5471,5525,5597,5727,5815,5899,6037,6115,6191,6330,6424,6504,6560,6614,6680,6753,6831,6917,7001,7074,7152,7230,7305,7415,7505,7580,7674,7772,7846,7923,8023,8076,8160,8228,8317,8406,8468,8533,8596,8666,8773,8873,8973,9069,9129,9187,9267" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9272", + "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,9349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,557,661,779", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "146,248,347,446,552,656,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3545,3647,3746,3845,3951,4055,9354", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "3540,3642,3741,3840,3946,4050,4168,9450" + } + } + ] + } + ] +} \ 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..b3f47fb --- /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.daydreamclock.app-mergeDebugResources-29:/values-kk/values-kk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9176", + "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,9253" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,354,457,561,658,769", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "145,247,349,452,556,653,764,865" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3524,3626,3728,3831,3935,4032,9258", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "3519,3621,3723,3826,3930,4027,4138,9354" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2416,2558,2630,2703,2840,2929,3010,3067,3123,3189,3260,3337,3423,3503,3575,3651,3732,3802,3902,3989,4061,4152,4245,4319,4394,4486,4538,4620,4686,4770,4856,4918,4982,5045,5114,5218,5322,5416,5516,5577,5637", + "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,68,69,70,71,72,73", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,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,2411,2553,2625,2698,2835,2924,3005,3062,3118,3184,3255,3332,3418,3498,3570,3646,3727,3797,3897,3984,4056,4147,4240,4314,4389,4481,4533,4615,4681,4765,4851,4913,4977,5040,5109,5213,5317,5411,5511,5572,5632,5716" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4143,4235,4347,4429,4493,4588,4658,4721,4828,4893,4960,5021,5088,5150,5204,5318,5377,5438,5492,5567,5693,5781,5871,6013,6085,6158,6295,6384,6465,6522,6578,6644,6715,6792,6878,6958,7030,7106,7187,7257,7357,7444,7516,7607,7700,7774,7849,7941,7993,8075,8141,8225,8311,8373,8437,8500,8569,8673,8777,8871,8971,9032,9092", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,89,141,71,72,136,88,80,56,55,65,70,76,85,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83", + "endOffsets": "318,3087,3163,3242,3336,3424,4230,4342,4424,4488,4583,4653,4716,4823,4888,4955,5016,5083,5145,5199,5313,5372,5433,5487,5562,5688,5776,5866,6008,6080,6153,6290,6379,6460,6517,6573,6639,6710,6787,6873,6953,7025,7101,7182,7252,7352,7439,7511,7602,7695,7769,7844,7936,7988,8070,8136,8220,8306,8368,8432,8495,8564,8668,8772,8866,8966,9027,9087,9171" + } + } + ] + } + ] +} \ 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..91100cc --- /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.daydreamclock.app-mergeDebugResources-29:/values-km/values-km.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2795,2892,2970,3025,3081,3147,3227,3317,3403,3488,3567,3644,3714,3789,3901,3989,4062,4162,4261,4335,4411,4518,4572,4662,4735,4826,4922,4984,5048,5111,5182,5281,5379,5471,5567,5625,5685", + "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,68,69,70,71,72,73", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,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,2790,2887,2965,3020,3076,3142,3222,3312,3398,3483,3562,3639,3709,3784,3896,3984,4057,4157,4256,4330,4406,4513,4567,4657,4730,4821,4917,4979,5043,5106,5177,5276,5374,5466,5562,5620,5680,5763" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4120,4220,4332,4412,4477,4571,4641,4703,4790,4853,4918,4977,5042,5103,5160,5279,5337,5398,5455,5526,5656,5742,5820,5958,6033,6104,6254,6351,6429,6484,6540,6606,6686,6776,6862,6947,7026,7103,7173,7248,7360,7448,7521,7621,7720,7794,7870,7977,8031,8121,8194,8285,8381,8443,8507,8570,8641,8740,8838,8930,9026,9084,9144", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,149,96,77,54,55,65,79,89,85,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82", + "endOffsets": "314,3080,3156,3236,3315,3394,4215,4327,4407,4472,4566,4636,4698,4785,4848,4913,4972,5037,5098,5155,5274,5332,5393,5450,5521,5651,5737,5815,5953,6028,6099,6249,6346,6424,6479,6535,6601,6681,6771,6857,6942,7021,7098,7168,7243,7355,7443,7516,7616,7715,7789,7865,7972,8026,8116,8189,8280,8376,8438,8502,8565,8636,8735,8833,8925,9021,9079,9139,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9227", + "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,9306" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,253,351,451,552,664,776", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "145,248,346,446,547,659,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3399,3494,3597,3695,3795,3896,4008,9311", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "3489,3592,3690,3790,3891,4003,4115,9407" + } + } + ] + } + ] +} \ 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..cc74169 --- /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.daydreamclock.app-mergeDebugResources-29:/values-kn/values-kn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9400", + "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,9478" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,357,463,564,672,800", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "148,251,352,458,559,667,795,896" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3532,3630,3733,3834,3940,4041,4149,9483", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "3625,3728,3829,3935,4036,4144,4272,9579" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2896,2984,3068,3125,3177,3243,3323,3413,3497,3576,3653,3730,3807,3876,3993,4092,4169,4262,4357,4431,4512,4608,4659,4743,4811,4897,4985,5048,5113,5176,5244,5349,5454,5549,5652,5713,5769", + "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,68,69,70,71,72,73", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,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,2891,2979,3063,3120,3172,3238,3318,3408,3492,3571,3648,3725,3802,3871,3988,4087,4164,4257,4352,4426,4507,4603,4654,4738,4806,4892,4980,5043,5108,5171,5239,5344,5449,5544,5647,5708,5764,5846" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4277,4384,4497,4582,4645,4739,4805,4867,4970,5036,5107,5166,5242,5307,5361,5474,5532,5593,5647,5726,5842,5925,6016,6158,6237,6316,6445,6533,6617,6674,6726,6792,6872,6962,7046,7125,7202,7279,7356,7425,7542,7641,7718,7811,7906,7980,8061,8157,8208,8292,8360,8446,8534,8597,8662,8725,8793,8898,9003,9098,9201,9262,9318", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,87,83,56,51,65,79,89,83,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81", + "endOffsets": "314,3152,3235,3317,3432,3527,4379,4492,4577,4640,4734,4800,4862,4965,5031,5102,5161,5237,5302,5356,5469,5527,5588,5642,5721,5837,5920,6011,6153,6232,6311,6440,6528,6612,6669,6721,6787,6867,6957,7041,7120,7197,7274,7351,7420,7537,7636,7713,7806,7901,7975,8056,8152,8203,8287,8355,8441,8529,8592,8657,8720,8788,8893,8998,9093,9196,9257,9313,9395" + } + } + ] + } + ] +} \ 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..1cf5a30 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ko/values-ko.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2494,2573,2648,2698,2749,2815,2879,2949,3026,3097,3165,3236,3303,3373,3466,3546,3620,3700,3782,3854,3919,3991,4039,4112,4176,4251,4328,4390,4454,4517,4584,4668,4746,4826,4904,4958,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,68,69,70,71,72,73", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,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,2489,2568,2643,2693,2744,2810,2874,2944,3021,3092,3160,3231,3298,3368,3461,3541,3615,3695,3777,3849,3914,3986,4034,4107,4171,4246,4323,4385,4449,4512,4579,4663,4741,4821,4899,4953,5008,5080" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3907,3990,4096,4171,4233,4314,4376,4433,4520,4580,4638,4696,4755,4812,4866,4961,5017,5074,5128,5194,5298,5373,5450,5571,5636,5701,5801,5880,5955,6005,6056,6122,6186,6256,6333,6404,6472,6543,6610,6680,6773,6853,6927,7007,7089,7161,7226,7298,7346,7419,7483,7558,7635,7697,7761,7824,7891,7975,8053,8133,8211,8265,8320", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,99,78,74,49,50,65,63,69,76,70,67,70,66,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71", + "endOffsets": "294,2939,3003,3072,3146,3225,3985,4091,4166,4228,4309,4371,4428,4515,4575,4633,4691,4750,4807,4861,4956,5012,5069,5123,5189,5293,5368,5445,5566,5631,5696,5796,5875,5950,6000,6051,6117,6181,6251,6328,6399,6467,6538,6605,6675,6768,6848,6922,7002,7084,7156,7221,7293,7341,7414,7478,7553,7630,7692,7756,7819,7886,7970,8048,8128,8206,8260,8315,8387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8392", + "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,8466" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,438,534,632,732", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "142,242,336,433,529,627,727,828" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3230,3322,3422,3516,3613,3709,3807,8471", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "3317,3417,3511,3608,3704,3802,3902,8567" + } + } + ] + } + ] +} \ 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..836aebe --- /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.daydreamclock.app-mergeDebugResources-29:/values-ky/values-ky.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9336", + "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,9413" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2904,2993,3073,3134,3189,3255,3324,3401,3488,3569,3643,3719,3809,3882,3984,4069,4148,4238,4330,4404,4489,4579,4631,4715,4780,4865,4950,5012,5076,5139,5208,5325,5433,5533,5637,5702,5761", + "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,68,69,70,71,72,73", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,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,2899,2988,3068,3129,3184,3250,3319,3396,3483,3564,3638,3714,3804,3877,3979,4064,4143,4233,4325,4399,4484,4574,4626,4710,4775,4860,4945,5007,5071,5134,5203,5320,5428,5528,5632,5697,5756,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4236,4337,4478,4562,4626,4720,4790,4851,4938,5001,5065,5124,5198,5260,5314,5431,5489,5550,5604,5678,5800,5884,5980,6112,6190,6268,6397,6486,6566,6627,6682,6748,6817,6894,6981,7062,7136,7212,7302,7375,7477,7562,7641,7731,7823,7897,7982,8072,8124,8208,8273,8358,8443,8505,8569,8632,8701,8818,8926,9026,9130,9195,9254", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,88,79,60,54,65,68,76,86,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81", + "endOffsets": "310,3105,3190,3275,3390,3500,4332,4473,4557,4621,4715,4785,4846,4933,4996,5060,5119,5193,5255,5309,5426,5484,5545,5599,5673,5795,5879,5975,6107,6185,6263,6392,6481,6561,6622,6677,6743,6812,6889,6976,7057,7131,7207,7297,7370,7472,7557,7636,7726,7818,7892,7977,8067,8119,8203,8268,8353,8438,8500,8564,8627,8696,8813,8921,9021,9125,9190,9249,9331" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,360,467,571,675,786", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "150,252,355,462,566,670,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3505,3605,3707,3810,3917,4021,4125,9418", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "3600,3702,3805,3912,4016,4120,4231,9514" + } + } + ] + } + ] +} \ 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..5af76c7 --- /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.daydreamclock.app-mergeDebugResources-29:/values-land/values-land.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..cf5f0e8 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,169,285,407", + "endColumns": "113,115,121,133", + "endOffsets": "164,280,402,536" + }, + "to": { + "startLines": "11,12,13,14", + "startColumns": "4,4,4,4", + "startOffsets": "752,866,982,1104", + "endColumns": "113,115,121,133", + "endOffsets": "861,977,1099,1233" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..916d5ac --- /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.daydreamclock.app-mergeDebugResources-29:/values-ldltr-v21/values-ldltr-v21.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..abc5aab --- /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.daydreamclock.app-mergeDebugResources-29:/values-ldrtl-v17/values-ldrtl-v17.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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..20e4719 --- /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.daydreamclock.app-mergeDebugResources-29:/values-lo/values-lo.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2892,2970,3025,3080,3146,3215,3289,3368,3447,3520,3597,3666,3736,3833,3918,3993,4086,4179,4253,4322,4416,4468,4551,4618,4702,4786,4848,4912,4975,5045,5144,5242,5337,5431,5490,5549", + "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,68,69,70,71,72,73", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,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,2797,2887,2965,3020,3075,3141,3210,3284,3363,3442,3515,3592,3661,3731,3828,3913,3988,4081,4174,4248,4317,4411,4463,4546,4613,4697,4781,4843,4907,4970,5040,5139,5237,5332,5426,5485,5544,5623" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4087,4202,4321,4404,4470,4559,4628,4687,4782,4848,4913,4971,5036,5097,5157,5263,5324,5384,5442,5513,5632,5718,5800,5943,6018,6094,6225,6315,6393,6448,6503,6569,6638,6712,6791,6870,6943,7020,7089,7159,7256,7341,7416,7509,7602,7676,7745,7839,7891,7974,8041,8125,8209,8271,8335,8398,8468,8567,8665,8760,8854,8913,8972", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,89,77,54,54,65,68,73,78,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78", + "endOffsets": "314,3055,3126,3207,3293,3376,4197,4316,4399,4465,4554,4623,4682,4777,4843,4908,4966,5031,5092,5152,5258,5319,5379,5437,5508,5627,5713,5795,5938,6013,6089,6220,6310,6388,6443,6498,6564,6633,6707,6786,6865,6938,7015,7084,7154,7251,7336,7411,7504,7597,7671,7740,7834,7886,7969,8036,8120,8204,8266,8330,8393,8463,8562,8660,8755,8849,8908,8967,9046" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9051", + "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,9128" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,552,650,761", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "146,249,348,446,547,645,756,857" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3477,3580,3679,3777,3878,3976,9133", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "3472,3575,3674,3772,3873,3971,4082,9229" + } + } + ] + } + ] +} \ 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..485c745 --- /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.daydreamclock.app-mergeDebugResources-29:/values-lt/values-lt.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9551", + "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,9630" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3030,3127,3204,3260,3314,3380,3455,3534,3622,3702,3778,3856,3929,4006,4113,4200,4281,4371,4463,4535,4616,4708,4763,4845,4911,4996,5083,5145,5209,5272,5344,5455,5571,5672,5781,5841,5899", + "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,70,71,72,73,74,75", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,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,3025,3122,3199,3255,3309,3375,3450,3529,3617,3697,3773,3851,3924,4001,4108,4195,4276,4366,4458,4530,4611,4703,4758,4840,4906,4991,5078,5140,5204,5267,5339,5450,5566,5667,5776,5836,5894,5976" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4369,4465,4583,4667,4733,4832,4910,4975,5085,5148,5220,5279,5353,5414,5468,5592,5653,5715,5769,5847,5981,6069,6153,6294,6373,6457,6600,6697,6774,6830,6884,6950,7025,7104,7192,7272,7348,7426,7499,7576,7683,7770,7851,7941,8033,8105,8186,8278,8333,8415,8481,8566,8653,8715,8779,8842,8914,9025,9141,9242,9351,9411,9469", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,142,96,76,55,53,65,74,78,87,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81", + "endOffsets": "420,3268,3346,3429,3523,3613,4460,4578,4662,4728,4827,4905,4970,5080,5143,5215,5274,5348,5409,5463,5587,5648,5710,5764,5842,5976,6064,6148,6289,6368,6452,6595,6692,6769,6825,6879,6945,7020,7099,7187,7267,7343,7421,7494,7571,7678,7765,7846,7936,8028,8100,8181,8273,8328,8410,8476,8561,8648,8710,8774,8837,8909,9020,9136,9237,9346,9406,9464,9546" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,263,362,465,576,686,806", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "148,258,357,460,571,681,801,902" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3618,3716,3826,3925,4028,4139,4249,9635", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "3711,3821,3920,4023,4134,4244,4364,9731" + } + } + ] + } + ] +} \ 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..f835dda --- /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.daydreamclock.app-mergeDebugResources-29:/values-lv/values-lv.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9581", + "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,9659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2992,3083,3159,3213,3266,3332,3406,3487,3571,3651,3724,3801,3878,3952,4062,4155,4230,4320,4411,4483,4561,4652,4706,4789,4857,4941,5028,5090,5154,5217,5289,5399,5512,5615,5724,5782,5839", + "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,69,70,71,72,73,74", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,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,2987,3078,3154,3208,3261,3327,3401,3482,3566,3646,3719,3796,3873,3947,4057,4150,4225,4315,4406,4478,4556,4647,4701,4784,4852,4936,5023,5085,5149,5212,5284,5394,5507,5610,5719,5777,5834,5911" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4435,4536,4670,4753,4818,4912,4985,5046,5171,5237,5305,5366,5438,5498,5552,5672,5732,5794,5848,5925,6055,6142,6224,6365,6445,6530,6657,6748,6824,6878,6931,6997,7071,7152,7236,7316,7389,7466,7543,7617,7727,7820,7895,7985,8076,8148,8226,8317,8371,8454,8522,8606,8693,8755,8819,8882,8954,9064,9177,9280,9389,9447,9504", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,75,53,52,65,73,80,83,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76", + "endOffsets": "369,3340,3425,3506,3611,3699,4531,4665,4748,4813,4907,4980,5041,5166,5232,5300,5361,5433,5493,5547,5667,5727,5789,5843,5920,6050,6137,6219,6360,6440,6525,6652,6743,6819,6873,6926,6992,7066,7147,7231,7311,7384,7461,7538,7612,7722,7815,7890,7980,8071,8143,8221,8312,8366,8449,8517,8601,8688,8750,8814,8877,8949,9059,9172,9275,9384,9442,9499,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,563,671,786", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "148,250,350,451,558,666,781,882" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3704,3802,3904,4004,4105,4212,4320,9664", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "3797,3899,3999,4100,4207,4315,4430,9760" + } + } + ] + } + ] +} \ 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..dcdc705 --- /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.daydreamclock.app-mergeDebugResources-29:/values-mk/values-mk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,450,555,658,774", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "148,250,347,445,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3465,3563,3665,3762,3860,3965,4068,9398", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "3558,3660,3757,3855,3960,4063,4179,9494" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2908,2995,3072,3126,3181,3247,3320,3396,3485,3563,3636,3712,3787,3857,3966,4054,4129,4221,4313,4387,4461,4553,4606,4688,4755,4838,4925,4987,5051,5114,5184,5298,5413,5515,5627,5685,5744", + "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,68,69,70,71,72,73", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,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,2903,2990,3067,3121,3176,3242,3315,3391,3480,3558,3631,3707,3782,3852,3961,4049,4124,4216,4308,4382,4456,4548,4601,4683,4750,4833,4920,4982,5046,5109,5179,5293,5408,5510,5622,5680,5739,5824" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4184,4280,4404,4491,4557,4648,4718,4782,4885,4948,5013,5073,5141,5204,5259,5387,5444,5506,5561,5636,5776,5863,5946,6079,6161,6246,6392,6479,6556,6610,6665,6731,6804,6880,6969,7047,7120,7196,7271,7341,7450,7538,7613,7705,7797,7871,7945,8037,8090,8172,8239,8322,8409,8471,8535,8598,8668,8782,8897,8999,9111,9169,9228", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,86,76,53,54,65,72,75,88,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84", + "endOffsets": "316,3112,3192,3274,3371,3460,4275,4399,4486,4552,4643,4713,4777,4880,4943,5008,5068,5136,5199,5254,5382,5439,5501,5556,5631,5771,5858,5941,6074,6156,6241,6387,6474,6551,6605,6660,6726,6799,6875,6964,7042,7115,7191,7266,7336,7445,7533,7608,7700,7792,7866,7940,8032,8085,8167,8234,8317,8404,8466,8530,8593,8663,8777,8892,8994,9106,9164,9223,9308" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9313", + "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,9393" + } + } + ] + } + ] +} \ 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..e2fe8fc --- /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.daydreamclock.app-mergeDebugResources-29:/values-ml/values-ml.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2956,3051,3134,3192,3244,3310,3389,3471,3562,3649,3725,3802,3879,3950,4060,4167,4247,4344,4444,4518,4599,4704,4762,4850,4917,5008,5100,5162,5226,5289,5358,5461,5568,5673,5778,5840,5896", + "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,68,69,70,71,72,73", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,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,2951,3046,3129,3187,3239,3305,3384,3466,3557,3644,3720,3797,3874,3945,4055,4162,4242,4339,4439,4513,4594,4699,4757,4845,4912,5003,5095,5157,5221,5284,5353,5456,5563,5668,5773,5835,5891,5975" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4262,4356,4466,4558,4623,4722,4788,4848,4950,5012,5088,5146,5224,5289,5343,5460,5524,5588,5642,5722,5856,5942,6031,6167,6252,6340,6492,6587,6670,6728,6780,6846,6925,7007,7098,7185,7261,7338,7415,7486,7596,7703,7783,7880,7980,8054,8135,8240,8298,8386,8453,8544,8636,8698,8762,8825,8894,8997,9104,9209,9314,9376,9432", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,151,94,82,57,51,65,78,81,90,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83", + "endOffsets": "316,3145,3228,3315,3421,3520,4351,4461,4553,4618,4717,4783,4843,4945,5007,5083,5141,5219,5284,5338,5455,5519,5583,5637,5717,5851,5937,6026,6162,6247,6335,6487,6582,6665,6723,6775,6841,6920,7002,7093,7180,7256,7333,7410,7481,7591,7698,7778,7875,7975,8049,8130,8235,8293,8381,8448,8539,8631,8693,8757,8820,8889,8992,9099,9204,9309,9371,9427,9511" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9516", + "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,9594" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,362,466,569,670,792", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "152,255,357,461,564,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3525,3627,3730,3832,3936,4039,4140,9599", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "3622,3725,3827,3931,4034,4135,4257,9695" + } + } + ] + } + ] +} \ 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..cdbb865 --- /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.daydreamclock.app-mergeDebugResources-29:/values-mn/values-mn.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9224", + "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,9300" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2829,2919,2999,3053,3104,3170,3241,3319,3405,3484,3559,3637,3717,3800,3905,3993,4072,4162,4255,4329,4399,4490,4544,4624,4691,4775,4860,4922,4986,5049,5120,5224,5339,5436,5550,5608,5663", + "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,68,69,70,71,72,73", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,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,2824,2914,2994,3048,3099,3165,3236,3314,3400,3479,3554,3632,3712,3795,3900,3988,4067,4157,4250,4324,4394,4485,4539,4619,4686,4770,4855,4917,4981,5044,5115,5219,5334,5431,5545,5603,5658,5742" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4149,4247,4366,4451,4516,4614,4695,4754,4847,4909,4972,5030,5101,5163,5217,5338,5395,5456,5510,5581,5714,5798,5881,6014,6096,6174,6306,6396,6476,6530,6581,6647,6718,6796,6882,6961,7036,7114,7194,7277,7382,7470,7549,7639,7732,7806,7876,7967,8021,8101,8168,8252,8337,8399,8463,8526,8597,8701,8816,8913,9027,9085,9140", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,89,79,53,50,65,70,77,85,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83", + "endOffsets": "310,3081,3158,3237,3324,3409,4242,4361,4446,4511,4609,4690,4749,4842,4904,4967,5025,5096,5158,5212,5333,5390,5451,5505,5576,5709,5793,5876,6009,6091,6169,6301,6391,6471,6525,6576,6642,6713,6791,6877,6956,7031,7109,7189,7272,7377,7465,7544,7634,7727,7801,7871,7962,8016,8096,8163,8247,8332,8394,8458,8521,8592,8696,8811,8908,9022,9080,9135,9219" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,454,559,671,790", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "148,250,351,449,554,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3512,3614,3715,3813,3918,4030,9305", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "3507,3609,3710,3808,3913,4025,4144,9401" + } + } + ] + } + ] +} \ 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..b09b99b --- /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.daydreamclock.app-mergeDebugResources-29:/values-mr/values-mr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3020,3072,3138,3208,3286,3373,3455,3525,3601,3672,3741,3855,3951,4025,4123,4219,4293,4363,4465,4520,4608,4675,4762,4855,4918,4982,5045,5111,5211,5320,5414,5521,5581,5637", + "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,68,69,70,71,72,73", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,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,2789,2875,2959,3015,3067,3133,3203,3281,3368,3450,3520,3596,3667,3736,3850,3946,4020,4118,4214,4288,4358,4460,4515,4603,4670,4757,4850,4913,4977,5040,5106,5206,5315,5409,5516,5576,5632,5710" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4163,4263,4379,4461,4524,4615,4680,4739,4827,4889,4951,5011,5078,5141,5195,5309,5366,5427,5481,5551,5670,5751,5836,5971,6048,6125,6266,6352,6436,6492,6544,6610,6680,6758,6845,6927,6997,7073,7144,7213,7327,7423,7497,7595,7691,7765,7835,7937,7992,8080,8147,8234,8327,8390,8454,8517,8583,8683,8792,8886,8993,9053,9109", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,85,83,55,51,65,69,77,86,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77", + "endOffsets": "304,3079,3166,3249,3342,3426,4258,4374,4456,4519,4610,4675,4734,4822,4884,4946,5006,5073,5136,5190,5304,5361,5422,5476,5546,5665,5746,5831,5966,6043,6120,6261,6347,6431,6487,6539,6605,6675,6753,6840,6922,6992,7068,7139,7208,7322,7418,7492,7590,7686,7760,7830,7932,7987,8075,8142,8229,8322,8385,8449,8512,8578,8678,8787,8881,8988,9048,9104,9182" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9187", + "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,9262" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,259,360,463,565,670,787", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "150,254,355,458,560,665,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3431,3531,3635,3736,3839,3941,4046,9267", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "3526,3630,3731,3834,3936,4041,4158,9363" + } + } + ] + } + ] +} \ 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..e6322dd --- /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.daydreamclock.app-mergeDebugResources-29:/values-ms/values-ms.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9199", + "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,9275" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2838,2926,3004,3057,3108,3174,3245,3323,3406,3485,3558,3634,3707,3778,3885,3977,4050,4140,4233,4307,4378,4469,4521,4601,4669,4753,4838,4900,4964,5027,5099,5203,5311,5407,5513,5570,5625", + "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,68,69,70,71,72,73", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,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,2833,2921,2999,3052,3103,3169,3240,3318,3401,3480,3553,3629,3702,3773,3880,3972,4045,4135,4228,4302,4373,4464,4516,4596,4664,4748,4833,4895,4959,5022,5094,5198,5306,5402,5508,5565,5620,5706" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4192,4295,4411,4494,4559,4652,4717,4776,4863,4925,4987,5047,5113,5175,5229,5337,5394,5455,5510,5581,5701,5792,5878,6026,6112,6198,6326,6414,6492,6545,6596,6662,6733,6811,6894,6973,7046,7122,7195,7266,7373,7465,7538,7628,7721,7795,7866,7957,8009,8089,8157,8241,8326,8388,8452,8515,8587,8691,8799,8895,9001,9058,9113", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,127,87,77,52,50,65,70,77,82,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85", + "endOffsets": "324,3099,3178,3265,3357,3444,4290,4406,4489,4554,4647,4712,4771,4858,4920,4982,5042,5108,5170,5224,5332,5389,5450,5505,5576,5696,5787,5873,6021,6107,6193,6321,6409,6487,6540,6591,6657,6728,6806,6889,6968,7041,7117,7190,7261,7368,7460,7533,7623,7716,7790,7861,7952,8004,8084,8152,8236,8321,8383,8447,8510,8582,8686,8794,8890,8996,9053,9108,9194" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,459,565,683,798", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "145,247,344,454,560,678,793,894" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3544,3646,3743,3853,3959,4077,9280", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "3539,3641,3738,3848,3954,4072,4187,9376" + } + } + ] + } + ] +} \ 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..6ea819b --- /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.daydreamclock.app-mergeDebugResources-29:/values-my/values-my.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2910,3002,3079,3137,3188,3254,3326,3408,3490,3568,3643,3717,3789,3868,3976,4073,4154,4240,4332,4406,4485,4571,4625,4701,4769,4852,4933,4995,5059,5122,5190,5302,5413,5517,5630,5691,5746", + "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,68,69,70,71,72,73", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,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,2905,2997,3074,3132,3183,3249,3321,3403,3485,3563,3638,3712,3784,3863,3971,4068,4149,4235,4327,4401,4480,4566,4620,4696,4764,4847,4928,4990,5054,5117,5185,5297,5408,5512,5625,5686,5741,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4395,4524,4609,4674,4764,4839,4898,4989,5052,5117,5176,5247,5309,5366,5485,5543,5604,5659,5732,5864,5955,6044,6185,6263,6340,6463,6555,6632,6690,6741,6807,6879,6961,7043,7121,7196,7270,7342,7421,7529,7626,7707,7793,7885,7959,8038,8124,8178,8254,8322,8405,8486,8548,8612,8675,8743,8855,8966,9070,9183,9244,9299", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,91,76,57,50,65,71,81,81,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81", + "endOffsets": "330,3192,3291,3367,3458,3542,4390,4519,4604,4669,4759,4834,4893,4984,5047,5112,5171,5242,5304,5361,5480,5538,5599,5654,5727,5859,5950,6039,6180,6258,6335,6458,6550,6627,6685,6736,6802,6874,6956,7038,7116,7191,7265,7337,7416,7524,7621,7702,7788,7880,7954,8033,8119,8173,8249,8317,8400,8481,8543,8607,8670,8738,8850,8961,9065,9178,9239,9294,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,262,365,467,572,678,797", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "153,257,360,462,567,673,792,893" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3547,3650,3754,3857,3959,4064,4170,9467", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "3645,3749,3852,3954,4059,4165,4284,9563" + } + } + ] + } + ] +} \ 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..d967c13 --- /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.daydreamclock.app-mergeDebugResources-29:/values-nb/values-nb.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8989", + "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,9064" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,447,555,661,781", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "144,246,343,442,550,656,776,877" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3348,3442,3544,3641,3740,3848,3954,9069", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "3437,3539,3636,3735,3843,3949,4069,9165" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2769,2857,2935,2989,3040,3106,3174,3248,3338,3414,3485,3563,3633,3703,3803,3892,3970,4058,4148,4220,4292,4376,4427,4505,4571,4652,4735,4797,4861,4924,4993,5093,5197,5290,5390,5448,5503", + "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,68,69,70,71,72,73", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,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,2764,2852,2930,2984,3035,3101,3169,3243,3333,3409,3480,3558,3628,3698,3798,3887,3965,4053,4143,4215,4287,4371,4422,4500,4566,4647,4730,4792,4856,4919,4988,5088,5192,5285,5385,5443,5498,5576" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4074,4173,4292,4374,4438,4530,4598,4658,4745,4809,4871,4935,5003,5068,5122,5231,5289,5351,5405,5480,5600,5682,5762,5896,5974,6054,6177,6265,6343,6397,6448,6514,6582,6656,6746,6822,6893,6971,7041,7111,7211,7300,7378,7466,7556,7628,7700,7784,7835,7913,7979,8060,8143,8205,8269,8332,8401,8501,8605,8698,8798,8856,8911", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,122,87,77,53,50,65,67,73,89,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77", + "endOffsets": "306,3015,3088,3175,3263,3343,4168,4287,4369,4433,4525,4593,4653,4740,4804,4866,4930,4998,5063,5117,5226,5284,5346,5400,5475,5595,5677,5757,5891,5969,6049,6172,6260,6338,6392,6443,6509,6577,6651,6741,6817,6888,6966,7036,7106,7206,7295,7373,7461,7551,7623,7695,7779,7830,7908,7974,8055,8138,8200,8264,8327,8396,8496,8600,8693,8793,8851,8906,8984" + } + } + ] + } + ] +} \ 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..c4eacb0 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ne/values-ne.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9358", + "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,9433" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2874,2957,3043,3105,3159,3225,3302,3381,3469,3552,3621,3697,3778,3846,3950,4041,4119,4212,4309,4383,4462,4560,4620,4708,4774,4862,4950,5012,5080,5143,5209,5314,5420,5515,5620,5686,5744", + "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,68,69,70,71,72,73", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,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,2869,2952,3038,3100,3154,3220,3297,3376,3464,3547,3616,3692,3773,3841,3945,4036,4114,4207,4304,4378,4457,4555,4615,4703,4769,4857,4945,5007,5075,5138,5204,5309,5415,5510,5615,5681,5739,5823" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4235,4337,4447,4534,4600,4696,4762,4823,4928,4992,5064,5122,5196,5258,5312,5425,5485,5546,5605,5683,5807,5888,5973,6109,6190,6273,6404,6487,6573,6635,6689,6755,6832,6911,6999,7082,7151,7227,7308,7376,7480,7571,7649,7742,7839,7913,7992,8090,8150,8238,8304,8392,8480,8542,8610,8673,8739,8844,8950,9045,9150,9216,9274", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,82,85,61,53,65,76,78,87,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83", + "endOffsets": "307,3156,3244,3326,3421,3510,4332,4442,4529,4595,4691,4757,4818,4923,4987,5059,5117,5191,5253,5307,5420,5480,5541,5600,5678,5802,5883,5968,6104,6185,6268,6399,6482,6568,6630,6684,6750,6827,6906,6994,7077,7146,7222,7303,7371,7475,7566,7644,7737,7834,7908,7987,8085,8145,8233,8299,8387,8475,8537,8605,8668,8734,8839,8945,9040,9145,9211,9269,9353" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,261,363,469,567,667,775", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "153,256,358,464,562,662,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3515,3618,3721,3823,3929,4027,4127,9438", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "3613,3716,3818,3924,4022,4122,4230,9534" + } + } + ] + } + ] +} \ 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..8b44b9b --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-night-v8/values-night-v8.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "687,762,873,962,1063,1170,1277,1376,1483,1586,1674,1798,1900,2002,2118,2220,2334,2462,2578,2700,2836,2956,3090,3210,3322,3537,3654,3778,3908,4030,4168,4302,4418", + "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": "757,868,957,1058,1165,1272,1371,1478,1581,1669,1793,1895,1997,2113,2215,2329,2457,2573,2695,2831,2951,3085,3205,3317,3443,3649,3773,3903,4025,4163,4297,4413,4533" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,34", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,3448", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,3532" + } + } + ] + } + ] +} \ 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..68a1ecc --- /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.daydreamclock.app-mergeDebugResources-29:/values-nl/values-nl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2873,2963,3040,3097,3148,3214,3292,3375,3463,3539,3614,3693,3766,3837,3946,4040,4118,4207,4297,4371,4452,4539,4592,4671,4738,4819,4903,4965,5029,5092,5163,5271,5383,5485,5596,5657,5712", + "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,68,69,70,71,72,73", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,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,2868,2958,3035,3092,3143,3209,3287,3370,3458,3534,3609,3688,3761,3832,3941,4035,4113,4202,4292,4366,4447,4534,4587,4666,4733,4814,4898,4960,5024,5087,5158,5266,5378,5480,5591,5652,5707,5788" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4212,4309,4431,4512,4576,4665,4744,4807,4900,4962,5028,5086,5159,5223,5279,5401,5458,5520,5576,5652,5786,5871,5957,6095,6176,6255,6379,6469,6546,6603,6654,6720,6798,6881,6969,7045,7120,7199,7272,7343,7452,7546,7624,7713,7803,7877,7958,8045,8098,8177,8244,8325,8409,8471,8535,8598,8669,8777,8889,8991,9102,9163,9218", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,123,89,76,56,50,65,77,82,87,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80", + "endOffsets": "314,3122,3204,3281,3379,3473,4304,4426,4507,4571,4660,4739,4802,4895,4957,5023,5081,5154,5218,5274,5396,5453,5515,5571,5647,5781,5866,5952,6090,6171,6250,6374,6464,6541,6598,6649,6715,6793,6876,6964,7040,7115,7194,7267,7338,7447,7541,7619,7708,7798,7872,7953,8040,8093,8172,8239,8320,8404,8466,8530,8593,8664,8772,8884,8986,9097,9158,9213,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9299", + "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,9377" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,359,459,566,670,789", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "152,254,354,454,561,665,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3478,3580,3682,3782,3882,3989,4093,9382", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "3575,3677,3777,3877,3984,4088,4207,9478" + } + } + ] + } + ] +} \ 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..de0f7ff --- /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.daydreamclock.app-mergeDebugResources-29:/values-or/values-or.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2781,2872,2949,3003,3054,3120,3190,3267,3354,3429,3500,3577,3646,3715,3822,3913,3985,4074,4163,4237,4309,4395,4445,4524,4590,4670,4754,4816,4880,4943,5012,5112,5207,5299,5391,5449,5504", + "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,68,69,70,71,72,73", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,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,2776,2867,2944,2998,3049,3115,3185,3262,3349,3424,3495,3572,3641,3710,3817,3908,3980,4069,4158,4232,4304,4390,4440,4519,4585,4665,4749,4811,4875,4938,5007,5107,5202,5294,5386,5444,5499,5583" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4228,4322,4427,4506,4571,4660,4725,4784,4870,4934,4998,5061,5134,5198,5252,5364,5422,5484,5538,5610,5732,5819,5905,6045,6122,6203,6330,6421,6498,6552,6603,6669,6739,6816,6903,6978,7049,7126,7195,7264,7371,7462,7534,7623,7712,7786,7858,7944,7994,8073,8139,8219,8303,8365,8429,8492,8561,8661,8756,8848,8940,8998,9053", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,126,90,76,53,50,65,69,76,86,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83", + "endOffsets": "317,3163,3241,3318,3404,3488,4317,4422,4501,4566,4655,4720,4779,4865,4929,4993,5056,5129,5193,5247,5359,5417,5479,5533,5605,5727,5814,5900,6040,6117,6198,6325,6416,6493,6547,6598,6664,6734,6811,6898,6973,7044,7121,7190,7259,7366,7457,7529,7618,7707,7781,7853,7939,7989,8068,8134,8214,8298,8360,8424,8487,8556,8656,8751,8843,8935,8993,9048,9132" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9137", + "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,9222" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,260,363,468,569,671,790", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "153,255,358,463,564,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3596,3698,3801,3906,4007,4109,9227", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "3591,3693,3796,3901,4002,4104,4223,9323" + } + } + ] + } + ] +} \ 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..be0b61a --- /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.daydreamclock.app-mergeDebugResources-29:/values-pa/values-pa.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9078", + "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,9153" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,358,459,561,659,788", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "148,250,353,454,556,654,783,884" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3400,3498,3600,3703,3804,3906,4004,9158", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "3493,3595,3698,3799,3901,3999,4128,9254" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2782,2866,2948,3003,3058,3124,3193,3270,3356,3435,3503,3579,3649,3714,3816,3911,3984,4078,4171,4245,4314,4408,4464,4547,4614,4698,4786,4848,4912,4975,5042,5139,5245,5336,5438,5497,5556", + "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,68,69,70,71,72,73", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,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,2777,2861,2943,2998,3053,3119,3188,3265,3351,3430,3498,3574,3644,3709,3811,3906,3979,4073,4166,4240,4309,4403,4459,4542,4609,4693,4781,4843,4907,4970,5037,5134,5240,5331,5433,5492,5551,5628" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4133,4241,4353,4436,4500,4592,4661,4720,4805,4868,4930,4988,5052,5113,5167,5281,5339,5399,5453,5523,5650,5731,5810,5945,6021,6098,6227,6311,6393,6448,6503,6569,6638,6715,6801,6880,6948,7024,7094,7159,7261,7356,7429,7523,7616,7690,7759,7853,7909,7992,8059,8143,8231,8293,8357,8420,8487,8584,8690,8781,8883,8942,9001", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,128,83,81,54,54,65,68,76,85,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76", + "endOffsets": "308,3047,3126,3207,3306,3395,4236,4348,4431,4495,4587,4656,4715,4800,4863,4925,4983,5047,5108,5162,5276,5334,5394,5448,5518,5645,5726,5805,5940,6016,6093,6222,6306,6388,6443,6498,6564,6633,6710,6796,6875,6943,7019,7089,7154,7256,7351,7424,7518,7611,7685,7754,7848,7904,7987,8054,8138,8226,8288,8352,8415,8482,8579,8685,8776,8878,8937,8996,9073" + } + } + ] + } + ] +} \ 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..dcaa3f1 --- /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.daydreamclock.app-mergeDebugResources-29:/values-pl/values-pl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9387", + "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,9465" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,451,565,670,792", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "147,249,347,446,560,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3576,3673,3775,3873,3972,4086,4191,9470", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "3668,3770,3868,3967,4081,4186,4308,9566" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2961,3048,3125,3179,3230,3296,3367,3443,3532,3615,3692,3770,3848,3924,4032,4122,4195,4290,4387,4459,4533,4633,4685,4770,4836,4924,5014,5076,5140,5203,5274,5381,5493,5592,5699,5757,5812", + "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,70,71,72,73,74,75", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,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,2956,3043,3120,3174,3225,3291,3362,3438,3527,3610,3687,3765,3843,3919,4027,4117,4190,4285,4382,4454,4528,4628,4680,4765,4831,4919,5009,5071,5135,5198,5269,5376,5488,5587,5694,5752,5807,5883" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4313,4398,4515,4597,4661,4742,4806,4867,4978,5042,5110,5164,5233,5295,5349,5460,5521,5583,5637,5709,5838,5927,6009,6158,6240,6323,6460,6547,6624,6678,6729,6795,6866,6942,7031,7114,7191,7269,7347,7423,7531,7621,7694,7789,7886,7958,8032,8132,8184,8269,8335,8423,8513,8575,8639,8702,8773,8880,8992,9091,9198,9256,9311", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,136,86,76,53,50,65,70,75,88,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75", + "endOffsets": "431,3218,3293,3372,3476,3571,4393,4510,4592,4656,4737,4801,4862,4973,5037,5105,5159,5228,5290,5344,5455,5516,5578,5632,5704,5833,5922,6004,6153,6235,6318,6455,6542,6619,6673,6724,6790,6861,6937,7026,7109,7186,7264,7342,7418,7526,7616,7689,7784,7881,7953,8027,8127,8179,8264,8330,8418,8508,8570,8634,8697,8768,8875,8987,9086,9193,9251,9306,9382" + } + } + ] + } + ] +} \ 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..d5af608 --- /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.daydreamclock.app-mergeDebugResources-29:/values-port/values-port.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..5af102b --- /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.daydreamclock.app-mergeDebugResources-29:/values-pt-rBR/values-pt-rBR.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9366", + "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,9447" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2913,3000,3080,3136,3187,3253,3327,3407,3494,3577,3650,3727,3796,3870,3972,4060,4137,4230,4326,4400,4480,4577,4629,4713,4779,4866,4954,5016,5080,5143,5211,5323,5434,5541,5651,5711,5766", + "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,68,69,70,71,72,73", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,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,2908,2995,3075,3131,3182,3248,3322,3402,3489,3572,3645,3722,3791,3865,3967,4055,4132,4225,4321,4395,4475,4572,4624,4708,4774,4861,4949,5011,5075,5138,5206,5318,5429,5536,5646,5706,5761,5838" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4223,4324,4444,4525,4589,4681,4760,4820,4910,4974,5045,5108,5183,5247,5301,5428,5486,5548,5602,5681,5822,5909,5991,6130,6213,6297,6436,6523,6603,6659,6710,6776,6850,6930,7017,7100,7173,7250,7319,7393,7495,7583,7660,7753,7849,7923,8003,8100,8152,8236,8302,8389,8477,8539,8603,8666,8734,8846,8957,9064,9174,9234,9289", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,86,79,55,50,65,73,79,86,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,111,110,106,109,59,54,76", + "endOffsets": "318,3137,3215,3299,3394,3483,4319,4439,4520,4584,4676,4755,4815,4905,4969,5040,5103,5178,5242,5296,5423,5481,5543,5597,5676,5817,5904,5986,6125,6208,6292,6431,6518,6598,6654,6705,6771,6845,6925,7012,7095,7168,7245,7314,7388,7490,7578,7655,7748,7844,7918,7998,8095,8147,8231,8297,8384,8472,8534,8598,8661,8729,8841,8952,9059,9169,9229,9284,9361" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3488,3585,3687,3786,3886,3993,4103,9452", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "3580,3682,3781,3881,3988,4098,4218,9548" + } + } + ] + } + ] +} \ 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..518e26a --- /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.daydreamclock.app-mergeDebugResources-29:/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,666,787", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "147,249,348,448,555,661,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3492,3589,3691,3790,3890,3997,4103,9467", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "3584,3686,3785,3885,3992,4098,4219,9563" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2917,3004,3084,3140,3191,3257,3332,3412,3499,3578,3651,3728,3801,3875,3982,4075,4152,4245,4343,4417,4498,4597,4650,4734,4800,4889,4977,5039,5103,5166,5234,5350,5458,5565,5667,5727,5782", + "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,68,69,70,71,72,73", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,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,2912,2999,3079,3135,3186,3252,3327,3407,3494,3573,3646,3723,3796,3870,3977,4070,4147,4240,4338,4412,4493,4592,4645,4729,4795,4884,4972,5034,5098,5161,5229,5345,5453,5560,5662,5722,5777,5863" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4224,4327,4447,4528,4592,4684,4763,4828,4918,4982,5050,5112,5185,5249,5303,5429,5487,5549,5603,5679,5822,5909,5991,6130,6212,6294,6430,6517,6597,6653,6704,6770,6845,6925,7012,7091,7164,7241,7314,7388,7495,7588,7665,7758,7856,7930,8011,8110,8163,8247,8313,8402,8490,8552,8616,8679,8747,8863,8971,9078,9180,9240,9295", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,135,86,79,55,50,65,74,79,86,78,72,76,72,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85", + "endOffsets": "318,3130,3210,3292,3391,3487,4322,4442,4523,4587,4679,4758,4823,4913,4977,5045,5107,5180,5244,5298,5424,5482,5544,5598,5674,5817,5904,5986,6125,6207,6289,6425,6512,6592,6648,6699,6765,6840,6920,7007,7086,7159,7236,7309,7383,7490,7583,7660,7753,7851,7925,8006,8105,8158,8242,8308,8397,8485,8547,8611,8674,8742,8858,8966,9073,9175,9235,9290,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9381", + "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,9462" + } + } + ] + } + ] +} \ 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..f0ae30a --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-pt/values-pt.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + }, + "to": { + "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,36", + "startColumns": "4,4,4,4,4,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,3578", + "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,3659" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2843,2940,3042,3141,3241,3348,3458,3664", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "2935,3037,3136,3236,3343,3453,3573,3760" + } + } + ] + } + ] +} \ 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..1ea849c --- /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.daydreamclock.app-mergeDebugResources-29:/values-ro/values-ro.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2963,3053,3133,3188,3239,3305,3378,3456,3544,3629,3700,3777,3851,3923,4029,4120,4194,4289,4387,4461,4541,4642,4695,4781,4847,4936,5026,5088,5152,5215,5289,5401,5511,5621,5726,5785,5840", + "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,69,70,71,72,73,74", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,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,2958,3048,3128,3183,3234,3300,3373,3451,3539,3624,3695,3772,3846,3918,4024,4115,4189,4284,4382,4456,4536,4637,4690,4776,4842,4931,5021,5083,5147,5210,5284,5396,5506,5616,5721,5780,5835,5914" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4297,4398,4519,4603,4669,4764,4838,4898,4982,5044,5110,5168,5241,5304,5360,5479,5536,5597,5653,5727,5872,5958,6042,6175,6257,6340,6486,6576,6656,6711,6762,6828,6901,6979,7067,7152,7223,7300,7374,7446,7552,7643,7717,7812,7910,7984,8064,8165,8218,8304,8370,8459,8549,8611,8675,8738,8812,8924,9034,9144,9249,9308,9363", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,89,79,54,50,65,72,77,87,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78", + "endOffsets": "366,3204,3292,3379,3475,3565,4393,4514,4598,4664,4759,4833,4893,4977,5039,5105,5163,5236,5299,5355,5474,5531,5592,5648,5722,5867,5953,6037,6170,6252,6335,6481,6571,6651,6706,6757,6823,6896,6974,7062,7147,7218,7295,7369,7441,7547,7638,7712,7807,7905,7979,8059,8160,8213,8299,8365,8454,8544,8606,8670,8733,8807,8919,9029,9139,9244,9303,9358,9437" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9442", + "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,9521" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,454,556,665,782", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "148,250,350,449,551,660,777,878" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3570,3668,3770,3870,3969,4071,4180,9526", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "3663,3765,3865,3964,4066,4175,4292,9622" + } + } + ] + } + ] +} \ 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..f93bcc3 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ru/values-ru.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9415", + "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,9492" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,457,562,665,782", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "148,250,351,452,557,660,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3577,3675,3777,3878,3979,4084,4187,9497", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "3670,3772,3873,3974,4079,4182,4299,9593" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3032,3123,3199,3253,3304,3370,3442,3520,3616,3698,3778,3854,3931,4008,4115,4204,4277,4367,4462,4536,4617,4710,4765,4846,4912,4998,5083,5145,5209,5272,5344,5442,5541,5636,5728,5786,5841", + "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,70,71,72,73,74,75", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,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,3027,3118,3194,3248,3299,3365,3437,3515,3611,3693,3773,3849,3926,4003,4110,4199,4272,4362,4457,4531,4612,4705,4760,4841,4907,4993,5078,5140,5204,5267,5339,5437,5536,5631,5723,5781,5836,5916" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4304,4401,4538,4630,4696,4795,4872,4935,5053,5114,5179,5236,5306,5367,5421,5537,5594,5656,5710,5784,5912,6000,6086,6223,6307,6392,6526,6617,6693,6747,6798,6864,6936,7014,7110,7192,7272,7348,7425,7502,7609,7698,7771,7861,7956,8030,8111,8204,8259,8340,8406,8492,8577,8639,8703,8766,8838,8936,9035,9130,9222,9280,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,75,53,50,65,71,77,95,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79", + "endOffsets": "426,3221,3299,3383,3481,3572,4396,4533,4625,4691,4790,4867,4930,5048,5109,5174,5231,5301,5362,5416,5532,5589,5651,5705,5779,5907,5995,6081,6218,6302,6387,6521,6612,6688,6742,6793,6859,6931,7009,7105,7187,7267,7343,7420,7497,7604,7693,7766,7856,7951,8025,8106,8199,8254,8335,8401,8487,8572,8634,8698,8761,8833,8931,9030,9125,9217,9275,9330,9410" + } + } + ] + } + ] +} \ 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..a69708d --- /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.daydreamclock.app-mergeDebugResources-29:/values-si/values-si.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2794,2880,2964,3024,3076,3142,3212,3285,3367,3444,3516,3593,3665,3735,3848,3941,4014,4104,4197,4271,4343,4434,4488,4568,4634,4718,4803,4865,4929,4992,5058,5163,5268,5363,5464,5528,5584", + "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,68,69,70,71,72,73", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,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,2789,2875,2959,3019,3071,3137,3207,3280,3362,3439,3511,3588,3660,3730,3843,3936,4009,4099,4192,4266,4338,4429,4483,4563,4629,4713,4798,4860,4924,4987,5053,5158,5263,5358,5459,5523,5579,5659" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4174,4276,4391,4474,4538,4627,4694,4754,4848,4912,4975,5031,5101,5168,5223,5342,5399,5463,5517,5590,5712,5795,5880,6012,6090,6170,6292,6378,6462,6522,6574,6640,6710,6783,6865,6942,7014,7091,7163,7233,7346,7439,7512,7602,7695,7769,7841,7932,7986,8066,8132,8216,8301,8363,8427,8490,8556,8661,8766,8861,8962,9026,9082", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,83,59,51,65,69,72,81,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79", + "endOffsets": "314,3106,3183,3261,3352,3437,4271,4386,4469,4533,4622,4689,4749,4843,4907,4970,5026,5096,5163,5218,5337,5394,5458,5512,5585,5707,5790,5875,6007,6085,6165,6287,6373,6457,6517,6569,6635,6705,6778,6860,6937,7009,7086,7158,7228,7341,7434,7507,7597,7690,7764,7836,7927,7981,8061,8127,8211,8296,8358,8422,8485,8551,8656,8761,8856,8957,9021,9077,9157" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9162", + "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,9239" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,365,470,569,673,787", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "152,255,360,465,564,668,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3442,3544,3647,3752,3857,3956,4060,9244", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "3539,3642,3747,3852,3951,4055,4169,9340" + } + } + ] + } + ] +} \ 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..acafd3b --- /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.daydreamclock.app-mergeDebugResources-29:/values-sk/values-sk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2935,3023,3103,3157,3208,3274,3346,3423,3506,3588,3660,3737,3810,3881,3986,4074,4146,4238,4334,4408,4482,4578,4630,4712,4779,4866,4953,5015,5079,5142,5210,5316,5423,5521,5638,5696,5751", + "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,70,71,72,73,74,75", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,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,2930,3018,3098,3152,3203,3269,3341,3418,3501,3583,3655,3732,3805,3876,3981,4069,4141,4233,4329,4403,4477,4573,4625,4707,4774,4861,4948,5010,5074,5137,5205,5311,5418,5516,5633,5691,5746,5825" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4372,4500,4581,4646,4745,4821,4886,4976,5040,5106,5160,5229,5289,5343,5460,5520,5582,5636,5708,5838,5925,6017,6156,6225,6303,6434,6522,6602,6656,6707,6773,6845,6922,7005,7087,7159,7236,7309,7380,7485,7573,7645,7737,7833,7907,7981,8077,8129,8211,8278,8365,8452,8514,8578,8641,8709,8815,8922,9020,9137,9195,9250", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,79,53,50,65,71,76,82,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78", + "endOffsets": "423,3210,3285,3363,3455,3538,4367,4495,4576,4641,4740,4816,4881,4971,5035,5101,5155,5224,5284,5338,5455,5515,5577,5631,5703,5833,5920,6012,6151,6220,6298,6429,6517,6597,6651,6702,6768,6840,6917,7000,7082,7154,7231,7304,7375,7480,7568,7640,7732,7828,7902,7976,8072,8124,8206,8273,8360,8447,8509,8573,8636,8704,8810,8917,9015,9132,9190,9245,9324" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9329", + "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,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,354,452,562,670,792", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "146,248,349,447,557,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3741,3842,3940,4050,4158,9412", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "3634,3736,3837,3935,4045,4153,4275,9508" + } + } + ] + } + ] +} \ 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..44653f4 --- /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.daydreamclock.app-mergeDebugResources-29:/values-sl/values-sl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3022,3111,3188,3244,3299,3365,3438,3515,3599,3678,3752,3828,3903,3976,4081,4169,4242,4332,4423,4495,4569,4660,4712,4794,4861,4945,5032,5094,5158,5221,5290,5393,5501,5599,5703,5763,5822", + "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,70,71,72,73,74,75", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,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,3017,3106,3183,3239,3294,3360,3433,3510,3594,3673,3747,3823,3898,3971,4076,4164,4237,4327,4418,4490,4564,4655,4707,4789,4856,4940,5027,5089,5153,5216,5285,5388,5496,5594,5698,5758,5817,5894" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4335,4441,4567,4651,4717,4811,4887,4950,5062,5122,5187,5241,5311,5371,5427,5539,5596,5658,5714,5787,5921,6006,6091,6234,6318,6401,6535,6624,6701,6757,6812,6878,6951,7028,7112,7191,7265,7341,7416,7489,7594,7682,7755,7845,7936,8008,8082,8173,8225,8307,8374,8458,8545,8607,8671,8734,8803,8906,9014,9112,9216,9276,9335", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,88,76,55,54,65,72,76,83,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76", + "endOffsets": "412,3241,3330,3418,3516,3607,4436,4562,4646,4712,4806,4882,4945,5057,5117,5182,5236,5306,5366,5422,5534,5591,5653,5709,5782,5916,6001,6086,6229,6313,6396,6530,6619,6696,6752,6807,6873,6946,7023,7107,7186,7260,7336,7411,7484,7589,7677,7750,7840,7931,8003,8077,8168,8220,8302,8369,8453,8540,8602,8666,8729,8798,8901,9009,9107,9211,9271,9330,9407" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9412", + "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,9491" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,456,559,661,778", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "147,249,347,451,554,656,773,874" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3612,3709,3811,3909,4013,4116,4218,9496", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "3704,3806,3904,4008,4111,4213,4330,9592" + } + } + ] + } + ] +} \ 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..67c0b21 --- /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.daydreamclock.app-mergeDebugResources-29:/values-small-v4/values-small-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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..1e3fc20 --- /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.daydreamclock.app-mergeDebugResources-29:/values-sq/values-sq.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2891,2981,3059,3112,3171,3237,3308,3387,3475,3558,3634,3712,3784,3857,3961,4050,4122,4216,4315,4389,4461,4562,4612,4697,4763,4853,4942,5004,5068,5131,5198,5314,5427,5536,5641,5698,5761", + "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,68,69,70,71,72,73", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,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,2886,2976,3054,3107,3166,3232,3303,3382,3470,3553,3629,3707,3779,3852,3956,4045,4117,4211,4310,4384,4456,4557,4607,4692,4758,4848,4937,4999,5063,5126,5193,5309,5422,5531,5636,5693,5756,5839" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4185,4286,4412,4495,4560,4660,4730,4789,4887,4949,5013,5072,5144,5207,5261,5378,5435,5497,5551,5623,5758,5841,5919,6060,6144,6226,6374,6464,6542,6595,6654,6720,6791,6870,6958,7041,7117,7195,7267,7340,7444,7533,7605,7699,7798,7872,7944,8045,8095,8180,8246,8336,8425,8487,8551,8614,8681,8797,8910,9019,9124,9181,9244", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,147,89,77,52,58,65,70,78,87,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82", + "endOffsets": "312,3087,3165,3251,3351,3443,4281,4407,4490,4555,4655,4725,4784,4882,4944,5008,5067,5139,5202,5256,5373,5430,5492,5546,5618,5753,5836,5914,6055,6139,6221,6369,6459,6537,6590,6649,6715,6786,6865,6953,7036,7112,7190,7262,7335,7439,7528,7600,7694,7793,7867,7939,8040,8090,8175,8241,8331,8420,8482,8546,8609,8676,8792,8905,9014,9119,9176,9239,9322" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9327", + "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,9404" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,354,451,559,670,792", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "149,251,349,446,554,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3547,3649,3747,3844,3952,4063,9409", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "3542,3644,3742,3839,3947,4058,4180,9505" + } + } + ] + } + ] +} \ 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..02bf900 --- /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.daydreamclock.app-mergeDebugResources-29:/values-sr/values-sr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,109", + "startColumns": "4,4,4,4,4,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,9324", + "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,9406" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,69,70,71,72,73,74", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2905,2993,3071,3125,3181,3247,3321,3399,3488,3570,3645,3721,3796,3867,3974,4064,4137,4229,4325,4397,4473,4569,4622,4704,4771,4858,4945,5007,5071,5134,5203,5308,5418,5514,5622,5680,5740", + "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,69,70,71,72,73,74", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,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,2900,2988,3066,3120,3176,3242,3316,3394,3483,3565,3640,3716,3791,3862,3969,4059,4132,4224,4320,4392,4468,4564,4617,4699,4766,4853,4940,5002,5066,5129,5198,5303,5413,5509,5617,5675,5735,5815" + }, + "to": { + "startLines": "2,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4257,4351,4482,4563,4629,4721,4789,4852,4955,5015,5081,5137,5208,5268,5322,5434,5491,5552,5606,5682,5807,5893,5976,6114,6195,6278,6409,6497,6575,6629,6685,6751,6825,6903,6992,7074,7149,7225,7300,7371,7478,7568,7641,7733,7829,7901,7977,8073,8126,8208,8275,8362,8449,8511,8575,8638,8707,8812,8922,9018,9126,9184,9244", + "endLines": "6,34,35,36,37,38,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,87,77,53,55,65,73,77,88,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79", + "endOffsets": "366,3170,3246,3326,3433,3526,4346,4477,4558,4624,4716,4784,4847,4950,5010,5076,5132,5203,5263,5317,5429,5486,5547,5601,5677,5802,5888,5971,6109,6190,6273,6404,6492,6570,6624,6680,6746,6820,6898,6987,7069,7144,7220,7295,7366,7473,7563,7636,7728,7824,7896,7972,8068,8121,8203,8270,8357,8444,8506,8570,8633,8702,8807,8917,9013,9121,9179,9239,9319" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,110", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3531,3629,3731,3828,3932,4036,4141,9411", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3624,3726,3823,3927,4031,4136,4252,9507" + } + } + ] + } + ] +} \ 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..f1a473a --- /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.daydreamclock.app-mergeDebugResources-29:/values-sv/values-sv.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2820,2906,2984,3038,3089,3155,3224,3298,3387,3463,3535,3612,3683,3757,3868,3959,4038,4125,4213,4285,4359,4444,4495,4574,4641,4722,4806,4868,4932,4995,5063,5170,5269,5368,5463,5521,5576", + "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,68,69,70,71,72,73", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,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,2815,2901,2979,3033,3084,3150,3219,3293,3382,3458,3530,3607,3678,3752,3863,3954,4033,4120,4208,4280,4354,4439,4490,4569,4636,4717,4801,4863,4927,4990,5058,5165,5264,5363,5458,5516,5571,5649" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4171,4269,4391,4470,4533,4625,4689,4749,4841,4906,4969,5031,5098,5162,5216,5321,5380,5441,5495,5564,5683,5766,5850,5986,6065,6149,6271,6357,6435,6489,6540,6606,6675,6749,6838,6914,6986,7063,7134,7208,7319,7410,7489,7576,7664,7736,7810,7895,7946,8025,8092,8173,8257,8319,8383,8446,8514,8621,8720,8819,8914,8972,9027", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,121,85,77,53,50,65,68,73,88,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77", + "endOffsets": "311,3083,3175,3256,3358,3438,4264,4386,4465,4528,4620,4684,4744,4836,4901,4964,5026,5093,5157,5211,5316,5375,5436,5490,5559,5678,5761,5845,5981,6060,6144,6266,6352,6430,6484,6535,6601,6670,6744,6833,6909,6981,7058,7129,7203,7314,7405,7484,7571,7659,7731,7805,7890,7941,8020,8087,8168,8252,8314,8378,8441,8509,8616,8715,8814,8909,8967,9022,9100" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,449,557,662,783", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "145,247,345,444,552,657,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3443,3538,3640,3738,3837,3945,4050,9185", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "3533,3635,3733,3832,3940,4045,4166,9281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9105", + "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,9180" + } + } + ] + } + ] +} \ 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..2c4abe8 --- /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.daydreamclock.app-mergeDebugResources-29:/values-sw/values-sw.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2859,2947,3026,3080,3133,3199,3271,3353,3443,3528,3600,3675,3746,3819,3925,4022,4096,4191,4288,4362,4447,4547,4600,4685,4753,4841,4931,4993,5057,5120,5187,5304,5416,5527,5638,5696,5753", + "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,68,69,70,71,72,73", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,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,2854,2942,3021,3075,3128,3194,3266,3348,3438,3523,3595,3670,3741,3814,3920,4017,4091,4186,4283,4357,4442,4542,4595,4680,4748,4836,4926,4988,5052,5115,5182,5299,5411,5522,5633,5691,5748,5829" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4236,4365,4448,4516,4608,4681,4744,4830,4892,4955,5020,5088,5151,5205,5337,5394,5456,5510,5584,5722,5803,5883,6015,6100,6187,6328,6416,6495,6549,6602,6668,6740,6822,6912,6997,7069,7144,7215,7288,7394,7491,7565,7660,7757,7831,7916,8016,8069,8154,8222,8310,8400,8462,8526,8589,8656,8773,8885,8996,9107,9165,9222", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,140,87,78,53,52,65,71,81,89,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80", + "endOffsets": "304,3076,3150,3223,3320,3409,4231,4360,4443,4511,4603,4676,4739,4825,4887,4950,5015,5083,5146,5200,5332,5389,5451,5505,5579,5717,5798,5878,6010,6095,6182,6323,6411,6490,6544,6597,6663,6735,6817,6907,6992,7064,7139,7210,7283,7389,7486,7560,7655,7752,7826,7911,8011,8064,8149,8217,8305,8395,8457,8521,8584,8651,8768,8880,8991,9102,9160,9217,9298" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9303", + "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,9381" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,449,556,663,778", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "144,246,343,444,551,658,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3508,3610,3707,3808,3915,4022,9386", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "3503,3605,3702,3803,3910,4017,4132,9482" + } + } + ] + } + ] +} \ 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..67b9bd3 --- /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.daydreamclock.app-mergeDebugResources-29:/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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" + } + } + ] + } + ] +} \ 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..291514a --- /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.daydreamclock.app-mergeDebugResources-29:/values-ta/values-ta.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2998,3087,3171,3228,3280,3346,3431,3519,3611,3691,3760,3837,3917,3985,4100,4199,4282,4374,4468,4542,4628,4722,4772,4855,4921,5006,5093,5156,5221,5284,5353,5461,5559,5657,5754,5815,5871", + "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,68,69,70,71,72,73", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,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,2993,3082,3166,3223,3275,3341,3426,3514,3606,3686,3755,3832,3912,3980,4095,4194,4277,4369,4463,4537,4623,4717,4767,4850,4916,5001,5088,5151,5216,5279,5348,5456,5554,5652,5749,5810,5866,5952" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4289,4398,4516,4600,4664,4772,4840,4901,5009,5076,5162,5220,5304,5371,5425,5548,5610,5673,5727,5815,5943,6029,6111,6243,6323,6404,6560,6649,6733,6790,6842,6908,6993,7081,7173,7253,7322,7399,7479,7547,7662,7761,7844,7936,8030,8104,8190,8284,8334,8417,8483,8568,8655,8718,8783,8846,8915,9023,9121,9219,9316,9377,9433", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,155,88,83,56,51,65,84,87,91,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85", + "endOffsets": "317,3171,3257,3341,3444,3538,4393,4511,4595,4659,4767,4835,4896,5004,5071,5157,5215,5299,5366,5420,5543,5605,5668,5722,5810,5938,6024,6106,6238,6318,6399,6555,6644,6728,6785,6837,6903,6988,7076,7168,7248,7317,7394,7474,7542,7657,7756,7839,7931,8025,8099,8185,8279,8329,8412,8478,8563,8650,8713,8778,8841,8910,9018,9116,9214,9311,9372,9428,9514" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,558,673,801", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "146,249,348,446,553,668,796,897" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3742,3841,3939,4046,4161,9601", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "3634,3737,3836,3934,4041,4156,4284,9697" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9519", + "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,9596" + } + } + ] + } + ] +} \ 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..8046df4 --- /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.daydreamclock.app-mergeDebugResources-29:/values-te/values-te.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2920,3008,3090,3150,3202,3268,3343,3421,3511,3590,3663,3739,3820,3889,4009,4114,4191,4282,4375,4449,4526,4618,4675,4756,4822,4906,4992,5055,5120,5184,5253,5363,5471,5570,5676,5740,5796", + "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,68,69,70,71,72,73", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,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,2915,3003,3085,3145,3197,3263,3338,3416,3506,3585,3658,3734,3815,3884,4004,4109,4186,4277,4370,4444,4521,4613,4670,4751,4817,4901,4987,5050,5115,5179,5248,5358,5466,5565,5671,5735,5791,5874" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4280,4384,4500,4591,4657,4751,4818,4880,4973,5037,5105,5168,5242,5307,5361,5482,5539,5601,5655,5734,5862,5950,6042,6187,6267,6349,6474,6562,6644,6704,6756,6822,6897,6975,7065,7144,7217,7293,7374,7443,7563,7668,7745,7836,7929,8003,8080,8172,8229,8310,8376,8460,8546,8609,8674,8738,8807,8917,9025,9124,9230,9294,9350", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,124,87,81,59,51,65,74,77,89,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82", + "endOffsets": "321,3164,3254,3340,3438,3525,4379,4495,4586,4652,4746,4813,4875,4968,5032,5100,5163,5237,5302,5356,5477,5534,5596,5650,5729,5857,5945,6037,6182,6262,6344,6469,6557,6639,6699,6751,6817,6892,6970,7060,7139,7212,7288,7369,7438,7558,7663,7740,7831,7924,7998,8075,8167,8224,8305,8371,8455,8541,8604,8669,8733,8802,8912,9020,9119,9225,9289,9345,9428" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,367,468,574,681,805", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "152,260,362,463,569,676,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3530,3632,3740,3842,3943,4049,4156,9516", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "3627,3735,3837,3938,4044,4151,4275,9612" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9433", + "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,9511" + } + } + ] + } + ] +} \ 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..c52a992 --- /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.daydreamclock.app-mergeDebugResources-29:/values-th/values-th.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2785,2877,2955,3009,3062,3128,3198,3276,3362,3442,3514,3592,3661,3730,3828,3910,3998,4091,4185,4259,4328,4423,4475,4558,4626,4711,4799,4861,4925,4988,5058,5158,5254,5351,5444,5502,5559", + "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,68,69,70,71,72,73", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,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,2780,2872,2950,3004,3057,3123,3193,3271,3357,3437,3509,3587,3656,3725,3823,3905,3993,4086,4180,4254,4323,4418,4470,4553,4621,4706,4794,4856,4920,4983,5053,5153,5249,5346,5439,5497,5554,5631" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4078,4177,4290,4370,4440,4530,4600,4660,4747,4813,4878,4939,5003,5064,5118,5219,5280,5340,5394,5464,5575,5662,5743,5886,5965,6047,6179,6271,6349,6403,6456,6522,6592,6670,6756,6836,6908,6986,7055,7124,7222,7304,7392,7485,7579,7653,7722,7817,7869,7952,8020,8105,8193,8255,8319,8382,8452,8552,8648,8745,8838,8896,8953", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,131,91,77,53,52,65,69,77,85,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76", + "endOffsets": "330,3032,3104,3187,3272,3358,4172,4285,4365,4435,4525,4595,4655,4742,4808,4873,4934,4998,5059,5113,5214,5275,5335,5389,5459,5570,5657,5738,5881,5960,6042,6174,6266,6344,6398,6451,6517,6587,6665,6751,6831,6903,6981,7050,7119,7217,7299,7387,7480,7574,7648,7717,7812,7864,7947,8015,8100,8188,8250,8314,8377,8447,8547,8643,8740,8833,8891,8948,9025" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9030", + "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,9107" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,352,450,553,658,770", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "146,249,347,445,548,653,765,866" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3363,3459,3562,3660,3758,3861,3966,9112", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "3454,3557,3655,3753,3856,3961,4073,9208" + } + } + ] + } + ] +} \ 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..dfa8a83 --- /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.daydreamclock.app-mergeDebugResources-29:/values-tl/values-tl.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9496", + "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,9576" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,355,452,559,667,789", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "147,249,350,447,554,662,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3507,3604,3706,3807,3904,4011,4119,9581", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "3599,3701,3802,3899,4006,4114,4236,9677" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2962,3058,3135,3193,3244,3310,3384,3462,3553,3639,3713,3792,3865,3937,4053,4157,4230,4329,4429,4503,4578,4685,4737,4826,4893,4984,5078,5140,5204,5267,5337,5456,5561,5670,5770,5832,5887", + "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,68,69,70,71,72,73", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,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,2957,3053,3130,3188,3239,3305,3379,3457,3548,3634,3708,3787,3860,3932,4048,4152,4225,4324,4424,4498,4573,4680,4732,4821,4888,4979,5073,5135,5199,5262,5332,5451,5556,5665,5765,5827,5882,5967" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4241,4346,4482,4567,4632,4731,4799,4858,4947,5015,5082,5145,5220,5288,5342,5462,5520,5582,5636,5711,5853,5943,6028,6173,6257,6340,6486,6582,6659,6717,6768,6834,6908,6986,7077,7163,7237,7316,7389,7461,7577,7681,7754,7853,7953,8027,8102,8209,8261,8350,8417,8508,8602,8664,8728,8791,8861,8980,9085,9194,9294,9356,9411", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,145,95,76,57,50,65,73,77,90,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84", + "endOffsets": "325,3149,3229,3315,3412,3502,4341,4477,4562,4627,4726,4794,4853,4942,5010,5077,5140,5215,5283,5337,5457,5515,5577,5631,5706,5848,5938,6023,6168,6252,6335,6481,6577,6654,6712,6763,6829,6903,6981,7072,7158,7232,7311,7384,7456,7572,7676,7749,7848,7948,8022,8097,8204,8256,8345,8412,8503,8597,8659,8723,8786,8856,8975,9080,9189,9289,9351,9406,9491" + } + } + ] + } + ] +} \ 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..4e03796 --- /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.daydreamclock.app-mergeDebugResources-29:/values-tr/values-tr.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,449,551,657,768", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "147,249,347,444,546,652,763,864" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3424,3521,3623,3721,3818,3920,4026,9198", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "3516,3618,3716,3813,3915,4021,4132,9294" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2802,2889,2965,3018,3072,3138,3208,3285,3368,3448,3519,3594,3672,3743,3844,3929,4018,4113,4206,4278,4350,4446,4498,4584,4651,4735,4825,4887,4951,5014,5084,5178,5280,5369,5469,5526,5584", + "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,68,69,70,71,72,73", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,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,2797,2884,2960,3013,3067,3133,3203,3280,3363,3443,3514,3589,3667,3738,3839,3924,4013,4108,4201,4273,4345,4441,4493,4579,4646,4730,4820,4882,4946,5009,5079,5173,5275,5364,5464,5521,5579,5658" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4137,4233,4345,4427,4491,4582,4659,4720,4811,4874,4937,4996,5065,5128,5182,5290,5348,5410,5464,5537,5658,5742,5833,5973,6050,6126,6257,6344,6420,6473,6527,6593,6663,6740,6823,6903,6974,7049,7127,7198,7299,7384,7473,7568,7661,7733,7805,7901,7953,8039,8106,8190,8280,8342,8406,8469,8539,8633,8735,8824,8924,8981,9039", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,75,52,53,65,69,76,82,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78", + "endOffsets": "310,3077,3152,3229,3328,3419,4228,4340,4422,4486,4577,4654,4715,4806,4869,4932,4991,5060,5123,5177,5285,5343,5405,5459,5532,5653,5737,5828,5968,6045,6121,6252,6339,6415,6468,6522,6588,6658,6735,6818,6898,6969,7044,7122,7193,7294,7379,7468,7563,7656,7728,7800,7896,7948,8034,8101,8185,8275,8337,8401,8464,8534,8628,8730,8819,8919,8976,9034,9113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9118", + "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,9193" + } + } + ] + } + ] +} \ 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..2505e6e --- /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.daydreamclock.app-mergeDebugResources-29:/values-uk/values-uk.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,70,71,72,73,74,75", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2954,3042,3120,3177,3228,3294,3366,3442,3532,3615,3688,3765,3846,3920,4029,4119,4198,4289,4385,4459,4540,4635,4689,4771,4837,4924,5010,5072,5136,5199,5272,5379,5489,5587,5693,5754,5809", + "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,70,71,72,73,74,75", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,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,2949,3037,3115,3172,3223,3289,3361,3437,3527,3610,3683,3760,3841,3915,4024,4114,4193,4284,4380,4454,4535,4630,4684,4766,4832,4919,5005,5067,5131,5194,5267,5374,5484,5582,5688,5749,5804,5886" + }, + "to": { + "startLines": "2,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4318,4414,4530,4613,4680,4771,4837,4900,4988,5050,5117,5175,5246,5305,5359,5473,5533,5596,5650,5723,5842,5928,6011,6150,6235,6322,6455,6543,6621,6678,6729,6795,6867,6943,7033,7116,7189,7266,7347,7421,7530,7620,7699,7790,7886,7960,8041,8136,8190,8272,8338,8425,8511,8573,8637,8700,8773,8880,8990,9088,9194,9255,9310", + "endLines": "7,35,36,37,38,39,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,132,87,77,56,50,65,71,75,89,82,72,76,80,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81", + "endOffsets": "419,3221,3299,3387,3495,3586,4409,4525,4608,4675,4766,4832,4895,4983,5045,5112,5170,5241,5300,5354,5468,5528,5591,5645,5718,5837,5923,6006,6145,6230,6317,6450,6538,6616,6673,6724,6790,6862,6938,7028,7111,7184,7261,7342,7416,7525,7615,7694,7785,7881,7955,8036,8131,8185,8267,8333,8420,8506,8568,8632,8695,8768,8875,8985,9083,9189,9250,9305,9387" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,110", + "startColumns": "4,4,4,4,4,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,9392", + "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,9469" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,358,459,564,669,782", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "150,252,353,454,559,664,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,111", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3591,3691,3793,3894,3995,4100,4205,9474", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "3686,3788,3889,3990,4095,4200,4313,9570" + } + } + ] + } + ] +} \ 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..77efc28 --- /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.daydreamclock.app-mergeDebugResources-29:/values-ur/values-ur.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2817,2904,2986,3044,3100,3166,3241,3321,3406,3485,3552,3627,3704,3768,3875,3969,4039,4128,4221,4295,4370,4460,4516,4595,4662,4746,4830,4892,4956,5019,5085,5185,5292,5386,5494,5556,5616", + "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,68,69,70,71,72,73", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,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,2812,2899,2981,3039,3095,3161,3236,3316,3401,3480,3547,3622,3699,3763,3870,3964,4034,4123,4216,4290,4365,4455,4511,4590,4657,4741,4825,4887,4951,5014,5080,5180,5287,5381,5489,5551,5611,5691" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4178,4278,4397,4480,4545,4638,4708,4767,4857,4921,4990,5048,5117,5177,5241,5353,5412,5471,5526,5601,5724,5804,5888,6021,6103,6184,6315,6402,6484,6542,6598,6664,6739,6819,6904,6983,7050,7125,7202,7266,7373,7467,7537,7626,7719,7793,7868,7958,8014,8093,8160,8244,8328,8390,8454,8517,8583,8683,8790,8884,8992,9054,9114", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,130,86,81,57,55,65,74,79,84,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79", + "endOffsets": "304,3109,3187,3265,3363,3452,4273,4392,4475,4540,4633,4703,4762,4852,4916,4985,5043,5112,5172,5236,5348,5407,5466,5521,5596,5719,5799,5883,6016,6098,6179,6310,6397,6479,6537,6593,6659,6734,6814,6899,6978,7045,7120,7197,7261,7368,7462,7532,7621,7714,7788,7863,7953,8009,8088,8155,8239,8323,8385,8449,8512,8578,8678,8785,8879,8987,9049,9109,9189" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,357,461,564,662,776", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "148,250,352,456,559,657,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3457,3555,3657,3759,3863,3966,4064,9280", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "3550,3652,3754,3858,3961,4059,4173,9376" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9194", + "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,9275" + } + } + ] + } + ] +} \ 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..a88586e --- /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.daydreamclock.app-mergeDebugResources-29:/values-uz/values-uz.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,360,460,568,672,791", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "152,254,355,455,563,667,786,887" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3425,3527,3629,3730,3830,3938,4042,9362", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "3522,3624,3725,3825,3933,4037,4156,9458" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9278", + "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,9357" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2919,3005,3089,3149,3200,3266,3339,3417,3503,3584,3656,3733,3808,3879,3980,4074,4153,4249,4343,4417,4493,4579,4632,4719,4785,4870,4961,5023,5087,5150,5219,5321,5422,5518,5619,5683,5738", + "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,68,69,70,71,72,73", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,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,2914,3000,3084,3144,3195,3261,3334,3412,3498,3579,3651,3728,3803,3874,3975,4069,4148,4244,4338,4412,4488,4574,4627,4714,4780,4865,4956,5018,5082,5145,5214,5316,5417,5513,5614,5678,5733,5816" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4161,4256,4383,4467,4531,4634,4704,4771,4880,4943,5010,5069,5143,5206,5260,5375,5433,5495,5549,5624,5753,5843,5932,6073,6155,6237,6376,6462,6546,6606,6657,6723,6796,6874,6960,7041,7113,7190,7265,7336,7437,7531,7610,7706,7800,7874,7950,8036,8089,8176,8242,8327,8418,8480,8544,8607,8676,8778,8879,8975,9076,9140,9195", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,138,85,83,59,50,65,72,77,85,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82", + "endOffsets": "328,3076,3156,3239,3333,3420,4251,4378,4462,4526,4629,4699,4766,4875,4938,5005,5064,5138,5201,5255,5370,5428,5490,5544,5619,5748,5838,5927,6068,6150,6232,6371,6457,6541,6601,6652,6718,6791,6869,6955,7036,7108,7185,7260,7331,7432,7526,7605,7701,7795,7869,7945,8031,8084,8171,8237,8322,8413,8475,8539,8602,8671,8773,8874,8970,9071,9135,9190,9273" + } + } + ] + } + ] +} \ 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..f30777a --- /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.daydreamclock.app-mergeDebugResources-29:/values-v16/values-v16.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.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..4491c6a --- /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.daydreamclock.app-mergeDebugResources-29:/values-v17/values-v17.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..d9bde79 --- /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.daydreamclock.app-mergeDebugResources-29:/values-v18/values-v18.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..54ae6d6 --- /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.daydreamclock.app-mergeDebugResources-29:/values-v21/values-v21.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,23,24,25,26,29,32,35,38,41,44,47,50,53,56,59,60,63,68,79,85,94,103,112,121,130,139,148,157,166,175,184,193,202,211,220,226,232,238,244,248,252,253,254,255,259,262,265,268,271,272,275,278,282,286", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1386,1476,1572,1662,1755,1862,1967,2086,2211,2332,2545,2804,3075,3293,3525,3761,4011,4224,4433,4664,4865,4981,5151,5472,6501,6958,7462,7970,8479,8993,9498,10002,10507,11013,11515,12021,12530,13038,13537,14044,14552,14844,15138,15438,15738,16067,16408,16546,16690,16846,17239,17457,17679,17905,18121,18231,18401,18591,18832,19091", + "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,28,31,34,37,40,43,46,49,52,55,58,59,62,67,78,84,93,102,111,120,129,138,147,156,165,174,183,192,201,210,219,225,231,237,243,247,251,252,253,254,258,261,264,267,270,271,274,277,281,285,288", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1381,1471,1567,1657,1750,1857,1962,2081,2206,2327,2540,2799,3070,3288,3520,3756,4006,4219,4428,4659,4860,4976,5146,5467,6496,6953,7457,7965,8474,8988,9493,9997,10502,11008,11510,12016,12525,13033,13532,14039,14547,14839,15133,15433,15733,16062,16403,16541,16685,16841,17234,17452,17674,17900,18116,18226,18396,18586,18827,19086,19263" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,91,94,97,192,195,198,201,207,210,213,280,283,284,287,292,303,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,492,498,504,510,514,518,519,520,521,525,528,531,534,545,546,549,552,556,560", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1603,1699,1789,1885,7342,7435,7542,7647,7869,7994,8115,8328,8587,14768,14986,15218,15454,15903,16116,16325,21112,21313,21429,21599,21920,22949,26054,26558,27066,27575,28089,28594,29098,29603,30109,30611,31117,31626,32134,32633,33140,33648,33940,34234,34534,34834,35163,35504,35642,35786,35942,36335,36553,36775,37001,37741,37851,38021,38211,38452,38711", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,93,96,99,194,197,200,203,209,212,215,282,283,286,291,302,308,359,368,377,386,395,404,413,422,431,440,449,458,467,476,485,491,497,503,509,513,517,518,519,520,524,527,530,533,536,545,548,551,555,559,562", + "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,95,89,95,89,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,1694,1784,1880,1970,7430,7537,7642,7761,7989,8110,8323,8582,8853,14981,15213,15449,15699,16111,16320,16551,21308,21424,21594,21915,22944,23401,26553,27061,27570,28084,28589,29093,29598,30104,30606,31112,31621,32129,32628,33135,33643,33935,34229,34529,34829,35158,35499,35637,35781,35937,36330,36548,36770,36996,37212,37846,38016,38206,38447,38706,38883" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,41,42,43,44,46,48,49,50,51,52,54,56,58,60,62,64,65,70,72,74,75,76,78,80,81,82,83,88,100,143,146,189,204,216,218,220,222,225,229,232,233,234,237,238,239,240,241,242,245,246,248,250,252,254,258,260,261,262,263,265,269,271,273,274,275,276,277,278,309,310,311,321,322,323,335", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1975,2066,2169,2272,2377,2484,2593,2702,2811,2920,3029,3136,3239,3358,3513,3668,3773,3894,3995,4142,4283,4386,4505,4612,4715,4870,5041,5190,5355,5512,5663,5782,6133,6282,6431,6543,6690,6843,6990,7065,7154,7241,7766,8858,11616,11801,14571,15704,16556,16679,16802,16915,17098,17353,17554,17643,17754,17987,18088,18183,18306,18435,18552,18729,18828,18963,19106,19241,19360,19561,19680,19773,19884,19940,20047,20242,20353,20486,20581,20672,20763,20856,20973,23406,23477,23560,24183,24240,24298,24922", + "endLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,45,47,48,49,50,51,53,55,57,59,61,63,64,69,71,73,74,75,77,79,80,81,82,83,88,142,145,188,191,206,217,219,221,224,228,231,232,233,236,237,238,239,240,241,244,245,247,249,251,253,257,259,260,261,262,264,268,270,272,273,274,275,276,277,279,309,310,320,321,322,334,346", + "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": "2061,2164,2267,2372,2479,2588,2697,2806,2915,3024,3131,3234,3353,3508,3663,3768,3889,3990,4137,4278,4381,4500,4607,4710,4865,5036,5185,5350,5507,5658,5777,6128,6277,6426,6538,6685,6838,6985,7060,7149,7236,7337,7864,11611,11796,14566,14763,15898,16674,16797,16910,17093,17348,17549,17638,17749,17982,18083,18178,18301,18430,18547,18724,18823,18958,19101,19236,19355,19556,19675,19768,19879,19935,20042,20237,20348,20481,20576,20667,20758,20851,20968,21107,23472,23555,24178,24235,24293,24917,25553" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.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,347,348,349,350,537,540", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1408,1472,1539,25558,25674,25800,25926,37217,37389", + "endLines": "2,17,18,19,347,348,349,350,539,544", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1467,1534,1598,25669,25795,25921,26049,37384,37736" + } + } + ] + } + ] +} \ 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..8281cb5 --- /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.daydreamclock.app-mergeDebugResources-29:/values-v22/values-v22.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..50347bb --- /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.daydreamclock.app-mergeDebugResources-29:/values-v23/values-v23.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,5,9,13,16,19,22,25,28,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,413,574,784,991,1198,1401,1603,1868", + "endLines": "4,8,12,15,18,21,24,27,31,35", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,408,569,779,986,1193,1396,1598,1863,2136" + }, + "to": { + "startLines": "53,56,60,64,67,70,73,76,79,83", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3740,3901,4111,4318,4525,4728,4930,5195", + "endLines": "55,59,63,66,69,72,75,78,82,86", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3735,3896,4106,4313,4520,4723,4925,5190,5463" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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\\tinde\\.gradle\\caches\\transforms-4\\25c5032e977fa085edeb7f00163bf819\\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" + } + } + ] + } + ] +} \ 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..10c5d75 --- /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.daydreamclock.app-mergeDebugResources-29:/values-v24/values-v24.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..bbbb1f8 --- /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.daydreamclock.app-mergeDebugResources-29:/values-v25/values-v25.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..437a480 --- /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.daydreamclock.app-mergeDebugResources-29:/values-v26/values-v26.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..a9a46ac --- /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.daydreamclock.app-mergeDebugResources-29:/values-v28/values-v28.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "1142,1217,1304,1484", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1212,1299,1479,1671" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,249,344,442,530,618,706,794,881,968,1055,1142", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1424" + }, + "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,249,344,442,530,618,706,794,881,968,1055,1676", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,95,94,97,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,437,525,613,701,789,876,963,1050,1137,1958" + } + } + ] + } + ] +} \ 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..56a932f --- /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.daydreamclock.app-mergeDebugResources-29:/values-v31/values-v31.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,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,277,342,408", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6364,6475,6583,6691,6797,6900,7013,7120,7237,7340,7459,7564,7679,7787,7903,8003,8113,8217,8331,8438,8553,8671,8794,8920,9042,9166,9277,9393,9495,9607,9719,9831,9940,10049,10156,10261,10375,10484,10602,10706,10826,10933,11049,11158,11275,11376,11487,11592,11707,11816,11932,12051,12175,12302,12425,12552,12665,12782,12885,12998,13102,13214,13322,13438,13544,13658,13759,13864,13969,14078,14181,14288,14379,14490,14587,14704,14797,14910,15009,15128,15219,15312,15407,15500,15593,15686,15779,15872,15965,16058,16151,16244,16337,16444,16553,16664,16773,16882,16991,17100,17209,17318,17427,17536,17645,17754,17845,17938,18033,18126,18219,18312,18405,18498,18591,18684,18777,18870,18963,19058,19155,19254,19351,19448,19545,19642,19739,19836,19933,20030,20127,20224,20317,20412,20509,20604,20699,20794,20889,20984,21079,21174,21269,21364,21459,27071,32713,38445", + "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,276,341,407,473", + "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,109,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,106,114,117,122,125,121,123,110,115,101,111,111,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,108,115,118,123,126,122,126,112,116,102,112,103,111,107,115,105,113,100,104,104,108,102,106,90,110,96,116,92,112,98,118,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,6359,6470,6578,6686,6792,6895,7008,7115,7232,7335,7454,7559,7674,7782,7898,7998,8108,8212,8326,8433,8548,8666,8789,8915,9037,9161,9272,9388,9490,9602,9714,9826,9935,10044,10151,10256,10370,10479,10597,10701,10821,10928,11044,11153,11270,11371,11482,11587,11702,11811,11927,12046,12170,12297,12420,12547,12660,12777,12880,12993,13097,13209,13317,13433,13539,13653,13754,13859,13964,14073,14176,14283,14374,14485,14582,14699,14792,14905,15004,15123,15214,15307,15402,15495,15588,15681,15774,15867,15960,16053,16146,16239,16332,16439,16548,16659,16768,16877,16986,17095,17204,17313,17422,17531,17640,17749,17840,17933,18028,18121,18214,18307,18400,18493,18586,18679,18772,18865,18958,19053,19150,19249,19346,19443,19540,19637,19734,19831,19928,20025,20122,20219,20312,20407,20504,20599,20694,20789,20884,20979,21074,21169,21264,21359,21454,27066,32708,38440,44202" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v34.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v34.json new file mode 100644 index 0000000..77a6b2f --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v34.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-v34/values-v34.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-v34\\values-v34.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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,156,247,358,468,572,676,783,880,997,1098,1219,1324,1449,1550,1667,1770,1893,1988,2099,2194,2309,2408,2527,2622,2731,2846,2971,3102,3225,3354,3457,3568,3665,3782,3885,3978,4091,4201,4305,4409,4518,4617,4736,4839,4962,5069,5196,5299,5418,5523,5648,5745,5858,5955,6072,6173,6294,6391,6502,6619,6746,6879,7004,7135,7240,7353,7452,7571,7674,7793,7900,8023,8128,8249,8346,8451,8552,8661,8760,8867,8966,9085,9190,9315,9416,9537,9644", + "endColumns": "100,90,110,109,103,103,106,96,116,100,120,104,124,100,116,102,122,94,110,94,114,98,118,94,108,114,124,130,122,128,102,110,96,116,102,92,112,109,103,103,108,98,118,102,122,106,126,102,118,104,124,96,112,96,116,100,120,96,110,116,126,132,124,130,104,112,98,118,102,118,106,122,104,120,96,104,100,108,98,106,98,118,104,124,100,120,106,126", + "endOffsets": "151,242,353,463,567,671,778,875,992,1093,1214,1319,1444,1545,1662,1765,1888,1983,2094,2189,2304,2403,2522,2617,2726,2841,2966,3097,3220,3349,3452,3563,3660,3777,3880,3973,4086,4196,4300,4404,4513,4612,4731,4834,4957,5064,5191,5294,5413,5518,5643,5740,5853,5950,6067,6168,6289,6386,6497,6614,6741,6874,6999,7130,7235,7348,7447,7566,7669,7788,7895,8018,8123,8244,8341,8446,8547,8656,8755,8862,8961,9080,9185,9310,9411,9532,9639,9766" + } + } + ] + } + ] +} \ 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..373f6fe --- /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.daydreamclock.app-mergeDebugResources-29:/values-vi/values-vi.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9103", + "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,9183" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,556,669,785", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "147,249,348,448,551,664,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3402,3499,3601,3700,3800,3903,4016,9188", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "3494,3596,3695,3795,3898,4011,4127,9284" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2766,2857,2938,2989,3040,3106,3174,3250,3331,3411,3490,3565,3638,3714,3820,3909,3986,4077,4171,4245,4315,4408,4457,4538,4604,4689,4775,4837,4901,4964,5035,5134,5239,5337,5442,5497,5552", + "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,68,69,70,71,72,73", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,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,2761,2852,2933,2984,3035,3101,3169,3245,3326,3406,3485,3560,3633,3709,3815,3904,3981,4072,4166,4240,4310,4403,4452,4533,4599,4684,4770,4832,4896,4959,5030,5129,5234,5332,5437,5492,5547,5625" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4132,4231,4345,4425,4488,4582,4656,4715,4801,4863,4924,4982,5046,5107,5161,5278,5335,5395,5449,5524,5651,5735,5813,5943,6027,6105,6239,6330,6411,6462,6513,6579,6647,6723,6804,6884,6963,7038,7111,7187,7293,7382,7459,7550,7644,7718,7788,7881,7930,8011,8077,8162,8248,8310,8374,8437,8508,8607,8712,8810,8915,8970,9025", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,133,90,80,50,50,65,67,75,80,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77", + "endOffsets": "310,3082,3159,3237,3317,3397,4226,4340,4420,4483,4577,4651,4710,4796,4858,4919,4977,5041,5102,5156,5273,5330,5390,5444,5519,5646,5730,5808,5938,6022,6100,6234,6325,6406,6457,6508,6574,6642,6718,6799,6879,6958,7033,7106,7182,7288,7377,7454,7545,7639,7713,7783,7876,7925,8006,8072,8157,8243,8305,8369,8432,8503,8602,8707,8805,8910,8965,9020,9098" + } + } + ] + } + ] +} \ 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..cd6570f --- /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.daydreamclock.app-mergeDebugResources-29:/values-w320dp-land-v13/values-w320dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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..d0b05b7 --- /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.daydreamclock.app-mergeDebugResources-29:/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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-w400dp-port-v13.json b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w400dp-port-v13.json new file mode 100644 index 0000000..2ca2af2 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w400dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values-w400dp-port-v13/values-w400dp-port-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.0\\res\\values-w400dp-port-v13\\values-w400dp-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..ac2863f --- /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.daydreamclock.app-mergeDebugResources-29:/values-w600dp-land-v13/values-w600dp-land-v13.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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..ab56a41 --- /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.daydreamclock.app-mergeDebugResources-29:/values-watch-v20/values-watch-v20.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..8bd5712 --- /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.daydreamclock.app-mergeDebugResources-29:/values-watch-v21/values-watch-v21.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..658d74a --- /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.daydreamclock.app-mergeDebugResources-29:/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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..1b89233 --- /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.daydreamclock.app-mergeDebugResources-29:/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,248,342,436,529,623,719", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "142,243,337,431,524,618,714,815" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3197,3289,3390,3484,3578,3671,3765,8352", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "3284,3385,3479,3573,3666,3760,3856,8448" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2445,2524,2598,2648,2699,2765,2829,2898,2976,3047,3108,3179,3246,3306,3392,3471,3538,3621,3706,3780,3845,3921,3969,4042,4106,4182,4260,4322,4386,4449,4514,4594,4670,4748,4824,4878,4933", + "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,68,69,70,71,72,73", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,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,2440,2519,2593,2643,2694,2760,2824,2893,2971,3042,3103,3174,3241,3301,3387,3466,3533,3616,3701,3775,3840,3916,3964,4037,4101,4177,4255,4317,4381,4444,4509,4589,4665,4743,4819,4873,4928,4997" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3861,3952,4058,4131,4193,4270,4329,4388,4466,4527,4584,4640,4699,4757,4811,4896,4952,5010,5064,5129,5221,5295,5371,5493,5555,5617,5716,5795,5869,5919,5970,6036,6100,6169,6247,6318,6379,6450,6517,6577,6663,6742,6809,6892,6977,7051,7116,7192,7240,7313,7377,7453,7531,7593,7657,7720,7785,7865,7941,8019,8095,8149,8204", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,78,73,49,50,65,63,68,77,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68", + "endOffsets": "292,2913,2975,3045,3115,3192,3947,4053,4126,4188,4265,4324,4383,4461,4522,4579,4635,4694,4752,4806,4891,4947,5005,5059,5124,5216,5290,5366,5488,5550,5612,5711,5790,5864,5914,5965,6031,6095,6164,6242,6313,6374,6445,6512,6572,6658,6737,6804,6887,6972,7046,7111,7187,7235,7308,7372,7448,7526,7588,7652,7715,7780,7860,7936,8014,8090,8144,8199,8268" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8273", + "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,8347" + } + } + ] + } + ] +} \ 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..3babde2 --- /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.daydreamclock.app-mergeDebugResources-29:/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2443,2520,2594,2644,2695,2761,2825,2893,2968,3040,3101,3172,3239,3299,3387,3467,3530,3613,3698,3772,3837,3913,3961,4035,4099,4175,4253,4315,4379,4442,4508,4588,4668,4744,4825,4879,4934", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,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,2438,2515,2589,2639,2690,2756,2820,2888,2963,3035,3096,3167,3234,3294,3382,3462,3525,3608,3693,3767,3832,3908,3956,4030,4094,4170,4248,4310,4374,4437,4503,4583,4663,4739,4820,4874,4929,4998" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3856,3946,4053,4126,4188,4266,4325,4383,4461,4522,4579,4635,4694,4752,4806,4892,4948,5006,5060,5125,5218,5292,5370,5490,5553,5616,5715,5792,5866,5916,5967,6033,6097,6165,6240,6312,6373,6444,6511,6571,6659,6739,6802,6885,6970,7044,7109,7185,7233,7307,7371,7447,7525,7587,7651,7714,7780,7860,7940,8016,8097,8151,8206", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,63,67,74,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68", + "endOffsets": "292,2916,2977,3044,3113,3190,3941,4048,4121,4183,4261,4320,4378,4456,4517,4574,4630,4689,4747,4801,4887,4943,5001,5055,5120,5213,5287,5365,5485,5548,5611,5710,5787,5861,5911,5962,6028,6092,6160,6235,6307,6368,6439,6506,6566,6654,6734,6797,6880,6965,7039,7104,7180,7228,7302,7366,7442,7520,7582,7646,7709,7775,7855,7935,8011,8092,8146,8201,8270" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8275", + "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,8349" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3195,3287,3386,3480,3574,3667,3760,8354", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3282,3381,3475,3569,3662,3755,3851,8450" + } + } + ] + } + ] +} \ 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..93fdeac --- /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.daydreamclock.app-mergeDebugResources-29:/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3203,3295,3394,3488,3582,3675,3768,8365", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3290,3389,3483,3577,3670,3763,3859,8461" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2452,2529,2603,2653,2704,2770,2833,2901,2979,3050,3111,3182,3249,3311,3398,3477,3542,3625,3710,3784,3848,3924,3972,4045,4109,4185,4263,4325,4389,4452,4518,4598,4676,4752,4831,4885,4940", + "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,68,69,70,71,72,73", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,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,2447,2524,2598,2648,2699,2765,2828,2896,2974,3045,3106,3177,3244,3306,3393,3472,3537,3620,3705,3779,3843,3919,3967,4040,4104,4180,4258,4320,4384,4447,4513,4593,4671,4747,4826,4880,4935,5004" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,3864,3958,4065,4138,4200,4278,4338,4398,4476,4537,4595,4651,4711,4769,4823,4908,4964,5022,5076,5141,5233,5307,5384,5504,5567,5630,5729,5806,5880,5930,5981,6047,6110,6178,6256,6327,6388,6459,6526,6588,6675,6754,6819,6902,6987,7061,7125,7201,7249,7322,7386,7462,7540,7602,7666,7729,7795,7875,7953,8029,8108,8162,8217", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,98,76,73,49,50,65,62,67,77,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68", + "endOffsets": "292,2922,2984,3051,3121,3198,3953,4060,4133,4195,4273,4333,4393,4471,4532,4590,4646,4706,4764,4818,4903,4959,5017,5071,5136,5228,5302,5379,5499,5562,5625,5724,5801,5875,5925,5976,6042,6105,6173,6251,6322,6383,6454,6521,6583,6670,6749,6814,6897,6982,7056,7120,7196,7244,7317,7381,7457,7535,7597,7661,7724,7790,7870,7948,8024,8103,8157,8212,8281" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,8286", + "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,8360" + } + } + ] + } + ] +} \ 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..d9d3a68 --- /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.daydreamclock.app-mergeDebugResources-29:/values-zu/values-zu.xml", + "map": [ + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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,108", + "startColumns": "4,4,4,4,4,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,9374", + "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,9451" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,257,356,459,565,672,785", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "148,252,351,454,560,667,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,109", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3421,3519,3623,3722,3825,3931,4038,9456", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "3514,3618,3717,3820,3926,4033,4146,9552" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,68,69,70,71,72,73", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2939,3031,3109,3165,3223,3289,3361,3438,3529,3612,3692,3771,3846,3925,4029,4119,4192,4286,4383,4457,4530,4629,4684,4768,4836,4924,5013,5075,5139,5202,5273,5382,5493,5596,5704,5764,5826", + "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,68,69,70,71,72,73", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,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,2934,3026,3104,3160,3218,3284,3356,3433,3524,3607,3687,3766,3841,3920,4024,4114,4187,4281,4378,4452,4525,4624,4679,4763,4831,4919,5008,5070,5134,5197,5268,5377,5488,5591,5699,5759,5821,5903" + }, + "to": { + "startLines": "2,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,4151,4263,4389,4470,4537,4640,4715,4778,4870,4941,5006,5073,5145,5217,5271,5392,5451,5515,5569,5646,5778,5863,5944,6093,6180,6263,6405,6497,6575,6631,6689,6755,6827,6904,6995,7078,7158,7237,7312,7391,7495,7585,7658,7752,7849,7923,7996,8095,8150,8234,8302,8390,8479,8541,8605,8668,8739,8848,8959,9062,9170,9230,9292", + "endLines": "5,33,34,35,36,37,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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", + "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,141,91,77,55,57,65,71,76,90,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81", + "endOffsets": "316,3080,3157,3234,3328,3416,4258,4384,4465,4532,4635,4710,4773,4865,4936,5001,5068,5140,5212,5266,5387,5446,5510,5564,5641,5773,5858,5939,6088,6175,6258,6400,6492,6570,6626,6684,6750,6822,6899,6990,7073,7153,7232,7307,7386,7490,7580,7653,7747,7844,7918,7991,8090,8145,8229,8297,8385,8474,8536,8600,8663,8734,8843,8954,9057,9165,9225,9287,9369" + } + } + ] + } + ] +} \ 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..f4fe598 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json @@ -0,0 +1,373 @@ +{ + "logs": [ + { + "outputFile": "com.example.daydreamclock.app-mergeDebugResources-29:/values/values.xml", + "map": [ + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\themes.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "64", + "endLines": "6", + "endColumns": "12", + "endOffsets": "419" + }, + "to": { + "startLines": "6358", + "startColumns": "4", + "startOffsets": "445263", + "endLines": "6363", + "endColumns": "12", + "endOffsets": "445613" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\a3b6356bd6284a56af3936638a9bf59f\\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": "109,9156,11111,11117", + "startColumns": "4,4,4,4", + "startOffsets": "5765,636204,707391,707602", + "endLines": "109,9158,11116,11200", + "endColumns": "60,12,24,24", + "endOffsets": "5821,636344,707597,712113" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\481167e5a5013ac711f0c7e7ac43fbb3\\transformed\\constraintlayout-2.1.4\\res\\values\\values.xml", + "from": { + "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370", + "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466" + }, + "to": { + "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,105,106,107,108,110,114,115,116,119,129,139,167,168,173,174,179,184,185,186,191,192,197,198,203,204,205,211,212,213,218,224,225,239,240,246,247,248,249,252,255,258,259,262,265,266,267,268,269,272,275,276,277,278,284,289,292,295,296,297,302,303,304,307,310,311,314,317,320,323,324,325,328,331,332,337,338,344,349,352,355,356,357,358,359,360,361,362,363,364,365,366,382,463,464,465,466,471,478,484,485,486,489,494,496,504,505,526,533,570,571,575,576,586,587,588,594,597,603,607,608,609,610,611,620,1809,1864,10514,10679,10807,10813,10817,10966,11201,11427,11454,11479,11502,11505,11508,11511,11538,11565,11582,12242,12250,12263,12279,12283,12313,12326,12330,12490,12500,12554,12815,12839,13033,13405,13442,13477,13532,13549", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,5544,5596,5657,5719,5826,5959,6011,6061,6222,6629,7052,8994,9053,9250,9307,9502,9683,9737,9794,9986,10044,10240,10296,10490,10547,10598,10820,10872,10927,11117,11333,11383,12132,12188,12394,12455,12515,12585,12718,12849,12977,13045,13174,13300,13362,13425,13493,13560,13683,13808,13875,13940,14005,14294,14475,14596,14717,14783,14850,15060,15129,15195,15320,15446,15513,15639,15766,15891,16018,16074,16139,16265,16388,16453,16661,16728,17016,17196,17316,17436,17501,17563,17625,17689,17751,17810,17870,17931,17992,18051,18111,18771,23714,23765,23814,23862,24149,24441,24671,24718,24778,24884,25064,25176,25511,25565,26730,27077,29407,29458,29667,29719,30094,30153,30207,30445,30623,30825,30964,31010,31065,31110,31154,31502,120487,123374,683710,689828,695493,695868,696035,701265,712118,719693,721038,721892,722762,722828,722907,722982,723766,724657,725476,750213,750618,751089,751880,752043,753404,753968,754121,759196,759614,762007,771031,771719,779115,793526,794269,795690,798007,798749", + "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,105,106,107,108,113,114,115,116,128,136,139,167,172,173,178,183,184,185,190,191,196,197,202,203,204,210,211,212,217,223,224,225,239,245,246,247,248,251,254,257,258,261,264,265,266,267,268,271,274,275,276,277,283,288,291,294,295,296,301,302,303,306,309,310,313,316,319,322,323,324,327,330,331,336,337,343,348,351,354,355,356,357,358,359,360,361,362,363,364,365,381,387,463,464,465,466,477,483,484,485,488,493,494,503,504,505,526,533,570,571,575,584,586,587,593,594,602,606,607,608,609,610,619,623,1809,1864,10678,10806,10812,10816,10965,11110,11213,11442,11478,11501,11504,11507,11510,11537,11564,11581,11667,12249,12262,12278,12282,12312,12325,12329,12339,12499,12543,12565,12818,12841,13048,13441,13476,13483,13548,13551", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,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,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,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,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24", + "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,5591,5652,5714,5760,5954,6006,6056,6107,6624,6936,7092,9048,9245,9302,9497,9678,9732,9789,9981,10039,10235,10291,10485,10542,10593,10815,10867,10922,11112,11328,11378,11430,12183,12389,12450,12510,12580,12713,12844,12972,13040,13169,13295,13357,13420,13488,13555,13678,13803,13870,13935,14000,14289,14470,14591,14712,14778,14845,15055,15124,15190,15315,15441,15508,15634,15761,15886,16013,16069,16134,16260,16383,16448,16656,16723,17011,17191,17311,17431,17496,17558,17620,17684,17746,17805,17865,17926,17987,18046,18106,18766,19017,23760,23809,23857,23915,24436,24666,24713,24773,24879,25059,25113,25506,25560,25616,26771,27119,29453,29512,29714,30044,30148,30202,30440,30495,30820,30959,31005,31060,31105,31149,31497,31634,120523,123414,689823,695488,695863,696030,701260,707386,712810,720439,721887,722757,722823,722902,722977,723761,724652,725471,729408,750613,751084,751875,752038,753399,753963,754116,754575,759609,761622,762298,771176,771834,779757,794264,795685,796038,798744,798845" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e525b4b20cf488dcb7dac147253c82c9\\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": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2146,2154,2155,2159,2163,2174,2179,2208,2215,2219,2223,2228,2232,2236,2240,2244,2248,2252,2258,2262,2268,2272,2278,2282,2287,2291,2294,2298,2304,2308,2314,2318,2324,2327,2331,2335,2339,2343,2347,2348,2349,2350,2353,2356,2359,2362,2366,2367,2368,2369,2410,2413,2415,2417,2419,2424,2425,2429,2435,2439,2440,2442,2454,2455,2459,2465,2469,2546,2547,2551,2578,2582,2583,2587,4384,4556,4582,4753,4779,4810,4818,4824,4840,4862,4867,4872,4882,4891,4900,4904,4911,4930,4937,4938,4947,4950,4953,4957,4961,4965,4968,4969,4974,4979,4989,4994,5001,5007,5008,5011,5015,5020,5022,5024,5027,5030,5032,5036,5039,5046,5049,5052,5056,5058,5062,5064,5066,5068,5072,5080,5088,5100,5106,5115,5118,5129,5132,5133,5138,5139,5619,5688,5762,5763,5773,5782,5783,5785,5789,5792,5795,5798,5801,5804,5807,5810,5814,5817,5820,5823,5827,5830,5834,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6002,6004,6006,6007,6008,6009,6010,6011,6012,6013,6015,6016,6018,6019,6021,6023,6024,6026,6027,6028,6029,6030,6031,6033,6034,6035,6036,6037,6322,6324,6326,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6342,6343,6344,6345,6346,6347,6348,6350,6354,6522,6523,6524,6525,6526,6527,6531,6532,6533,7074,7076,7078,7080,7082,7084,7085,7086,7087,7089,7091,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7107,7108,7109,7110,7112,7114,7115,7117,7118,7120,7122,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7137,7138,7139,7140,7142,7143,7144,7145,7146,7148,7150,7152,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9159,9234,9237,9240,9243,9257,9263,9379,9382,9411,9438,9447,9511,10114,10164,10486,11214,11668,11692,11730,12077,12098,12222,12544,12550,12577,12803,12842,13013,13340,13484,13496,13525", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "6941,11486,11639,29517,31639,31694,31818,31882,31952,32013,32088,32164,32241,32530,32615,32697,32773,32891,32968,33046,33152,33258,33337,33417,33474,36335,36409,36484,36549,36615,36675,36736,36808,36881,36948,50109,50168,50227,50286,50345,50404,50458,50512,50565,50619,50673,50727,55119,55193,55272,55345,55419,55490,55562,55634,55751,55808,55866,55939,56013,56087,56162,56234,56307,56377,56448,56508,56611,56680,56749,56819,56893,56969,57033,57110,57186,57263,57328,57397,57474,57549,57618,57686,57763,57829,57890,57987,58052,58121,58220,58291,58350,58408,58465,58524,58588,58659,58731,58803,58875,58947,59014,59082,59150,59209,59272,59336,59426,59517,59577,59643,59710,59776,59846,59910,59963,60030,60091,60158,60271,60329,60392,60457,60522,60597,60670,60742,60786,60833,60879,60928,60989,61050,61111,61173,61237,61301,61365,61430,61493,61553,61614,61680,61739,61799,61861,61932,61992,65990,66076,66326,66416,66503,66591,66673,66756,66846,116966,117018,117076,117121,117187,117251,117308,117365,119819,119876,119924,119973,120168,121296,121343,121776,123294,123690,123754,123944,124004,128526,128600,128670,128748,128802,128872,128957,129005,129051,129112,129175,129241,129305,129376,129439,129504,129568,129629,129690,129742,129815,129889,129958,130033,130107,130181,130322,149963,150998,151076,151166,151254,151350,152859,153441,153530,153777,154058,154724,155009,156818,157295,157517,157739,158015,158242,158472,158702,158932,159162,159389,159808,160034,160459,160689,161117,161336,161619,161827,161958,162185,162611,162836,163263,163484,163909,164029,164305,164606,164930,165221,165535,165672,165803,165908,166150,166317,166521,166729,167000,167112,167224,167329,169422,169636,169782,169922,170008,170356,170444,170690,171108,171357,171439,171537,172194,172294,172546,172970,173225,179115,179204,179441,181465,181707,181809,182062,317142,327823,329339,340034,341562,343319,343945,344365,345626,346891,347147,347383,347930,348424,349029,349227,349807,351175,351550,351668,352206,352363,352559,352832,353088,353258,353399,353463,353828,354195,354871,355135,355473,355826,355920,356106,356412,356674,356799,356926,357165,357376,357495,357688,357865,358320,358501,358623,358882,358995,359182,359284,359391,359520,359795,360303,360799,361676,361970,362540,362689,363421,363593,363677,364013,364105,394843,400074,405789,405851,406429,407013,407104,407217,407446,407606,407758,407929,408095,408264,408431,408594,408837,409007,409180,409351,409625,409824,410029,419395,419479,419575,419671,419769,419869,419971,420073,420175,420277,420379,420479,420575,420687,420816,420939,421070,421201,421299,421413,421507,421647,421781,421877,421989,422089,422205,422301,422413,422513,422653,422789,422953,423083,423241,423391,423532,423676,423811,423923,424073,424201,424329,424465,424597,424727,424857,424969,442627,442773,442917,443055,443121,443211,443287,443391,443481,443583,443691,443799,443899,443979,444071,444169,444279,444331,444409,444515,444607,444711,444821,444943,445106,458075,458155,458255,458345,458455,458545,458786,458880,458986,498865,498965,499077,499191,499307,499423,499517,499631,499743,499845,499965,500087,500169,500273,500393,500519,500617,500711,500799,500911,501027,501149,501261,501436,501552,501638,501730,501842,501966,502033,502159,502227,502355,502499,502627,502696,502791,502906,503019,503118,503227,503338,503449,503550,503655,503755,503885,503976,504099,504193,504305,504391,504495,504591,504679,504797,504901,505005,505131,505219,505327,505427,505517,505627,505711,505813,505897,505951,506015,506121,506207,506317,506401,636349,638965,639083,639198,639278,639639,639872,644450,644528,645872,647233,647621,650464,669332,671559,682353,712815,729413,730164,731678,744950,745329,749607,761627,761856,762588,770719,771839,778371,791024,796043,796383,797804", + "endLines": "137,227,230,572,624,625,627,628,629,630,631,632,633,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,949,950,951,952,953,954,955,956,957,958,959,960,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,1104,1105,1109,1110,1111,1112,1113,1114,1115,1750,1751,1752,1753,1754,1755,1756,1757,1795,1796,1797,1798,1802,1823,1824,1833,1862,1870,1871,1874,1875,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,2110,2120,2121,2122,2123,2124,2153,2154,2158,2162,2166,2178,2184,2214,2218,2222,2227,2231,2235,2239,2243,2247,2251,2257,2261,2267,2271,2277,2281,2286,2290,2293,2297,2303,2307,2313,2317,2323,2326,2330,2334,2338,2342,2346,2347,2348,2349,2352,2355,2358,2361,2365,2366,2367,2368,2369,2412,2414,2416,2418,2423,2424,2428,2434,2438,2439,2441,2453,2454,2458,2464,2468,2469,2546,2550,2577,2581,2582,2586,2614,4555,4581,4752,4778,4809,4817,4823,4839,4861,4866,4871,4881,4890,4899,4903,4910,4929,4936,4937,4946,4949,4952,4956,4960,4964,4967,4968,4973,4978,4988,4993,5000,5006,5007,5010,5014,5019,5021,5023,5026,5029,5031,5035,5038,5045,5048,5051,5055,5057,5061,5063,5065,5067,5071,5079,5087,5099,5105,5114,5117,5128,5131,5132,5137,5138,5143,5687,5757,5762,5772,5781,5782,5784,5788,5791,5794,5797,5800,5803,5806,5809,5813,5816,5819,5822,5826,5829,5833,5837,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6003,6005,6006,6007,6008,6009,6010,6011,6012,6014,6015,6017,6018,6020,6022,6023,6025,6026,6027,6028,6029,6030,6032,6033,6034,6035,6036,6037,6323,6325,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6341,6342,6343,6344,6345,6346,6347,6349,6353,6357,6522,6523,6524,6525,6526,6530,6531,6532,6533,7075,7077,7079,7081,7083,7084,7085,7086,7088,7090,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7106,7107,7108,7109,7111,7113,7114,7116,7117,7119,7121,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7136,7137,7138,7139,7141,7142,7143,7144,7145,7147,7149,7151,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,9233,9236,9239,9242,9256,9262,9272,9381,9410,9437,9446,9510,9873,10117,10191,10513,11231,11691,11697,11735,12097,12221,12241,12549,12553,12582,12814,12907,13032,13394,13495,13521,13531", + "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": "6991,11526,11683,29553,31689,31751,31877,31947,32008,32083,32159,32236,32314,32610,32692,32768,32844,32963,33041,33147,33253,33332,33412,33469,33527,36404,36479,36544,36610,36670,36731,36803,36876,36943,37011,50163,50222,50281,50340,50399,50453,50507,50560,50614,50668,50722,50776,55188,55267,55340,55414,55485,55557,55629,55702,55803,55861,55934,56008,56082,56157,56229,56302,56372,56443,56503,56564,56675,56744,56814,56888,56964,57028,57105,57181,57258,57323,57392,57469,57544,57613,57681,57758,57824,57885,57982,58047,58116,58215,58286,58345,58403,58460,58519,58583,58654,58726,58798,58870,58942,59009,59077,59145,59204,59267,59331,59421,59512,59572,59638,59705,59771,59841,59905,59958,60025,60086,60153,60266,60324,60387,60452,60517,60592,60665,60737,60781,60828,60874,60923,60984,61045,61106,61168,61232,61296,61360,61425,61488,61548,61609,61675,61734,61794,61856,61927,61987,62055,66071,66158,66411,66498,66586,66668,66751,66841,66932,117013,117071,117116,117182,117246,117303,117360,117414,119871,119919,119968,120019,120197,121338,121387,121817,123321,123749,123811,123999,124056,128595,128665,128743,128797,128867,128952,129000,129046,129107,129170,129236,129300,129371,129434,129499,129563,129624,129685,129737,129810,129884,129953,130028,130102,130176,130317,130387,150011,151071,151161,151249,151345,151435,153436,153525,153772,154053,154305,155004,155397,157290,157512,157734,158010,158237,158467,158697,158927,159157,159384,159803,160029,160454,160684,161112,161331,161614,161822,161953,162180,162606,162831,163258,163479,163904,164024,164300,164601,164925,165216,165530,165667,165798,165903,166145,166312,166516,166724,166995,167107,167219,167324,167441,169631,169777,169917,170003,170351,170439,170685,171103,171352,171434,171532,172189,172289,172541,172965,173220,173314,179199,179436,181460,181702,181804,182057,184213,327818,329334,340029,341557,343314,343940,344360,345621,346886,347142,347378,347925,348419,349024,349222,349802,351170,351545,351663,352201,352358,352554,352827,353083,353253,353394,353458,353823,354190,354866,355130,355468,355821,355915,356101,356407,356669,356794,356921,357160,357371,357490,357683,357860,358315,358496,358618,358877,358990,359177,359279,359386,359515,359790,360298,360794,361671,361965,362535,362684,363416,363588,363672,364008,364100,364378,400069,405440,405846,406424,407008,407099,407212,407441,407601,407753,407924,408090,408259,408426,408589,408832,409002,409175,409346,409620,409819,410024,410354,419474,419570,419666,419764,419864,419966,420068,420170,420272,420374,420474,420570,420682,420811,420934,421065,421196,421294,421408,421502,421642,421776,421872,421984,422084,422200,422296,422408,422508,422648,422784,422948,423078,423236,423386,423527,423671,423806,423918,424068,424196,424324,424460,424592,424722,424852,424964,425104,442768,442912,443050,443116,443206,443282,443386,443476,443578,443686,443794,443894,443974,444066,444164,444274,444326,444404,444510,444602,444706,444816,444938,445101,445258,458150,458250,458340,458450,458540,458781,458875,458981,459073,498960,499072,499186,499302,499418,499512,499626,499738,499840,499960,500082,500164,500268,500388,500514,500612,500706,500794,500906,501022,501144,501256,501431,501547,501633,501725,501837,501961,502028,502154,502222,502350,502494,502622,502691,502786,502901,503014,503113,503222,503333,503444,503545,503650,503750,503880,503971,504094,504188,504300,504386,504490,504586,504674,504792,504896,505000,505126,505214,505322,505422,505512,505622,505706,505808,505892,505946,506010,506116,506202,506312,506396,506516,638960,639078,639193,639273,639634,639867,640384,644523,645867,647228,647616,650459,660512,669462,672924,683705,713382,730159,730421,731873,745324,749602,750208,761851,762002,762798,771026,774860,779110,793150,796378,797689,798002" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\40b461153d5e867249383262bab6b954\\transformed\\activity-1.8.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,59", + "endOffsets": "92,152" + }, + "to": { + "startLines": "1825,1866", + "startColumns": "4,4", + "startOffsets": "121392,123462", + "endColumns": "41,59", + "endOffsets": "121429,123517" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1,2", + "startColumns": "4,4", + "startOffsets": "17,70", + "endColumns": "51,54", + "endOffsets": "64,120" + }, + "to": { + "startLines": "1970,2119", + "startColumns": "4,4", + "startOffsets": "130475,150943", + "endColumns": "51,54", + "endOffsets": "130522,150993" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\e81222577287d13ff323e04ddedd8242\\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": "1799,1832,1869,11379,11384", + "startColumns": "4,4,4,4,4", + "startOffsets": "120024,121711,123626,718525,718695", + "endLines": "1799,1832,1869,11383,11387", + "endColumns": "56,64,63,24,24", + "endOffsets": "120076,121771,123685,718690,718839" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\59688f5f71ed6a8f7f55a11fd32c6431\\transformed\\savedstate-1.2.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1867", + "startColumns": "4", + "startOffsets": "123522", + "endColumns": "53", + "endOffsets": "123571" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\cb953fb7b780850cb20cb7d6358969a2\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "13522", + "startColumns": "4", + "startOffsets": "797694", + "endLines": "13524", + "endColumns": "24", + "endOffsets": "797799" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\25c5032e977fa085edeb7f00163bf819\\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": "35,652,653,654,655,1044,1045,1046,2167,5517,5519,5522,10124", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1640,33663,33724,33786,33848,62125,62184,62241,154310,388101,388165,388291,669670", + "endLines": "35,652,653,654,655,1044,1045,1046,2173,5518,5521,5524,10151", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1687,33719,33781,33843,33907,62179,62236,62290,154719,388160,388286,388414,670589" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\ac75df7b35690cf00312b8e5a296932d\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1969", + "startColumns": "4", + "startOffsets": "130392", + "endColumns": "82", + "endOffsets": "130470" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\452c0cdd8a90dcfdc2ba9d8d0353c253\\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": "9273,9289,9295,12819,12835", + "startColumns": "4,4,4,4,4", + "startOffsets": "640389,640814,640992,771181,771592", + "endLines": "9288,9294,9304,12834,12838", + "endColumns": "24,24,24,24,24", + "endOffsets": "640809,640987,641271,771587,771714" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\b616187fd5ca5a70aefd0b5f93f60d4d\\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": "1800,1801,1822,1827,1828,1857,1858,1859,1860,1861", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "120081,120121,121253,121477,121532,123028,123082,123134,123183,123244", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "120116,120163,121291,121527,121574,123077,123129,123178,123239,123289" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\db0da8369b4573b55caee892c85a11b6\\transformed\\core-1.12.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,98,99,103,104,105,106,112,122,155,176,209", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,340,406,475,538,608,676,748,818,879,953,1026,1087,1148,1210,1274,1336,1397,1465,1565,1625,1691,1764,1833,1890,1942,2004,2076,2152,2217,2276,2335,2395,2455,2515,2575,2635,2695,2755,2815,2875,2935,2994,3054,3114,3174,3234,3294,3354,3414,3474,3534,3594,3653,3713,3773,3832,3891,3950,4009,4068,4127,4162,4197,4252,4315,4370,4428,4486,4547,4610,4667,4718,4768,4829,4886,4952,4986,5021,5056,5126,5193,5265,5334,5403,5477,5549,5637,5708,5825,6026,6136,6337,6466,6538,6605,6808,7109,8840,9521,10203", + "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,97,98,102,103,104,105,111,121,154,175,208,214", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,335,401,470,533,603,671,743,813,874,948,1021,1082,1143,1205,1269,1331,1392,1460,1560,1620,1686,1759,1828,1885,1937,1999,2071,2147,2212,2271,2330,2390,2450,2510,2570,2630,2690,2750,2810,2870,2930,2989,3049,3109,3169,3229,3289,3349,3409,3469,3529,3589,3648,3708,3768,3827,3886,3945,4004,4063,4122,4157,4192,4247,4310,4365,4423,4481,4542,4605,4662,4713,4763,4824,4881,4947,4981,5016,5051,5121,5188,5260,5329,5398,5472,5544,5632,5703,5820,6021,6131,6332,6461,6533,6600,6803,7104,8835,9516,10198,10365" + }, + "to": { + "startLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6039,6043,6044,6048,7169,7170,10118,10476,11319,11352,11388,11421", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "24089,32319,32391,33532,33597,54987,55056,62350,62420,62488,62560,62630,62691,62765,115988,116049,116110,116172,116236,116298,116359,116427,116527,116587,116653,116726,116795,116852,116904,117696,117768,117844,117909,117968,118027,118087,118147,118207,118267,118327,118387,118447,118507,118567,118627,118686,118746,118806,118866,118926,118986,119046,119106,119166,119226,119286,119345,119405,119465,119524,119583,119642,119701,119760,120268,120303,121822,121877,121940,121995,122053,122111,122172,122235,122292,122343,122393,122454,122511,122577,122611,122993,128136,131766,131833,131905,131974,132043,132117,132189,150872,425109,425226,425427,425537,425738,506521,506593,669467,682052,715888,717619,718844,719526", + "endLines": "470,634,635,650,651,938,939,1048,1049,1050,1051,1052,1053,1054,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1804,1805,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1856,1937,1978,1979,1980,1981,1982,1983,1984,2118,6038,6042,6043,6047,6048,7169,7170,10123,10485,11351,11372,11420,11426", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "24144,32386,32474,33592,33658,55051,55114,62415,62483,62555,62625,62686,62760,62833,116044,116105,116167,116231,116293,116354,116422,116522,116582,116648,116721,116790,116847,116899,116961,117763,117839,117904,117963,118022,118082,118142,118202,118262,118322,118382,118442,118502,118562,118622,118681,118741,118801,118861,118921,118981,119041,119101,119161,119221,119281,119340,119400,119460,119519,119578,119637,119696,119755,119814,120298,120333,121872,121935,121990,122048,122106,122167,122230,122287,122338,122388,122449,122506,122572,122606,122641,123023,128201,131828,131900,131969,132038,132112,132184,132272,150938,425221,425422,425532,425733,425862,506588,506655,669665,682348,717614,718295,719521,719688" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\4623089df65fe6eb130cdc60bb34bcd3\\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": "506,1106,1107,1108,1116,1117,1118,1803,12583", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "25621,66163,66222,66270,66937,67012,67088,120202,762803", + "endLines": "506,1106,1107,1108,1116,1117,1118,1803,12603", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "25672,66217,66265,66321,67007,67083,67155,120263,763638" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\dabe689a35df26bb0dcc0d7cad575bd6\\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": "138,141,1055,11232", + "startColumns": "4,4,4,4", + "startOffsets": "6996,7160,62838,713387", + "endLines": "138,141,1055,11235", + "endColumns": "55,47,51,24", + "endOffsets": "7047,7203,62885,713493" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\c28bbbc2a92ca476f88c575f0dd81fe4\\transformed\\material-1.11.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,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,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,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,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,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,1350,1353,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,1414,1415,1416,1417,1418,1422,1426,1430,1434,1435,1439,1447,1454,1462,1465,1475,1484,1493,1502,1503,1504,1505,1511,1512,1513,1514,1515,1516,1522,1523,1524,1525,1526,1531,1532,1536,1537,1543,1547,1548,1549,1550,1560,1561,1562,1566,1567,1573,1577,1578,1581,1582,1586,1587,1590,1591,1592,1593,1856,1863,2123,2129,2392,2399,2659,2665,2728,2810,2862,2944,3006,3088,3152,3204,3286,3294,3300,3311,3315,3319,3332,3347,3363,3370,3376,3393,3406,3426,3443,3452,3457,3464,3484,3497,3514,3520,3526,3533,3537,3543,3557,3560,3570,3571,3572,3620,3624,3628,3632,3633,3634,3637,3653,3660,3674,3719,3720,3726,3730,3734,3739,3746,3752,3753,3756,3760,3765,3778,3782,3787,3792,3797,3800,3803,3806,3810,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3840,3844,3848,3852,3856,3860,3864,3865,3866,3867,3868,3869,3870,3871,3875,3879,3880,3884,3885,3888,3892,3895,3898,3901,3905,3908,3911,3915,3919,3923,3927,3930,3931,3932,3933,3936,3940,3943,3946,3949,3952,3955,3958,3962,3965,3966,3969,3972,3973,3976,3977,3978,3982,3983,3988,3995,4002,4009,4016,4023,4030,4037,4044,4051,4060,4069,4078,4085,4094,4103,4106,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4125,4130,4135,4138,4139,4140,4141,4142,4150,4158,4159,4167,4171,4179,4187,4195,4203,4211,4212,4220,4228,4229,4232,4235,4237,4242,4244,4249,4253,4257,4258,4259,4260,4264,4268,4269,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4292,4296,4297,4301,4302,4303,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4332,4333,4334,4340,4341,4345,4347,4348,4353,4354,4355,4356,4357,4358,4362,4363,4364,4370,4371,4375,4377,4381,4385,4389,4393,4394,4395,4396,4399,4402,4405,4408,4411,4416,4420,4423,4424,4429,4433,4438,4444,4450,4455,4459,4464,4468,4472,4513,4514,4515,4516,4517,4521,4522,4523,4524,4528,4532,4536,4540,4544,4548,4552,4556,4562,4563,4604,4618,4623,4649,4656,4659,4670,4675,4678,4681,4736,4742,4743,4746,4749,4752,4755,4758,4761,4764,4768,4771,4772,4773,4781,4789,4792,4797,4802,4807,4812,4816,4820,4821,4829,4830,4831,4832,4833,4841,4846,4851,4852,4853,4854,4879,4885,4890,4893,4897,4900,4904,4914,4917,4922,4925,4929,4933,4941,4955,4968,4972,4987,4998,5001,5012,5017,5021,5056,5057,5058,5070,5078,5086,5094,5102,5122,5125,5152,5157,5177,5180,5183,5190,5203,5212,5215,5235,5245,5249,5253,5266,5270,5274,5278,5284,5288,5305,5313,5317,5321,5325,5328,5332,5336,5340,5350,5357,5364,5368,5394,5404,5429,5438,5458,5468,5472,5482,5507,5517,5520,5524,5525,5526,5527,5531,5537,5543,5544,5557,5558,5559,5562,5565,5568,5571,5574,5577,5580,5583,5586,5589,5592,5595,5598,5601,5604,5607,5610,5613,5616,5619,5622,5623,5628,5629,5642,5652,5656,5661,5666,5670,5673,5677,5681,5684,5688,5691,5695,5700,5705,5708,5715,5719,5723,5732,5737,5742,5743,5747,5750,5754,5767,5772,5780,5784,5788,5805,5809,5814,5832,5839,5843,5873,5876,5879,5882,5885,5888,5891,5910,5916,5924,5931,5943,5951,5956,5961,5965,5976,5980,5988,5991,5996,5997,5998,5999,6003,6007,6011,6015,6050,6053,6057,6061,6095,6098,6102,6106,6115,6121,6124,6134,6138,6139,6146,6150,6157,6158,6159,6162,6167,6172,6173,6177,6192,6211,6215,6216,6228,6238,6239,6251,6256,6280,6283,6289,6292,6301,6309,6313,6316,6319,6322,6326,6329,6346,6350,6353,6368,6371,6379,6384,6391,6396,6397,6402,6403,6409,6415,6421,6453,6464,6481,6488,6492,6495,6508,6517,6521,6526,6530,6534,6538,6542,6546,6550,6554,6559,6562,6574,6579,6588,6591,6598,6599,6603,6612,6618,6622,6623,6627,6648,6654,6658,6662,6663,6681,6682,6683,6684,6685,6690,6693,6694,6700,6701,6713,6725,6732,6733,6738,6743,6744,6748,6762,6767,6773,6779,6785,6790,6796,6802,6803,6809,6824,6829,6838,6847,6850,6864,6869,6880,6884,6893,6902,6903,6910,6918,6935,6945,6992,7059,7105,7162,7174,7241,7350,7370,7391,7397,7405,7511,7525,7548,7554,7598,7602,7608,7614,7625,7657,7664,7672,7687,7743,7754,7767,7779,7817,7864,7870,7882,7888,7894,7946,7951,7956,7963,7998,8010,8056,8085,8148,8153,8159,8162,8166,8220,8258,8276,8294,8351,8359,8383,8387,8395,8488,8492,8771,8779,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1853,1914,1970,2021,2081,2137,2200,2249,2305,2361,2411,2470,2525,2587,2634,2688,2744,2796,2851,2905,2959,3013,3062,3120,3174,3231,3287,3334,3387,3443,3503,3566,3625,3687,3737,3791,3845,3893,3950,4003,4059,4113,4169,4232,4294,4350,4410,4463,4524,4603,4684,4756,4835,4915,4991,5069,5138,5214,5291,5362,5435,5511,5589,5658,5734,5811,5875,5946,6018,6069,6122,6177,6244,6297,6349,6399,6457,6522,6570,6621,6688,6754,6812,6881,6939,7008,7078,7151,7225,7293,7360,7430,7496,7569,7629,7705,7765,7825,7900,7968,8034,8102,8162,8221,8278,8344,8406,8463,8531,8604,8674,8736,8797,8865,8927,8997,9066,9122,9181,9243,9305,9372,9429,9490,9551,9612,9673,9729,9785,9841,9897,9955,10013,10071,10129,10186,10243,10300,10357,10416,10475,10533,10616,10699,10772,10826,10895,10951,11032,11113,11184,11313,11366,11424,11482,11540,11586,11646,11700,11770,11840,11905,11971,12036,12104,12173,12241,12371,12424,12483,12541,12593,12643,12695,12741,12791,12847,12894,12952,13010,13072,13135,13197,13256,13316,13381,13447,13512,13574,13636,13698,13760,13822,13884,13950,14017,14083,14146,14210,14273,14341,14402,14464,14526,14589,14653,14716,14780,14858,14917,14983,15063,15124,15177,15235,15286,15331,15395,15454,15516,15590,15661,15727,15801,15870,15941,16014,16085,16153,16226,16302,16372,16450,16518,16584,16645,16714,16778,16844,16912,16978,17041,17109,17180,17245,17318,17381,17462,17526,17592,17662,17732,17802,17872,17939,17996,18054,18113,18173,18232,18291,18350,18409,18468,18527,18586,18645,18704,18763,18823,18884,18946,19007,19068,19129,19190,19251,19312,19372,19433,19494,19554,19615,19676,19737,19798,19859,19920,19981,20042,20103,20164,20225,20293,20362,20432,20501,20570,20639,20708,20777,20846,20915,20984,21053,21122,21182,21243,21305,21366,21427,21488,21549,21610,21671,21732,21793,21854,21915,21977,22040,22104,22167,22230,22293,22356,22419,22482,22545,22608,22671,22734,22795,22857,22920,22982,23044,23106,23168,23230,23292,23354,23416,23478,23540,23597,23683,23763,23853,23948,24040,24132,24222,24305,24398,24485,24582,24673,24774,24861,24964,25053,25152,25244,25344,25428,25522,25610,25708,25791,25882,25976,26075,26177,26275,26375,26462,26562,26648,26744,26832,26913,27004,27100,27193,27286,27377,27462,27556,27645,27743,27836,27938,28026,28130,28221,28321,28414,28515,28600,28695,28784,28883,28968,29060,29155,29255,29358,29457,29560,29649,29750,29837,29934,30022,30118,30210,30310,30400,30498,30583,30672,30761,30854,30941,31032,31098,31174,31243,31322,31395,31475,31555,31632,31700,31778,31854,31925,32006,32079,32162,32237,32322,32395,32476,32557,32631,32715,32785,32863,32933,33013,33091,33163,33245,33315,33392,33472,33557,33645,33729,33816,33890,33968,34046,34117,34198,34289,34372,34468,34566,34673,34738,34804,34857,34933,34999,35086,35162,35238,35303,35358,35412,35491,35569,35642,35707,35770,35836,35907,35978,36048,36110,36179,36245,36305,36372,36439,36495,36546,36599,36651,36705,36776,36839,36898,36960,37019,37092,37159,37229,37289,37352,37427,37499,37595,37666,37722,37793,37850,37907,37973,38037,38108,38165,38218,38281,38333,38391,38458,38527,38593,38652,38735,38794,38851,38918,38988,39062,39124,39193,39263,39362,39459,39558,39644,39730,39811,39886,39975,40066,40150,40209,40255,40321,40378,40445,40502,40584,40649,40715,40838,40922,41043,41108,41170,41268,41342,41425,41514,41578,41657,41731,41793,41889,41954,42013,42069,42125,42185,42292,42339,42399,42460,42524,42585,42645,42703,42746,42795,42847,42898,42950,42999,43048,43113,43179,43239,43300,43356,43415,43464,43512,43570,43627,43729,43786,43861,43909,43960,44022,44087,44139,44213,44276,44339,44407,44457,44519,44579,44636,44696,44745,44813,44919,45021,45090,45161,45217,45266,45366,45437,45547,45636,45727,45809,45907,45963,46064,46174,46273,46336,46442,46519,46631,46758,46870,46997,47067,47181,47312,47409,47477,47595,47698,47816,47877,47951,48018,48123,48245,48319,48386,48496,48595,48668,48765,48887,49005,49123,49184,49306,49423,49491,49597,49699,49779,49850,49946,50013,50087,50161,50247,50335,50425,50503,50580,50680,50751,50872,50993,51057,51182,51256,51380,51504,51571,51680,51808,51920,51999,52077,52178,52249,52371,52493,52558,52684,52796,52902,52970,53069,53173,53236,53302,53386,53499,53612,53730,53808,53880,54016,54152,54237,54377,54515,54653,54795,54877,54986,55097,55225,55353,55485,55615,55745,55879,55941,56037,56104,56221,56342,56439,56521,56608,56695,56826,56957,57092,57169,57246,57357,57471,57545,57654,57766,57868,57964,58068,58135,58229,58301,58411,58517,58590,58681,58783,58886,58981,59088,59193,59315,59437,59563,59622,59680,59804,59928,60056,60174,60292,60414,60500,60597,60731,60865,60945,61083,61215,61347,61483,61558,61634,61737,61811,61924,62005,62062,62123,62182,62242,62300,62361,62419,62469,62518,62585,62644,62703,62752,62823,62907,62977,63048,63128,63197,63260,63328,63394,63462,63527,63593,63670,63748,63854,63960,64056,64185,64274,64401,64467,64536,64622,64688,64771,64869,64965,65061,65159,65268,65363,65452,65514,65574,65639,65696,65777,65831,65888,65985,66095,66156,66271,66392,66487,66579,66672,66774,66830,66889,66938,67030,67079,67133,67187,67241,67295,67349,67404,67514,67624,67732,67842,67952,68062,68172,68280,68386,68490,68594,68698,68793,68888,68981,69074,69178,69284,69388,69492,69585,69678,69771,69864,69972,70078,70184,70290,70387,70482,70577,70672,70778,70884,70990,71096,71194,71290,71386,71484,71549,71653,71711,71775,71836,71898,71958,72023,72085,72153,72211,72274,72337,72404,72479,72552,72618,72670,72723,72775,72832,72916,73011,73096,73177,73257,73334,73413,73490,73564,73638,73709,73789,73861,73936,74001,74062,74122,74197,74271,74344,74414,74486,74556,74629,74693,74763,74809,74878,74930,75015,75098,75155,75221,75288,75354,75435,75510,75566,75619,75680,75738,75788,75837,75886,75935,75997,76049,76094,76175,76226,76280,76333,76387,76438,76487,76553,76604,76665,76726,76788,76838,76879,76956,77015,77074,77133,77194,77250,77306,77373,77434,77499,77554,77619,77688,77756,77834,77903,77963,78034,78108,78173,78245,78315,78382,78466,78535,78602,78672,78735,78802,78870,78953,79032,79122,79199,79267,79334,79412,79469,79526,79594,79660,79716,79776,79835,79889,79939,79989,80037,80099,80150,80223,80303,80383,80447,80514,80585,80643,80704,80770,80829,80896,80956,81016,81079,81147,81208,81275,81353,81423,81472,81529,81598,81659,81747,81835,81923,82011,82098,82185,82272,82359,82417,82491,82561,82617,82688,82753,82815,82890,82963,83053,83119,83185,83246,83310,83372,83430,83501,83584,83643,83714,83780,83845,83906,83965,84036,84102,84167,84250,84326,84401,84482,84542,84611,84681,84750,84805,84861,84917,84978,85036,85092,85146,85201,85263,85320,85414,85483,85584,85635,85705,85768,85824,85882,85941,85995,86081,86165,86235,86304,86374,86489,86610,86677,86744,86819,86886,86945,86999,87053,87107,87160,87212,87286,87423,87563,87612,87662,87712,87760,87816,87874,87936,87991,88049,88120,88184,88243,88305,88371,88437,88480,88524,88569,88612,88663,88710,88755,88806,88857,88908,88959,89007,89073,89135,89198,89270,89327,89381,89436,89494,89549,89608,89664,89733,89802,89871,89941,90004,90067,90130,90193,90258,90323,90388,90453,90516,90580,90644,90708,90759,90837,90915,90986,91058,91131,91203,91269,91335,91403,91471,91537,91604,91678,91741,91798,91858,91923,91990,92055,92112,92173,92231,92335,92445,92554,92658,92736,92801,92868,92934,93004,93051,93103,93153,93210,93530,93680,93811,93995,94173,94411,94600,94769,94867,94982,95067,95146,95306,95371,95460,95617,95774,95927,96081,96140,96327,96423,96513,96609,96699,96865,96988,97111,97281,97387,97502,97617,97719,97825,97942,98057,98139,98312,98480,98628,98787,98942,99115,99232,99349,99517,99629,99743,99915,100091,100249,100382,100494,100640,100792,100924,101067,101189,101367,101503,101599,101735,101830,101997,102090,102182,102369,102525,102703,102867,103049,103366,103548,103730,103920,104152,104342,104519,104681,104838,104948,105131,105268,105472,105656,105840,106000,106158,106342,106569,106772,106943,107163,107385,107540,107740,107924,108027,108217,108358,108523,108694,108894,109098,109300,109465,109670,109869,110068,110265,110356,110505,110655,110739,110888,111033,111185,111326,111492,111653,111731,112032,112198,112353,112455,112613,112777,112963,113186,113311,113588,113860,114138,114383,114445,114730,115181,115637,116146,116294,116808,117245,117679,118122,118207,118328,118427,118832,118929,119046,119133,119256,119357,119763,119862,119981,120074,120181,120524,120631,120876,120997,121406,121654,121754,121859,121978,122487,122634,122753,123004,123137,123552,123806,123918,124165,124290,124607,124728,124956,125077,125210,125357,145988,146480,166860,167284,187960,188454,208879,209305,214146,219563,223654,229085,233827,239204,243188,247180,252571,253118,253551,254307,254537,254780,255913,256842,257746,258330,258803,260233,260977,262170,263224,263702,263995,264378,265893,266658,267801,268242,268683,269279,269553,269964,270980,271158,271911,272048,272139,274333,274599,274921,275131,275240,275359,275543,276661,277131,277882,280465,280560,280936,281164,281420,281679,282255,282609,282731,282870,283162,283422,284350,284636,285039,285441,285784,285996,286197,286410,286699,286984,287057,287144,287229,287328,287440,287546,287669,287801,287924,288054,288178,288311,288442,288567,288684,288804,288936,289064,289178,289296,289409,289530,289718,289905,290086,290269,290453,290618,290800,290920,291040,291148,291258,291370,291478,291588,291753,291919,292071,292236,292337,292457,292628,292789,292952,293113,293280,293399,293516,293696,293878,294059,294242,294397,294542,294664,294799,294962,295155,295281,295433,295575,295745,295901,296073,296364,296559,296651,296824,296986,297081,297250,297344,297433,297676,297765,298058,298474,298894,299315,299741,300158,300574,300991,301409,301823,302293,302766,303238,303649,304120,304592,304782,304988,305094,305202,305308,305420,305534,305646,305760,305876,305990,306098,306208,306316,306578,306957,307361,307508,307616,307726,307834,307948,308357,308771,308887,309305,309546,309976,310411,310821,311243,311653,311775,312184,312600,312722,312940,313124,313192,313536,313616,313972,314122,314266,314342,314454,314544,314806,315071,315179,315331,315439,315515,315627,315717,315819,315927,316035,316135,316243,316328,316432,316519,316597,316711,316803,317067,317334,317444,317597,317707,317791,318180,318278,318386,318480,318610,318718,318840,318976,319084,319204,319338,319460,319588,319730,319856,319996,320122,320240,320372,320470,320580,320880,320992,321110,321574,321690,321993,322119,322215,322616,322726,322850,322988,323098,323220,323532,323656,323786,324262,324390,324705,324843,325005,325221,325377,325581,325649,325733,325837,326040,326229,326430,326623,326828,327141,327353,327519,327635,327881,328097,328410,328836,329298,329535,329687,329947,330091,330233,333465,333579,333699,333815,333909,334230,334329,334447,334548,334827,335112,335391,335673,335926,336185,336438,336694,337118,337194,340444,341799,342243,344097,344672,344880,345890,346270,346436,346577,351597,352023,352135,352270,352423,352620,352791,352974,353149,353336,353608,353766,353850,353954,354441,354997,355155,355374,355605,355828,356063,356285,356551,356689,357288,357402,357540,357652,357776,358347,358842,359388,359533,359626,359718,361645,362215,362513,362702,362908,363101,363311,364195,364340,364732,364890,365107,365368,365800,366675,367295,367492,368440,369205,369328,370101,370322,370522,372499,372599,372689,373375,374128,374893,375656,376431,377644,377809,379422,379743,380806,381016,381186,381756,382651,383284,383450,384936,385552,385788,386009,386967,387232,387497,387744,388158,388394,389679,390128,390315,390564,390806,390982,391223,391456,391681,392276,392751,393275,393536,394887,395362,396588,397058,398106,398558,398802,399259,400504,400987,401137,401481,401627,401765,401901,402189,402693,403202,403318,404220,404342,404454,404631,404897,405167,405433,405701,405957,406217,406473,406731,406983,407239,407491,407745,407977,408213,408465,408721,408973,409227,409459,409693,409805,410230,410354,411446,412261,412457,412781,413170,413522,413763,413977,414276,414468,414783,414990,415336,415636,416037,416256,416669,416906,417276,418000,418355,418624,418764,419018,419162,419439,420431,420840,421472,421818,422186,423260,423623,424023,425531,426116,426434,428969,429163,429381,429607,429819,430018,430225,431429,431724,432281,432671,433303,433780,434025,434376,434622,435382,435646,436069,436260,436639,436727,436835,436943,437256,437581,437900,438231,440934,441122,441383,441632,444216,444408,444673,444926,445458,445866,446065,446649,446884,447008,447420,447634,448036,448139,448269,448444,448696,448892,449032,449226,450237,451306,451594,451724,452501,453158,453304,454010,454248,455788,455938,456355,456520,457206,457676,457872,457963,458047,458191,458425,458592,459520,459806,459966,460581,460740,461068,461295,461807,462169,462248,462587,462692,463057,463428,463789,465663,466292,467368,467792,468045,468197,469245,469982,470185,470431,470678,470896,471138,471459,471723,472028,472251,472562,472751,473466,473735,474229,474455,474895,475054,475338,476083,476448,476753,476911,477149,478468,478866,479094,479314,479456,480746,480852,480982,481120,481244,481532,481701,481801,482086,482200,483083,483838,484277,484401,484647,484840,484974,485165,485944,486162,486453,486732,487049,487271,487566,487849,487953,488294,489110,489426,489987,490493,490698,491484,491889,492550,492739,493290,493856,493976,494378,494912,495442,495741,498086,500528,502122,504129,504468,507142,509437,509877,510629,510813,511024,515682,516265,516993,517195,518330,518480,518655,518880,519474,520726,521067,521575,522086,523880,524140,524756,525251,526288,528154,528345,528678,528834,529027,531419,531648,531856,532026,533798,534096,535439,536449,538414,538530,538699,538836,538982,540333,541471,542002,542428,544161,544409,545179,545295,545470,548685,548832,559704,559947,560318,560413,560506,560569,560651,560744,560837,560924,561022,561113,561204,561292,561376,561472,561576,561676,561782,561885,561986,562090,562196,562295,562401,562503,562610,562719,562830,562961,563081,563197,563315,563414,563521,563637,563756,563884,563973,564068,564145,564234,564325,564418,564492,564589,564684,564782,564881,564985,565081,565183,565286,565386,565489,565574,565675,565773,565863,565958,566045,566151,566253,566347,566438,566532,566608,566700,566789,566892,567003,567086,567172,567267,567364,567460,567548,567649,567750,567853,567959,568057,568154,568249,568347,568450,568550,568653,568758,568876,568992,569087,569180,569265,569361,569455,569547,569649,569756,569839,569943,570048,570148,570249,570354,570454,570555,570654,570756,570850,570957,571059,571162,571255,571351,571453,571556,571652,571754,571857,571954,572057,572155,572259,572364,572461,572569,572683,572798,572906,573020,573135,573237,573342,573450,573560,573676,573793,573888,573985,574084,574189,574295,574394,574499,574605,574705,574811,574912,575019,575138,575237,575342,575444,575546,575646,575749,575844,575948,576033,576137,576241,576339,576443,576549,576647,576752,576850,576963,577057,577146,577235,577318,577409,577492,577590,577680,577776,577865,577959,578047,578143,578228,578336,578437,578538,578636,578742,578833,578932,579029,579127,579223,579316,579426,579524,579619,579729,579821,579921,580020,580107,580211,580316,580415,580522,580629,580728,580837,580929,581040,581151,581262,581366,581481,581597,581724,581844,581941,582040,582132,582231,582323,582422,582508,582602,582705,582801,582904,583000,583103,583200,583298,583401,583494,583584,583685,583768,583859,583944,584036,584139,584234,584330,584423,584517,584596,584703,584794,584893,584986,585089,585193,585294,585395,585499,585593,585697,585801,585914,586020,586126,586234,586351,586452,586560,586660,586763,586868,586975,587071,587150,587240,587324,587416,587489,587586,587668,587753,587838,587935,588028,588123,588222,588319,588410,588501,588593,588688,588795,588903,589005,589102,589199,589292,589379,589463,589560,589657,589750,589837,589928,590027,590126,590221,590310,590391,590490,590594,590691,590796,590893,590977,591076,591180,591277,591382,591479,591577,591678,591784,591883,591990,592089,592188,592279,592368,592457,592539,592632,592723,592834,592935,593035,593147,593260,593358,593466,593560,593660,593749,593841,593952,594062,594157,594273,594399,594525,594644,594772,594897,595022,595140,595267,595376,595485,595598,595721,595844,595960,596085,596182,596290,596412,596528,596644,596753,596841,596942,597031,597132,597219,597307,597404,597496,597602,597702,597778", + "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,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,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,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,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,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,1349,1352,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,1413,1414,1415,1416,1417,1421,1425,1429,1433,1434,1438,1446,1453,1461,1464,1474,1483,1492,1501,1502,1503,1504,1510,1511,1512,1513,1514,1515,1521,1522,1523,1524,1525,1530,1531,1535,1536,1542,1546,1547,1548,1549,1559,1560,1561,1565,1566,1572,1576,1577,1580,1581,1585,1586,1589,1590,1591,1592,1855,1862,2122,2128,2391,2398,2658,2664,2727,2809,2861,2943,3005,3087,3151,3203,3285,3293,3299,3310,3314,3318,3331,3346,3362,3369,3375,3392,3405,3425,3442,3451,3456,3463,3483,3496,3513,3519,3525,3532,3536,3542,3556,3559,3569,3570,3571,3619,3623,3627,3631,3632,3633,3636,3652,3659,3673,3718,3719,3725,3729,3733,3738,3745,3751,3752,3755,3759,3764,3777,3781,3786,3791,3796,3799,3802,3805,3809,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3839,3843,3847,3851,3855,3859,3863,3864,3865,3866,3867,3868,3869,3870,3874,3878,3879,3883,3884,3887,3891,3894,3897,3900,3904,3907,3910,3914,3918,3922,3926,3929,3930,3931,3932,3935,3939,3942,3945,3948,3951,3954,3957,3961,3964,3965,3968,3971,3972,3975,3976,3977,3981,3982,3987,3994,4001,4008,4015,4022,4029,4036,4043,4050,4059,4068,4077,4084,4093,4102,4105,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4124,4129,4134,4137,4138,4139,4140,4141,4149,4157,4158,4166,4170,4178,4186,4194,4202,4210,4211,4219,4227,4228,4231,4234,4236,4241,4243,4248,4252,4256,4257,4258,4259,4263,4267,4268,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4291,4295,4296,4300,4301,4302,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4331,4332,4333,4339,4340,4344,4346,4347,4352,4353,4354,4355,4356,4357,4361,4362,4363,4369,4370,4374,4376,4380,4384,4388,4392,4393,4394,4395,4398,4401,4404,4407,4410,4415,4419,4422,4423,4428,4432,4437,4443,4449,4454,4458,4463,4467,4471,4512,4513,4514,4515,4516,4520,4521,4522,4523,4527,4531,4535,4539,4543,4547,4551,4555,4561,4562,4603,4617,4622,4648,4655,4658,4669,4674,4677,4680,4735,4741,4742,4745,4748,4751,4754,4757,4760,4763,4767,4770,4771,4772,4780,4788,4791,4796,4801,4806,4811,4815,4819,4820,4828,4829,4830,4831,4832,4840,4845,4850,4851,4852,4853,4878,4884,4889,4892,4896,4899,4903,4913,4916,4921,4924,4928,4932,4940,4954,4967,4971,4986,4997,5000,5011,5016,5020,5055,5056,5057,5069,5077,5085,5093,5101,5121,5124,5151,5156,5176,5179,5182,5189,5202,5211,5214,5234,5244,5248,5252,5265,5269,5273,5277,5283,5287,5304,5312,5316,5320,5324,5327,5331,5335,5339,5349,5356,5363,5367,5393,5403,5428,5437,5457,5467,5471,5481,5506,5516,5519,5523,5524,5525,5526,5530,5536,5542,5543,5556,5557,5558,5561,5564,5567,5570,5573,5576,5579,5582,5585,5588,5591,5594,5597,5600,5603,5606,5609,5612,5615,5618,5621,5622,5627,5628,5641,5651,5655,5660,5665,5669,5672,5676,5680,5683,5687,5690,5694,5699,5704,5707,5714,5718,5722,5731,5736,5741,5742,5746,5749,5753,5766,5771,5779,5783,5787,5804,5808,5813,5831,5838,5842,5872,5875,5878,5881,5884,5887,5890,5909,5915,5923,5930,5942,5950,5955,5960,5964,5975,5979,5987,5990,5995,5996,5997,5998,6002,6006,6010,6014,6049,6052,6056,6060,6094,6097,6101,6105,6114,6120,6123,6133,6137,6138,6145,6149,6156,6157,6158,6161,6166,6171,6172,6176,6191,6210,6214,6215,6227,6237,6238,6250,6255,6279,6282,6288,6291,6300,6308,6312,6315,6318,6321,6325,6328,6345,6349,6352,6367,6370,6378,6383,6390,6395,6396,6401,6402,6408,6414,6420,6452,6463,6480,6487,6491,6494,6507,6516,6520,6525,6529,6533,6537,6541,6545,6549,6553,6558,6561,6573,6578,6587,6590,6597,6598,6602,6611,6617,6621,6622,6626,6647,6653,6657,6661,6662,6680,6681,6682,6683,6684,6689,6692,6693,6699,6700,6712,6724,6731,6732,6737,6742,6743,6747,6761,6766,6772,6778,6784,6789,6795,6801,6802,6808,6823,6828,6837,6846,6849,6863,6868,6879,6883,6892,6901,6902,6909,6917,6934,6944,6991,7058,7104,7161,7173,7231,7349,7369,7390,7396,7404,7510,7524,7547,7553,7597,7601,7607,7613,7624,7656,7663,7671,7686,7742,7753,7766,7778,7816,7863,7869,7881,7887,7893,7945,7950,7955,7962,7997,8009,8055,8084,8147,8152,8158,8161,8165,8193,8257,8275,8293,8350,8358,8382,8386,8394,8487,8491,8770,8778,8788,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,8801,8802,8803,8804,8805,8806,8807,8808,8809,8810,8811,8812,8813,8814,8815,8816,8817,8818,8819,8820,8821,8822,8823,8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839,8840,8841,8842,8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870,8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,8885,8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "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,1848,1909,1965,2016,2076,2132,2195,2244,2300,2356,2406,2465,2520,2582,2629,2683,2739,2791,2846,2900,2954,3008,3057,3115,3169,3226,3282,3329,3382,3438,3498,3561,3620,3682,3732,3786,3840,3888,3945,3998,4054,4108,4164,4227,4289,4345,4405,4458,4519,4598,4679,4751,4830,4910,4986,5064,5133,5209,5286,5357,5430,5506,5584,5653,5729,5806,5870,5941,6013,6064,6117,6172,6239,6292,6344,6394,6452,6517,6565,6616,6683,6749,6807,6876,6934,7003,7073,7146,7220,7288,7355,7425,7491,7564,7624,7700,7760,7820,7895,7963,8029,8097,8157,8216,8273,8339,8401,8458,8526,8599,8669,8731,8792,8860,8922,8992,9061,9117,9176,9238,9300,9367,9424,9485,9546,9607,9668,9724,9780,9836,9892,9950,10008,10066,10124,10181,10238,10295,10352,10411,10470,10528,10611,10694,10767,10821,10890,10946,11027,11108,11179,11308,11361,11419,11477,11535,11581,11641,11695,11765,11835,11900,11966,12031,12099,12168,12236,12366,12419,12478,12536,12588,12638,12690,12736,12786,12842,12889,12947,13005,13067,13130,13192,13251,13311,13376,13442,13507,13569,13631,13693,13755,13817,13879,13945,14012,14078,14141,14205,14268,14336,14397,14459,14521,14584,14648,14711,14775,14853,14912,14978,15058,15119,15172,15230,15281,15326,15390,15449,15511,15585,15656,15722,15796,15865,15936,16009,16080,16148,16221,16297,16367,16445,16513,16579,16640,16709,16773,16839,16907,16973,17036,17104,17175,17240,17313,17376,17457,17521,17587,17657,17727,17797,17867,17934,17991,18049,18108,18168,18227,18286,18345,18404,18463,18522,18581,18640,18699,18758,18818,18879,18941,19002,19063,19124,19185,19246,19307,19367,19428,19489,19549,19610,19671,19732,19793,19854,19915,19976,20037,20098,20159,20220,20288,20357,20427,20496,20565,20634,20703,20772,20841,20910,20979,21048,21117,21177,21238,21300,21361,21422,21483,21544,21605,21666,21727,21788,21849,21910,21972,22035,22099,22162,22225,22288,22351,22414,22477,22540,22603,22666,22729,22790,22852,22915,22977,23039,23101,23163,23225,23287,23349,23411,23473,23535,23592,23678,23758,23848,23943,24035,24127,24217,24300,24393,24480,24577,24668,24769,24856,24959,25048,25147,25239,25339,25423,25517,25605,25703,25786,25877,25971,26070,26172,26270,26370,26457,26557,26643,26739,26827,26908,26999,27095,27188,27281,27372,27457,27551,27640,27738,27831,27933,28021,28125,28216,28316,28409,28510,28595,28690,28779,28878,28963,29055,29150,29250,29353,29452,29555,29644,29745,29832,29929,30017,30113,30205,30305,30395,30493,30578,30667,30756,30849,30936,31027,31093,31169,31238,31317,31390,31470,31550,31627,31695,31773,31849,31920,32001,32074,32157,32232,32317,32390,32471,32552,32626,32710,32780,32858,32928,33008,33086,33158,33240,33310,33387,33467,33552,33640,33724,33811,33885,33963,34041,34112,34193,34284,34367,34463,34561,34668,34733,34799,34852,34928,34994,35081,35157,35233,35298,35353,35407,35486,35564,35637,35702,35765,35831,35902,35973,36043,36105,36174,36240,36300,36367,36434,36490,36541,36594,36646,36700,36771,36834,36893,36955,37014,37087,37154,37224,37284,37347,37422,37494,37590,37661,37717,37788,37845,37902,37968,38032,38103,38160,38213,38276,38328,38386,38453,38522,38588,38647,38730,38789,38846,38913,38983,39057,39119,39188,39258,39357,39454,39553,39639,39725,39806,39881,39970,40061,40145,40204,40250,40316,40373,40440,40497,40579,40644,40710,40833,40917,41038,41103,41165,41263,41337,41420,41509,41573,41652,41726,41788,41884,41949,42008,42064,42120,42180,42287,42334,42394,42455,42519,42580,42640,42698,42741,42790,42842,42893,42945,42994,43043,43108,43174,43234,43295,43351,43410,43459,43507,43565,43622,43724,43781,43856,43904,43955,44017,44082,44134,44208,44271,44334,44402,44452,44514,44574,44631,44691,44740,44808,44914,45016,45085,45156,45212,45261,45361,45432,45542,45631,45722,45804,45902,45958,46059,46169,46268,46331,46437,46514,46626,46753,46865,46992,47062,47176,47307,47404,47472,47590,47693,47811,47872,47946,48013,48118,48240,48314,48381,48491,48590,48663,48760,48882,49000,49118,49179,49301,49418,49486,49592,49694,49774,49845,49941,50008,50082,50156,50242,50330,50420,50498,50575,50675,50746,50867,50988,51052,51177,51251,51375,51499,51566,51675,51803,51915,51994,52072,52173,52244,52366,52488,52553,52679,52791,52897,52965,53064,53168,53231,53297,53381,53494,53607,53725,53803,53875,54011,54147,54232,54372,54510,54648,54790,54872,54981,55092,55220,55348,55480,55610,55740,55874,55936,56032,56099,56216,56337,56434,56516,56603,56690,56821,56952,57087,57164,57241,57352,57466,57540,57649,57761,57863,57959,58063,58130,58224,58296,58406,58512,58585,58676,58778,58881,58976,59083,59188,59310,59432,59558,59617,59675,59799,59923,60051,60169,60287,60409,60495,60592,60726,60860,60940,61078,61210,61342,61478,61553,61629,61732,61806,61919,62000,62057,62118,62177,62237,62295,62356,62414,62464,62513,62580,62639,62698,62747,62818,62902,62972,63043,63123,63192,63255,63323,63389,63457,63522,63588,63665,63743,63849,63955,64051,64180,64269,64396,64462,64531,64617,64683,64766,64864,64960,65056,65154,65263,65358,65447,65509,65569,65634,65691,65772,65826,65883,65980,66090,66151,66266,66387,66482,66574,66667,66769,66825,66884,66933,67025,67074,67128,67182,67236,67290,67344,67399,67509,67619,67727,67837,67947,68057,68167,68275,68381,68485,68589,68693,68788,68883,68976,69069,69173,69279,69383,69487,69580,69673,69766,69859,69967,70073,70179,70285,70382,70477,70572,70667,70773,70879,70985,71091,71189,71285,71381,71479,71544,71648,71706,71770,71831,71893,71953,72018,72080,72148,72206,72269,72332,72399,72474,72547,72613,72665,72718,72770,72827,72911,73006,73091,73172,73252,73329,73408,73485,73559,73633,73704,73784,73856,73931,73996,74057,74117,74192,74266,74339,74409,74481,74551,74624,74688,74758,74804,74873,74925,75010,75093,75150,75216,75283,75349,75430,75505,75561,75614,75675,75733,75783,75832,75881,75930,75992,76044,76089,76170,76221,76275,76328,76382,76433,76482,76548,76599,76660,76721,76783,76833,76874,76951,77010,77069,77128,77189,77245,77301,77368,77429,77494,77549,77614,77683,77751,77829,77898,77958,78029,78103,78168,78240,78310,78377,78461,78530,78597,78667,78730,78797,78865,78948,79027,79117,79194,79262,79329,79407,79464,79521,79589,79655,79711,79771,79830,79884,79934,79984,80032,80094,80145,80218,80298,80378,80442,80509,80580,80638,80699,80765,80824,80891,80951,81011,81074,81142,81203,81270,81348,81418,81467,81524,81593,81654,81742,81830,81918,82006,82093,82180,82267,82354,82412,82486,82556,82612,82683,82748,82810,82885,82958,83048,83114,83180,83241,83305,83367,83425,83496,83579,83638,83709,83775,83840,83901,83960,84031,84097,84162,84245,84321,84396,84477,84537,84606,84676,84745,84800,84856,84912,84973,85031,85087,85141,85196,85258,85315,85409,85478,85579,85630,85700,85763,85819,85877,85936,85990,86076,86160,86230,86299,86369,86484,86605,86672,86739,86814,86881,86940,86994,87048,87102,87155,87207,87281,87418,87558,87607,87657,87707,87755,87811,87869,87931,87986,88044,88115,88179,88238,88300,88366,88432,88475,88519,88564,88607,88658,88705,88750,88801,88852,88903,88954,89002,89068,89130,89193,89265,89322,89376,89431,89489,89544,89603,89659,89728,89797,89866,89936,89999,90062,90125,90188,90253,90318,90383,90448,90511,90575,90639,90703,90754,90832,90910,90981,91053,91126,91198,91264,91330,91398,91466,91532,91599,91673,91736,91793,91853,91918,91985,92050,92107,92168,92226,92330,92440,92549,92653,92731,92796,92863,92929,92999,93046,93098,93148,93205,93525,93675,93806,93990,94168,94406,94595,94764,94862,94977,95062,95141,95301,95366,95455,95612,95769,95922,96076,96135,96322,96418,96508,96604,96694,96860,96983,97106,97276,97382,97497,97612,97714,97820,97937,98052,98134,98307,98475,98623,98782,98937,99110,99227,99344,99512,99624,99738,99910,100086,100244,100377,100489,100635,100787,100919,101062,101184,101362,101498,101594,101730,101825,101992,102085,102177,102364,102520,102698,102862,103044,103361,103543,103725,103915,104147,104337,104514,104676,104833,104943,105126,105263,105467,105651,105835,105995,106153,106337,106564,106767,106938,107158,107380,107535,107735,107919,108022,108212,108353,108518,108689,108889,109093,109295,109460,109665,109864,110063,110260,110351,110500,110650,110734,110883,111028,111180,111321,111487,111648,111726,112027,112193,112348,112450,112608,112772,112958,113181,113306,113583,113855,114133,114378,114440,114725,115176,115632,116141,116289,116803,117240,117674,118117,118202,118323,118422,118827,118924,119041,119128,119251,119352,119758,119857,119976,120069,120176,120519,120626,120871,120992,121401,121649,121749,121854,121973,122482,122629,122748,122999,123132,123547,123801,123913,124160,124285,124602,124723,124951,125072,125205,125352,145983,146475,166855,167279,187955,188449,208874,209300,214141,219558,223649,229080,233822,239199,243183,247175,252566,253113,253546,254302,254532,254775,255908,256837,257741,258325,258798,260228,260972,262165,263219,263697,263990,264373,265888,266653,267796,268237,268678,269274,269548,269959,270975,271153,271906,272043,272134,274328,274594,274916,275126,275235,275354,275538,276656,277126,277877,280460,280555,280931,281159,281415,281674,282250,282604,282726,282865,283157,283417,284345,284631,285034,285436,285779,285991,286192,286405,286694,286979,287052,287139,287224,287323,287435,287541,287664,287796,287919,288049,288173,288306,288437,288562,288679,288799,288931,289059,289173,289291,289404,289525,289713,289900,290081,290264,290448,290613,290795,290915,291035,291143,291253,291365,291473,291583,291748,291914,292066,292231,292332,292452,292623,292784,292947,293108,293275,293394,293511,293691,293873,294054,294237,294392,294537,294659,294794,294957,295150,295276,295428,295570,295740,295896,296068,296359,296554,296646,296819,296981,297076,297245,297339,297428,297671,297760,298053,298469,298889,299310,299736,300153,300569,300986,301404,301818,302288,302761,303233,303644,304115,304587,304777,304983,305089,305197,305303,305415,305529,305641,305755,305871,305985,306093,306203,306311,306573,306952,307356,307503,307611,307721,307829,307943,308352,308766,308882,309300,309541,309971,310406,310816,311238,311648,311770,312179,312595,312717,312935,313119,313187,313531,313611,313967,314117,314261,314337,314449,314539,314801,315066,315174,315326,315434,315510,315622,315712,315814,315922,316030,316130,316238,316323,316427,316514,316592,316706,316798,317062,317329,317439,317592,317702,317786,318175,318273,318381,318475,318605,318713,318835,318971,319079,319199,319333,319455,319583,319725,319851,319991,320117,320235,320367,320465,320575,320875,320987,321105,321569,321685,321988,322114,322210,322611,322721,322845,322983,323093,323215,323527,323651,323781,324257,324385,324700,324838,325000,325216,325372,325576,325644,325728,325832,326035,326224,326425,326618,326823,327136,327348,327514,327630,327876,328092,328405,328831,329293,329530,329682,329942,330086,330228,333460,333574,333694,333810,333904,334225,334324,334442,334543,334822,335107,335386,335668,335921,336180,336433,336689,337113,337189,340439,341794,342238,344092,344667,344875,345885,346265,346431,346572,351592,352018,352130,352265,352418,352615,352786,352969,353144,353331,353603,353761,353845,353949,354436,354992,355150,355369,355600,355823,356058,356280,356546,356684,357283,357397,357535,357647,357771,358342,358837,359383,359528,359621,359713,361640,362210,362508,362697,362903,363096,363306,364190,364335,364727,364885,365102,365363,365795,366670,367290,367487,368435,369200,369323,370096,370317,370517,372494,372594,372684,373370,374123,374888,375651,376426,377639,377804,379417,379738,380801,381011,381181,381751,382646,383279,383445,384931,385547,385783,386004,386962,387227,387492,387739,388153,388389,389674,390123,390310,390559,390801,390977,391218,391451,391676,392271,392746,393270,393531,394882,395357,396583,397053,398101,398553,398797,399254,400499,400982,401132,401476,401622,401760,401896,402184,402688,403197,403313,404215,404337,404449,404626,404892,405162,405428,405696,405952,406212,406468,406726,406978,407234,407486,407740,407972,408208,408460,408716,408968,409222,409454,409688,409800,410225,410349,411441,412256,412452,412776,413165,413517,413758,413972,414271,414463,414778,414985,415331,415631,416032,416251,416664,416901,417271,417995,418350,418619,418759,419013,419157,419434,420426,420835,421467,421813,422181,423255,423618,424018,425526,426111,426429,428964,429158,429376,429602,429814,430013,430220,431424,431719,432276,432666,433298,433775,434020,434371,434617,435377,435641,436064,436255,436634,436722,436830,436938,437251,437576,437895,438226,440929,441117,441378,441627,444211,444403,444668,444921,445453,445861,446060,446644,446879,447003,447415,447629,448031,448134,448264,448439,448691,448887,449027,449221,450232,451301,451589,451719,452496,453153,453299,454005,454243,455783,455933,456350,456515,457201,457671,457867,457958,458042,458186,458420,458587,459515,459801,459961,460576,460735,461063,461290,461802,462164,462243,462582,462687,463052,463423,463784,465658,466287,467363,467787,468040,468192,469240,469977,470180,470426,470673,470891,471133,471454,471718,472023,472246,472557,472746,473461,473730,474224,474450,474890,475049,475333,476078,476443,476748,476906,477144,478463,478861,479089,479309,479451,480741,480847,480977,481115,481239,481527,481696,481796,482081,482195,483078,483833,484272,484396,484642,484835,484969,485160,485939,486157,486448,486727,487044,487266,487561,487844,487948,488289,489105,489421,489982,490488,490693,491479,491884,492545,492734,493285,493851,493971,494373,494907,495437,495736,498081,500523,502117,504124,504463,506896,509432,509872,510624,510808,511019,515677,516260,516988,517190,518325,518475,518650,518875,519469,520721,521062,521570,522081,523875,524135,524751,525246,526283,528149,528340,528673,528829,529022,531414,531643,531851,532021,533793,534091,535434,536444,538409,538525,538694,538831,538977,539662,541466,541997,542423,544156,544404,545174,545290,545465,548680,548827,559699,559942,560313,560408,560501,560564,560646,560739,560832,560919,561017,561108,561199,561287,561371,561467,561571,561671,561777,561880,561981,562085,562191,562290,562396,562498,562605,562714,562825,562956,563076,563192,563310,563409,563516,563632,563751,563879,563968,564063,564140,564229,564320,564413,564487,564584,564679,564777,564876,564980,565076,565178,565281,565381,565484,565569,565670,565768,565858,565953,566040,566146,566248,566342,566433,566527,566603,566695,566784,566887,566998,567081,567167,567262,567359,567455,567543,567644,567745,567848,567954,568052,568149,568244,568342,568445,568545,568648,568753,568871,568987,569082,569175,569260,569356,569450,569542,569644,569751,569834,569938,570043,570143,570244,570349,570449,570550,570649,570751,570845,570952,571054,571157,571250,571346,571448,571551,571647,571749,571852,571949,572052,572150,572254,572359,572456,572564,572678,572793,572901,573015,573130,573232,573337,573445,573555,573671,573788,573883,573980,574079,574184,574290,574389,574494,574600,574700,574806,574907,575014,575133,575232,575337,575439,575541,575641,575744,575839,575943,576028,576132,576236,576334,576438,576544,576642,576747,576845,576958,577052,577141,577230,577313,577404,577487,577585,577675,577771,577860,577954,578042,578138,578223,578331,578432,578533,578631,578737,578828,578927,579024,579122,579218,579311,579421,579519,579614,579724,579816,579916,580015,580102,580206,580311,580410,580517,580624,580723,580832,580924,581035,581146,581257,581361,581476,581592,581719,581839,581936,582035,582127,582226,582318,582417,582503,582597,582700,582796,582899,582995,583098,583195,583293,583396,583489,583579,583680,583763,583854,583939,584031,584134,584229,584325,584418,584512,584591,584698,584789,584888,584981,585084,585188,585289,585390,585494,585588,585692,585796,585909,586015,586121,586229,586346,586447,586555,586655,586758,586863,586970,587066,587145,587235,587319,587411,587484,587581,587663,587748,587833,587930,588023,588118,588217,588314,588405,588496,588588,588683,588790,588898,589000,589097,589194,589287,589374,589458,589555,589652,589745,589832,589923,590022,590121,590216,590305,590386,590485,590589,590686,590791,590888,590972,591071,591175,591272,591377,591474,591572,591673,591779,591878,591985,592084,592183,592274,592363,592452,592534,592627,592718,592829,592930,593030,593142,593255,593353,593461,593555,593655,593744,593836,593947,594057,594152,594268,594394,594520,594639,594767,594892,595017,595135,595262,595371,595480,595593,595716,595839,595955,596080,596177,596285,596407,596523,596639,596748,596836,596937,597026,597127,597214,597302,597399,597491,597597,597697,597773,597850" + }, + "to": { + "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,518,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1938,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2049,2052,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2111,2114,2115,2116,2117,2125,2129,2133,2137,2141,2142,2185,2193,2200,2370,2373,2383,2392,2401,2470,2471,2472,2473,2479,2480,2481,2482,2483,2484,2490,2491,2492,2493,2494,2499,2500,2504,2505,2511,2515,2516,2517,2518,2528,2529,2530,2534,2535,2541,2545,2615,2618,2619,2623,2624,2627,2628,2629,2630,2893,2900,3160,3166,3429,3436,3696,3702,3765,3847,3899,3981,4043,4125,4189,4241,4323,4331,4337,4348,4352,4356,4369,5144,5160,5167,5173,5190,5203,5223,5240,5249,5254,5261,5281,5294,5311,5317,5323,5330,5334,5340,5354,5357,5367,5368,5369,5417,5421,5425,5429,5430,5431,5434,5450,5457,5471,5516,5525,5531,5535,5539,5544,5551,5557,5558,5561,5565,5570,5583,5587,5592,5597,5602,5605,5608,5611,5615,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5860,5864,5868,5872,5876,5880,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5900,5904,5905,5908,5912,5915,5918,5921,5925,5928,5931,5935,5939,5943,5947,5950,5951,5952,5953,5956,5960,5963,5966,5969,5972,5975,5978,6049,6052,6053,6056,6059,6060,6063,6064,6065,6069,6070,6075,6082,6089,6096,6103,6110,6117,6124,6131,6138,6147,6156,6165,6172,6181,6190,6193,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6212,6217,6222,6225,6226,6227,6228,6229,6237,6245,6246,6254,6258,6266,6274,6282,6290,6298,6299,6307,6315,6316,6319,6364,6366,6371,6373,6378,6382,6386,6387,6388,6389,6393,6397,6398,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6421,6425,6426,6430,6431,6432,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6461,6462,6463,6469,6470,6474,6476,6477,6482,6483,6484,6485,6486,6487,6491,6492,6493,6499,6500,6504,6506,6510,6514,6518,6534,6535,6536,6537,6540,6543,6546,6549,6552,6557,6561,6564,6565,6570,6574,6579,6585,6591,6596,6600,6605,6609,6613,6654,6655,6656,6657,6658,6662,6663,6664,6665,6669,6673,6677,6681,6685,6689,6693,6697,6703,6704,6745,6759,6764,6790,6797,6800,6811,6816,6819,6822,6877,6883,6884,6887,6890,6893,6896,6899,6902,6905,6909,6912,6913,6914,6922,6930,6933,6938,6943,6948,6953,6957,6961,6962,6970,6971,6972,6973,6974,6982,6987,6992,6993,6994,6995,7020,7026,7031,7034,7038,7041,7045,7055,7058,7063,7066,7070,7171,7179,7193,7206,7210,7225,7236,7239,7250,7255,7259,7294,7295,7296,7308,7316,7324,7332,7340,7360,7363,7390,7395,7415,7418,7421,7428,7441,7450,7453,7473,7483,7487,7491,7504,7508,7512,7516,7522,7526,7543,7551,7555,7559,7563,7566,7570,7574,7578,7588,7595,7602,7606,7632,7642,7667,7676,7696,7706,7710,7720,7745,7755,7758,7762,7763,7764,7765,7769,7775,7781,7782,7795,7796,7797,7800,7803,7806,7809,7812,7815,7818,7821,7824,7827,7830,7833,7836,7839,7842,7845,7848,7851,7854,7857,7860,7861,7866,7867,7880,7890,7894,7899,7904,7908,7911,7915,7919,7922,7926,7929,7933,7938,7943,7946,7953,7957,7961,7970,7975,7980,7981,7985,7988,7992,8005,8010,8018,8022,8026,8043,8047,8052,8070,8077,8081,8111,8114,8117,8120,8123,8126,8129,8148,8154,8162,8169,8181,8189,8194,8199,8203,8214,8218,8226,8229,8234,8235,8236,8237,8241,8245,8249,8253,8288,8291,8295,8299,8333,8336,8340,8344,8353,8359,8362,8372,8376,8377,8384,8388,8395,8396,8397,8400,8405,8410,8411,8415,8430,8449,8453,8454,8466,8476,8477,8489,8494,8518,8521,8527,8530,8539,8547,8551,8554,8557,8560,8564,8567,8584,8588,8591,8606,8609,8617,8622,8629,8634,8635,8640,8641,8647,8653,8659,8691,8702,8719,8726,8730,8733,8746,8755,8759,8764,8768,8772,8776,8780,8784,8788,8792,8797,8800,8812,8817,8826,8829,8836,8837,8841,8850,8856,8860,8861,8865,8886,8892,8896,8900,8901,8919,8920,8921,8922,8923,8928,8931,8932,8938,8939,8951,8963,8970,8971,8976,8981,8982,8986,9000,9005,9011,9017,9023,9028,9034,9040,9041,9047,9062,9067,9076,9085,9088,9102,9107,9118,9122,9131,9140,9141,9148,9305,9322,9332,9874,9941,9987,10044,10056,10192,10301,10321,10342,10348,10356,10462,11236,11259,11265,11309,11313,11373,11443,11698,11736,11743,11751,11766,11822,11833,11846,11858,11896,11943,11949,11961,11967,11973,12025,12030,12035,12042,12340,12352,12398,12427,12566,12571,12604,12607,12611,12640,12678,12696,12714,12771,12779,12908,12912,12920,13049,13053,13332,13395,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3338,3399,3455,3506,3566,3622,3685,3734,3790,3846,3896,3955,4010,4072,4119,4173,4229,4281,4336,4390,4444,4498,4547,4605,4659,4716,4772,4819,4872,4928,4988,5051,5110,5172,5222,5276,5330,5378,5435,5488,6112,6166,7097,7208,7270,7326,7386,7439,7500,7579,7660,7732,7811,7891,7967,8045,8114,8190,8267,8338,8411,8487,8565,8634,8710,8787,8851,8922,11435,11531,11584,11688,11755,11808,11860,11910,11968,12033,12081,19022,19089,19155,19213,19282,19340,19409,19479,19552,19626,19694,19761,19831,19897,19970,20030,20106,20166,20226,20301,20369,20435,20503,20563,20622,20679,20745,20807,20864,20932,21005,21075,21137,21198,21266,21328,21398,21467,21523,21582,21644,21706,21773,21830,21891,21952,22013,22074,22130,22186,22242,22298,22356,22414,22472,22530,22587,22644,22701,22758,22817,22876,22934,23017,23100,23173,23227,23296,23352,23433,23514,23585,23920,23973,24031,25118,25677,25723,25783,25837,25907,25977,26042,26108,26173,26241,26310,26378,26508,26561,26620,26678,26776,26826,26878,26924,26974,27030,27124,27182,27240,27302,27365,27427,27486,27546,27611,27677,27742,27804,27866,27928,27990,28052,28114,28180,28247,28313,28376,28440,28503,28571,28632,28694,28756,28819,28883,28946,29010,29088,29147,29213,29293,29354,29558,29616,30049,30500,30564,31756,33912,33986,34057,34123,34197,34266,34337,34410,34481,34549,34622,34698,34768,34846,34914,34980,35041,35110,35174,35240,35308,35374,35437,35505,35576,35641,35714,35777,35858,35922,35988,36058,36128,36198,36268,37016,37073,37131,37190,37250,37309,37368,37427,37486,37545,37604,37663,37722,37781,37840,37900,37961,38023,38084,38145,38206,38267,38328,38389,38449,38510,38571,38631,38692,38753,38814,38875,38936,38997,39058,39119,39180,39241,39302,39370,39439,39509,39578,39647,39716,39785,39854,39923,39992,40061,40130,40199,40259,40320,40382,40443,40504,40565,40626,40687,40748,40809,40870,40931,40992,41054,41117,41181,41244,41307,41370,41433,41496,41559,41622,41685,41748,41811,41872,41934,41997,42059,42121,42183,42245,42307,42369,42431,42493,42555,42617,42674,42760,42840,42930,43025,43117,43209,43299,43382,43475,43562,43659,43750,43851,43938,44041,44130,44229,44321,44421,44505,44599,44687,44785,44868,44959,45053,45152,45254,45352,45452,45539,45639,45725,45821,45909,45990,46081,46177,46270,46363,46454,46539,46633,46722,46820,46913,47015,47103,47207,47298,47398,47491,47592,47677,47772,47861,47960,48045,48137,48232,48332,48435,48534,48637,48726,48827,48914,49011,49099,49195,49287,49387,49477,49575,49660,49749,49838,49931,50018,50781,50847,50923,50992,51071,51144,51224,51304,51381,51449,51527,51603,51674,51755,51828,51911,51986,52071,52144,52225,52306,52380,52464,52534,52612,52682,52762,52840,52912,52994,53064,53141,53221,53306,53394,53478,53565,53639,53717,53795,53866,53947,54038,54121,54217,54315,54422,54487,54553,54606,54682,54748,54835,54911,62060,62295,62890,62944,63023,63101,63174,63239,63302,63368,63439,63510,63580,63642,63711,63777,63837,63904,63971,64027,64078,64131,64183,64237,64308,64371,64430,64492,64551,64624,64691,64761,64821,64884,64959,65031,65127,65198,65254,65325,65382,65439,65505,65569,65640,65697,65750,65813,65865,65923,67160,67229,67295,67354,67437,67496,67553,67620,67690,67764,67826,67895,67965,68064,68161,68260,68346,68432,68513,68588,68677,68768,68852,68911,68957,69023,69080,69147,69204,69286,69351,69417,69540,69624,69745,69810,69872,69970,70044,70127,70216,70280,70359,70433,70495,70591,70656,70715,70771,70827,70887,70994,71041,71101,71162,71226,71287,71347,71405,71448,71497,71549,71600,71652,71701,71750,71815,71881,71941,72002,72058,72117,72166,72214,72272,72329,72431,72488,72563,72611,72662,72724,72789,72841,72915,72978,73041,73109,73159,73221,73281,73338,73398,73447,73515,73621,73723,73792,73863,73919,73968,74068,74139,74249,74338,74429,74511,74609,74665,74766,74876,74975,75038,75144,75221,75333,75460,75572,75699,75769,75883,76014,76111,76179,76297,76400,76518,76579,76653,76720,76825,76947,77021,77088,77198,77297,77370,77467,77589,77707,77825,77886,78008,78125,78193,78299,78401,78481,78552,78648,78715,78789,78863,78949,79037,79127,79205,79282,79382,79453,79574,79695,79759,79884,79958,80082,80206,80273,80382,80510,80622,80701,80779,80880,80951,81073,81195,81260,81386,81498,81604,81672,81771,81875,81938,82004,82088,82201,82314,82432,82510,82582,82718,82854,82939,83079,83217,83355,83497,83579,83688,83799,83927,84055,84187,84317,84447,84581,84643,84739,84806,84923,85044,85141,85223,85310,85397,85528,85659,85794,85871,85948,86059,86173,86247,86356,86468,86570,86666,86770,86837,86931,87003,87113,87219,87292,87383,87485,87588,87683,87790,87895,88017,88139,88265,88324,88382,88506,88630,88758,88876,88994,89116,89202,89299,89433,89567,89647,89785,89917,90049,90185,90260,90336,90439,90513,90626,90707,90764,90825,90884,90944,91002,91063,91121,91171,91220,91287,91346,91405,91454,91525,91609,91679,91750,91830,91899,91962,92030,92096,92164,92229,92295,92372,92450,92556,92662,92758,92887,92976,93103,93169,93238,93324,93390,93473,93571,93667,93763,93861,93970,94065,94154,94216,94276,94341,94398,94479,94533,94590,94687,94797,94858,94973,95094,95189,95281,95374,95476,95532,95591,95640,95732,95781,95835,95889,95943,95997,96051,96106,96216,96326,96434,96544,96654,96764,96874,96982,97088,97192,97296,97400,97495,97590,97683,97776,97880,97986,98090,98194,98287,98380,98473,98566,98674,98780,98886,98992,99089,99184,99279,99374,99480,99586,99692,99798,99896,99992,100088,100186,100251,100355,100413,100477,100538,100600,100660,100725,100787,100855,100913,100976,101039,101106,101181,101254,101320,101372,101425,101477,101534,101618,101713,101798,101879,101959,102036,102115,102192,102266,102340,102411,102491,102563,102638,102703,102764,102824,102899,102973,103046,103116,103188,103258,103331,103395,103465,103511,103580,103632,103717,103800,103857,103923,103990,104056,104137,104212,104268,104321,104382,104440,104490,104539,104588,104637,104699,104751,104796,104877,104928,104982,105035,105089,105140,105189,105255,105306,105367,105428,105490,105540,105581,105658,105717,105776,105835,105896,105952,106008,106075,106136,106201,106256,106321,106390,106458,106536,106605,106665,106736,106810,106875,106947,107017,107084,107168,107237,107304,107374,107437,107504,107572,107655,107734,107824,107901,107969,108036,108114,108171,108228,108296,108362,108418,108478,108537,108591,108641,108691,108739,108801,108852,108925,109005,109085,109149,109216,109287,109345,109406,109472,109531,109598,109658,109718,109781,109849,109910,109977,110055,110125,110174,110231,110300,110361,110449,110537,110625,110713,110800,110887,110974,111061,111119,111193,111263,111319,111390,111455,111517,111592,111665,111755,111821,111887,111948,112012,112074,112132,112203,112286,112345,112416,112482,112547,112608,112667,112738,112804,112869,112952,113028,113103,113184,113244,113313,113383,113452,113507,113563,113619,113680,113738,113794,113848,113903,113965,114022,114116,114185,114286,114337,114407,114470,114526,114584,114643,114697,114783,114867,114937,115006,115076,115191,115312,115379,115446,115521,115588,115647,115701,115755,115809,115862,115914,117419,117556,120338,120387,120437,120528,120576,120632,120690,120752,120807,120865,120936,121000,121059,121121,121187,121434,121579,121623,121668,122646,122697,122744,122789,122840,122891,122942,123326,123816,123882,124061,124124,124196,124253,124307,124362,124420,124475,124534,124590,124659,124728,124797,124867,124930,124993,125056,125119,125184,125249,125314,125379,125442,125506,125570,125634,125685,125763,125841,125912,125984,126057,126129,126195,126261,126329,126397,126463,126530,126604,126667,126724,126784,126849,126916,126981,127038,127099,127157,127261,127371,127480,127584,127662,127727,127794,127860,127930,127977,128029,128079,128206,130527,130677,130808,130992,131170,131408,131597,132277,132375,132490,132575,132654,132814,132879,132968,133125,133282,133435,133589,133648,133835,133931,134021,134117,134207,134373,134496,134619,134789,134895,135010,135125,135227,135333,135450,135565,135647,135820,135988,136136,136295,136450,136623,136740,136857,137025,137137,137251,137423,137599,137757,137890,138002,138148,138300,138432,138575,138697,138875,139011,139107,139243,139338,139505,139598,139690,139877,140033,140211,140375,140557,140874,141056,141238,141428,141660,141850,142027,142189,142346,142456,142639,142776,142980,143164,143348,143508,143666,143850,144077,144280,144451,144671,144893,145048,145248,145432,145535,145725,145866,146031,146202,146402,146606,146808,146973,147178,147377,147576,147773,147864,148013,148163,148247,148396,148541,148693,148834,149000,149161,149239,149540,149706,149861,150016,150174,150338,150524,150747,151440,151717,151989,152267,152512,152574,155402,155853,156309,167446,167594,168108,168545,168979,173319,173404,173525,173624,174029,174126,174243,174330,174453,174554,174960,175059,175178,175271,175378,175721,175828,176073,176194,176603,176851,176951,177056,177175,177684,177831,177950,178201,178334,178749,179003,184218,184465,184590,184907,185028,185256,185377,185510,185657,206288,206780,227160,227584,248260,248754,269179,269605,274446,279863,283954,289385,294127,299504,303488,307480,312871,313418,313851,314607,314837,315080,316213,364383,365287,365871,366344,367774,368518,369711,370765,371243,371536,371919,373434,374199,375342,375783,376224,376820,377094,377505,378521,378699,379452,379589,379680,381874,382140,382462,382672,382781,382900,383084,384202,384672,385423,388006,388419,388795,389023,389279,389538,390114,390468,390590,390729,391021,391281,392209,392495,392898,393300,393643,393855,394056,394269,394558,405445,405518,405605,405690,410359,410471,410577,410700,410832,410955,411085,411209,411342,411473,411598,411715,411835,411967,412095,412209,412327,412440,412561,412749,412936,413117,413300,413484,413649,413831,413951,414071,414179,414289,414401,414509,414619,414784,414950,415102,415267,415368,415488,415659,415820,415983,416144,416311,416430,416547,416727,416909,417090,417273,417428,417573,417695,417830,417993,418186,418312,418464,418606,418776,418932,419104,425867,426062,426154,426327,426489,426584,426753,426847,426936,427179,427268,427561,427977,428397,428818,429244,429661,430077,430494,430912,431326,431796,432269,432741,433152,433623,434095,434285,434491,434597,434705,434811,434923,435037,435149,435263,435379,435493,435601,435711,435819,436081,436460,436864,437011,437119,437229,437337,437451,437860,438274,438390,438808,439049,439479,439914,440324,440746,441156,441278,441687,442103,442225,442443,445618,445686,446030,446110,446466,446616,446760,446836,446948,447038,447300,447565,447673,447825,447933,448009,448121,448211,448313,448421,448529,448629,448737,448822,448926,449013,449091,449205,449297,449561,449828,449938,450091,450201,450285,450674,450772,450880,450974,451104,451212,451334,451470,451578,451698,451832,451954,452082,452224,452350,452490,452616,452734,452866,452964,453074,453374,453486,453604,454068,454184,454487,454613,454709,455110,455220,455344,455482,455592,455714,456026,456150,456280,456756,456884,457199,457337,457499,457715,457871,459078,459146,459230,459334,459537,459726,459927,460120,460325,460638,460850,461016,461132,461378,461594,461907,462333,462795,463032,463184,463444,463588,463730,466962,467076,467196,467312,467406,467727,467826,467944,468045,468324,468609,468888,469170,469423,469682,469935,470191,470615,470691,473941,475296,475740,477594,478169,478377,479387,479767,479933,480074,485094,485520,485632,485767,485920,486117,486288,486471,486646,486833,487105,487263,487347,487451,487938,488494,488652,488871,489102,489325,489560,489782,490048,490186,490785,490899,491037,491149,491273,491844,492339,492885,493030,493123,493215,495142,495712,496010,496199,496405,496598,496808,497692,497837,498229,498387,498604,506660,507092,507967,508587,508784,509732,510497,510620,511393,511614,511814,513791,513891,513981,514667,515420,516185,516948,517723,518936,519101,520714,521035,522098,522308,522478,523048,523943,524576,524742,526228,526844,527080,527301,528259,528524,528789,529036,529450,529686,530971,531420,531607,531856,532098,532274,532515,532748,532973,533568,534043,534567,534828,536179,536654,537880,538350,539398,539850,540094,540551,541796,542279,542429,542773,542919,543057,543193,543481,543985,544494,544610,545512,545634,545746,545923,546189,546459,546725,546993,547249,547509,547765,548023,548275,548531,548783,549037,549269,549505,549757,550013,550265,550519,550751,550985,551097,551522,551646,552738,553553,553749,554073,554462,554814,555055,555269,555568,555760,556075,556282,556628,556928,557329,557548,557961,558198,558568,559292,559647,559916,560056,560310,560454,560731,561723,562132,562764,563110,563478,564552,564915,565315,566823,567408,567726,570261,570455,570673,570899,571111,571310,571517,572721,573016,573573,573963,574595,575072,575317,575668,575914,576674,576938,577361,577552,577931,578019,578127,578235,578548,578873,579192,579523,582226,582414,582675,582924,585508,585700,585965,586218,586750,587158,587357,587941,588176,588300,588712,588926,589328,589431,589561,589736,589988,590184,590324,590518,591529,592598,592886,593016,593793,594450,594596,595302,595540,597080,597230,597647,597812,598498,598968,599164,599255,599339,599483,599717,599884,600812,601098,601258,601873,602032,602360,602587,603099,603461,603540,603879,603984,604349,604720,605081,606955,607584,608660,609084,609337,609489,610537,611274,611477,611723,611970,612188,612430,612751,613015,613320,613543,613854,614043,614758,615027,615521,615747,616187,616346,616630,617375,617740,618045,618203,618441,619760,620158,620386,620606,620748,622038,622144,622274,622412,622536,622824,622993,623093,623378,623492,624375,625130,625569,625693,625939,626132,626266,626457,627236,627454,627745,628024,628341,628563,628858,629141,629245,629586,630402,630718,631279,631785,631990,632776,633181,633842,634031,634582,635148,635268,635670,641276,641806,642105,660517,662959,664553,666560,666899,672929,675224,675664,676416,676600,676811,681469,713498,714226,714428,715563,715713,718300,720444,730426,731878,732219,732727,733238,735032,735292,735908,736403,737440,739306,739497,739830,739986,740179,742571,742800,743008,743178,754580,754878,756221,757231,762303,762419,763643,763780,763926,765873,767011,767542,767968,769701,769949,774865,774981,775156,779762,779909,790781,793155,798850,798945,799038,799101,799183,799276,799369,799456,799554,799645,799736,799824,799908,800004,800108,800208,800314,800417,800518,800622,800728,800827,800933,801035,801142,801251,801362,801493,801613,801729,801847,801946,802053,802169,802288,802416,802505,802600,802677,802766,802857,802950,803024,803121,803216,803314,803413,803517,803613,803715,803818,803918,804021,804106,804207,804305,804395,804490,804577,804683,804785,804879,804970,805064,805140,805232,805321,805424,805535,805618,805704,805799,805896,805992,806080,806181,806282,806385,806491,806589,806686,806781,806879,806982,807082,807185,807290,807408,807524,807619,807712,807797,807893,807987,808079,808181,808288,808371,808475,808580,808680,808781,808886,808986,809087,809186,809288,809382,809489,809591,809694,809787,809883,809985,810088,810184,810286,810389,810486,810589,810687,810791,810896,810993,811101,811215,811330,811438,811552,811667,811769,811874,811982,812092,812208,812325,812420,812517,812616,812721,812827,812926,813031,813137,813237,813343,813444,813551,813670,813769,813874,813976,814078,814178,814281,814376,814480,814565,814669,814773,814871,814975,815081,815179,815284,815382,815495,815589,815678,815767,815850,815941,816024,816122,816212,816308,816397,816491,816579,816675,816760,816868,816969,817070,817168,817274,817365,817464,817561,817659,817755,817848,817958,818056,818151,818261,818353,818453,818552,818639,818743,818848,818947,819054,819161,819260,819369,819461,819572,819683,819794,819898,820013,820129,820256,820376,820473,820572,820664,820763,820855,820954,821040,821134,821237,821333,821436,821532,821635,821732,821830,821933,822026,822116,822217,822300,822391,822476,822568,822671,822766,822862,822955,823049,823128,823235,823326,823425,823518,823621,823725,823826,823927,824031,824125,824229,824333,824446,824552,824658,824766,824883,824984,825092,825192,825295,825400,825507,825603,825682,825772,825856,825948,826021,826118,826200,826285,826370,826467,826560,826655,826754,826851,826942,827033,827125,827220,827327,827435,827537,827634,827731,827824,827911,827995,828092,828189,828282,828369,828460,828559,828658,828753,828842,828923,829022,829126,829223,829328,829425,829509,829608,829712,829809,829914,830011,830109,830210,830316,830415,830522,830621,830720,830811,830900,830989,831071,831164,831255,831366,831467,831567,831679,831792,831890,831998,832092,832192,832281,832373,832484,832594,832689,832805,832931,833057,833176,833304,833429,833554,833672,833799,833908,834017,834130,834253,834376,834492,834617,834714,834822,834944,835060,835176,835285,835373,835474,835563,835664,835751,835839,835936,836028,836134,836234,836310", + "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,462,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,521,522,523,524,525,527,528,529,530,531,532,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,573,574,585,595,596,626,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,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,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,1043,1047,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,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,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,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,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,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,1684,1685,1686,1687,1688,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,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1758,1759,1806,1807,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1826,1829,1830,1831,1849,1850,1851,1852,1853,1854,1855,1863,1872,1873,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1941,1971,1972,1973,1974,1975,1976,1977,1985,1986,1987,1988,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2048,2051,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2113,2114,2115,2116,2117,2128,2132,2136,2140,2141,2145,2192,2199,2207,2372,2382,2391,2400,2409,2470,2471,2472,2478,2479,2480,2481,2482,2483,2489,2490,2491,2492,2493,2498,2499,2503,2504,2510,2514,2515,2516,2517,2527,2528,2529,2533,2534,2540,2544,2545,2617,2618,2622,2623,2626,2627,2628,2629,2892,2899,3159,3165,3428,3435,3695,3701,3764,3846,3898,3980,4042,4124,4188,4240,4322,4330,4336,4347,4351,4355,4368,4383,5159,5166,5172,5189,5202,5222,5239,5248,5253,5260,5280,5293,5310,5316,5322,5329,5333,5339,5353,5356,5366,5367,5368,5416,5420,5424,5428,5429,5430,5433,5449,5456,5470,5515,5516,5530,5534,5538,5543,5550,5556,5557,5560,5564,5569,5582,5586,5591,5596,5601,5604,5607,5610,5614,5618,5758,5759,5760,5761,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5859,5863,5867,5871,5875,5879,5883,5884,5885,5886,5887,5888,5889,5890,5894,5898,5899,5903,5904,5907,5911,5914,5917,5920,5924,5927,5930,5934,5938,5942,5946,5949,5950,5951,5952,5955,5959,5962,5965,5968,5971,5974,5977,5981,6051,6052,6055,6058,6059,6062,6063,6064,6068,6069,6074,6081,6088,6095,6102,6109,6116,6123,6130,6137,6146,6155,6164,6171,6180,6189,6192,6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6211,6216,6221,6224,6225,6226,6227,6228,6236,6244,6245,6253,6257,6265,6273,6281,6289,6297,6298,6306,6314,6315,6318,6321,6365,6370,6372,6377,6381,6385,6386,6387,6388,6392,6396,6397,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6420,6424,6425,6429,6430,6431,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6460,6461,6462,6468,6469,6473,6475,6476,6481,6482,6483,6484,6485,6486,6490,6491,6492,6498,6499,6503,6505,6509,6513,6517,6521,6534,6535,6536,6539,6542,6545,6548,6551,6556,6560,6563,6564,6569,6573,6578,6584,6590,6595,6599,6604,6608,6612,6653,6654,6655,6656,6657,6661,6662,6663,6664,6668,6672,6676,6680,6684,6688,6692,6696,6702,6703,6744,6758,6763,6789,6796,6799,6810,6815,6818,6821,6876,6882,6883,6886,6889,6892,6895,6898,6901,6904,6908,6911,6912,6913,6921,6929,6932,6937,6942,6947,6952,6956,6960,6961,6969,6970,6971,6972,6973,6981,6986,6991,6992,6993,6994,7019,7025,7030,7033,7037,7040,7044,7054,7057,7062,7065,7069,7073,7178,7192,7205,7209,7224,7235,7238,7249,7254,7258,7293,7294,7295,7307,7315,7323,7331,7339,7359,7362,7389,7394,7414,7417,7420,7427,7440,7449,7452,7472,7482,7486,7490,7503,7507,7511,7515,7521,7525,7542,7550,7554,7558,7562,7565,7569,7573,7577,7587,7594,7601,7605,7631,7641,7666,7675,7695,7705,7709,7719,7744,7754,7757,7761,7762,7763,7764,7768,7774,7780,7781,7794,7795,7796,7799,7802,7805,7808,7811,7814,7817,7820,7823,7826,7829,7832,7835,7838,7841,7844,7847,7850,7853,7856,7859,7860,7865,7866,7879,7889,7893,7898,7903,7907,7910,7914,7918,7921,7925,7928,7932,7937,7942,7945,7952,7956,7960,7969,7974,7979,7980,7984,7987,7991,8004,8009,8017,8021,8025,8042,8046,8051,8069,8076,8080,8110,8113,8116,8119,8122,8125,8128,8147,8153,8161,8168,8180,8188,8193,8198,8202,8213,8217,8225,8228,8233,8234,8235,8236,8240,8244,8248,8252,8287,8290,8294,8298,8332,8335,8339,8343,8352,8358,8361,8371,8375,8376,8383,8387,8394,8395,8396,8399,8404,8409,8410,8414,8429,8448,8452,8453,8465,8475,8476,8488,8493,8517,8520,8526,8529,8538,8546,8550,8553,8556,8559,8563,8566,8583,8587,8590,8605,8608,8616,8621,8628,8633,8634,8639,8640,8646,8652,8658,8690,8701,8718,8725,8729,8732,8745,8754,8758,8763,8767,8771,8775,8779,8783,8787,8791,8796,8799,8811,8816,8825,8828,8835,8836,8840,8849,8855,8859,8860,8864,8885,8891,8895,8899,8900,8918,8919,8920,8921,8922,8927,8930,8931,8937,8938,8950,8962,8969,8970,8975,8980,8981,8985,8999,9004,9010,9016,9022,9027,9033,9039,9040,9046,9061,9066,9075,9084,9087,9101,9106,9117,9121,9130,9139,9140,9147,9155,9321,9331,9378,9940,9986,10043,10055,10113,10300,10320,10341,10347,10355,10461,10475,11258,11264,11308,11312,11318,11378,11453,11729,11742,11750,11765,11821,11832,11845,11857,11895,11942,11948,11960,11966,11972,12024,12029,12034,12041,12076,12351,12397,12426,12489,12570,12576,12606,12610,12638,12677,12695,12713,12770,12778,12802,12911,12919,13012,13052,13331,13339,13404,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927", + "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,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,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,69,68,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,59,60,60,59,60,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,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,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,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,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,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,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,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,88,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,87,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,108,110,127,127,131,129,129,133,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,101,95,103,66,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,68,85,65,82,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,101,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,95,95,97,64,103,57,63,60,61,59,64,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,72,69,71,69,72,63,69,45,68,51,84,82,56,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,53,54,61,56,93,68,100,50,69,62,55,57,58,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,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,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,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,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,203,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,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,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,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,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,107,10,107,75,111,89,101,107,107,99,107,84,103,86,77,113,91,10,10,109,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,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,10,111,10,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,10,10,10,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,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,62,81,92,92,86,97,90,90,87,83,95,103,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,101,106,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,96,81,84,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3333,3394,3450,3501,3561,3617,3680,3729,3785,3841,3891,3950,4005,4067,4114,4168,4224,4276,4331,4385,4439,4493,4542,4600,4654,4711,4767,4814,4867,4923,4983,5046,5105,5167,5217,5271,5325,5373,5430,5483,5539,6161,6217,7155,7265,7321,7381,7434,7495,7574,7655,7727,7806,7886,7962,8040,8109,8185,8262,8333,8406,8482,8560,8629,8705,8782,8846,8917,8989,11481,11579,11634,11750,11803,11855,11905,11963,12028,12076,12127,19084,19150,19208,19277,19335,19404,19474,19547,19621,19689,19756,19826,19892,19965,20025,20101,20161,20221,20296,20364,20430,20498,20558,20617,20674,20740,20802,20859,20927,21000,21070,21132,21193,21261,21323,21393,21462,21518,21577,21639,21701,21768,21825,21886,21947,22008,22069,22125,22181,22237,22293,22351,22409,22467,22525,22582,22639,22696,22753,22812,22871,22929,23012,23095,23168,23222,23291,23347,23428,23509,23580,23709,23968,24026,24084,25171,25718,25778,25832,25902,25972,26037,26103,26168,26236,26305,26373,26503,26556,26615,26673,26725,26821,26873,26919,26969,27025,27072,27177,27235,27297,27360,27422,27481,27541,27606,27672,27737,27799,27861,27923,27985,28047,28109,28175,28242,28308,28371,28435,28498,28566,28627,28689,28751,28814,28878,28941,29005,29083,29142,29208,29288,29349,29402,29611,29662,30089,30559,30618,31813,33981,34052,34118,34192,34261,34332,34405,34476,34544,34617,34693,34763,34841,34909,34975,35036,35105,35169,35235,35303,35369,35432,35500,35571,35636,35709,35772,35853,35917,35983,36053,36123,36193,36263,36330,37068,37126,37185,37245,37304,37363,37422,37481,37540,37599,37658,37717,37776,37835,37895,37956,38018,38079,38140,38201,38262,38323,38384,38444,38505,38566,38626,38687,38748,38809,38870,38931,38992,39053,39114,39175,39236,39297,39365,39434,39504,39573,39642,39711,39780,39849,39918,39987,40056,40125,40194,40254,40315,40377,40438,40499,40560,40621,40682,40743,40804,40865,40926,40987,41049,41112,41176,41239,41302,41365,41428,41491,41554,41617,41680,41743,41806,41867,41929,41992,42054,42116,42178,42240,42302,42364,42426,42488,42550,42612,42669,42755,42835,42925,43020,43112,43204,43294,43377,43470,43557,43654,43745,43846,43933,44036,44125,44224,44316,44416,44500,44594,44682,44780,44863,44954,45048,45147,45249,45347,45447,45534,45634,45720,45816,45904,45985,46076,46172,46265,46358,46449,46534,46628,46717,46815,46908,47010,47098,47202,47293,47393,47486,47587,47672,47767,47856,47955,48040,48132,48227,48327,48430,48529,48632,48721,48822,48909,49006,49094,49190,49282,49382,49472,49570,49655,49744,49833,49926,50013,50104,50842,50918,50987,51066,51139,51219,51299,51376,51444,51522,51598,51669,51750,51823,51906,51981,52066,52139,52220,52301,52375,52459,52529,52607,52677,52757,52835,52907,52989,53059,53136,53216,53301,53389,53473,53560,53634,53712,53790,53861,53942,54033,54116,54212,54310,54417,54482,54548,54601,54677,54743,54830,54906,54982,62120,62345,62939,63018,63096,63169,63234,63297,63363,63434,63505,63575,63637,63706,63772,63832,63899,63966,64022,64073,64126,64178,64232,64303,64366,64425,64487,64546,64619,64686,64756,64816,64879,64954,65026,65122,65193,65249,65320,65377,65434,65500,65564,65635,65692,65745,65808,65860,65918,65985,67224,67290,67349,67432,67491,67548,67615,67685,67759,67821,67890,67960,68059,68156,68255,68341,68427,68508,68583,68672,68763,68847,68906,68952,69018,69075,69142,69199,69281,69346,69412,69535,69619,69740,69805,69867,69965,70039,70122,70211,70275,70354,70428,70490,70586,70651,70710,70766,70822,70882,70989,71036,71096,71157,71221,71282,71342,71400,71443,71492,71544,71595,71647,71696,71745,71810,71876,71936,71997,72053,72112,72161,72209,72267,72324,72426,72483,72558,72606,72657,72719,72784,72836,72910,72973,73036,73104,73154,73216,73276,73333,73393,73442,73510,73616,73718,73787,73858,73914,73963,74063,74134,74244,74333,74424,74506,74604,74660,74761,74871,74970,75033,75139,75216,75328,75455,75567,75694,75764,75878,76009,76106,76174,76292,76395,76513,76574,76648,76715,76820,76942,77016,77083,77193,77292,77365,77462,77584,77702,77820,77881,78003,78120,78188,78294,78396,78476,78547,78643,78710,78784,78858,78944,79032,79122,79200,79277,79377,79448,79569,79690,79754,79879,79953,80077,80201,80268,80377,80505,80617,80696,80774,80875,80946,81068,81190,81255,81381,81493,81599,81667,81766,81870,81933,81999,82083,82196,82309,82427,82505,82577,82713,82849,82934,83074,83212,83350,83492,83574,83683,83794,83922,84050,84182,84312,84442,84576,84638,84734,84801,84918,85039,85136,85218,85305,85392,85523,85654,85789,85866,85943,86054,86168,86242,86351,86463,86565,86661,86765,86832,86926,86998,87108,87214,87287,87378,87480,87583,87678,87785,87890,88012,88134,88260,88319,88377,88501,88625,88753,88871,88989,89111,89197,89294,89428,89562,89642,89780,89912,90044,90180,90255,90331,90434,90508,90621,90702,90759,90820,90879,90939,90997,91058,91116,91166,91215,91282,91341,91400,91449,91520,91604,91674,91745,91825,91894,91957,92025,92091,92159,92224,92290,92367,92445,92551,92657,92753,92882,92971,93098,93164,93233,93319,93385,93468,93566,93662,93758,93856,93965,94060,94149,94211,94271,94336,94393,94474,94528,94585,94682,94792,94853,94968,95089,95184,95276,95369,95471,95527,95586,95635,95727,95776,95830,95884,95938,95992,96046,96101,96211,96321,96429,96539,96649,96759,96869,96977,97083,97187,97291,97395,97490,97585,97678,97771,97875,97981,98085,98189,98282,98375,98468,98561,98669,98775,98881,98987,99084,99179,99274,99369,99475,99581,99687,99793,99891,99987,100083,100181,100246,100350,100408,100472,100533,100595,100655,100720,100782,100850,100908,100971,101034,101101,101176,101249,101315,101367,101420,101472,101529,101613,101708,101793,101874,101954,102031,102110,102187,102261,102335,102406,102486,102558,102633,102698,102759,102819,102894,102968,103041,103111,103183,103253,103326,103390,103460,103506,103575,103627,103712,103795,103852,103918,103985,104051,104132,104207,104263,104316,104377,104435,104485,104534,104583,104632,104694,104746,104791,104872,104923,104977,105030,105084,105135,105184,105250,105301,105362,105423,105485,105535,105576,105653,105712,105771,105830,105891,105947,106003,106070,106131,106196,106251,106316,106385,106453,106531,106600,106660,106731,106805,106870,106942,107012,107079,107163,107232,107299,107369,107432,107499,107567,107650,107729,107819,107896,107964,108031,108109,108166,108223,108291,108357,108413,108473,108532,108586,108636,108686,108734,108796,108847,108920,109000,109080,109144,109211,109282,109340,109401,109467,109526,109593,109653,109713,109776,109844,109905,109972,110050,110120,110169,110226,110295,110356,110444,110532,110620,110708,110795,110882,110969,111056,111114,111188,111258,111314,111385,111450,111512,111587,111660,111750,111816,111882,111943,112007,112069,112127,112198,112281,112340,112411,112477,112542,112603,112662,112733,112799,112864,112947,113023,113098,113179,113239,113308,113378,113447,113502,113558,113614,113675,113733,113789,113843,113898,113960,114017,114111,114180,114281,114332,114402,114465,114521,114579,114638,114692,114778,114862,114932,115001,115071,115186,115307,115374,115441,115516,115583,115642,115696,115750,115804,115857,115909,115983,117551,117691,120382,120432,120482,120571,120627,120685,120747,120802,120860,120931,120995,121054,121116,121182,121248,121472,121618,121663,121706,122692,122739,122784,122835,122886,122937,122988,123369,123877,123939,124119,124191,124248,124302,124357,124415,124470,124529,124585,124654,124723,124792,124862,124925,124988,125051,125114,125179,125244,125309,125374,125437,125501,125565,125629,125680,125758,125836,125907,125979,126052,126124,126190,126256,126324,126392,126458,126525,126599,126662,126719,126779,126844,126911,126976,127033,127094,127152,127256,127366,127475,127579,127657,127722,127789,127855,127925,127972,128024,128074,128131,128521,130672,130803,130987,131165,131403,131592,131761,132370,132485,132570,132649,132809,132874,132963,133120,133277,133430,133584,133643,133830,133926,134016,134112,134202,134368,134491,134614,134784,134890,135005,135120,135222,135328,135445,135560,135642,135815,135983,136131,136290,136445,136618,136735,136852,137020,137132,137246,137418,137594,137752,137885,137997,138143,138295,138427,138570,138692,138870,139006,139102,139238,139333,139500,139593,139685,139872,140028,140206,140370,140552,140869,141051,141233,141423,141655,141845,142022,142184,142341,142451,142634,142771,142975,143159,143343,143503,143661,143845,144072,144275,144446,144666,144888,145043,145243,145427,145530,145720,145861,146026,146197,146397,146601,146803,146968,147173,147372,147571,147768,147859,148008,148158,148242,148391,148536,148688,148829,148995,149156,149234,149535,149701,149856,149958,150169,150333,150519,150742,150867,151712,151984,152262,152507,152569,152854,155848,156304,156813,167589,168103,168540,168974,169417,173399,173520,173619,174024,174121,174238,174325,174448,174549,174955,175054,175173,175266,175373,175716,175823,176068,176189,176598,176846,176946,177051,177170,177679,177826,177945,178196,178329,178744,178998,179110,184460,184585,184902,185023,185251,185372,185505,185652,206283,206775,227155,227579,248255,248749,269174,269600,274441,279858,283949,289380,294122,299499,303483,307475,312866,313413,313846,314602,314832,315075,316208,317137,365282,365866,366339,367769,368513,369706,370760,371238,371531,371914,373429,374194,375337,375778,376219,376815,377089,377500,378516,378694,379447,379584,379675,381869,382135,382457,382667,382776,382895,383079,384197,384667,385418,388001,388096,388790,389018,389274,389533,390109,390463,390585,390724,391016,391276,392204,392490,392893,393295,393638,393850,394051,394264,394553,394838,405513,405600,405685,405784,410466,410572,410695,410827,410950,411080,411204,411337,411468,411593,411710,411830,411962,412090,412204,412322,412435,412556,412744,412931,413112,413295,413479,413644,413826,413946,414066,414174,414284,414396,414504,414614,414779,414945,415097,415262,415363,415483,415654,415815,415978,416139,416306,416425,416542,416722,416904,417085,417268,417423,417568,417690,417825,417988,418181,418307,418459,418601,418771,418927,419099,419390,426057,426149,426322,426484,426579,426748,426842,426931,427174,427263,427556,427972,428392,428813,429239,429656,430072,430489,430907,431321,431791,432264,432736,433147,433618,434090,434280,434486,434592,434700,434806,434918,435032,435144,435258,435374,435488,435596,435706,435814,436076,436455,436859,437006,437114,437224,437332,437446,437855,438269,438385,438803,439044,439474,439909,440319,440741,441151,441273,441682,442098,442220,442438,442622,445681,446025,446105,446461,446611,446755,446831,446943,447033,447295,447560,447668,447820,447928,448004,448116,448206,448308,448416,448524,448624,448732,448817,448921,449008,449086,449200,449292,449556,449823,449933,450086,450196,450280,450669,450767,450875,450969,451099,451207,451329,451465,451573,451693,451827,451949,452077,452219,452345,452485,452611,452729,452861,452959,453069,453369,453481,453599,454063,454179,454482,454608,454704,455105,455215,455339,455477,455587,455709,456021,456145,456275,456751,456879,457194,457332,457494,457710,457866,458070,459141,459225,459329,459532,459721,459922,460115,460320,460633,460845,461011,461127,461373,461589,461902,462328,462790,463027,463179,463439,463583,463725,466957,467071,467191,467307,467401,467722,467821,467939,468040,468319,468604,468883,469165,469418,469677,469930,470186,470610,470686,473936,475291,475735,477589,478164,478372,479382,479762,479928,480069,485089,485515,485627,485762,485915,486112,486283,486466,486641,486828,487100,487258,487342,487446,487933,488489,488647,488866,489097,489320,489555,489777,490043,490181,490780,490894,491032,491144,491268,491839,492334,492880,493025,493118,493210,495137,495707,496005,496194,496400,496593,496803,497687,497832,498224,498382,498599,498860,507087,507962,508582,508779,509727,510492,510615,511388,511609,511809,513786,513886,513976,514662,515415,516180,516943,517718,518931,519096,520709,521030,522093,522303,522473,523043,523938,524571,524737,526223,526839,527075,527296,528254,528519,528784,529031,529445,529681,530966,531415,531602,531851,532093,532269,532510,532743,532968,533563,534038,534562,534823,536174,536649,537875,538345,539393,539845,540089,540546,541791,542274,542424,542768,542914,543052,543188,543476,543980,544489,544605,545507,545629,545741,545918,546184,546454,546720,546988,547244,547504,547760,548018,548270,548526,548778,549032,549264,549500,549752,550008,550260,550514,550746,550980,551092,551517,551641,552733,553548,553744,554068,554457,554809,555050,555264,555563,555755,556070,556277,556623,556923,557324,557543,557956,558193,558563,559287,559642,559911,560051,560305,560449,560726,561718,562127,562759,563105,563473,564547,564910,565310,566818,567403,567721,570256,570450,570668,570894,571106,571305,571512,572716,573011,573568,573958,574590,575067,575312,575663,575909,576669,576933,577356,577547,577926,578014,578122,578230,578543,578868,579187,579518,582221,582409,582670,582919,585503,585695,585960,586213,586745,587153,587352,587936,588171,588295,588707,588921,589323,589426,589556,589731,589983,590179,590319,590513,591524,592593,592881,593011,593788,594445,594591,595297,595535,597075,597225,597642,597807,598493,598963,599159,599250,599334,599478,599712,599879,600807,601093,601253,601868,602027,602355,602582,603094,603456,603535,603874,603979,604344,604715,605076,606950,607579,608655,609079,609332,609484,610532,611269,611472,611718,611965,612183,612425,612746,613010,613315,613538,613849,614038,614753,615022,615516,615742,616182,616341,616625,617370,617735,618040,618198,618436,619755,620153,620381,620601,620743,622033,622139,622269,622407,622531,622819,622988,623088,623373,623487,624370,625125,625564,625688,625934,626127,626261,626452,627231,627449,627740,628019,628336,628558,628853,629136,629240,629581,630397,630713,631274,631780,631985,632771,633176,633837,634026,634577,635143,635263,635665,636199,641801,642100,644445,662954,664548,666555,666894,669327,675219,675659,676411,676595,676806,681464,682047,714221,714423,715558,715708,715883,718520,721033,731673,732214,732722,733233,735027,735287,735903,736398,737435,739301,739492,739825,739981,740174,742566,742795,743003,743173,744945,754873,756216,757226,759191,762414,762583,763775,763921,764606,767006,767537,767963,769696,769944,770714,774976,775151,778366,779904,790776,791019,793521,798940,799033,799096,799178,799271,799364,799451,799549,799640,799731,799819,799903,799999,800103,800203,800309,800412,800513,800617,800723,800822,800928,801030,801137,801246,801357,801488,801608,801724,801842,801941,802048,802164,802283,802411,802500,802595,802672,802761,802852,802945,803019,803116,803211,803309,803408,803512,803608,803710,803813,803913,804016,804101,804202,804300,804390,804485,804572,804678,804780,804874,804965,805059,805135,805227,805316,805419,805530,805613,805699,805794,805891,805987,806075,806176,806277,806380,806486,806584,806681,806776,806874,806977,807077,807180,807285,807403,807519,807614,807707,807792,807888,807982,808074,808176,808283,808366,808470,808575,808675,808776,808881,808981,809082,809181,809283,809377,809484,809586,809689,809782,809878,809980,810083,810179,810281,810384,810481,810584,810682,810786,810891,810988,811096,811210,811325,811433,811547,811662,811764,811869,811977,812087,812203,812320,812415,812512,812611,812716,812822,812921,813026,813132,813232,813338,813439,813546,813665,813764,813869,813971,814073,814173,814276,814371,814475,814560,814664,814768,814866,814970,815076,815174,815279,815377,815490,815584,815673,815762,815845,815936,816019,816117,816207,816303,816392,816486,816574,816670,816755,816863,816964,817065,817163,817269,817360,817459,817556,817654,817750,817843,817953,818051,818146,818256,818348,818448,818547,818634,818738,818843,818942,819049,819156,819255,819364,819456,819567,819678,819789,819893,820008,820124,820251,820371,820468,820567,820659,820758,820850,820949,821035,821129,821232,821328,821431,821527,821630,821727,821825,821928,822021,822111,822212,822295,822386,822471,822563,822666,822761,822857,822950,823044,823123,823230,823321,823420,823513,823616,823720,823821,823922,824026,824120,824224,824328,824441,824547,824653,824761,824878,824979,825087,825187,825290,825395,825502,825598,825677,825767,825851,825943,826016,826113,826195,826280,826365,826462,826555,826650,826749,826846,826937,827028,827120,827215,827322,827430,827532,827629,827726,827819,827906,827990,828087,828184,828277,828364,828455,828554,828653,828748,828837,828918,829017,829121,829218,829323,829420,829504,829603,829707,829804,829909,830006,830104,830205,830311,830410,830517,830616,830715,830806,830895,830984,831066,831159,831250,831361,831462,831562,831674,831787,831885,831993,832087,832187,832276,832368,832479,832589,832684,832800,832926,833052,833171,833299,833424,833549,833667,833794,833903,834012,834125,834248,834371,834487,834612,834709,834817,834939,835055,835171,835280,835368,835469,835558,835659,835746,835834,835931,836023,836129,836229,836305,836382" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\5629cbd501a8e4dc6828cc92561b74aa\\transformed\\lifecycle-viewmodel-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1868", + "startColumns": "4", + "startOffsets": "123576", + "endColumns": "49", + "endOffsets": "123621" + } + }, + { + "source": "S:\\Source\\Android\\DaydreamClock\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "4,1,3,2", + "startColumns": "4,4,4,4", + "startOffsets": "148,17,103,60", + "endColumns": "50,41,43,41", + "endOffsets": "194,54,142,97" + }, + "to": { + "startLines": "636,641,948,961", + "startColumns": "4,4,4,4", + "startOffsets": "32479,32849,55707,56569", + "endColumns": "50,41,43,41", + "endOffsets": "32525,32886,55746,56606" + } + }, + { + "source": "C:\\Users\\tinde\\.gradle\\caches\\transforms-4\\196f4befce1b955c1217f009cbd7acbb\\transformed\\lifecycle-runtime-2.6.1\\res\\values\\values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1865", + "startColumns": "4", + "startOffsets": "123419", + "endColumns": "42", + "endOffsets": "123457" + } + } + ] + } + ] +} \ 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..c2c0991 --- /dev/null +++ b/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json @@ -0,0 +1,58 @@ +[ + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_colon.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_colon.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_8.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_8.xml" + }, + { + "merged": "C:\\Users\\tinde\\.gradle\\daemon\\8.7\\com.example.daydreamclock.app-merged_res-31:\\xml_dream_info.xml.flat", + "source": "C:\\Users\\tinde\\.gradle\\daemon\\8.7\\com.example.daydreamclock.app-main-33:\\xml\\dream_info.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_6.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_6.xml" + }, + { + "merged": "C:\\Users\\tinde\\.gradle\\daemon\\8.7\\com.example.daydreamclock.app-merged_res-31:\\layout_layout_dream.xml.flat", + "source": "C:\\Users\\tinde\\.gradle\\daemon\\8.7\\com.example.daydreamclock.app-main-33:\\layout\\layout_dream.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_0.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_0.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_9.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_9.xml" + }, + { + "merged": "C:\\Users\\tinde\\.gradle\\daemon\\8.7\\com.example.daydreamclock.app-merged_res-31:\\drawable_ic_launcher.xml.flat", + "source": "C:\\Users\\tinde\\.gradle\\daemon\\8.7\\com.example.daydreamclock.app-main-33:\\drawable\\ic_launcher.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_5.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_5.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_4.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_4.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_2.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_2.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_3.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_3.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_1.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_1.xml" + }, + { + "merged": "com.example.daydreamclock.app-merged_res-31:/drawable_num_7.xml.flat", + "source": "com.example.daydreamclock.app-main-33:/drawable/num_7.xml" + } +] \ No newline at end of file diff --git a/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json b/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json @@ -0,0 +1 @@ +[] \ 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/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt b/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt new file mode 100644 index 0000000..08f4ebe --- /dev/null +++ b/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt @@ -0,0 +1 @@ +0 Warning/Error \ 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..0df98dd --- /dev/null +++ b/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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..08acbed --- /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.daydreamclock", + "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/ic_launcher.xml b/app/build/intermediates/packaged_res/debug/drawable/ic_launcher.xml new file mode 100644 index 0000000..9cc027d --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/ic_launcher.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_0.xml b/app/build/intermediates/packaged_res/debug/drawable/num_0.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_0.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_1.xml b/app/build/intermediates/packaged_res/debug/drawable/num_1.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_1.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_2.xml b/app/build/intermediates/packaged_res/debug/drawable/num_2.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_2.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_3.xml b/app/build/intermediates/packaged_res/debug/drawable/num_3.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_3.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_4.xml b/app/build/intermediates/packaged_res/debug/drawable/num_4.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_4.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_5.xml b/app/build/intermediates/packaged_res/debug/drawable/num_5.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_5.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_6.xml b/app/build/intermediates/packaged_res/debug/drawable/num_6.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_6.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_7.xml b/app/build/intermediates/packaged_res/debug/drawable/num_7.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_7.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_8.xml b/app/build/intermediates/packaged_res/debug/drawable/num_8.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_8.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_9.xml b/app/build/intermediates/packaged_res/debug/drawable/num_9.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_9.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/drawable/num_colon.xml b/app/build/intermediates/packaged_res/debug/drawable/num_colon.xml new file mode 100644 index 0000000..b195c71 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/drawable/num_colon.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/build/intermediates/packaged_res/debug/layout/layout_dream.xml b/app/build/intermediates/packaged_res/debug/layout/layout_dream.xml new file mode 100644 index 0000000..61c531a --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/layout/layout_dream.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + 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..2124cc9 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/values/values.xml @@ -0,0 +1,15 @@ + + + #000000 + #FF000000 + #FF4444 + #FFFFFFFF + Daydream Clock + Loading... + + \ No newline at end of file diff --git a/app/build/intermediates/packaged_res/debug/xml/dream_info.xml b/app/build/intermediates/packaged_res/debug/xml/dream_info.xml new file mode 100644 index 0000000..e798f60 --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/xml/dream_info.xml @@ -0,0 +1,2 @@ + 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..2fa7fb4 --- /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.daydreamclock", + "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..5d97e7c 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/com/example/daydreamclock/ClockDreamService$timeRunnable$1.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/ClockDreamService$timeRunnable$1.dex new file mode 100644 index 0000000..393bb6c Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/ClockDreamService$timeRunnable$1.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/ClockDreamService.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/ClockDreamService.dex new file mode 100644 index 0000000..f457a2d Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/ClockDreamService.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/MainActivity.dex b/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/MainActivity.dex new file mode 100644 index 0000000..ef75367 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/com/example/daydreamclock/MainActivity.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_0.jar b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_0.jar new file mode 100644 index 0000000..f8e040d Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_0.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_1.jar b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_1.jar new file mode 100644 index 0000000..24e3867 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_1.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_2.jar b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_2.jar new file mode 100644 index 0000000..43d0bfa Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_2.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_3.jar b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_3.jar new file mode 100644 index 0000000..aaa3d0e Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_3.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_4.jar b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_4.jar new file mode 100644 index 0000000..061d2ee Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_4.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_5.jar b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_5.jar new file mode 100644 index 0000000..10e5fb7 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_5.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_6.jar b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_6.jar new file mode 100644 index 0000000..89c9aa2 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/e9f266b6d1f5d7c9a2d86788bbb702fcbbcf5130f19efcb9aea488264172929a_6.jar 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..1e69993 --- /dev/null +++ b/app/build/intermediates/runtime_symbol_list/debug/R.txt @@ -0,0 +1,7152 @@ +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_enter_from_left 0x7f010025 +int anim m3_side_sheet_enter_from_right 0x7f010026 +int anim m3_side_sheet_exit_to_left 0x7f010027 +int anim m3_side_sheet_exit_to_right 0x7f010028 +int anim mtrl_bottom_sheet_slide_in 0x7f010029 +int anim mtrl_bottom_sheet_slide_out 0x7f01002a +int anim mtrl_card_lowers_interpolator 0x7f01002b +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_appbar_state_list_animator 0x7f020009 +int animator m3_btn_elevated_btn_state_list_anim 0x7f02000a +int animator m3_btn_state_list_anim 0x7f02000b +int animator m3_card_elevated_state_list_anim 0x7f02000c +int animator m3_card_state_list_anim 0x7f02000d +int animator m3_chip_state_list_anim 0x7f02000e +int animator m3_elevated_chip_state_list_anim 0x7f02000f +int animator m3_extended_fab_change_size_collapse_motion_spec 0x7f020010 +int animator m3_extended_fab_change_size_expand_motion_spec 0x7f020011 +int animator m3_extended_fab_hide_motion_spec 0x7f020012 +int animator m3_extended_fab_show_motion_spec 0x7f020013 +int animator m3_extended_fab_state_list_animator 0x7f020014 +int animator mtrl_btn_state_list_anim 0x7f020015 +int animator mtrl_btn_unelevated_state_list_anim 0x7f020016 +int animator mtrl_card_state_list_anim 0x7f020017 +int animator mtrl_chip_state_list_anim 0x7f020018 +int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x7f020019 +int animator mtrl_extended_fab_change_size_expand_motion_spec 0x7f02001a +int animator mtrl_extended_fab_hide_motion_spec 0x7f02001b +int animator mtrl_extended_fab_show_motion_spec 0x7f02001c +int animator mtrl_extended_fab_state_list_animator 0x7f02001d +int animator mtrl_fab_hide_motion_spec 0x7f02001e +int animator mtrl_fab_show_motion_spec 0x7f02001f +int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f020020 +int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020021 +int attr SharedValue 0x7f030000 +int attr SharedValueId 0x7f030001 +int attr actionBarDivider 0x7f030002 +int attr actionBarItemBackground 0x7f030003 +int attr actionBarPopupTheme 0x7f030004 +int attr actionBarSize 0x7f030005 +int attr actionBarSplitStyle 0x7f030006 +int attr actionBarStyle 0x7f030007 +int attr actionBarTabBarStyle 0x7f030008 +int attr actionBarTabStyle 0x7f030009 +int attr actionBarTabTextStyle 0x7f03000a +int attr actionBarTheme 0x7f03000b +int attr actionBarWidgetTheme 0x7f03000c +int attr actionButtonStyle 0x7f03000d +int attr actionDropDownStyle 0x7f03000e +int attr actionLayout 0x7f03000f +int attr actionMenuTextAppearance 0x7f030010 +int attr actionMenuTextColor 0x7f030011 +int attr actionModeBackground 0x7f030012 +int attr actionModeCloseButtonStyle 0x7f030013 +int attr actionModeCloseContentDescription 0x7f030014 +int attr actionModeCloseDrawable 0x7f030015 +int attr actionModeCopyDrawable 0x7f030016 +int attr actionModeCutDrawable 0x7f030017 +int attr actionModeFindDrawable 0x7f030018 +int attr actionModePasteDrawable 0x7f030019 +int attr actionModePopupWindowStyle 0x7f03001a +int attr actionModeSelectAllDrawable 0x7f03001b +int attr actionModeShareDrawable 0x7f03001c +int attr actionModeSplitBackground 0x7f03001d +int attr actionModeStyle 0x7f03001e +int attr actionModeTheme 0x7f03001f +int attr actionModeWebSearchDrawable 0x7f030020 +int attr actionOverflowButtonStyle 0x7f030021 +int attr actionOverflowMenuStyle 0x7f030022 +int attr actionProviderClass 0x7f030023 +int attr actionTextColorAlpha 0x7f030024 +int attr actionViewClass 0x7f030025 +int attr activeIndicatorLabelPadding 0x7f030026 +int attr activityChooserViewStyle 0x7f030027 +int attr addElevationShadow 0x7f030028 +int attr alertDialogButtonGroupStyle 0x7f030029 +int attr alertDialogCenterButtons 0x7f03002a +int attr alertDialogStyle 0x7f03002b +int attr alertDialogTheme 0x7f03002c +int attr allowStacking 0x7f03002d +int attr alpha 0x7f03002e +int attr alphabeticModifiers 0x7f03002f +int attr altSrc 0x7f030030 +int attr animateCircleAngleTo 0x7f030031 +int attr animateMenuItems 0x7f030032 +int attr animateNavigationIcon 0x7f030033 +int attr animateRelativeTo 0x7f030034 +int attr animationMode 0x7f030035 +int attr appBarLayoutStyle 0x7f030036 +int attr applyMotionScene 0x7f030037 +int attr arcMode 0x7f030038 +int attr arrowHeadLength 0x7f030039 +int attr arrowShaftLength 0x7f03003a +int attr attributeName 0x7f03003b +int attr autoAdjustToWithinGrandparentBounds 0x7f03003c +int attr autoCompleteMode 0x7f03003d +int attr autoCompleteTextViewStyle 0x7f03003e +int attr autoShowKeyboard 0x7f03003f +int attr autoSizeMaxTextSize 0x7f030040 +int attr autoSizeMinTextSize 0x7f030041 +int attr autoSizePresetSizes 0x7f030042 +int attr autoSizeStepGranularity 0x7f030043 +int attr autoSizeTextType 0x7f030044 +int attr autoTransition 0x7f030045 +int attr backHandlingEnabled 0x7f030046 +int attr background 0x7f030047 +int attr backgroundColor 0x7f030048 +int attr backgroundInsetBottom 0x7f030049 +int attr backgroundInsetEnd 0x7f03004a +int attr backgroundInsetStart 0x7f03004b +int attr backgroundInsetTop 0x7f03004c +int attr backgroundOverlayColorAlpha 0x7f03004d +int attr backgroundSplit 0x7f03004e +int attr backgroundStacked 0x7f03004f +int attr backgroundTint 0x7f030050 +int attr backgroundTintMode 0x7f030051 +int attr badgeGravity 0x7f030052 +int attr badgeHeight 0x7f030053 +int attr badgeRadius 0x7f030054 +int attr badgeShapeAppearance 0x7f030055 +int attr badgeShapeAppearanceOverlay 0x7f030056 +int attr badgeStyle 0x7f030057 +int attr badgeText 0x7f030058 +int attr badgeTextAppearance 0x7f030059 +int attr badgeTextColor 0x7f03005a +int attr badgeVerticalPadding 0x7f03005b +int attr badgeWidePadding 0x7f03005c +int attr badgeWidth 0x7f03005d +int attr badgeWithTextHeight 0x7f03005e +int attr badgeWithTextRadius 0x7f03005f +int attr badgeWithTextShapeAppearance 0x7f030060 +int attr badgeWithTextShapeAppearanceOverlay 0x7f030061 +int attr badgeWithTextWidth 0x7f030062 +int attr barLength 0x7f030063 +int attr barrierAllowsGoneWidgets 0x7f030064 +int attr barrierDirection 0x7f030065 +int attr barrierMargin 0x7f030066 +int attr behavior_autoHide 0x7f030067 +int attr behavior_autoShrink 0x7f030068 +int attr behavior_draggable 0x7f030069 +int attr behavior_expandedOffset 0x7f03006a +int attr behavior_fitToContents 0x7f03006b +int attr behavior_halfExpandedRatio 0x7f03006c +int attr behavior_hideable 0x7f03006d +int attr behavior_overlapTop 0x7f03006e +int attr behavior_peekHeight 0x7f03006f +int attr behavior_saveFlags 0x7f030070 +int attr behavior_significantVelocityThreshold 0x7f030071 +int attr behavior_skipCollapsed 0x7f030072 +int attr blendSrc 0x7f030073 +int attr borderRound 0x7f030074 +int attr borderRoundPercent 0x7f030075 +int attr borderWidth 0x7f030076 +int attr borderlessButtonStyle 0x7f030077 +int attr bottomAppBarStyle 0x7f030078 +int attr bottomInsetScrimEnabled 0x7f030079 +int attr bottomNavigationStyle 0x7f03007a +int attr bottomSheetDialogTheme 0x7f03007b +int attr bottomSheetDragHandleStyle 0x7f03007c +int attr bottomSheetStyle 0x7f03007d +int attr boxBackgroundColor 0x7f03007e +int attr boxBackgroundMode 0x7f03007f +int attr boxCollapsedPaddingTop 0x7f030080 +int attr boxCornerRadiusBottomEnd 0x7f030081 +int attr boxCornerRadiusBottomStart 0x7f030082 +int attr boxCornerRadiusTopEnd 0x7f030083 +int attr boxCornerRadiusTopStart 0x7f030084 +int attr boxStrokeColor 0x7f030085 +int attr boxStrokeErrorColor 0x7f030086 +int attr boxStrokeWidth 0x7f030087 +int attr boxStrokeWidthFocused 0x7f030088 +int attr brightness 0x7f030089 +int attr buttonBarButtonStyle 0x7f03008a +int attr buttonBarNegativeButtonStyle 0x7f03008b +int attr buttonBarNeutralButtonStyle 0x7f03008c +int attr buttonBarPositiveButtonStyle 0x7f03008d +int attr buttonBarStyle 0x7f03008e +int attr buttonCompat 0x7f03008f +int attr buttonGravity 0x7f030090 +int attr buttonIcon 0x7f030091 +int attr buttonIconDimen 0x7f030092 +int attr buttonIconTint 0x7f030093 +int attr buttonIconTintMode 0x7f030094 +int attr buttonPanelSideLayout 0x7f030095 +int attr buttonStyle 0x7f030096 +int attr buttonStyleSmall 0x7f030097 +int attr buttonTint 0x7f030098 +int attr buttonTintMode 0x7f030099 +int attr cardBackgroundColor 0x7f03009a +int attr cardCornerRadius 0x7f03009b +int attr cardElevation 0x7f03009c +int attr cardForegroundColor 0x7f03009d +int attr cardMaxElevation 0x7f03009e +int attr cardPreventCornerOverlap 0x7f03009f +int attr cardUseCompatPadding 0x7f0300a0 +int attr cardViewStyle 0x7f0300a1 +int attr carousel_alignment 0x7f0300a2 +int attr carousel_backwardTransition 0x7f0300a3 +int attr carousel_emptyViewsBehavior 0x7f0300a4 +int attr carousel_firstView 0x7f0300a5 +int attr carousel_forwardTransition 0x7f0300a6 +int attr carousel_infinite 0x7f0300a7 +int attr carousel_nextState 0x7f0300a8 +int attr carousel_previousState 0x7f0300a9 +int attr carousel_touchUpMode 0x7f0300aa +int attr carousel_touchUp_dampeningFactor 0x7f0300ab +int attr carousel_touchUp_velocityThreshold 0x7f0300ac +int attr centerIfNoTextEnabled 0x7f0300ad +int attr chainUseRtl 0x7f0300ae +int attr checkMarkCompat 0x7f0300af +int attr checkMarkTint 0x7f0300b0 +int attr checkMarkTintMode 0x7f0300b1 +int attr checkboxStyle 0x7f0300b2 +int attr checkedButton 0x7f0300b3 +int attr checkedChip 0x7f0300b4 +int attr checkedIcon 0x7f0300b5 +int attr checkedIconEnabled 0x7f0300b6 +int attr checkedIconGravity 0x7f0300b7 +int attr checkedIconMargin 0x7f0300b8 +int attr checkedIconSize 0x7f0300b9 +int attr checkedIconTint 0x7f0300ba +int attr checkedIconVisible 0x7f0300bb +int attr checkedState 0x7f0300bc +int attr checkedTextViewStyle 0x7f0300bd +int attr chipBackgroundColor 0x7f0300be +int attr chipCornerRadius 0x7f0300bf +int attr chipEndPadding 0x7f0300c0 +int attr chipGroupStyle 0x7f0300c1 +int attr chipIcon 0x7f0300c2 +int attr chipIconEnabled 0x7f0300c3 +int attr chipIconSize 0x7f0300c4 +int attr chipIconTint 0x7f0300c5 +int attr chipIconVisible 0x7f0300c6 +int attr chipMinHeight 0x7f0300c7 +int attr chipMinTouchTargetSize 0x7f0300c8 +int attr chipSpacing 0x7f0300c9 +int attr chipSpacingHorizontal 0x7f0300ca +int attr chipSpacingVertical 0x7f0300cb +int attr chipStandaloneStyle 0x7f0300cc +int attr chipStartPadding 0x7f0300cd +int attr chipStrokeColor 0x7f0300ce +int attr chipStrokeWidth 0x7f0300cf +int attr chipStyle 0x7f0300d0 +int attr chipSurfaceColor 0x7f0300d1 +int attr circleRadius 0x7f0300d2 +int attr circularProgressIndicatorStyle 0x7f0300d3 +int attr circularflow_angles 0x7f0300d4 +int attr circularflow_defaultAngle 0x7f0300d5 +int attr circularflow_defaultRadius 0x7f0300d6 +int attr circularflow_radiusInDP 0x7f0300d7 +int attr circularflow_viewCenter 0x7f0300d8 +int attr clearsTag 0x7f0300d9 +int attr clickAction 0x7f0300da +int attr clockFaceBackgroundColor 0x7f0300db +int attr clockHandColor 0x7f0300dc +int attr clockIcon 0x7f0300dd +int attr clockNumberTextColor 0x7f0300de +int attr closeIcon 0x7f0300df +int attr closeIconEnabled 0x7f0300e0 +int attr closeIconEndPadding 0x7f0300e1 +int attr closeIconSize 0x7f0300e2 +int attr closeIconStartPadding 0x7f0300e3 +int attr closeIconTint 0x7f0300e4 +int attr closeIconVisible 0x7f0300e5 +int attr closeItemLayout 0x7f0300e6 +int attr collapseContentDescription 0x7f0300e7 +int attr collapseIcon 0x7f0300e8 +int attr collapsedSize 0x7f0300e9 +int attr collapsedTitleGravity 0x7f0300ea +int attr collapsedTitleTextAppearance 0x7f0300eb +int attr collapsedTitleTextColor 0x7f0300ec +int attr collapsingToolbarLayoutLargeSize 0x7f0300ed +int attr collapsingToolbarLayoutLargeStyle 0x7f0300ee +int attr collapsingToolbarLayoutMediumSize 0x7f0300ef +int attr collapsingToolbarLayoutMediumStyle 0x7f0300f0 +int attr collapsingToolbarLayoutStyle 0x7f0300f1 +int attr color 0x7f0300f2 +int attr colorAccent 0x7f0300f3 +int attr colorBackgroundFloating 0x7f0300f4 +int attr colorButtonNormal 0x7f0300f5 +int attr colorContainer 0x7f0300f6 +int attr colorControlActivated 0x7f0300f7 +int attr colorControlHighlight 0x7f0300f8 +int attr colorControlNormal 0x7f0300f9 +int attr colorError 0x7f0300fa +int attr colorErrorContainer 0x7f0300fb +int attr colorOnBackground 0x7f0300fc +int attr colorOnContainer 0x7f0300fd +int attr colorOnContainerUnchecked 0x7f0300fe +int attr colorOnError 0x7f0300ff +int attr colorOnErrorContainer 0x7f030100 +int attr colorOnPrimary 0x7f030101 +int attr colorOnPrimaryContainer 0x7f030102 +int attr colorOnPrimaryFixed 0x7f030103 +int attr colorOnPrimaryFixedVariant 0x7f030104 +int attr colorOnPrimarySurface 0x7f030105 +int attr colorOnSecondary 0x7f030106 +int attr colorOnSecondaryContainer 0x7f030107 +int attr colorOnSecondaryFixed 0x7f030108 +int attr colorOnSecondaryFixedVariant 0x7f030109 +int attr colorOnSurface 0x7f03010a +int attr colorOnSurfaceInverse 0x7f03010b +int attr colorOnSurfaceVariant 0x7f03010c +int attr colorOnTertiary 0x7f03010d +int attr colorOnTertiaryContainer 0x7f03010e +int attr colorOnTertiaryFixed 0x7f03010f +int attr colorOnTertiaryFixedVariant 0x7f030110 +int attr colorOutline 0x7f030111 +int attr colorOutlineVariant 0x7f030112 +int attr colorPrimary 0x7f030113 +int attr colorPrimaryContainer 0x7f030114 +int attr colorPrimaryDark 0x7f030115 +int attr colorPrimaryFixed 0x7f030116 +int attr colorPrimaryFixedDim 0x7f030117 +int attr colorPrimaryInverse 0x7f030118 +int attr colorPrimarySurface 0x7f030119 +int attr colorPrimaryVariant 0x7f03011a +int attr colorSecondary 0x7f03011b +int attr colorSecondaryContainer 0x7f03011c +int attr colorSecondaryFixed 0x7f03011d +int attr colorSecondaryFixedDim 0x7f03011e +int attr colorSecondaryVariant 0x7f03011f +int attr colorSurface 0x7f030120 +int attr colorSurfaceBright 0x7f030121 +int attr colorSurfaceContainer 0x7f030122 +int attr colorSurfaceContainerHigh 0x7f030123 +int attr colorSurfaceContainerHighest 0x7f030124 +int attr colorSurfaceContainerLow 0x7f030125 +int attr colorSurfaceContainerLowest 0x7f030126 +int attr colorSurfaceDim 0x7f030127 +int attr colorSurfaceInverse 0x7f030128 +int attr colorSurfaceVariant 0x7f030129 +int attr colorSwitchThumbNormal 0x7f03012a +int attr colorTertiary 0x7f03012b +int attr colorTertiaryContainer 0x7f03012c +int attr colorTertiaryFixed 0x7f03012d +int attr colorTertiaryFixedDim 0x7f03012e +int attr commitIcon 0x7f03012f +int attr compatShadowEnabled 0x7f030130 +int attr constraintRotate 0x7f030131 +int attr constraintSet 0x7f030132 +int attr constraintSetEnd 0x7f030133 +int attr constraintSetStart 0x7f030134 +int attr constraint_referenced_ids 0x7f030135 +int attr constraint_referenced_tags 0x7f030136 +int attr constraints 0x7f030137 +int attr content 0x7f030138 +int attr contentDescription 0x7f030139 +int attr contentInsetEnd 0x7f03013a +int attr contentInsetEndWithActions 0x7f03013b +int attr contentInsetLeft 0x7f03013c +int attr contentInsetRight 0x7f03013d +int attr contentInsetStart 0x7f03013e +int attr contentInsetStartWithNavigation 0x7f03013f +int attr contentPadding 0x7f030140 +int attr contentPaddingBottom 0x7f030141 +int attr contentPaddingEnd 0x7f030142 +int attr contentPaddingLeft 0x7f030143 +int attr contentPaddingRight 0x7f030144 +int attr contentPaddingStart 0x7f030145 +int attr contentPaddingTop 0x7f030146 +int attr contentScrim 0x7f030147 +int attr contrast 0x7f030148 +int attr controlBackground 0x7f030149 +int attr coordinatorLayoutStyle 0x7f03014a +int attr coplanarSiblingViewId 0x7f03014b +int attr cornerFamily 0x7f03014c +int attr cornerFamilyBottomLeft 0x7f03014d +int attr cornerFamilyBottomRight 0x7f03014e +int attr cornerFamilyTopLeft 0x7f03014f +int attr cornerFamilyTopRight 0x7f030150 +int attr cornerRadius 0x7f030151 +int attr cornerSize 0x7f030152 +int attr cornerSizeBottomLeft 0x7f030153 +int attr cornerSizeBottomRight 0x7f030154 +int attr cornerSizeTopLeft 0x7f030155 +int attr cornerSizeTopRight 0x7f030156 +int attr counterEnabled 0x7f030157 +int attr counterMaxLength 0x7f030158 +int attr counterOverflowTextAppearance 0x7f030159 +int attr counterOverflowTextColor 0x7f03015a +int attr counterTextAppearance 0x7f03015b +int attr counterTextColor 0x7f03015c +int attr crossfade 0x7f03015d +int attr currentState 0x7f03015e +int attr cursorColor 0x7f03015f +int attr cursorErrorColor 0x7f030160 +int attr curveFit 0x7f030161 +int attr customBoolean 0x7f030162 +int attr customColorDrawableValue 0x7f030163 +int attr customColorValue 0x7f030164 +int attr customDimension 0x7f030165 +int attr customFloatValue 0x7f030166 +int attr customIntegerValue 0x7f030167 +int attr customNavigationLayout 0x7f030168 +int attr customPixelDimension 0x7f030169 +int attr customReference 0x7f03016a +int attr customStringValue 0x7f03016b +int attr dayInvalidStyle 0x7f03016c +int attr daySelectedStyle 0x7f03016d +int attr dayStyle 0x7f03016e +int attr dayTodayStyle 0x7f03016f +int attr defaultDuration 0x7f030170 +int attr defaultMarginsEnabled 0x7f030171 +int attr defaultQueryHint 0x7f030172 +int attr defaultScrollFlagsEnabled 0x7f030173 +int attr defaultState 0x7f030174 +int attr deltaPolarAngle 0x7f030175 +int attr deltaPolarRadius 0x7f030176 +int attr deriveConstraintsFrom 0x7f030177 +int attr dialogCornerRadius 0x7f030178 +int attr dialogPreferredPadding 0x7f030179 +int attr dialogTheme 0x7f03017a +int attr displayOptions 0x7f03017b +int attr divider 0x7f03017c +int attr dividerColor 0x7f03017d +int attr dividerHorizontal 0x7f03017e +int attr dividerInsetEnd 0x7f03017f +int attr dividerInsetStart 0x7f030180 +int attr dividerPadding 0x7f030181 +int attr dividerThickness 0x7f030182 +int attr dividerVertical 0x7f030183 +int attr dragDirection 0x7f030184 +int attr dragScale 0x7f030185 +int attr dragThreshold 0x7f030186 +int attr drawPath 0x7f030187 +int attr drawableBottomCompat 0x7f030188 +int attr drawableEndCompat 0x7f030189 +int attr drawableLeftCompat 0x7f03018a +int attr drawableRightCompat 0x7f03018b +int attr drawableSize 0x7f03018c +int attr drawableStartCompat 0x7f03018d +int attr drawableTint 0x7f03018e +int attr drawableTintMode 0x7f03018f +int attr drawableTopCompat 0x7f030190 +int attr drawerArrowStyle 0x7f030191 +int attr drawerLayoutCornerSize 0x7f030192 +int attr drawerLayoutStyle 0x7f030193 +int attr dropDownBackgroundTint 0x7f030194 +int attr dropDownListViewStyle 0x7f030195 +int attr dropdownListPreferredItemHeight 0x7f030196 +int attr duration 0x7f030197 +int attr dynamicColorThemeOverlay 0x7f030198 +int attr editTextBackground 0x7f030199 +int attr editTextColor 0x7f03019a +int attr editTextStyle 0x7f03019b +int attr elevation 0x7f03019c +int attr elevationOverlayAccentColor 0x7f03019d +int attr elevationOverlayColor 0x7f03019e +int attr elevationOverlayEnabled 0x7f03019f +int attr emojiCompatEnabled 0x7f0301a0 +int attr enableEdgeToEdge 0x7f0301a1 +int attr endIconCheckable 0x7f0301a2 +int attr endIconContentDescription 0x7f0301a3 +int attr endIconDrawable 0x7f0301a4 +int attr endIconMinSize 0x7f0301a5 +int attr endIconMode 0x7f0301a6 +int attr endIconScaleType 0x7f0301a7 +int attr endIconTint 0x7f0301a8 +int attr endIconTintMode 0x7f0301a9 +int attr enforceMaterialTheme 0x7f0301aa +int attr enforceTextAppearance 0x7f0301ab +int attr ensureMinTouchTargetSize 0x7f0301ac +int attr errorAccessibilityLabel 0x7f0301ad +int attr errorAccessibilityLiveRegion 0x7f0301ae +int attr errorContentDescription 0x7f0301af +int attr errorEnabled 0x7f0301b0 +int attr errorIconDrawable 0x7f0301b1 +int attr errorIconTint 0x7f0301b2 +int attr errorIconTintMode 0x7f0301b3 +int attr errorShown 0x7f0301b4 +int attr errorTextAppearance 0x7f0301b5 +int attr errorTextColor 0x7f0301b6 +int attr expandActivityOverflowButtonDrawable 0x7f0301b7 +int attr expanded 0x7f0301b8 +int attr expandedHintEnabled 0x7f0301b9 +int attr expandedTitleGravity 0x7f0301ba +int attr expandedTitleMargin 0x7f0301bb +int attr expandedTitleMarginBottom 0x7f0301bc +int attr expandedTitleMarginEnd 0x7f0301bd +int attr expandedTitleMarginStart 0x7f0301be +int attr expandedTitleMarginTop 0x7f0301bf +int attr expandedTitleTextAppearance 0x7f0301c0 +int attr expandedTitleTextColor 0x7f0301c1 +int attr extendMotionSpec 0x7f0301c2 +int attr extendStrategy 0x7f0301c3 +int attr extendedFloatingActionButtonPrimaryStyle 0x7f0301c4 +int attr extendedFloatingActionButtonSecondaryStyle 0x7f0301c5 +int attr extendedFloatingActionButtonStyle 0x7f0301c6 +int attr extendedFloatingActionButtonSurfaceStyle 0x7f0301c7 +int attr extendedFloatingActionButtonTertiaryStyle 0x7f0301c8 +int attr extraMultilineHeightEnabled 0x7f0301c9 +int attr fabAlignmentMode 0x7f0301ca +int attr fabAlignmentModeEndMargin 0x7f0301cb +int attr fabAnchorMode 0x7f0301cc +int attr fabAnimationMode 0x7f0301cd +int attr fabCradleMargin 0x7f0301ce +int attr fabCradleRoundedCornerRadius 0x7f0301cf +int attr fabCradleVerticalOffset 0x7f0301d0 +int attr fabCustomSize 0x7f0301d1 +int attr fabSize 0x7f0301d2 +int attr fastScrollEnabled 0x7f0301d3 +int attr fastScrollHorizontalThumbDrawable 0x7f0301d4 +int attr fastScrollHorizontalTrackDrawable 0x7f0301d5 +int attr fastScrollVerticalThumbDrawable 0x7f0301d6 +int attr fastScrollVerticalTrackDrawable 0x7f0301d7 +int attr firstBaselineToTopHeight 0x7f0301d8 +int attr floatingActionButtonLargePrimaryStyle 0x7f0301d9 +int attr floatingActionButtonLargeSecondaryStyle 0x7f0301da +int attr floatingActionButtonLargeStyle 0x7f0301db +int attr floatingActionButtonLargeSurfaceStyle 0x7f0301dc +int attr floatingActionButtonLargeTertiaryStyle 0x7f0301dd +int attr floatingActionButtonPrimaryStyle 0x7f0301de +int attr floatingActionButtonSecondaryStyle 0x7f0301df +int attr floatingActionButtonSmallPrimaryStyle 0x7f0301e0 +int attr floatingActionButtonSmallSecondaryStyle 0x7f0301e1 +int attr floatingActionButtonSmallStyle 0x7f0301e2 +int attr floatingActionButtonSmallSurfaceStyle 0x7f0301e3 +int attr floatingActionButtonSmallTertiaryStyle 0x7f0301e4 +int attr floatingActionButtonStyle 0x7f0301e5 +int attr floatingActionButtonSurfaceStyle 0x7f0301e6 +int attr floatingActionButtonTertiaryStyle 0x7f0301e7 +int attr flow_firstHorizontalBias 0x7f0301e8 +int attr flow_firstHorizontalStyle 0x7f0301e9 +int attr flow_firstVerticalBias 0x7f0301ea +int attr flow_firstVerticalStyle 0x7f0301eb +int attr flow_horizontalAlign 0x7f0301ec +int attr flow_horizontalBias 0x7f0301ed +int attr flow_horizontalGap 0x7f0301ee +int attr flow_horizontalStyle 0x7f0301ef +int attr flow_lastHorizontalBias 0x7f0301f0 +int attr flow_lastHorizontalStyle 0x7f0301f1 +int attr flow_lastVerticalBias 0x7f0301f2 +int attr flow_lastVerticalStyle 0x7f0301f3 +int attr flow_maxElementsWrap 0x7f0301f4 +int attr flow_padding 0x7f0301f5 +int attr flow_verticalAlign 0x7f0301f6 +int attr flow_verticalBias 0x7f0301f7 +int attr flow_verticalGap 0x7f0301f8 +int attr flow_verticalStyle 0x7f0301f9 +int attr flow_wrapMode 0x7f0301fa +int attr font 0x7f0301fb +int attr fontFamily 0x7f0301fc +int attr fontProviderAuthority 0x7f0301fd +int attr fontProviderCerts 0x7f0301fe +int attr fontProviderFetchStrategy 0x7f0301ff +int attr fontProviderFetchTimeout 0x7f030200 +int attr fontProviderPackage 0x7f030201 +int attr fontProviderQuery 0x7f030202 +int attr fontProviderSystemFontFamily 0x7f030203 +int attr fontStyle 0x7f030204 +int attr fontVariationSettings 0x7f030205 +int attr fontWeight 0x7f030206 +int attr forceApplySystemWindowInsetTop 0x7f030207 +int attr forceDefaultNavigationOnClickListener 0x7f030208 +int attr foregroundInsidePadding 0x7f030209 +int attr framePosition 0x7f03020a +int attr gapBetweenBars 0x7f03020b +int attr gestureInsetBottomIgnored 0x7f03020c +int attr goIcon 0x7f03020d +int attr guidelineUseRtl 0x7f03020e +int attr haloColor 0x7f03020f +int attr haloRadius 0x7f030210 +int attr headerLayout 0x7f030211 +int attr height 0x7f030212 +int attr helperText 0x7f030213 +int attr helperTextEnabled 0x7f030214 +int attr helperTextTextAppearance 0x7f030215 +int attr helperTextTextColor 0x7f030216 +int attr hideAnimationBehavior 0x7f030217 +int attr hideMotionSpec 0x7f030218 +int attr hideNavigationIcon 0x7f030219 +int attr hideOnContentScroll 0x7f03021a +int attr hideOnScroll 0x7f03021b +int attr hintAnimationEnabled 0x7f03021c +int attr hintEnabled 0x7f03021d +int attr hintTextAppearance 0x7f03021e +int attr hintTextColor 0x7f03021f +int attr homeAsUpIndicator 0x7f030220 +int attr homeLayout 0x7f030221 +int attr horizontalOffset 0x7f030222 +int attr horizontalOffsetWithText 0x7f030223 +int attr hoveredFocusedTranslationZ 0x7f030224 +int attr icon 0x7f030225 +int attr iconEndPadding 0x7f030226 +int attr iconGravity 0x7f030227 +int attr iconPadding 0x7f030228 +int attr iconSize 0x7f030229 +int attr iconStartPadding 0x7f03022a +int attr iconTint 0x7f03022b +int attr iconTintMode 0x7f03022c +int attr iconifiedByDefault 0x7f03022d +int attr ifTagNotSet 0x7f03022e +int attr ifTagSet 0x7f03022f +int attr imageButtonStyle 0x7f030230 +int attr imagePanX 0x7f030231 +int attr imagePanY 0x7f030232 +int attr imageRotate 0x7f030233 +int attr imageZoom 0x7f030234 +int attr indeterminateAnimationType 0x7f030235 +int attr indeterminateProgressStyle 0x7f030236 +int attr indicatorColor 0x7f030237 +int attr indicatorDirectionCircular 0x7f030238 +int attr indicatorDirectionLinear 0x7f030239 +int attr indicatorInset 0x7f03023a +int attr indicatorSize 0x7f03023b +int attr initialActivityCount 0x7f03023c +int attr insetForeground 0x7f03023d +int attr isLightTheme 0x7f03023e +int attr isMaterial3DynamicColorApplied 0x7f03023f +int attr isMaterial3Theme 0x7f030240 +int attr isMaterialTheme 0x7f030241 +int attr itemActiveIndicatorStyle 0x7f030242 +int attr itemBackground 0x7f030243 +int attr itemFillColor 0x7f030244 +int attr itemHorizontalPadding 0x7f030245 +int attr itemHorizontalTranslationEnabled 0x7f030246 +int attr itemIconPadding 0x7f030247 +int attr itemIconSize 0x7f030248 +int attr itemIconTint 0x7f030249 +int attr itemMaxLines 0x7f03024a +int attr itemMinHeight 0x7f03024b +int attr itemPadding 0x7f03024c +int attr itemPaddingBottom 0x7f03024d +int attr itemPaddingTop 0x7f03024e +int attr itemRippleColor 0x7f03024f +int attr itemShapeAppearance 0x7f030250 +int attr itemShapeAppearanceOverlay 0x7f030251 +int attr itemShapeFillColor 0x7f030252 +int attr itemShapeInsetBottom 0x7f030253 +int attr itemShapeInsetEnd 0x7f030254 +int attr itemShapeInsetStart 0x7f030255 +int attr itemShapeInsetTop 0x7f030256 +int attr itemSpacing 0x7f030257 +int attr itemStrokeColor 0x7f030258 +int attr itemStrokeWidth 0x7f030259 +int attr itemTextAppearance 0x7f03025a +int attr itemTextAppearanceActive 0x7f03025b +int attr itemTextAppearanceActiveBoldEnabled 0x7f03025c +int attr itemTextAppearanceInactive 0x7f03025d +int attr itemTextColor 0x7f03025e +int attr itemVerticalPadding 0x7f03025f +int attr keyPositionType 0x7f030260 +int attr keyboardIcon 0x7f030261 +int attr keylines 0x7f030262 +int attr lStar 0x7f030263 +int attr labelBehavior 0x7f030264 +int attr labelStyle 0x7f030265 +int attr labelVisibilityMode 0x7f030266 +int attr largeFontVerticalOffsetAdjustment 0x7f030267 +int attr lastBaselineToBottomHeight 0x7f030268 +int attr lastItemDecorated 0x7f030269 +int attr layout 0x7f03026a +int attr layoutDescription 0x7f03026b +int attr layoutDuringTransition 0x7f03026c +int attr layoutManager 0x7f03026d +int attr layout_anchor 0x7f03026e +int attr layout_anchorGravity 0x7f03026f +int attr layout_behavior 0x7f030270 +int attr layout_collapseMode 0x7f030271 +int attr layout_collapseParallaxMultiplier 0x7f030272 +int attr layout_constrainedHeight 0x7f030273 +int attr layout_constrainedWidth 0x7f030274 +int attr layout_constraintBaseline_creator 0x7f030275 +int attr layout_constraintBaseline_toBaselineOf 0x7f030276 +int attr layout_constraintBaseline_toBottomOf 0x7f030277 +int attr layout_constraintBaseline_toTopOf 0x7f030278 +int attr layout_constraintBottom_creator 0x7f030279 +int attr layout_constraintBottom_toBottomOf 0x7f03027a +int attr layout_constraintBottom_toTopOf 0x7f03027b +int attr layout_constraintCircle 0x7f03027c +int attr layout_constraintCircleAngle 0x7f03027d +int attr layout_constraintCircleRadius 0x7f03027e +int attr layout_constraintDimensionRatio 0x7f03027f +int attr layout_constraintEnd_toEndOf 0x7f030280 +int attr layout_constraintEnd_toStartOf 0x7f030281 +int attr layout_constraintGuide_begin 0x7f030282 +int attr layout_constraintGuide_end 0x7f030283 +int attr layout_constraintGuide_percent 0x7f030284 +int attr layout_constraintHeight 0x7f030285 +int attr layout_constraintHeight_default 0x7f030286 +int attr layout_constraintHeight_max 0x7f030287 +int attr layout_constraintHeight_min 0x7f030288 +int attr layout_constraintHeight_percent 0x7f030289 +int attr layout_constraintHorizontal_bias 0x7f03028a +int attr layout_constraintHorizontal_chainStyle 0x7f03028b +int attr layout_constraintHorizontal_weight 0x7f03028c +int attr layout_constraintLeft_creator 0x7f03028d +int attr layout_constraintLeft_toLeftOf 0x7f03028e +int attr layout_constraintLeft_toRightOf 0x7f03028f +int attr layout_constraintRight_creator 0x7f030290 +int attr layout_constraintRight_toLeftOf 0x7f030291 +int attr layout_constraintRight_toRightOf 0x7f030292 +int attr layout_constraintStart_toEndOf 0x7f030293 +int attr layout_constraintStart_toStartOf 0x7f030294 +int attr layout_constraintTag 0x7f030295 +int attr layout_constraintTop_creator 0x7f030296 +int attr layout_constraintTop_toBottomOf 0x7f030297 +int attr layout_constraintTop_toTopOf 0x7f030298 +int attr layout_constraintVertical_bias 0x7f030299 +int attr layout_constraintVertical_chainStyle 0x7f03029a +int attr layout_constraintVertical_weight 0x7f03029b +int attr layout_constraintWidth 0x7f03029c +int attr layout_constraintWidth_default 0x7f03029d +int attr layout_constraintWidth_max 0x7f03029e +int attr layout_constraintWidth_min 0x7f03029f +int attr layout_constraintWidth_percent 0x7f0302a0 +int attr layout_dodgeInsetEdges 0x7f0302a1 +int attr layout_editor_absoluteX 0x7f0302a2 +int attr layout_editor_absoluteY 0x7f0302a3 +int attr layout_goneMarginBaseline 0x7f0302a4 +int attr layout_goneMarginBottom 0x7f0302a5 +int attr layout_goneMarginEnd 0x7f0302a6 +int attr layout_goneMarginLeft 0x7f0302a7 +int attr layout_goneMarginRight 0x7f0302a8 +int attr layout_goneMarginStart 0x7f0302a9 +int attr layout_goneMarginTop 0x7f0302aa +int attr layout_insetEdge 0x7f0302ab +int attr layout_keyline 0x7f0302ac +int attr layout_marginBaseline 0x7f0302ad +int attr layout_optimizationLevel 0x7f0302ae +int attr layout_scrollEffect 0x7f0302af +int attr layout_scrollFlags 0x7f0302b0 +int attr layout_scrollInterpolator 0x7f0302b1 +int attr layout_wrapBehaviorInParent 0x7f0302b2 +int attr liftOnScroll 0x7f0302b3 +int attr liftOnScrollColor 0x7f0302b4 +int attr liftOnScrollTargetViewId 0x7f0302b5 +int attr limitBoundsTo 0x7f0302b6 +int attr lineHeight 0x7f0302b7 +int attr lineSpacing 0x7f0302b8 +int attr linearProgressIndicatorStyle 0x7f0302b9 +int attr listChoiceBackgroundIndicator 0x7f0302ba +int attr listChoiceIndicatorMultipleAnimated 0x7f0302bb +int attr listChoiceIndicatorSingleAnimated 0x7f0302bc +int attr listDividerAlertDialog 0x7f0302bd +int attr listItemLayout 0x7f0302be +int attr listLayout 0x7f0302bf +int attr listMenuViewStyle 0x7f0302c0 +int attr listPopupWindowStyle 0x7f0302c1 +int attr listPreferredItemHeight 0x7f0302c2 +int attr listPreferredItemHeightLarge 0x7f0302c3 +int attr listPreferredItemHeightSmall 0x7f0302c4 +int attr listPreferredItemPaddingEnd 0x7f0302c5 +int attr listPreferredItemPaddingLeft 0x7f0302c6 +int attr listPreferredItemPaddingRight 0x7f0302c7 +int attr listPreferredItemPaddingStart 0x7f0302c8 +int attr logo 0x7f0302c9 +int attr logoAdjustViewBounds 0x7f0302ca +int attr logoDescription 0x7f0302cb +int attr logoScaleType 0x7f0302cc +int attr marginHorizontal 0x7f0302cd +int attr marginLeftSystemWindowInsets 0x7f0302ce +int attr marginRightSystemWindowInsets 0x7f0302cf +int attr marginTopSystemWindowInsets 0x7f0302d0 +int attr materialAlertDialogBodyTextStyle 0x7f0302d1 +int attr materialAlertDialogButtonSpacerVisibility 0x7f0302d2 +int attr materialAlertDialogTheme 0x7f0302d3 +int attr materialAlertDialogTitleIconStyle 0x7f0302d4 +int attr materialAlertDialogTitlePanelStyle 0x7f0302d5 +int attr materialAlertDialogTitleTextStyle 0x7f0302d6 +int attr materialButtonOutlinedStyle 0x7f0302d7 +int attr materialButtonStyle 0x7f0302d8 +int attr materialButtonToggleGroupStyle 0x7f0302d9 +int attr materialCalendarDay 0x7f0302da +int attr materialCalendarDayOfWeekLabel 0x7f0302db +int attr materialCalendarFullscreenTheme 0x7f0302dc +int attr materialCalendarHeaderCancelButton 0x7f0302dd +int attr materialCalendarHeaderConfirmButton 0x7f0302de +int attr materialCalendarHeaderDivider 0x7f0302df +int attr materialCalendarHeaderLayout 0x7f0302e0 +int attr materialCalendarHeaderSelection 0x7f0302e1 +int attr materialCalendarHeaderTitle 0x7f0302e2 +int attr materialCalendarHeaderToggleButton 0x7f0302e3 +int attr materialCalendarMonth 0x7f0302e4 +int attr materialCalendarMonthNavigationButton 0x7f0302e5 +int attr materialCalendarStyle 0x7f0302e6 +int attr materialCalendarTheme 0x7f0302e7 +int attr materialCalendarYearNavigationButton 0x7f0302e8 +int attr materialCardViewElevatedStyle 0x7f0302e9 +int attr materialCardViewFilledStyle 0x7f0302ea +int attr materialCardViewOutlinedStyle 0x7f0302eb +int attr materialCardViewStyle 0x7f0302ec +int attr materialCircleRadius 0x7f0302ed +int attr materialClockStyle 0x7f0302ee +int attr materialDisplayDividerStyle 0x7f0302ef +int attr materialDividerHeavyStyle 0x7f0302f0 +int attr materialDividerStyle 0x7f0302f1 +int attr materialIconButtonFilledStyle 0x7f0302f2 +int attr materialIconButtonFilledTonalStyle 0x7f0302f3 +int attr materialIconButtonOutlinedStyle 0x7f0302f4 +int attr materialIconButtonStyle 0x7f0302f5 +int attr materialSearchBarStyle 0x7f0302f6 +int attr materialSearchViewPrefixStyle 0x7f0302f7 +int attr materialSearchViewStyle 0x7f0302f8 +int attr materialSearchViewToolbarHeight 0x7f0302f9 +int attr materialSearchViewToolbarStyle 0x7f0302fa +int attr materialSwitchStyle 0x7f0302fb +int attr materialThemeOverlay 0x7f0302fc +int attr materialTimePickerStyle 0x7f0302fd +int attr materialTimePickerTheme 0x7f0302fe +int attr materialTimePickerTitleStyle 0x7f0302ff +int attr maxAcceleration 0x7f030300 +int attr maxActionInlineWidth 0x7f030301 +int attr maxButtonHeight 0x7f030302 +int attr maxCharacterCount 0x7f030303 +int attr maxHeight 0x7f030304 +int attr maxImageSize 0x7f030305 +int attr maxLines 0x7f030306 +int attr maxNumber 0x7f030307 +int attr maxVelocity 0x7f030308 +int attr maxWidth 0x7f030309 +int attr measureWithLargestChild 0x7f03030a +int attr menu 0x7f03030b +int attr menuAlignmentMode 0x7f03030c +int attr menuGravity 0x7f03030d +int attr methodName 0x7f03030e +int attr minHeight 0x7f03030f +int attr minHideDelay 0x7f030310 +int attr minSeparation 0x7f030311 +int attr minTouchTargetSize 0x7f030312 +int attr minWidth 0x7f030313 +int attr mock_diagonalsColor 0x7f030314 +int attr mock_label 0x7f030315 +int attr mock_labelBackgroundColor 0x7f030316 +int attr mock_labelColor 0x7f030317 +int attr mock_showDiagonals 0x7f030318 +int attr mock_showLabel 0x7f030319 +int attr motionDebug 0x7f03031a +int attr motionDurationExtraLong1 0x7f03031b +int attr motionDurationExtraLong2 0x7f03031c +int attr motionDurationExtraLong3 0x7f03031d +int attr motionDurationExtraLong4 0x7f03031e +int attr motionDurationLong1 0x7f03031f +int attr motionDurationLong2 0x7f030320 +int attr motionDurationLong3 0x7f030321 +int attr motionDurationLong4 0x7f030322 +int attr motionDurationMedium1 0x7f030323 +int attr motionDurationMedium2 0x7f030324 +int attr motionDurationMedium3 0x7f030325 +int attr motionDurationMedium4 0x7f030326 +int attr motionDurationShort1 0x7f030327 +int attr motionDurationShort2 0x7f030328 +int attr motionDurationShort3 0x7f030329 +int attr motionDurationShort4 0x7f03032a +int attr motionEasingAccelerated 0x7f03032b +int attr motionEasingDecelerated 0x7f03032c +int attr motionEasingEmphasized 0x7f03032d +int attr motionEasingEmphasizedAccelerateInterpolator 0x7f03032e +int attr motionEasingEmphasizedDecelerateInterpolator 0x7f03032f +int attr motionEasingEmphasizedInterpolator 0x7f030330 +int attr motionEasingLinear 0x7f030331 +int attr motionEasingLinearInterpolator 0x7f030332 +int attr motionEasingStandard 0x7f030333 +int attr motionEasingStandardAccelerateInterpolator 0x7f030334 +int attr motionEasingStandardDecelerateInterpolator 0x7f030335 +int attr motionEasingStandardInterpolator 0x7f030336 +int attr motionEffect_alpha 0x7f030337 +int attr motionEffect_end 0x7f030338 +int attr motionEffect_move 0x7f030339 +int attr motionEffect_start 0x7f03033a +int attr motionEffect_strict 0x7f03033b +int attr motionEffect_translationX 0x7f03033c +int attr motionEffect_translationY 0x7f03033d +int attr motionEffect_viewTransition 0x7f03033e +int attr motionInterpolator 0x7f03033f +int attr motionPath 0x7f030340 +int attr motionPathRotate 0x7f030341 +int attr motionProgress 0x7f030342 +int attr motionStagger 0x7f030343 +int attr motionTarget 0x7f030344 +int attr motion_postLayoutCollision 0x7f030345 +int attr motion_triggerOnCollision 0x7f030346 +int attr moveWhenScrollAtTop 0x7f030347 +int attr multiChoiceItemLayout 0x7f030348 +int attr navigationContentDescription 0x7f030349 +int attr navigationIcon 0x7f03034a +int attr navigationIconTint 0x7f03034b +int attr navigationMode 0x7f03034c +int attr navigationRailStyle 0x7f03034d +int attr navigationViewStyle 0x7f03034e +int attr nestedScrollFlags 0x7f03034f +int attr nestedScrollViewStyle 0x7f030350 +int attr nestedScrollable 0x7f030351 +int attr number 0x7f030352 +int attr numericModifiers 0x7f030353 +int attr offsetAlignmentMode 0x7f030354 +int attr onCross 0x7f030355 +int attr onHide 0x7f030356 +int attr onNegativeCross 0x7f030357 +int attr onPositiveCross 0x7f030358 +int attr onShow 0x7f030359 +int attr onStateTransition 0x7f03035a +int attr onTouchUp 0x7f03035b +int attr overlapAnchor 0x7f03035c +int attr overlay 0x7f03035d +int attr paddingBottomNoButtons 0x7f03035e +int attr paddingBottomSystemWindowInsets 0x7f03035f +int attr paddingEnd 0x7f030360 +int attr paddingLeftSystemWindowInsets 0x7f030361 +int attr paddingRightSystemWindowInsets 0x7f030362 +int attr paddingStart 0x7f030363 +int attr paddingStartSystemWindowInsets 0x7f030364 +int attr paddingTopNoTitle 0x7f030365 +int attr paddingTopSystemWindowInsets 0x7f030366 +int attr panelBackground 0x7f030367 +int attr panelMenuListTheme 0x7f030368 +int attr panelMenuListWidth 0x7f030369 +int attr passwordToggleContentDescription 0x7f03036a +int attr passwordToggleDrawable 0x7f03036b +int attr passwordToggleEnabled 0x7f03036c +int attr passwordToggleTint 0x7f03036d +int attr passwordToggleTintMode 0x7f03036e +int attr pathMotionArc 0x7f03036f +int attr path_percent 0x7f030370 +int attr percentHeight 0x7f030371 +int attr percentWidth 0x7f030372 +int attr percentX 0x7f030373 +int attr percentY 0x7f030374 +int attr perpendicularPath_percent 0x7f030375 +int attr pivotAnchor 0x7f030376 +int attr placeholderText 0x7f030377 +int attr placeholderTextAppearance 0x7f030378 +int attr placeholderTextColor 0x7f030379 +int attr placeholder_emptyVisibility 0x7f03037a +int attr polarRelativeTo 0x7f03037b +int attr popupMenuBackground 0x7f03037c +int attr popupMenuStyle 0x7f03037d +int attr popupTheme 0x7f03037e +int attr popupWindowStyle 0x7f03037f +int attr prefixText 0x7f030380 +int attr prefixTextAppearance 0x7f030381 +int attr prefixTextColor 0x7f030382 +int attr preserveIconSpacing 0x7f030383 +int attr pressedTranslationZ 0x7f030384 +int attr progressBarPadding 0x7f030385 +int attr progressBarStyle 0x7f030386 +int attr quantizeMotionInterpolator 0x7f030387 +int attr quantizeMotionPhase 0x7f030388 +int attr quantizeMotionSteps 0x7f030389 +int attr queryBackground 0x7f03038a +int attr queryHint 0x7f03038b +int attr queryPatterns 0x7f03038c +int attr radioButtonStyle 0x7f03038d +int attr rangeFillColor 0x7f03038e +int attr ratingBarStyle 0x7f03038f +int attr ratingBarStyleIndicator 0x7f030390 +int attr ratingBarStyleSmall 0x7f030391 +int attr reactiveGuide_animateChange 0x7f030392 +int attr reactiveGuide_applyToAllConstraintSets 0x7f030393 +int attr reactiveGuide_applyToConstraintSet 0x7f030394 +int attr reactiveGuide_valueId 0x7f030395 +int attr recyclerViewStyle 0x7f030396 +int attr region_heightLessThan 0x7f030397 +int attr region_heightMoreThan 0x7f030398 +int attr region_widthLessThan 0x7f030399 +int attr region_widthMoreThan 0x7f03039a +int attr removeEmbeddedFabElevation 0x7f03039b +int attr reverseLayout 0x7f03039c +int attr rippleColor 0x7f03039d +int attr rotationCenterId 0x7f03039e +int attr round 0x7f03039f +int attr roundPercent 0x7f0303a0 +int attr saturation 0x7f0303a1 +int attr scaleFromTextSize 0x7f0303a2 +int attr scrimAnimationDuration 0x7f0303a3 +int attr scrimBackground 0x7f0303a4 +int attr scrimVisibleHeightTrigger 0x7f0303a5 +int attr searchHintIcon 0x7f0303a6 +int attr searchIcon 0x7f0303a7 +int attr searchPrefixText 0x7f0303a8 +int attr searchViewStyle 0x7f0303a9 +int attr seekBarStyle 0x7f0303aa +int attr selectableItemBackground 0x7f0303ab +int attr selectableItemBackgroundBorderless 0x7f0303ac +int attr selectionRequired 0x7f0303ad +int attr selectorSize 0x7f0303ae +int attr setsTag 0x7f0303af +int attr shapeAppearance 0x7f0303b0 +int attr shapeAppearanceCornerExtraLarge 0x7f0303b1 +int attr shapeAppearanceCornerExtraSmall 0x7f0303b2 +int attr shapeAppearanceCornerLarge 0x7f0303b3 +int attr shapeAppearanceCornerMedium 0x7f0303b4 +int attr shapeAppearanceCornerSmall 0x7f0303b5 +int attr shapeAppearanceLargeComponent 0x7f0303b6 +int attr shapeAppearanceMediumComponent 0x7f0303b7 +int attr shapeAppearanceOverlay 0x7f0303b8 +int attr shapeAppearanceSmallComponent 0x7f0303b9 +int attr shapeCornerFamily 0x7f0303ba +int attr shortcutMatchRequired 0x7f0303bb +int attr shouldRemoveExpandedCorners 0x7f0303bc +int attr showAnimationBehavior 0x7f0303bd +int attr showAsAction 0x7f0303be +int attr showDelay 0x7f0303bf +int attr showDividers 0x7f0303c0 +int attr showMotionSpec 0x7f0303c1 +int attr showPaths 0x7f0303c2 +int attr showText 0x7f0303c3 +int attr showTitle 0x7f0303c4 +int attr shrinkMotionSpec 0x7f0303c5 +int attr sideSheetDialogTheme 0x7f0303c6 +int attr sideSheetModalStyle 0x7f0303c7 +int attr simpleItemLayout 0x7f0303c8 +int attr simpleItemSelectedColor 0x7f0303c9 +int attr simpleItemSelectedRippleColor 0x7f0303ca +int attr simpleItems 0x7f0303cb +int attr singleChoiceItemLayout 0x7f0303cc +int attr singleLine 0x7f0303cd +int attr singleSelection 0x7f0303ce +int attr sizePercent 0x7f0303cf +int attr sliderStyle 0x7f0303d0 +int attr snackbarButtonStyle 0x7f0303d1 +int attr snackbarStyle 0x7f0303d2 +int attr snackbarTextViewStyle 0x7f0303d3 +int attr spanCount 0x7f0303d4 +int attr spinBars 0x7f0303d5 +int attr spinnerDropDownItemStyle 0x7f0303d6 +int attr spinnerStyle 0x7f0303d7 +int attr splitTrack 0x7f0303d8 +int attr springBoundary 0x7f0303d9 +int attr springDamping 0x7f0303da +int attr springMass 0x7f0303db +int attr springStiffness 0x7f0303dc +int attr springStopThreshold 0x7f0303dd +int attr srcCompat 0x7f0303de +int attr stackFromEnd 0x7f0303df +int attr staggered 0x7f0303e0 +int attr startIconCheckable 0x7f0303e1 +int attr startIconContentDescription 0x7f0303e2 +int attr startIconDrawable 0x7f0303e3 +int attr startIconMinSize 0x7f0303e4 +int attr startIconScaleType 0x7f0303e5 +int attr startIconTint 0x7f0303e6 +int attr startIconTintMode 0x7f0303e7 +int attr state_above_anchor 0x7f0303e8 +int attr state_collapsed 0x7f0303e9 +int attr state_collapsible 0x7f0303ea +int attr state_dragged 0x7f0303eb +int attr state_error 0x7f0303ec +int attr state_indeterminate 0x7f0303ed +int attr state_liftable 0x7f0303ee +int attr state_lifted 0x7f0303ef +int attr state_with_icon 0x7f0303f0 +int attr statusBarBackground 0x7f0303f1 +int attr statusBarForeground 0x7f0303f2 +int attr statusBarScrim 0x7f0303f3 +int attr strokeColor 0x7f0303f4 +int attr strokeWidth 0x7f0303f5 +int attr subMenuArrow 0x7f0303f6 +int attr subheaderColor 0x7f0303f7 +int attr subheaderInsetEnd 0x7f0303f8 +int attr subheaderInsetStart 0x7f0303f9 +int attr subheaderTextAppearance 0x7f0303fa +int attr submitBackground 0x7f0303fb +int attr subtitle 0x7f0303fc +int attr subtitleCentered 0x7f0303fd +int attr subtitleTextAppearance 0x7f0303fe +int attr subtitleTextColor 0x7f0303ff +int attr subtitleTextStyle 0x7f030400 +int attr suffixText 0x7f030401 +int attr suffixTextAppearance 0x7f030402 +int attr suffixTextColor 0x7f030403 +int attr suggestionRowLayout 0x7f030404 +int attr switchMinWidth 0x7f030405 +int attr switchPadding 0x7f030406 +int attr switchStyle 0x7f030407 +int attr switchTextAppearance 0x7f030408 +int attr tabBackground 0x7f030409 +int attr tabContentStart 0x7f03040a +int attr tabGravity 0x7f03040b +int attr tabIconTint 0x7f03040c +int attr tabIconTintMode 0x7f03040d +int attr tabIndicator 0x7f03040e +int attr tabIndicatorAnimationDuration 0x7f03040f +int attr tabIndicatorAnimationMode 0x7f030410 +int attr tabIndicatorColor 0x7f030411 +int attr tabIndicatorFullWidth 0x7f030412 +int attr tabIndicatorGravity 0x7f030413 +int attr tabIndicatorHeight 0x7f030414 +int attr tabInlineLabel 0x7f030415 +int attr tabMaxWidth 0x7f030416 +int attr tabMinWidth 0x7f030417 +int attr tabMode 0x7f030418 +int attr tabPadding 0x7f030419 +int attr tabPaddingBottom 0x7f03041a +int attr tabPaddingEnd 0x7f03041b +int attr tabPaddingStart 0x7f03041c +int attr tabPaddingTop 0x7f03041d +int attr tabRippleColor 0x7f03041e +int attr tabSecondaryStyle 0x7f03041f +int attr tabSelectedTextAppearance 0x7f030420 +int attr tabSelectedTextColor 0x7f030421 +int attr tabStyle 0x7f030422 +int attr tabTextAppearance 0x7f030423 +int attr tabTextColor 0x7f030424 +int attr tabUnboundedRipple 0x7f030425 +int attr targetId 0x7f030426 +int attr telltales_tailColor 0x7f030427 +int attr telltales_tailScale 0x7f030428 +int attr telltales_velocityMode 0x7f030429 +int attr textAllCaps 0x7f03042a +int attr textAppearanceBody1 0x7f03042b +int attr textAppearanceBody2 0x7f03042c +int attr textAppearanceBodyLarge 0x7f03042d +int attr textAppearanceBodyMedium 0x7f03042e +int attr textAppearanceBodySmall 0x7f03042f +int attr textAppearanceButton 0x7f030430 +int attr textAppearanceCaption 0x7f030431 +int attr textAppearanceDisplayLarge 0x7f030432 +int attr textAppearanceDisplayMedium 0x7f030433 +int attr textAppearanceDisplaySmall 0x7f030434 +int attr textAppearanceHeadline1 0x7f030435 +int attr textAppearanceHeadline2 0x7f030436 +int attr textAppearanceHeadline3 0x7f030437 +int attr textAppearanceHeadline4 0x7f030438 +int attr textAppearanceHeadline5 0x7f030439 +int attr textAppearanceHeadline6 0x7f03043a +int attr textAppearanceHeadlineLarge 0x7f03043b +int attr textAppearanceHeadlineMedium 0x7f03043c +int attr textAppearanceHeadlineSmall 0x7f03043d +int attr textAppearanceLabelLarge 0x7f03043e +int attr textAppearanceLabelMedium 0x7f03043f +int attr textAppearanceLabelSmall 0x7f030440 +int attr textAppearanceLargePopupMenu 0x7f030441 +int attr textAppearanceLineHeightEnabled 0x7f030442 +int attr textAppearanceListItem 0x7f030443 +int attr textAppearanceListItemSecondary 0x7f030444 +int attr textAppearanceListItemSmall 0x7f030445 +int attr textAppearanceOverline 0x7f030446 +int attr textAppearancePopupMenuHeader 0x7f030447 +int attr textAppearanceSearchResultSubtitle 0x7f030448 +int attr textAppearanceSearchResultTitle 0x7f030449 +int attr textAppearanceSmallPopupMenu 0x7f03044a +int attr textAppearanceSubtitle1 0x7f03044b +int attr textAppearanceSubtitle2 0x7f03044c +int attr textAppearanceTitleLarge 0x7f03044d +int attr textAppearanceTitleMedium 0x7f03044e +int attr textAppearanceTitleSmall 0x7f03044f +int attr textBackground 0x7f030450 +int attr textBackgroundPanX 0x7f030451 +int attr textBackgroundPanY 0x7f030452 +int attr textBackgroundRotate 0x7f030453 +int attr textBackgroundZoom 0x7f030454 +int attr textColorAlertDialogListItem 0x7f030455 +int attr textColorSearchUrl 0x7f030456 +int attr textEndPadding 0x7f030457 +int attr textFillColor 0x7f030458 +int attr textInputFilledDenseStyle 0x7f030459 +int attr textInputFilledExposedDropdownMenuStyle 0x7f03045a +int attr textInputFilledStyle 0x7f03045b +int attr textInputLayoutFocusedRectEnabled 0x7f03045c +int attr textInputOutlinedDenseStyle 0x7f03045d +int attr textInputOutlinedExposedDropdownMenuStyle 0x7f03045e +int attr textInputOutlinedStyle 0x7f03045f +int attr textInputStyle 0x7f030460 +int attr textLocale 0x7f030461 +int attr textOutlineColor 0x7f030462 +int attr textOutlineThickness 0x7f030463 +int attr textPanX 0x7f030464 +int attr textPanY 0x7f030465 +int attr textStartPadding 0x7f030466 +int attr textureBlurFactor 0x7f030467 +int attr textureEffect 0x7f030468 +int attr textureHeight 0x7f030469 +int attr textureWidth 0x7f03046a +int attr theme 0x7f03046b +int attr thickness 0x7f03046c +int attr thumbColor 0x7f03046d +int attr thumbElevation 0x7f03046e +int attr thumbIcon 0x7f03046f +int attr thumbIconSize 0x7f030470 +int attr thumbIconTint 0x7f030471 +int attr thumbIconTintMode 0x7f030472 +int attr thumbRadius 0x7f030473 +int attr thumbStrokeColor 0x7f030474 +int attr thumbStrokeWidth 0x7f030475 +int attr thumbTextPadding 0x7f030476 +int attr thumbTint 0x7f030477 +int attr thumbTintMode 0x7f030478 +int attr tickColor 0x7f030479 +int attr tickColorActive 0x7f03047a +int attr tickColorInactive 0x7f03047b +int attr tickMark 0x7f03047c +int attr tickMarkTint 0x7f03047d +int attr tickMarkTintMode 0x7f03047e +int attr tickRadiusActive 0x7f03047f +int attr tickRadiusInactive 0x7f030480 +int attr tickVisible 0x7f030481 +int attr tint 0x7f030482 +int attr tintMode 0x7f030483 +int attr tintNavigationIcon 0x7f030484 +int attr title 0x7f030485 +int attr titleCentered 0x7f030486 +int attr titleCollapseMode 0x7f030487 +int attr titleEnabled 0x7f030488 +int attr titleMargin 0x7f030489 +int attr titleMarginBottom 0x7f03048a +int attr titleMarginEnd 0x7f03048b +int attr titleMarginStart 0x7f03048c +int attr titleMarginTop 0x7f03048d +int attr titleMargins 0x7f03048e +int attr titlePositionInterpolator 0x7f03048f +int attr titleTextAppearance 0x7f030490 +int attr titleTextColor 0x7f030491 +int attr titleTextEllipsize 0x7f030492 +int attr titleTextStyle 0x7f030493 +int attr toggleCheckedStateOnClick 0x7f030494 +int attr toolbarId 0x7f030495 +int attr toolbarNavigationButtonStyle 0x7f030496 +int attr toolbarStyle 0x7f030497 +int attr toolbarSurfaceStyle 0x7f030498 +int attr tooltipForegroundColor 0x7f030499 +int attr tooltipFrameBackground 0x7f03049a +int attr tooltipStyle 0x7f03049b +int attr tooltipText 0x7f03049c +int attr topInsetScrimEnabled 0x7f03049d +int attr touchAnchorId 0x7f03049e +int attr touchAnchorSide 0x7f03049f +int attr touchRegionId 0x7f0304a0 +int attr track 0x7f0304a1 +int attr trackColor 0x7f0304a2 +int attr trackColorActive 0x7f0304a3 +int attr trackColorInactive 0x7f0304a4 +int attr trackCornerRadius 0x7f0304a5 +int attr trackDecoration 0x7f0304a6 +int attr trackDecorationTint 0x7f0304a7 +int attr trackDecorationTintMode 0x7f0304a8 +int attr trackHeight 0x7f0304a9 +int attr trackThickness 0x7f0304aa +int attr trackTint 0x7f0304ab +int attr trackTintMode 0x7f0304ac +int attr transformPivotTarget 0x7f0304ad +int attr transitionDisable 0x7f0304ae +int attr transitionEasing 0x7f0304af +int attr transitionFlags 0x7f0304b0 +int attr transitionPathRotate 0x7f0304b1 +int attr transitionShapeAppearance 0x7f0304b2 +int attr triggerId 0x7f0304b3 +int attr triggerReceiver 0x7f0304b4 +int attr triggerSlack 0x7f0304b5 +int attr ttcIndex 0x7f0304b6 +int attr upDuration 0x7f0304b7 +int attr useCompatPadding 0x7f0304b8 +int attr useDrawerArrowDrawable 0x7f0304b9 +int attr useMaterialThemeColors 0x7f0304ba +int attr values 0x7f0304bb +int attr verticalOffset 0x7f0304bc +int attr verticalOffsetWithText 0x7f0304bd +int attr viewInflaterClass 0x7f0304be +int attr viewTransitionMode 0x7f0304bf +int attr viewTransitionOnCross 0x7f0304c0 +int attr viewTransitionOnNegativeCross 0x7f0304c1 +int attr viewTransitionOnPositiveCross 0x7f0304c2 +int attr visibilityMode 0x7f0304c3 +int attr voiceIcon 0x7f0304c4 +int attr warmth 0x7f0304c5 +int attr waveDecay 0x7f0304c6 +int attr waveOffset 0x7f0304c7 +int attr wavePeriod 0x7f0304c8 +int attr wavePhase 0x7f0304c9 +int attr waveShape 0x7f0304ca +int attr waveVariesBy 0x7f0304cb +int attr windowActionBar 0x7f0304cc +int attr windowActionBarOverlay 0x7f0304cd +int attr windowActionModeOverlay 0x7f0304ce +int attr windowFixedHeightMajor 0x7f0304cf +int attr windowFixedHeightMinor 0x7f0304d0 +int attr windowFixedWidthMajor 0x7f0304d1 +int attr windowFixedWidthMinor 0x7f0304d2 +int attr windowMinWidthMajor 0x7f0304d3 +int attr windowMinWidthMinor 0x7f0304d4 +int attr windowNoTitle 0x7f0304d5 +int attr yearSelectedStyle 0x7f0304d6 +int attr yearStyle 0x7f0304d7 +int attr yearTodayStyle 0x7f0304d8 +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_color 0x7f05001d +int color background_floating_material_dark 0x7f05001e +int color background_floating_material_light 0x7f05001f +int color background_material_dark 0x7f050020 +int color background_material_light 0x7f050021 +int color black 0x7f050022 +int color bright_foreground_disabled_material_dark 0x7f050023 +int color bright_foreground_disabled_material_light 0x7f050024 +int color bright_foreground_inverse_material_dark 0x7f050025 +int color bright_foreground_inverse_material_light 0x7f050026 +int color bright_foreground_material_dark 0x7f050027 +int color bright_foreground_material_light 0x7f050028 +int color button_material_dark 0x7f050029 +int color button_material_light 0x7f05002a +int color call_notification_answer_color 0x7f05002b +int color call_notification_decline_color 0x7f05002c +int color cardview_dark_background 0x7f05002d +int color cardview_light_background 0x7f05002e +int color cardview_shadow_end_color 0x7f05002f +int color cardview_shadow_start_color 0x7f050030 +int color design_bottom_navigation_shadow_color 0x7f050031 +int color design_box_stroke_color 0x7f050032 +int color design_dark_default_color_background 0x7f050033 +int color design_dark_default_color_error 0x7f050034 +int color design_dark_default_color_on_background 0x7f050035 +int color design_dark_default_color_on_error 0x7f050036 +int color design_dark_default_color_on_primary 0x7f050037 +int color design_dark_default_color_on_secondary 0x7f050038 +int color design_dark_default_color_on_surface 0x7f050039 +int color design_dark_default_color_primary 0x7f05003a +int color design_dark_default_color_primary_dark 0x7f05003b +int color design_dark_default_color_primary_variant 0x7f05003c +int color design_dark_default_color_secondary 0x7f05003d +int color design_dark_default_color_secondary_variant 0x7f05003e +int color design_dark_default_color_surface 0x7f05003f +int color design_default_color_background 0x7f050040 +int color design_default_color_error 0x7f050041 +int color design_default_color_on_background 0x7f050042 +int color design_default_color_on_error 0x7f050043 +int color design_default_color_on_primary 0x7f050044 +int color design_default_color_on_secondary 0x7f050045 +int color design_default_color_on_surface 0x7f050046 +int color design_default_color_primary 0x7f050047 +int color design_default_color_primary_dark 0x7f050048 +int color design_default_color_primary_variant 0x7f050049 +int color design_default_color_secondary 0x7f05004a +int color design_default_color_secondary_variant 0x7f05004b +int color design_default_color_surface 0x7f05004c +int color design_error 0x7f05004d +int color design_fab_shadow_end_color 0x7f05004e +int color design_fab_shadow_mid_color 0x7f05004f +int color design_fab_shadow_start_color 0x7f050050 +int color design_fab_stroke_end_inner_color 0x7f050051 +int color design_fab_stroke_end_outer_color 0x7f050052 +int color design_fab_stroke_top_inner_color 0x7f050053 +int color design_fab_stroke_top_outer_color 0x7f050054 +int color design_icon_tint 0x7f050055 +int color design_snackbar_background_color 0x7f050056 +int color dim_foreground_disabled_material_dark 0x7f050057 +int color dim_foreground_disabled_material_light 0x7f050058 +int color dim_foreground_material_dark 0x7f050059 +int color dim_foreground_material_light 0x7f05005a +int color error_color_material_dark 0x7f05005b +int color error_color_material_light 0x7f05005c +int color foreground_material_dark 0x7f05005d +int color foreground_material_light 0x7f05005e +int color highlighted_text_material_dark 0x7f05005f +int color highlighted_text_material_light 0x7f050060 +int color m3_appbar_overlay_color 0x7f050061 +int color m3_assist_chip_icon_tint_color 0x7f050062 +int color m3_assist_chip_stroke_color 0x7f050063 +int color m3_bottom_sheet_drag_handle_color 0x7f050064 +int color m3_button_background_color_selector 0x7f050065 +int color m3_button_foreground_color_selector 0x7f050066 +int color m3_button_outline_color_selector 0x7f050067 +int color m3_button_ripple_color 0x7f050068 +int color m3_button_ripple_color_selector 0x7f050069 +int color m3_calendar_item_disabled_text 0x7f05006a +int color m3_calendar_item_stroke_color 0x7f05006b +int color m3_card_foreground_color 0x7f05006c +int color m3_card_ripple_color 0x7f05006d +int color m3_card_stroke_color 0x7f05006e +int color m3_checkbox_button_icon_tint 0x7f05006f +int color m3_checkbox_button_tint 0x7f050070 +int color m3_chip_assist_text_color 0x7f050071 +int color m3_chip_background_color 0x7f050072 +int color m3_chip_ripple_color 0x7f050073 +int color m3_chip_stroke_color 0x7f050074 +int color m3_chip_text_color 0x7f050075 +int color m3_dark_default_color_primary_text 0x7f050076 +int color m3_dark_default_color_secondary_text 0x7f050077 +int color m3_dark_highlighted_text 0x7f050078 +int color m3_dark_hint_foreground 0x7f050079 +int color m3_dark_primary_text_disable_only 0x7f05007a +int color m3_default_color_primary_text 0x7f05007b +int color m3_default_color_secondary_text 0x7f05007c +int color m3_dynamic_dark_default_color_primary_text 0x7f05007d +int color m3_dynamic_dark_default_color_secondary_text 0x7f05007e +int color m3_dynamic_dark_highlighted_text 0x7f05007f +int color m3_dynamic_dark_hint_foreground 0x7f050080 +int color m3_dynamic_dark_primary_text_disable_only 0x7f050081 +int color m3_dynamic_default_color_primary_text 0x7f050082 +int color m3_dynamic_default_color_secondary_text 0x7f050083 +int color m3_dynamic_highlighted_text 0x7f050084 +int color m3_dynamic_hint_foreground 0x7f050085 +int color m3_dynamic_primary_text_disable_only 0x7f050086 +int color m3_efab_ripple_color_selector 0x7f050087 +int color m3_elevated_chip_background_color 0x7f050088 +int color m3_fab_efab_background_color_selector 0x7f050089 +int color m3_fab_efab_foreground_color_selector 0x7f05008a +int color m3_fab_ripple_color_selector 0x7f05008b +int color m3_filled_icon_button_container_color_selector 0x7f05008c +int color m3_highlighted_text 0x7f05008d +int color m3_hint_foreground 0x7f05008e +int color m3_icon_button_icon_color_selector 0x7f05008f +int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f050090 +int color m3_navigation_bar_item_with_indicator_label_tint 0x7f050091 +int color m3_navigation_bar_ripple_color_selector 0x7f050092 +int color m3_navigation_item_background_color 0x7f050093 +int color m3_navigation_item_icon_tint 0x7f050094 +int color m3_navigation_item_ripple_color 0x7f050095 +int color m3_navigation_item_text_color 0x7f050096 +int color m3_navigation_rail_item_with_indicator_icon_tint 0x7f050097 +int color m3_navigation_rail_item_with_indicator_label_tint 0x7f050098 +int color m3_navigation_rail_ripple_color_selector 0x7f050099 +int color m3_popupmenu_overlay_color 0x7f05009a +int color m3_primary_text_disable_only 0x7f05009b +int color m3_radiobutton_button_tint 0x7f05009c +int color m3_radiobutton_ripple_tint 0x7f05009d +int color m3_ref_palette_black 0x7f05009e +int color m3_ref_palette_dynamic_neutral0 0x7f05009f +int color m3_ref_palette_dynamic_neutral10 0x7f0500a0 +int color m3_ref_palette_dynamic_neutral100 0x7f0500a1 +int color m3_ref_palette_dynamic_neutral12 0x7f0500a2 +int color m3_ref_palette_dynamic_neutral17 0x7f0500a3 +int color m3_ref_palette_dynamic_neutral20 0x7f0500a4 +int color m3_ref_palette_dynamic_neutral22 0x7f0500a5 +int color m3_ref_palette_dynamic_neutral24 0x7f0500a6 +int color m3_ref_palette_dynamic_neutral30 0x7f0500a7 +int color m3_ref_palette_dynamic_neutral4 0x7f0500a8 +int color m3_ref_palette_dynamic_neutral40 0x7f0500a9 +int color m3_ref_palette_dynamic_neutral50 0x7f0500aa +int color m3_ref_palette_dynamic_neutral6 0x7f0500ab +int color m3_ref_palette_dynamic_neutral60 0x7f0500ac +int color m3_ref_palette_dynamic_neutral70 0x7f0500ad +int color m3_ref_palette_dynamic_neutral80 0x7f0500ae +int color m3_ref_palette_dynamic_neutral87 0x7f0500af +int color m3_ref_palette_dynamic_neutral90 0x7f0500b0 +int color m3_ref_palette_dynamic_neutral92 0x7f0500b1 +int color m3_ref_palette_dynamic_neutral94 0x7f0500b2 +int color m3_ref_palette_dynamic_neutral95 0x7f0500b3 +int color m3_ref_palette_dynamic_neutral96 0x7f0500b4 +int color m3_ref_palette_dynamic_neutral98 0x7f0500b5 +int color m3_ref_palette_dynamic_neutral99 0x7f0500b6 +int color m3_ref_palette_dynamic_neutral_variant0 0x7f0500b7 +int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500b8 +int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500b9 +int color m3_ref_palette_dynamic_neutral_variant12 0x7f0500ba +int color m3_ref_palette_dynamic_neutral_variant17 0x7f0500bb +int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500bc +int color m3_ref_palette_dynamic_neutral_variant22 0x7f0500bd +int color m3_ref_palette_dynamic_neutral_variant24 0x7f0500be +int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500bf +int color m3_ref_palette_dynamic_neutral_variant4 0x7f0500c0 +int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500c1 +int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500c2 +int color m3_ref_palette_dynamic_neutral_variant6 0x7f0500c3 +int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500c4 +int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500c5 +int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500c6 +int color m3_ref_palette_dynamic_neutral_variant87 0x7f0500c7 +int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500c8 +int color m3_ref_palette_dynamic_neutral_variant92 0x7f0500c9 +int color m3_ref_palette_dynamic_neutral_variant94 0x7f0500ca +int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500cb +int color m3_ref_palette_dynamic_neutral_variant96 0x7f0500cc +int color m3_ref_palette_dynamic_neutral_variant98 0x7f0500cd +int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500ce +int color m3_ref_palette_dynamic_primary0 0x7f0500cf +int color m3_ref_palette_dynamic_primary10 0x7f0500d0 +int color m3_ref_palette_dynamic_primary100 0x7f0500d1 +int color m3_ref_palette_dynamic_primary20 0x7f0500d2 +int color m3_ref_palette_dynamic_primary30 0x7f0500d3 +int color m3_ref_palette_dynamic_primary40 0x7f0500d4 +int color m3_ref_palette_dynamic_primary50 0x7f0500d5 +int color m3_ref_palette_dynamic_primary60 0x7f0500d6 +int color m3_ref_palette_dynamic_primary70 0x7f0500d7 +int color m3_ref_palette_dynamic_primary80 0x7f0500d8 +int color m3_ref_palette_dynamic_primary90 0x7f0500d9 +int color m3_ref_palette_dynamic_primary95 0x7f0500da +int color m3_ref_palette_dynamic_primary99 0x7f0500db +int color m3_ref_palette_dynamic_secondary0 0x7f0500dc +int color m3_ref_palette_dynamic_secondary10 0x7f0500dd +int color m3_ref_palette_dynamic_secondary100 0x7f0500de +int color m3_ref_palette_dynamic_secondary20 0x7f0500df +int color m3_ref_palette_dynamic_secondary30 0x7f0500e0 +int color m3_ref_palette_dynamic_secondary40 0x7f0500e1 +int color m3_ref_palette_dynamic_secondary50 0x7f0500e2 +int color m3_ref_palette_dynamic_secondary60 0x7f0500e3 +int color m3_ref_palette_dynamic_secondary70 0x7f0500e4 +int color m3_ref_palette_dynamic_secondary80 0x7f0500e5 +int color m3_ref_palette_dynamic_secondary90 0x7f0500e6 +int color m3_ref_palette_dynamic_secondary95 0x7f0500e7 +int color m3_ref_palette_dynamic_secondary99 0x7f0500e8 +int color m3_ref_palette_dynamic_tertiary0 0x7f0500e9 +int color m3_ref_palette_dynamic_tertiary10 0x7f0500ea +int color m3_ref_palette_dynamic_tertiary100 0x7f0500eb +int color m3_ref_palette_dynamic_tertiary20 0x7f0500ec +int color m3_ref_palette_dynamic_tertiary30 0x7f0500ed +int color m3_ref_palette_dynamic_tertiary40 0x7f0500ee +int color m3_ref_palette_dynamic_tertiary50 0x7f0500ef +int color m3_ref_palette_dynamic_tertiary60 0x7f0500f0 +int color m3_ref_palette_dynamic_tertiary70 0x7f0500f1 +int color m3_ref_palette_dynamic_tertiary80 0x7f0500f2 +int color m3_ref_palette_dynamic_tertiary90 0x7f0500f3 +int color m3_ref_palette_dynamic_tertiary95 0x7f0500f4 +int color m3_ref_palette_dynamic_tertiary99 0x7f0500f5 +int color m3_ref_palette_error0 0x7f0500f6 +int color m3_ref_palette_error10 0x7f0500f7 +int color m3_ref_palette_error100 0x7f0500f8 +int color m3_ref_palette_error20 0x7f0500f9 +int color m3_ref_palette_error30 0x7f0500fa +int color m3_ref_palette_error40 0x7f0500fb +int color m3_ref_palette_error50 0x7f0500fc +int color m3_ref_palette_error60 0x7f0500fd +int color m3_ref_palette_error70 0x7f0500fe +int color m3_ref_palette_error80 0x7f0500ff +int color m3_ref_palette_error90 0x7f050100 +int color m3_ref_palette_error95 0x7f050101 +int color m3_ref_palette_error99 0x7f050102 +int color m3_ref_palette_neutral0 0x7f050103 +int color m3_ref_palette_neutral10 0x7f050104 +int color m3_ref_palette_neutral100 0x7f050105 +int color m3_ref_palette_neutral12 0x7f050106 +int color m3_ref_palette_neutral17 0x7f050107 +int color m3_ref_palette_neutral20 0x7f050108 +int color m3_ref_palette_neutral22 0x7f050109 +int color m3_ref_palette_neutral24 0x7f05010a +int color m3_ref_palette_neutral30 0x7f05010b +int color m3_ref_palette_neutral4 0x7f05010c +int color m3_ref_palette_neutral40 0x7f05010d +int color m3_ref_palette_neutral50 0x7f05010e +int color m3_ref_palette_neutral6 0x7f05010f +int color m3_ref_palette_neutral60 0x7f050110 +int color m3_ref_palette_neutral70 0x7f050111 +int color m3_ref_palette_neutral80 0x7f050112 +int color m3_ref_palette_neutral87 0x7f050113 +int color m3_ref_palette_neutral90 0x7f050114 +int color m3_ref_palette_neutral92 0x7f050115 +int color m3_ref_palette_neutral94 0x7f050116 +int color m3_ref_palette_neutral95 0x7f050117 +int color m3_ref_palette_neutral96 0x7f050118 +int color m3_ref_palette_neutral98 0x7f050119 +int color m3_ref_palette_neutral99 0x7f05011a +int color m3_ref_palette_neutral_variant0 0x7f05011b +int color m3_ref_palette_neutral_variant10 0x7f05011c +int color m3_ref_palette_neutral_variant100 0x7f05011d +int color m3_ref_palette_neutral_variant20 0x7f05011e +int color m3_ref_palette_neutral_variant30 0x7f05011f +int color m3_ref_palette_neutral_variant40 0x7f050120 +int color m3_ref_palette_neutral_variant50 0x7f050121 +int color m3_ref_palette_neutral_variant60 0x7f050122 +int color m3_ref_palette_neutral_variant70 0x7f050123 +int color m3_ref_palette_neutral_variant80 0x7f050124 +int color m3_ref_palette_neutral_variant90 0x7f050125 +int color m3_ref_palette_neutral_variant95 0x7f050126 +int color m3_ref_palette_neutral_variant99 0x7f050127 +int color m3_ref_palette_primary0 0x7f050128 +int color m3_ref_palette_primary10 0x7f050129 +int color m3_ref_palette_primary100 0x7f05012a +int color m3_ref_palette_primary20 0x7f05012b +int color m3_ref_palette_primary30 0x7f05012c +int color m3_ref_palette_primary40 0x7f05012d +int color m3_ref_palette_primary50 0x7f05012e +int color m3_ref_palette_primary60 0x7f05012f +int color m3_ref_palette_primary70 0x7f050130 +int color m3_ref_palette_primary80 0x7f050131 +int color m3_ref_palette_primary90 0x7f050132 +int color m3_ref_palette_primary95 0x7f050133 +int color m3_ref_palette_primary99 0x7f050134 +int color m3_ref_palette_secondary0 0x7f050135 +int color m3_ref_palette_secondary10 0x7f050136 +int color m3_ref_palette_secondary100 0x7f050137 +int color m3_ref_palette_secondary20 0x7f050138 +int color m3_ref_palette_secondary30 0x7f050139 +int color m3_ref_palette_secondary40 0x7f05013a +int color m3_ref_palette_secondary50 0x7f05013b +int color m3_ref_palette_secondary60 0x7f05013c +int color m3_ref_palette_secondary70 0x7f05013d +int color m3_ref_palette_secondary80 0x7f05013e +int color m3_ref_palette_secondary90 0x7f05013f +int color m3_ref_palette_secondary95 0x7f050140 +int color m3_ref_palette_secondary99 0x7f050141 +int color m3_ref_palette_tertiary0 0x7f050142 +int color m3_ref_palette_tertiary10 0x7f050143 +int color m3_ref_palette_tertiary100 0x7f050144 +int color m3_ref_palette_tertiary20 0x7f050145 +int color m3_ref_palette_tertiary30 0x7f050146 +int color m3_ref_palette_tertiary40 0x7f050147 +int color m3_ref_palette_tertiary50 0x7f050148 +int color m3_ref_palette_tertiary60 0x7f050149 +int color m3_ref_palette_tertiary70 0x7f05014a +int color m3_ref_palette_tertiary80 0x7f05014b +int color m3_ref_palette_tertiary90 0x7f05014c +int color m3_ref_palette_tertiary95 0x7f05014d +int color m3_ref_palette_tertiary99 0x7f05014e +int color m3_ref_palette_white 0x7f05014f +int color m3_selection_control_ripple_color_selector 0x7f050150 +int color m3_simple_item_ripple_color 0x7f050151 +int color m3_slider_active_track_color 0x7f050152 +int color m3_slider_halo_color 0x7f050153 +int color m3_slider_inactive_track_color 0x7f050154 +int color m3_slider_thumb_color 0x7f050155 +int color m3_switch_thumb_tint 0x7f050156 +int color m3_switch_track_tint 0x7f050157 +int color m3_sys_color_dark_background 0x7f050158 +int color m3_sys_color_dark_error 0x7f050159 +int color m3_sys_color_dark_error_container 0x7f05015a +int color m3_sys_color_dark_inverse_on_surface 0x7f05015b +int color m3_sys_color_dark_inverse_primary 0x7f05015c +int color m3_sys_color_dark_inverse_surface 0x7f05015d +int color m3_sys_color_dark_on_background 0x7f05015e +int color m3_sys_color_dark_on_error 0x7f05015f +int color m3_sys_color_dark_on_error_container 0x7f050160 +int color m3_sys_color_dark_on_primary 0x7f050161 +int color m3_sys_color_dark_on_primary_container 0x7f050162 +int color m3_sys_color_dark_on_secondary 0x7f050163 +int color m3_sys_color_dark_on_secondary_container 0x7f050164 +int color m3_sys_color_dark_on_surface 0x7f050165 +int color m3_sys_color_dark_on_surface_variant 0x7f050166 +int color m3_sys_color_dark_on_tertiary 0x7f050167 +int color m3_sys_color_dark_on_tertiary_container 0x7f050168 +int color m3_sys_color_dark_outline 0x7f050169 +int color m3_sys_color_dark_outline_variant 0x7f05016a +int color m3_sys_color_dark_primary 0x7f05016b +int color m3_sys_color_dark_primary_container 0x7f05016c +int color m3_sys_color_dark_secondary 0x7f05016d +int color m3_sys_color_dark_secondary_container 0x7f05016e +int color m3_sys_color_dark_surface 0x7f05016f +int color m3_sys_color_dark_surface_bright 0x7f050170 +int color m3_sys_color_dark_surface_container 0x7f050171 +int color m3_sys_color_dark_surface_container_high 0x7f050172 +int color m3_sys_color_dark_surface_container_highest 0x7f050173 +int color m3_sys_color_dark_surface_container_low 0x7f050174 +int color m3_sys_color_dark_surface_container_lowest 0x7f050175 +int color m3_sys_color_dark_surface_dim 0x7f050176 +int color m3_sys_color_dark_surface_variant 0x7f050177 +int color m3_sys_color_dark_tertiary 0x7f050178 +int color m3_sys_color_dark_tertiary_container 0x7f050179 +int color m3_sys_color_dynamic_dark_background 0x7f05017a +int color m3_sys_color_dynamic_dark_error 0x7f05017b +int color m3_sys_color_dynamic_dark_error_container 0x7f05017c +int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f05017d +int color m3_sys_color_dynamic_dark_inverse_primary 0x7f05017e +int color m3_sys_color_dynamic_dark_inverse_surface 0x7f05017f +int color m3_sys_color_dynamic_dark_on_background 0x7f050180 +int color m3_sys_color_dynamic_dark_on_error 0x7f050181 +int color m3_sys_color_dynamic_dark_on_error_container 0x7f050182 +int color m3_sys_color_dynamic_dark_on_primary 0x7f050183 +int color m3_sys_color_dynamic_dark_on_primary_container 0x7f050184 +int color m3_sys_color_dynamic_dark_on_secondary 0x7f050185 +int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f050186 +int color m3_sys_color_dynamic_dark_on_surface 0x7f050187 +int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f050188 +int color m3_sys_color_dynamic_dark_on_tertiary 0x7f050189 +int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f05018a +int color m3_sys_color_dynamic_dark_outline 0x7f05018b +int color m3_sys_color_dynamic_dark_outline_variant 0x7f05018c +int color m3_sys_color_dynamic_dark_primary 0x7f05018d +int color m3_sys_color_dynamic_dark_primary_container 0x7f05018e +int color m3_sys_color_dynamic_dark_secondary 0x7f05018f +int color m3_sys_color_dynamic_dark_secondary_container 0x7f050190 +int color m3_sys_color_dynamic_dark_surface 0x7f050191 +int color m3_sys_color_dynamic_dark_surface_bright 0x7f050192 +int color m3_sys_color_dynamic_dark_surface_container 0x7f050193 +int color m3_sys_color_dynamic_dark_surface_container_high 0x7f050194 +int color m3_sys_color_dynamic_dark_surface_container_highest 0x7f050195 +int color m3_sys_color_dynamic_dark_surface_container_low 0x7f050196 +int color m3_sys_color_dynamic_dark_surface_container_lowest 0x7f050197 +int color m3_sys_color_dynamic_dark_surface_dim 0x7f050198 +int color m3_sys_color_dynamic_dark_surface_variant 0x7f050199 +int color m3_sys_color_dynamic_dark_tertiary 0x7f05019a +int color m3_sys_color_dynamic_dark_tertiary_container 0x7f05019b +int color m3_sys_color_dynamic_light_background 0x7f05019c +int color m3_sys_color_dynamic_light_error 0x7f05019d +int color m3_sys_color_dynamic_light_error_container 0x7f05019e +int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f05019f +int color m3_sys_color_dynamic_light_inverse_primary 0x7f0501a0 +int color m3_sys_color_dynamic_light_inverse_surface 0x7f0501a1 +int color m3_sys_color_dynamic_light_on_background 0x7f0501a2 +int color m3_sys_color_dynamic_light_on_error 0x7f0501a3 +int color m3_sys_color_dynamic_light_on_error_container 0x7f0501a4 +int color m3_sys_color_dynamic_light_on_primary 0x7f0501a5 +int color m3_sys_color_dynamic_light_on_primary_container 0x7f0501a6 +int color m3_sys_color_dynamic_light_on_secondary 0x7f0501a7 +int color m3_sys_color_dynamic_light_on_secondary_container 0x7f0501a8 +int color m3_sys_color_dynamic_light_on_surface 0x7f0501a9 +int color m3_sys_color_dynamic_light_on_surface_variant 0x7f0501aa +int color m3_sys_color_dynamic_light_on_tertiary 0x7f0501ab +int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f0501ac +int color m3_sys_color_dynamic_light_outline 0x7f0501ad +int color m3_sys_color_dynamic_light_outline_variant 0x7f0501ae +int color m3_sys_color_dynamic_light_primary 0x7f0501af +int color m3_sys_color_dynamic_light_primary_container 0x7f0501b0 +int color m3_sys_color_dynamic_light_secondary 0x7f0501b1 +int color m3_sys_color_dynamic_light_secondary_container 0x7f0501b2 +int color m3_sys_color_dynamic_light_surface 0x7f0501b3 +int color m3_sys_color_dynamic_light_surface_bright 0x7f0501b4 +int color m3_sys_color_dynamic_light_surface_container 0x7f0501b5 +int color m3_sys_color_dynamic_light_surface_container_high 0x7f0501b6 +int color m3_sys_color_dynamic_light_surface_container_highest 0x7f0501b7 +int color m3_sys_color_dynamic_light_surface_container_low 0x7f0501b8 +int color m3_sys_color_dynamic_light_surface_container_lowest 0x7f0501b9 +int color m3_sys_color_dynamic_light_surface_dim 0x7f0501ba +int color m3_sys_color_dynamic_light_surface_variant 0x7f0501bb +int color m3_sys_color_dynamic_light_tertiary 0x7f0501bc +int color m3_sys_color_dynamic_light_tertiary_container 0x7f0501bd +int color m3_sys_color_dynamic_on_primary_fixed 0x7f0501be +int color m3_sys_color_dynamic_on_primary_fixed_variant 0x7f0501bf +int color m3_sys_color_dynamic_on_secondary_fixed 0x7f0501c0 +int color m3_sys_color_dynamic_on_secondary_fixed_variant 0x7f0501c1 +int color m3_sys_color_dynamic_on_tertiary_fixed 0x7f0501c2 +int color m3_sys_color_dynamic_on_tertiary_fixed_variant 0x7f0501c3 +int color m3_sys_color_dynamic_primary_fixed 0x7f0501c4 +int color m3_sys_color_dynamic_primary_fixed_dim 0x7f0501c5 +int color m3_sys_color_dynamic_secondary_fixed 0x7f0501c6 +int color m3_sys_color_dynamic_secondary_fixed_dim 0x7f0501c7 +int color m3_sys_color_dynamic_tertiary_fixed 0x7f0501c8 +int color m3_sys_color_dynamic_tertiary_fixed_dim 0x7f0501c9 +int color m3_sys_color_light_background 0x7f0501ca +int color m3_sys_color_light_error 0x7f0501cb +int color m3_sys_color_light_error_container 0x7f0501cc +int color m3_sys_color_light_inverse_on_surface 0x7f0501cd +int color m3_sys_color_light_inverse_primary 0x7f0501ce +int color m3_sys_color_light_inverse_surface 0x7f0501cf +int color m3_sys_color_light_on_background 0x7f0501d0 +int color m3_sys_color_light_on_error 0x7f0501d1 +int color m3_sys_color_light_on_error_container 0x7f0501d2 +int color m3_sys_color_light_on_primary 0x7f0501d3 +int color m3_sys_color_light_on_primary_container 0x7f0501d4 +int color m3_sys_color_light_on_secondary 0x7f0501d5 +int color m3_sys_color_light_on_secondary_container 0x7f0501d6 +int color m3_sys_color_light_on_surface 0x7f0501d7 +int color m3_sys_color_light_on_surface_variant 0x7f0501d8 +int color m3_sys_color_light_on_tertiary 0x7f0501d9 +int color m3_sys_color_light_on_tertiary_container 0x7f0501da +int color m3_sys_color_light_outline 0x7f0501db +int color m3_sys_color_light_outline_variant 0x7f0501dc +int color m3_sys_color_light_primary 0x7f0501dd +int color m3_sys_color_light_primary_container 0x7f0501de +int color m3_sys_color_light_secondary 0x7f0501df +int color m3_sys_color_light_secondary_container 0x7f0501e0 +int color m3_sys_color_light_surface 0x7f0501e1 +int color m3_sys_color_light_surface_bright 0x7f0501e2 +int color m3_sys_color_light_surface_container 0x7f0501e3 +int color m3_sys_color_light_surface_container_high 0x7f0501e4 +int color m3_sys_color_light_surface_container_highest 0x7f0501e5 +int color m3_sys_color_light_surface_container_low 0x7f0501e6 +int color m3_sys_color_light_surface_container_lowest 0x7f0501e7 +int color m3_sys_color_light_surface_dim 0x7f0501e8 +int color m3_sys_color_light_surface_variant 0x7f0501e9 +int color m3_sys_color_light_tertiary 0x7f0501ea +int color m3_sys_color_light_tertiary_container 0x7f0501eb +int color m3_sys_color_on_primary_fixed 0x7f0501ec +int color m3_sys_color_on_primary_fixed_variant 0x7f0501ed +int color m3_sys_color_on_secondary_fixed 0x7f0501ee +int color m3_sys_color_on_secondary_fixed_variant 0x7f0501ef +int color m3_sys_color_on_tertiary_fixed 0x7f0501f0 +int color m3_sys_color_on_tertiary_fixed_variant 0x7f0501f1 +int color m3_sys_color_primary_fixed 0x7f0501f2 +int color m3_sys_color_primary_fixed_dim 0x7f0501f3 +int color m3_sys_color_secondary_fixed 0x7f0501f4 +int color m3_sys_color_secondary_fixed_dim 0x7f0501f5 +int color m3_sys_color_tertiary_fixed 0x7f0501f6 +int color m3_sys_color_tertiary_fixed_dim 0x7f0501f7 +int color m3_tabs_icon_color 0x7f0501f8 +int color m3_tabs_icon_color_secondary 0x7f0501f9 +int color m3_tabs_ripple_color 0x7f0501fa +int color m3_tabs_ripple_color_secondary 0x7f0501fb +int color m3_tabs_text_color 0x7f0501fc +int color m3_tabs_text_color_secondary 0x7f0501fd +int color m3_text_button_background_color_selector 0x7f0501fe +int color m3_text_button_foreground_color_selector 0x7f0501ff +int color m3_text_button_ripple_color_selector 0x7f050200 +int color m3_textfield_filled_background_color 0x7f050201 +int color m3_textfield_indicator_text_color 0x7f050202 +int color m3_textfield_input_text_color 0x7f050203 +int color m3_textfield_label_color 0x7f050204 +int color m3_textfield_stroke_color 0x7f050205 +int color m3_timepicker_button_background_color 0x7f050206 +int color m3_timepicker_button_ripple_color 0x7f050207 +int color m3_timepicker_button_text_color 0x7f050208 +int color m3_timepicker_clock_text_color 0x7f050209 +int color m3_timepicker_display_background_color 0x7f05020a +int color m3_timepicker_display_ripple_color 0x7f05020b +int color m3_timepicker_display_text_color 0x7f05020c +int color m3_timepicker_secondary_text_button_ripple_color 0x7f05020d +int color m3_timepicker_secondary_text_button_text_color 0x7f05020e +int color m3_timepicker_time_input_stroke_color 0x7f05020f +int color m3_tonal_button_ripple_color_selector 0x7f050210 +int color material_blue_grey_800 0x7f050211 +int color material_blue_grey_900 0x7f050212 +int color material_blue_grey_950 0x7f050213 +int color material_cursor_color 0x7f050214 +int color material_deep_teal_200 0x7f050215 +int color material_deep_teal_500 0x7f050216 +int color material_divider_color 0x7f050217 +int color material_dynamic_color_dark_error 0x7f050218 +int color material_dynamic_color_dark_error_container 0x7f050219 +int color material_dynamic_color_dark_on_error 0x7f05021a +int color material_dynamic_color_dark_on_error_container 0x7f05021b +int color material_dynamic_color_light_error 0x7f05021c +int color material_dynamic_color_light_error_container 0x7f05021d +int color material_dynamic_color_light_on_error 0x7f05021e +int color material_dynamic_color_light_on_error_container 0x7f05021f +int color material_dynamic_neutral0 0x7f050220 +int color material_dynamic_neutral10 0x7f050221 +int color material_dynamic_neutral100 0x7f050222 +int color material_dynamic_neutral20 0x7f050223 +int color material_dynamic_neutral30 0x7f050224 +int color material_dynamic_neutral40 0x7f050225 +int color material_dynamic_neutral50 0x7f050226 +int color material_dynamic_neutral60 0x7f050227 +int color material_dynamic_neutral70 0x7f050228 +int color material_dynamic_neutral80 0x7f050229 +int color material_dynamic_neutral90 0x7f05022a +int color material_dynamic_neutral95 0x7f05022b +int color material_dynamic_neutral99 0x7f05022c +int color material_dynamic_neutral_variant0 0x7f05022d +int color material_dynamic_neutral_variant10 0x7f05022e +int color material_dynamic_neutral_variant100 0x7f05022f +int color material_dynamic_neutral_variant20 0x7f050230 +int color material_dynamic_neutral_variant30 0x7f050231 +int color material_dynamic_neutral_variant40 0x7f050232 +int color material_dynamic_neutral_variant50 0x7f050233 +int color material_dynamic_neutral_variant60 0x7f050234 +int color material_dynamic_neutral_variant70 0x7f050235 +int color material_dynamic_neutral_variant80 0x7f050236 +int color material_dynamic_neutral_variant90 0x7f050237 +int color material_dynamic_neutral_variant95 0x7f050238 +int color material_dynamic_neutral_variant99 0x7f050239 +int color material_dynamic_primary0 0x7f05023a +int color material_dynamic_primary10 0x7f05023b +int color material_dynamic_primary100 0x7f05023c +int color material_dynamic_primary20 0x7f05023d +int color material_dynamic_primary30 0x7f05023e +int color material_dynamic_primary40 0x7f05023f +int color material_dynamic_primary50 0x7f050240 +int color material_dynamic_primary60 0x7f050241 +int color material_dynamic_primary70 0x7f050242 +int color material_dynamic_primary80 0x7f050243 +int color material_dynamic_primary90 0x7f050244 +int color material_dynamic_primary95 0x7f050245 +int color material_dynamic_primary99 0x7f050246 +int color material_dynamic_secondary0 0x7f050247 +int color material_dynamic_secondary10 0x7f050248 +int color material_dynamic_secondary100 0x7f050249 +int color material_dynamic_secondary20 0x7f05024a +int color material_dynamic_secondary30 0x7f05024b +int color material_dynamic_secondary40 0x7f05024c +int color material_dynamic_secondary50 0x7f05024d +int color material_dynamic_secondary60 0x7f05024e +int color material_dynamic_secondary70 0x7f05024f +int color material_dynamic_secondary80 0x7f050250 +int color material_dynamic_secondary90 0x7f050251 +int color material_dynamic_secondary95 0x7f050252 +int color material_dynamic_secondary99 0x7f050253 +int color material_dynamic_tertiary0 0x7f050254 +int color material_dynamic_tertiary10 0x7f050255 +int color material_dynamic_tertiary100 0x7f050256 +int color material_dynamic_tertiary20 0x7f050257 +int color material_dynamic_tertiary30 0x7f050258 +int color material_dynamic_tertiary40 0x7f050259 +int color material_dynamic_tertiary50 0x7f05025a +int color material_dynamic_tertiary60 0x7f05025b +int color material_dynamic_tertiary70 0x7f05025c +int color material_dynamic_tertiary80 0x7f05025d +int color material_dynamic_tertiary90 0x7f05025e +int color material_dynamic_tertiary95 0x7f05025f +int color material_dynamic_tertiary99 0x7f050260 +int color material_grey_100 0x7f050261 +int color material_grey_300 0x7f050262 +int color material_grey_50 0x7f050263 +int color material_grey_600 0x7f050264 +int color material_grey_800 0x7f050265 +int color material_grey_850 0x7f050266 +int color material_grey_900 0x7f050267 +int color material_harmonized_color_error 0x7f050268 +int color material_harmonized_color_error_container 0x7f050269 +int color material_harmonized_color_on_error 0x7f05026a +int color material_harmonized_color_on_error_container 0x7f05026b +int color material_on_background_disabled 0x7f05026c +int color material_on_background_emphasis_high_type 0x7f05026d +int color material_on_background_emphasis_medium 0x7f05026e +int color material_on_primary_disabled 0x7f05026f +int color material_on_primary_emphasis_high_type 0x7f050270 +int color material_on_primary_emphasis_medium 0x7f050271 +int color material_on_surface_disabled 0x7f050272 +int color material_on_surface_emphasis_high_type 0x7f050273 +int color material_on_surface_emphasis_medium 0x7f050274 +int color material_on_surface_stroke 0x7f050275 +int color material_personalized__highlighted_text 0x7f050276 +int color material_personalized__highlighted_text_inverse 0x7f050277 +int color material_personalized_color_background 0x7f050278 +int color material_personalized_color_control_activated 0x7f050279 +int color material_personalized_color_control_highlight 0x7f05027a +int color material_personalized_color_control_normal 0x7f05027b +int color material_personalized_color_error 0x7f05027c +int color material_personalized_color_error_container 0x7f05027d +int color material_personalized_color_on_background 0x7f05027e +int color material_personalized_color_on_error 0x7f05027f +int color material_personalized_color_on_error_container 0x7f050280 +int color material_personalized_color_on_primary 0x7f050281 +int color material_personalized_color_on_primary_container 0x7f050282 +int color material_personalized_color_on_secondary 0x7f050283 +int color material_personalized_color_on_secondary_container 0x7f050284 +int color material_personalized_color_on_surface 0x7f050285 +int color material_personalized_color_on_surface_inverse 0x7f050286 +int color material_personalized_color_on_surface_variant 0x7f050287 +int color material_personalized_color_on_tertiary 0x7f050288 +int color material_personalized_color_on_tertiary_container 0x7f050289 +int color material_personalized_color_outline 0x7f05028a +int color material_personalized_color_outline_variant 0x7f05028b +int color material_personalized_color_primary 0x7f05028c +int color material_personalized_color_primary_container 0x7f05028d +int color material_personalized_color_primary_inverse 0x7f05028e +int color material_personalized_color_primary_text 0x7f05028f +int color material_personalized_color_primary_text_inverse 0x7f050290 +int color material_personalized_color_secondary 0x7f050291 +int color material_personalized_color_secondary_container 0x7f050292 +int color material_personalized_color_secondary_text 0x7f050293 +int color material_personalized_color_secondary_text_inverse 0x7f050294 +int color material_personalized_color_surface 0x7f050295 +int color material_personalized_color_surface_bright 0x7f050296 +int color material_personalized_color_surface_container 0x7f050297 +int color material_personalized_color_surface_container_high 0x7f050298 +int color material_personalized_color_surface_container_highest 0x7f050299 +int color material_personalized_color_surface_container_low 0x7f05029a +int color material_personalized_color_surface_container_lowest 0x7f05029b +int color material_personalized_color_surface_dim 0x7f05029c +int color material_personalized_color_surface_inverse 0x7f05029d +int color material_personalized_color_surface_variant 0x7f05029e +int color material_personalized_color_tertiary 0x7f05029f +int color material_personalized_color_tertiary_container 0x7f0502a0 +int color material_personalized_color_text_hint_foreground_inverse 0x7f0502a1 +int color material_personalized_color_text_primary_inverse 0x7f0502a2 +int color material_personalized_color_text_primary_inverse_disable_only 0x7f0502a3 +int color material_personalized_color_text_secondary_and_tertiary_inverse 0x7f0502a4 +int color material_personalized_color_text_secondary_and_tertiary_inverse_disabled 0x7f0502a5 +int color material_personalized_hint_foreground 0x7f0502a6 +int color material_personalized_hint_foreground_inverse 0x7f0502a7 +int color material_personalized_primary_inverse_text_disable_only 0x7f0502a8 +int color material_personalized_primary_text_disable_only 0x7f0502a9 +int color material_slider_active_tick_marks_color 0x7f0502aa +int color material_slider_active_track_color 0x7f0502ab +int color material_slider_halo_color 0x7f0502ac +int color material_slider_inactive_tick_marks_color 0x7f0502ad +int color material_slider_inactive_track_color 0x7f0502ae +int color material_slider_thumb_color 0x7f0502af +int color material_timepicker_button_background 0x7f0502b0 +int color material_timepicker_button_stroke 0x7f0502b1 +int color material_timepicker_clock_text_color 0x7f0502b2 +int color material_timepicker_clockface 0x7f0502b3 +int color material_timepicker_modebutton_tint 0x7f0502b4 +int color mtrl_btn_bg_color_selector 0x7f0502b5 +int color mtrl_btn_ripple_color 0x7f0502b6 +int color mtrl_btn_stroke_color_selector 0x7f0502b7 +int color mtrl_btn_text_btn_bg_color_selector 0x7f0502b8 +int color mtrl_btn_text_btn_ripple_color 0x7f0502b9 +int color mtrl_btn_text_color_disabled 0x7f0502ba +int color mtrl_btn_text_color_selector 0x7f0502bb +int color mtrl_btn_transparent_bg_color 0x7f0502bc +int color mtrl_calendar_item_stroke_color 0x7f0502bd +int color mtrl_calendar_selected_range 0x7f0502be +int color mtrl_card_view_foreground 0x7f0502bf +int color mtrl_card_view_ripple 0x7f0502c0 +int color mtrl_chip_background_color 0x7f0502c1 +int color mtrl_chip_close_icon_tint 0x7f0502c2 +int color mtrl_chip_surface_color 0x7f0502c3 +int color mtrl_chip_text_color 0x7f0502c4 +int color mtrl_choice_chip_background_color 0x7f0502c5 +int color mtrl_choice_chip_ripple_color 0x7f0502c6 +int color mtrl_choice_chip_text_color 0x7f0502c7 +int color mtrl_error 0x7f0502c8 +int color mtrl_fab_bg_color_selector 0x7f0502c9 +int color mtrl_fab_icon_text_color_selector 0x7f0502ca +int color mtrl_fab_ripple_color 0x7f0502cb +int color mtrl_filled_background_color 0x7f0502cc +int color mtrl_filled_icon_tint 0x7f0502cd +int color mtrl_filled_stroke_color 0x7f0502ce +int color mtrl_indicator_text_color 0x7f0502cf +int color mtrl_navigation_bar_colored_item_tint 0x7f0502d0 +int color mtrl_navigation_bar_colored_ripple_color 0x7f0502d1 +int color mtrl_navigation_bar_item_tint 0x7f0502d2 +int color mtrl_navigation_bar_ripple_color 0x7f0502d3 +int color mtrl_navigation_item_background_color 0x7f0502d4 +int color mtrl_navigation_item_icon_tint 0x7f0502d5 +int color mtrl_navigation_item_text_color 0x7f0502d6 +int color mtrl_on_primary_text_btn_text_color_selector 0x7f0502d7 +int color mtrl_on_surface_ripple_color 0x7f0502d8 +int color mtrl_outlined_icon_tint 0x7f0502d9 +int color mtrl_outlined_stroke_color 0x7f0502da +int color mtrl_popupmenu_overlay_color 0x7f0502db +int color mtrl_scrim_color 0x7f0502dc +int color mtrl_switch_thumb_icon_tint 0x7f0502dd +int color mtrl_switch_thumb_tint 0x7f0502de +int color mtrl_switch_track_decoration_tint 0x7f0502df +int color mtrl_switch_track_tint 0x7f0502e0 +int color mtrl_tabs_colored_ripple_color 0x7f0502e1 +int color mtrl_tabs_icon_color_selector 0x7f0502e2 +int color mtrl_tabs_icon_color_selector_colored 0x7f0502e3 +int color mtrl_tabs_legacy_text_color_selector 0x7f0502e4 +int color mtrl_tabs_ripple_color 0x7f0502e5 +int color mtrl_text_btn_text_color_selector 0x7f0502e6 +int color mtrl_textinput_default_box_stroke_color 0x7f0502e7 +int color mtrl_textinput_disabled_color 0x7f0502e8 +int color mtrl_textinput_filled_box_default_background_color 0x7f0502e9 +int color mtrl_textinput_focused_box_stroke_color 0x7f0502ea +int color mtrl_textinput_hovered_box_stroke_color 0x7f0502eb +int color notification_action_color_filter 0x7f0502ec +int color notification_icon_bg_color 0x7f0502ed +int color primary_dark_material_dark 0x7f0502ee +int color primary_dark_material_light 0x7f0502ef +int color primary_material_dark 0x7f0502f0 +int color primary_material_light 0x7f0502f1 +int color primary_text_default_material_dark 0x7f0502f2 +int color primary_text_default_material_light 0x7f0502f3 +int color primary_text_disabled_material_dark 0x7f0502f4 +int color primary_text_disabled_material_light 0x7f0502f5 +int color red_clock 0x7f0502f6 +int color ripple_material_dark 0x7f0502f7 +int color ripple_material_light 0x7f0502f8 +int color secondary_text_default_material_dark 0x7f0502f9 +int color secondary_text_default_material_light 0x7f0502fa +int color secondary_text_disabled_material_dark 0x7f0502fb +int color secondary_text_disabled_material_light 0x7f0502fc +int color switch_thumb_disabled_material_dark 0x7f0502fd +int color switch_thumb_disabled_material_light 0x7f0502fe +int color switch_thumb_material_dark 0x7f0502ff +int color switch_thumb_material_light 0x7f050300 +int color switch_thumb_normal_material_dark 0x7f050301 +int color switch_thumb_normal_material_light 0x7f050302 +int color tooltip_background_dark 0x7f050303 +int color tooltip_background_light 0x7f050304 +int color white 0x7f050305 +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_back_progress_bottom_container_max_scale_x_distance 0x7f0600ac +int dimen m3_back_progress_bottom_container_max_scale_y_distance 0x7f0600ad +int dimen m3_back_progress_main_container_max_translation_y 0x7f0600ae +int dimen m3_back_progress_main_container_min_edge_gap 0x7f0600af +int dimen m3_back_progress_side_container_max_scale_x_distance_grow 0x7f0600b0 +int dimen m3_back_progress_side_container_max_scale_x_distance_shrink 0x7f0600b1 +int dimen m3_back_progress_side_container_max_scale_y_distance 0x7f0600b2 +int dimen m3_badge_horizontal_offset 0x7f0600b3 +int dimen m3_badge_offset 0x7f0600b4 +int dimen m3_badge_size 0x7f0600b5 +int dimen m3_badge_vertical_offset 0x7f0600b6 +int dimen m3_badge_with_text_horizontal_offset 0x7f0600b7 +int dimen m3_badge_with_text_offset 0x7f0600b8 +int dimen m3_badge_with_text_size 0x7f0600b9 +int dimen m3_badge_with_text_vertical_offset 0x7f0600ba +int dimen m3_badge_with_text_vertical_padding 0x7f0600bb +int dimen m3_bottom_nav_item_active_indicator_height 0x7f0600bc +int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x7f0600bd +int dimen m3_bottom_nav_item_active_indicator_width 0x7f0600be +int dimen m3_bottom_nav_item_padding_bottom 0x7f0600bf +int dimen m3_bottom_nav_item_padding_top 0x7f0600c0 +int dimen m3_bottom_nav_min_height 0x7f0600c1 +int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x7f0600c2 +int dimen m3_bottom_sheet_elevation 0x7f0600c3 +int dimen m3_bottom_sheet_modal_elevation 0x7f0600c4 +int dimen m3_bottomappbar_fab_cradle_margin 0x7f0600c5 +int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0600c6 +int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x7f0600c7 +int dimen m3_bottomappbar_fab_end_margin 0x7f0600c8 +int dimen m3_bottomappbar_height 0x7f0600c9 +int dimen m3_bottomappbar_horizontal_padding 0x7f0600ca +int dimen m3_btn_dialog_btn_min_width 0x7f0600cb +int dimen m3_btn_dialog_btn_spacing 0x7f0600cc +int dimen m3_btn_disabled_elevation 0x7f0600cd +int dimen m3_btn_disabled_translation_z 0x7f0600ce +int dimen m3_btn_elevated_btn_elevation 0x7f0600cf +int dimen m3_btn_elevation 0x7f0600d0 +int dimen m3_btn_icon_btn_padding_left 0x7f0600d1 +int dimen m3_btn_icon_btn_padding_right 0x7f0600d2 +int dimen m3_btn_icon_only_default_padding 0x7f0600d3 +int dimen m3_btn_icon_only_default_size 0x7f0600d4 +int dimen m3_btn_icon_only_icon_padding 0x7f0600d5 +int dimen m3_btn_icon_only_min_width 0x7f0600d6 +int dimen m3_btn_inset 0x7f0600d7 +int dimen m3_btn_max_width 0x7f0600d8 +int dimen m3_btn_padding_bottom 0x7f0600d9 +int dimen m3_btn_padding_left 0x7f0600da +int dimen m3_btn_padding_right 0x7f0600db +int dimen m3_btn_padding_top 0x7f0600dc +int dimen m3_btn_stroke_size 0x7f0600dd +int dimen m3_btn_text_btn_icon_padding_left 0x7f0600de +int dimen m3_btn_text_btn_icon_padding_right 0x7f0600df +int dimen m3_btn_text_btn_padding_left 0x7f0600e0 +int dimen m3_btn_text_btn_padding_right 0x7f0600e1 +int dimen m3_btn_translation_z_base 0x7f0600e2 +int dimen m3_btn_translation_z_hovered 0x7f0600e3 +int dimen m3_card_disabled_z 0x7f0600e4 +int dimen m3_card_dragged_z 0x7f0600e5 +int dimen m3_card_elevated_disabled_z 0x7f0600e6 +int dimen m3_card_elevated_dragged_z 0x7f0600e7 +int dimen m3_card_elevated_elevation 0x7f0600e8 +int dimen m3_card_elevated_hovered_z 0x7f0600e9 +int dimen m3_card_elevation 0x7f0600ea +int dimen m3_card_hovered_z 0x7f0600eb +int dimen m3_card_stroke_width 0x7f0600ec +int dimen m3_carousel_debug_keyline_width 0x7f0600ed +int dimen m3_carousel_extra_small_item_size 0x7f0600ee +int dimen m3_carousel_gone_size 0x7f0600ef +int dimen m3_carousel_small_item_default_corner_size 0x7f0600f0 +int dimen m3_carousel_small_item_size_max 0x7f0600f1 +int dimen m3_carousel_small_item_size_min 0x7f0600f2 +int dimen m3_chip_checked_hovered_translation_z 0x7f0600f3 +int dimen m3_chip_corner_size 0x7f0600f4 +int dimen m3_chip_disabled_translation_z 0x7f0600f5 +int dimen m3_chip_dragged_translation_z 0x7f0600f6 +int dimen m3_chip_elevated_elevation 0x7f0600f7 +int dimen m3_chip_hovered_translation_z 0x7f0600f8 +int dimen m3_chip_icon_size 0x7f0600f9 +int dimen m3_comp_assist_chip_container_height 0x7f0600fa +int dimen m3_comp_assist_chip_elevated_container_elevation 0x7f0600fb +int dimen m3_comp_assist_chip_flat_container_elevation 0x7f0600fc +int dimen m3_comp_assist_chip_flat_outline_width 0x7f0600fd +int dimen m3_comp_assist_chip_with_icon_icon_size 0x7f0600fe +int dimen m3_comp_badge_large_size 0x7f0600ff +int dimen m3_comp_badge_size 0x7f060100 +int dimen m3_comp_bottom_app_bar_container_elevation 0x7f060101 +int dimen m3_comp_bottom_app_bar_container_height 0x7f060102 +int dimen m3_comp_checkbox_selected_disabled_container_opacity 0x7f060103 +int dimen m3_comp_circular_progress_indicator_active_indicator_width 0x7f060104 +int dimen m3_comp_date_picker_modal_date_today_container_outline_width 0x7f060105 +int dimen m3_comp_date_picker_modal_header_container_height 0x7f060106 +int dimen m3_comp_date_picker_modal_range_selection_header_container_height 0x7f060107 +int dimen m3_comp_divider_thickness 0x7f060108 +int dimen m3_comp_elevated_button_container_elevation 0x7f060109 +int dimen m3_comp_elevated_button_disabled_container_elevation 0x7f06010a +int dimen m3_comp_elevated_card_container_elevation 0x7f06010b +int dimen m3_comp_elevated_card_icon_size 0x7f06010c +int dimen m3_comp_extended_fab_primary_container_elevation 0x7f06010d +int dimen m3_comp_extended_fab_primary_container_height 0x7f06010e +int dimen m3_comp_extended_fab_primary_focus_container_elevation 0x7f06010f +int dimen m3_comp_extended_fab_primary_focus_state_layer_opacity 0x7f060110 +int dimen m3_comp_extended_fab_primary_hover_container_elevation 0x7f060111 +int dimen m3_comp_extended_fab_primary_hover_state_layer_opacity 0x7f060112 +int dimen m3_comp_extended_fab_primary_icon_size 0x7f060113 +int dimen m3_comp_extended_fab_primary_pressed_container_elevation 0x7f060114 +int dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity 0x7f060115 +int dimen m3_comp_fab_primary_container_elevation 0x7f060116 +int dimen m3_comp_fab_primary_container_height 0x7f060117 +int dimen m3_comp_fab_primary_focus_state_layer_opacity 0x7f060118 +int dimen m3_comp_fab_primary_hover_container_elevation 0x7f060119 +int dimen m3_comp_fab_primary_hover_state_layer_opacity 0x7f06011a +int dimen m3_comp_fab_primary_icon_size 0x7f06011b +int dimen m3_comp_fab_primary_large_container_height 0x7f06011c +int dimen m3_comp_fab_primary_large_icon_size 0x7f06011d +int dimen m3_comp_fab_primary_pressed_container_elevation 0x7f06011e +int dimen m3_comp_fab_primary_pressed_state_layer_opacity 0x7f06011f +int dimen m3_comp_fab_primary_small_container_height 0x7f060120 +int dimen m3_comp_fab_primary_small_icon_size 0x7f060121 +int dimen m3_comp_filled_autocomplete_menu_container_elevation 0x7f060122 +int dimen m3_comp_filled_button_container_elevation 0x7f060123 +int dimen m3_comp_filled_button_with_icon_icon_size 0x7f060124 +int dimen m3_comp_filled_card_container_elevation 0x7f060125 +int dimen m3_comp_filled_card_dragged_state_layer_opacity 0x7f060126 +int dimen m3_comp_filled_card_focus_state_layer_opacity 0x7f060127 +int dimen m3_comp_filled_card_hover_state_layer_opacity 0x7f060128 +int dimen m3_comp_filled_card_icon_size 0x7f060129 +int dimen m3_comp_filled_card_pressed_state_layer_opacity 0x7f06012a +int dimen m3_comp_filled_text_field_disabled_active_indicator_opacity 0x7f06012b +int dimen m3_comp_filter_chip_container_height 0x7f06012c +int dimen m3_comp_filter_chip_elevated_container_elevation 0x7f06012d +int dimen m3_comp_filter_chip_flat_container_elevation 0x7f06012e +int dimen m3_comp_filter_chip_flat_unselected_outline_width 0x7f06012f +int dimen m3_comp_filter_chip_with_icon_icon_size 0x7f060130 +int dimen m3_comp_input_chip_container_elevation 0x7f060131 +int dimen m3_comp_input_chip_container_height 0x7f060132 +int dimen m3_comp_input_chip_unselected_outline_width 0x7f060133 +int dimen m3_comp_input_chip_with_avatar_avatar_size 0x7f060134 +int dimen m3_comp_input_chip_with_leading_icon_leading_icon_size 0x7f060135 +int dimen m3_comp_linear_progress_indicator_active_indicator_height 0x7f060136 +int dimen m3_comp_menu_container_elevation 0x7f060137 +int dimen m3_comp_navigation_bar_active_indicator_height 0x7f060138 +int dimen m3_comp_navigation_bar_active_indicator_width 0x7f060139 +int dimen m3_comp_navigation_bar_container_elevation 0x7f06013a +int dimen m3_comp_navigation_bar_container_height 0x7f06013b +int dimen m3_comp_navigation_bar_focus_state_layer_opacity 0x7f06013c +int dimen m3_comp_navigation_bar_hover_state_layer_opacity 0x7f06013d +int dimen m3_comp_navigation_bar_icon_size 0x7f06013e +int dimen m3_comp_navigation_bar_pressed_state_layer_opacity 0x7f06013f +int dimen m3_comp_navigation_drawer_container_width 0x7f060140 +int dimen m3_comp_navigation_drawer_focus_state_layer_opacity 0x7f060141 +int dimen m3_comp_navigation_drawer_hover_state_layer_opacity 0x7f060142 +int dimen m3_comp_navigation_drawer_icon_size 0x7f060143 +int dimen m3_comp_navigation_drawer_modal_container_elevation 0x7f060144 +int dimen m3_comp_navigation_drawer_pressed_state_layer_opacity 0x7f060145 +int dimen m3_comp_navigation_drawer_standard_container_elevation 0x7f060146 +int dimen m3_comp_navigation_rail_active_indicator_height 0x7f060147 +int dimen m3_comp_navigation_rail_active_indicator_width 0x7f060148 +int dimen m3_comp_navigation_rail_container_elevation 0x7f060149 +int dimen m3_comp_navigation_rail_container_width 0x7f06014a +int dimen m3_comp_navigation_rail_focus_state_layer_opacity 0x7f06014b +int dimen m3_comp_navigation_rail_hover_state_layer_opacity 0x7f06014c +int dimen m3_comp_navigation_rail_icon_size 0x7f06014d +int dimen m3_comp_navigation_rail_pressed_state_layer_opacity 0x7f06014e +int dimen m3_comp_outlined_autocomplete_menu_container_elevation 0x7f06014f +int dimen m3_comp_outlined_button_disabled_outline_opacity 0x7f060150 +int dimen m3_comp_outlined_button_outline_width 0x7f060151 +int dimen m3_comp_outlined_card_container_elevation 0x7f060152 +int dimen m3_comp_outlined_card_disabled_outline_opacity 0x7f060153 +int dimen m3_comp_outlined_card_icon_size 0x7f060154 +int dimen m3_comp_outlined_card_outline_width 0x7f060155 +int dimen m3_comp_outlined_icon_button_unselected_outline_width 0x7f060156 +int dimen m3_comp_outlined_text_field_disabled_input_text_opacity 0x7f060157 +int dimen m3_comp_outlined_text_field_disabled_label_text_opacity 0x7f060158 +int dimen m3_comp_outlined_text_field_disabled_supporting_text_opacity 0x7f060159 +int dimen m3_comp_outlined_text_field_focus_outline_width 0x7f06015a +int dimen m3_comp_outlined_text_field_outline_width 0x7f06015b +int dimen m3_comp_primary_navigation_tab_active_focus_state_layer_opacity 0x7f06015c +int dimen m3_comp_primary_navigation_tab_active_hover_state_layer_opacity 0x7f06015d +int dimen m3_comp_primary_navigation_tab_active_indicator_height 0x7f06015e +int dimen m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity 0x7f06015f +int dimen m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity 0x7f060160 +int dimen m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity 0x7f060161 +int dimen m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity 0x7f060162 +int dimen m3_comp_primary_navigation_tab_with_icon_icon_size 0x7f060163 +int dimen m3_comp_radio_button_disabled_selected_icon_opacity 0x7f060164 +int dimen m3_comp_radio_button_disabled_unselected_icon_opacity 0x7f060165 +int dimen m3_comp_radio_button_selected_focus_state_layer_opacity 0x7f060166 +int dimen m3_comp_radio_button_selected_hover_state_layer_opacity 0x7f060167 +int dimen m3_comp_radio_button_selected_pressed_state_layer_opacity 0x7f060168 +int dimen m3_comp_radio_button_unselected_focus_state_layer_opacity 0x7f060169 +int dimen m3_comp_radio_button_unselected_hover_state_layer_opacity 0x7f06016a +int dimen m3_comp_radio_button_unselected_pressed_state_layer_opacity 0x7f06016b +int dimen m3_comp_search_bar_avatar_size 0x7f06016c +int dimen m3_comp_search_bar_container_elevation 0x7f06016d +int dimen m3_comp_search_bar_container_height 0x7f06016e +int dimen m3_comp_search_bar_hover_state_layer_opacity 0x7f06016f +int dimen m3_comp_search_bar_pressed_state_layer_opacity 0x7f060170 +int dimen m3_comp_search_view_container_elevation 0x7f060171 +int dimen m3_comp_search_view_docked_header_container_height 0x7f060172 +int dimen m3_comp_search_view_full_screen_header_container_height 0x7f060173 +int dimen m3_comp_secondary_navigation_tab_active_indicator_height 0x7f060174 +int dimen m3_comp_secondary_navigation_tab_focus_state_layer_opacity 0x7f060175 +int dimen m3_comp_secondary_navigation_tab_hover_state_layer_opacity 0x7f060176 +int dimen m3_comp_secondary_navigation_tab_pressed_state_layer_opacity 0x7f060177 +int dimen m3_comp_sheet_bottom_docked_drag_handle_height 0x7f060178 +int dimen m3_comp_sheet_bottom_docked_drag_handle_width 0x7f060179 +int dimen m3_comp_sheet_bottom_docked_modal_container_elevation 0x7f06017a +int dimen m3_comp_sheet_bottom_docked_standard_container_elevation 0x7f06017b +int dimen m3_comp_sheet_side_docked_container_width 0x7f06017c +int dimen m3_comp_sheet_side_docked_modal_container_elevation 0x7f06017d +int dimen m3_comp_sheet_side_docked_standard_container_elevation 0x7f06017e +int dimen m3_comp_slider_disabled_active_track_opacity 0x7f06017f +int dimen m3_comp_slider_disabled_handle_opacity 0x7f060180 +int dimen m3_comp_slider_disabled_inactive_track_opacity 0x7f060181 +int dimen m3_comp_slider_inactive_track_height 0x7f060182 +int dimen m3_comp_snackbar_container_elevation 0x7f060183 +int dimen m3_comp_suggestion_chip_container_height 0x7f060184 +int dimen m3_comp_suggestion_chip_elevated_container_elevation 0x7f060185 +int dimen m3_comp_suggestion_chip_flat_container_elevation 0x7f060186 +int dimen m3_comp_suggestion_chip_flat_outline_width 0x7f060187 +int dimen m3_comp_suggestion_chip_with_leading_icon_leading_icon_size 0x7f060188 +int dimen m3_comp_switch_disabled_selected_handle_opacity 0x7f060189 +int dimen m3_comp_switch_disabled_selected_icon_opacity 0x7f06018a +int dimen m3_comp_switch_disabled_track_opacity 0x7f06018b +int dimen m3_comp_switch_disabled_unselected_handle_opacity 0x7f06018c +int dimen m3_comp_switch_disabled_unselected_icon_opacity 0x7f06018d +int dimen m3_comp_switch_selected_focus_state_layer_opacity 0x7f06018e +int dimen m3_comp_switch_selected_hover_state_layer_opacity 0x7f06018f +int dimen m3_comp_switch_selected_pressed_state_layer_opacity 0x7f060190 +int dimen m3_comp_switch_track_height 0x7f060191 +int dimen m3_comp_switch_track_width 0x7f060192 +int dimen m3_comp_switch_unselected_focus_state_layer_opacity 0x7f060193 +int dimen m3_comp_switch_unselected_hover_state_layer_opacity 0x7f060194 +int dimen m3_comp_switch_unselected_pressed_state_layer_opacity 0x7f060195 +int dimen m3_comp_text_button_focus_state_layer_opacity 0x7f060196 +int dimen m3_comp_text_button_hover_state_layer_opacity 0x7f060197 +int dimen m3_comp_text_button_pressed_state_layer_opacity 0x7f060198 +int dimen m3_comp_time_input_time_input_field_focus_outline_width 0x7f060199 +int dimen m3_comp_time_picker_container_elevation 0x7f06019a +int dimen m3_comp_time_picker_period_selector_focus_state_layer_opacity 0x7f06019b +int dimen m3_comp_time_picker_period_selector_hover_state_layer_opacity 0x7f06019c +int dimen m3_comp_time_picker_period_selector_outline_width 0x7f06019d +int dimen m3_comp_time_picker_period_selector_pressed_state_layer_opacity 0x7f06019e +int dimen m3_comp_time_picker_time_selector_focus_state_layer_opacity 0x7f06019f +int dimen m3_comp_time_picker_time_selector_hover_state_layer_opacity 0x7f0601a0 +int dimen m3_comp_time_picker_time_selector_pressed_state_layer_opacity 0x7f0601a1 +int dimen m3_comp_top_app_bar_large_container_height 0x7f0601a2 +int dimen m3_comp_top_app_bar_medium_container_height 0x7f0601a3 +int dimen m3_comp_top_app_bar_small_container_elevation 0x7f0601a4 +int dimen m3_comp_top_app_bar_small_container_height 0x7f0601a5 +int dimen m3_comp_top_app_bar_small_on_scroll_container_elevation 0x7f0601a6 +int dimen m3_datepicker_elevation 0x7f0601a7 +int dimen m3_divider_heavy_thickness 0x7f0601a8 +int dimen m3_extended_fab_bottom_padding 0x7f0601a9 +int dimen m3_extended_fab_end_padding 0x7f0601aa +int dimen m3_extended_fab_icon_padding 0x7f0601ab +int dimen m3_extended_fab_min_height 0x7f0601ac +int dimen m3_extended_fab_start_padding 0x7f0601ad +int dimen m3_extended_fab_top_padding 0x7f0601ae +int dimen m3_fab_border_width 0x7f0601af +int dimen m3_fab_corner_size 0x7f0601b0 +int dimen m3_fab_translation_z_hovered_focused 0x7f0601b1 +int dimen m3_fab_translation_z_pressed 0x7f0601b2 +int dimen m3_large_fab_max_image_size 0x7f0601b3 +int dimen m3_large_fab_size 0x7f0601b4 +int dimen m3_large_text_vertical_offset_adjustment 0x7f0601b5 +int dimen m3_menu_elevation 0x7f0601b6 +int dimen m3_nav_badge_with_text_vertical_offset 0x7f0601b7 +int dimen m3_navigation_drawer_layout_corner_size 0x7f0601b8 +int dimen m3_navigation_item_active_indicator_label_padding 0x7f0601b9 +int dimen m3_navigation_item_horizontal_padding 0x7f0601ba +int dimen m3_navigation_item_icon_padding 0x7f0601bb +int dimen m3_navigation_item_shape_inset_bottom 0x7f0601bc +int dimen m3_navigation_item_shape_inset_end 0x7f0601bd +int dimen m3_navigation_item_shape_inset_start 0x7f0601be +int dimen m3_navigation_item_shape_inset_top 0x7f0601bf +int dimen m3_navigation_item_vertical_padding 0x7f0601c0 +int dimen m3_navigation_menu_divider_horizontal_padding 0x7f0601c1 +int dimen m3_navigation_menu_headline_horizontal_padding 0x7f0601c2 +int dimen m3_navigation_rail_default_width 0x7f0601c3 +int dimen m3_navigation_rail_elevation 0x7f0601c4 +int dimen m3_navigation_rail_icon_size 0x7f0601c5 +int dimen m3_navigation_rail_item_active_indicator_height 0x7f0601c6 +int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x7f0601c7 +int dimen m3_navigation_rail_item_active_indicator_width 0x7f0601c8 +int dimen m3_navigation_rail_item_min_height 0x7f0601c9 +int dimen m3_navigation_rail_item_padding_bottom 0x7f0601ca +int dimen m3_navigation_rail_item_padding_bottom_with_large_font 0x7f0601cb +int dimen m3_navigation_rail_item_padding_top 0x7f0601cc +int dimen m3_navigation_rail_item_padding_top_with_large_font 0x7f0601cd +int dimen m3_ripple_default_alpha 0x7f0601ce +int dimen m3_ripple_focused_alpha 0x7f0601cf +int dimen m3_ripple_hovered_alpha 0x7f0601d0 +int dimen m3_ripple_pressed_alpha 0x7f0601d1 +int dimen m3_ripple_selectable_pressed_alpha 0x7f0601d2 +int dimen m3_searchbar_elevation 0x7f0601d3 +int dimen m3_searchbar_height 0x7f0601d4 +int dimen m3_searchbar_margin_horizontal 0x7f0601d5 +int dimen m3_searchbar_margin_vertical 0x7f0601d6 +int dimen m3_searchbar_outlined_stroke_width 0x7f0601d7 +int dimen m3_searchbar_padding_start 0x7f0601d8 +int dimen m3_searchbar_text_margin_start_no_navigation_icon 0x7f0601d9 +int dimen m3_searchbar_text_size 0x7f0601da +int dimen m3_searchview_divider_size 0x7f0601db +int dimen m3_searchview_elevation 0x7f0601dc +int dimen m3_searchview_height 0x7f0601dd +int dimen m3_side_sheet_margin_detached 0x7f0601de +int dimen m3_side_sheet_modal_elevation 0x7f0601df +int dimen m3_side_sheet_standard_elevation 0x7f0601e0 +int dimen m3_side_sheet_width 0x7f0601e1 +int dimen m3_simple_item_color_hovered_alpha 0x7f0601e2 +int dimen m3_simple_item_color_selected_alpha 0x7f0601e3 +int dimen m3_slider_inactive_track_height 0x7f0601e4 +int dimen m3_slider_thumb_elevation 0x7f0601e5 +int dimen m3_small_fab_max_image_size 0x7f0601e6 +int dimen m3_small_fab_size 0x7f0601e7 +int dimen m3_snackbar_action_text_color_alpha 0x7f0601e8 +int dimen m3_snackbar_margin 0x7f0601e9 +int dimen m3_sys_elevation_level0 0x7f0601ea +int dimen m3_sys_elevation_level1 0x7f0601eb +int dimen m3_sys_elevation_level2 0x7f0601ec +int dimen m3_sys_elevation_level3 0x7f0601ed +int dimen m3_sys_elevation_level4 0x7f0601ee +int dimen m3_sys_elevation_level5 0x7f0601ef +int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x7f0601f0 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x7f0601f1 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x7f0601f2 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x7f0601f3 +int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x7f0601f4 +int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x7f0601f5 +int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x7f0601f6 +int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x7f0601f7 +int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x7f0601f8 +int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x7f0601f9 +int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x7f0601fa +int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x7f0601fb +int dimen m3_sys_motion_easing_legacy_control_x1 0x7f0601fc +int dimen m3_sys_motion_easing_legacy_control_x2 0x7f0601fd +int dimen m3_sys_motion_easing_legacy_control_y1 0x7f0601fe +int dimen m3_sys_motion_easing_legacy_control_y2 0x7f0601ff +int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x7f060200 +int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x7f060201 +int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x7f060202 +int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x7f060203 +int dimen m3_sys_motion_easing_linear_control_x1 0x7f060204 +int dimen m3_sys_motion_easing_linear_control_x2 0x7f060205 +int dimen m3_sys_motion_easing_linear_control_y1 0x7f060206 +int dimen m3_sys_motion_easing_linear_control_y2 0x7f060207 +int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x7f060208 +int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x7f060209 +int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x7f06020a +int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x7f06020b +int dimen m3_sys_motion_easing_standard_control_x1 0x7f06020c +int dimen m3_sys_motion_easing_standard_control_x2 0x7f06020d +int dimen m3_sys_motion_easing_standard_control_y1 0x7f06020e +int dimen m3_sys_motion_easing_standard_control_y2 0x7f06020f +int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x7f060210 +int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x7f060211 +int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x7f060212 +int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x7f060213 +int dimen m3_sys_state_dragged_state_layer_opacity 0x7f060214 +int dimen m3_sys_state_focus_state_layer_opacity 0x7f060215 +int dimen m3_sys_state_hover_state_layer_opacity 0x7f060216 +int dimen m3_sys_state_pressed_state_layer_opacity 0x7f060217 +int dimen m3_timepicker_display_stroke_width 0x7f060218 +int dimen m3_timepicker_window_elevation 0x7f060219 +int dimen m3_toolbar_text_size_title 0x7f06021a +int dimen material_bottom_sheet_max_width 0x7f06021b +int dimen material_clock_display_height 0x7f06021c +int dimen material_clock_display_padding 0x7f06021d +int dimen material_clock_display_width 0x7f06021e +int dimen material_clock_face_margin_bottom 0x7f06021f +int dimen material_clock_face_margin_top 0x7f060220 +int dimen material_clock_hand_center_dot_radius 0x7f060221 +int dimen material_clock_hand_padding 0x7f060222 +int dimen material_clock_hand_stroke_width 0x7f060223 +int dimen material_clock_number_text_size 0x7f060224 +int dimen material_clock_period_toggle_height 0x7f060225 +int dimen material_clock_period_toggle_horizontal_gap 0x7f060226 +int dimen material_clock_period_toggle_vertical_gap 0x7f060227 +int dimen material_clock_period_toggle_width 0x7f060228 +int dimen material_clock_size 0x7f060229 +int dimen material_cursor_inset 0x7f06022a +int dimen material_cursor_width 0x7f06022b +int dimen material_divider_thickness 0x7f06022c +int dimen material_emphasis_disabled 0x7f06022d +int dimen material_emphasis_disabled_background 0x7f06022e +int dimen material_emphasis_high_type 0x7f06022f +int dimen material_emphasis_medium 0x7f060230 +int dimen material_filled_edittext_font_1_3_padding_bottom 0x7f060231 +int dimen material_filled_edittext_font_1_3_padding_top 0x7f060232 +int dimen material_filled_edittext_font_2_0_padding_bottom 0x7f060233 +int dimen material_filled_edittext_font_2_0_padding_top 0x7f060234 +int dimen material_font_1_3_box_collapsed_padding_top 0x7f060235 +int dimen material_font_2_0_box_collapsed_padding_top 0x7f060236 +int dimen material_helper_text_default_padding_top 0x7f060237 +int dimen material_helper_text_font_1_3_padding_horizontal 0x7f060238 +int dimen material_helper_text_font_1_3_padding_top 0x7f060239 +int dimen material_input_text_to_prefix_suffix_padding 0x7f06023a +int dimen material_textinput_default_width 0x7f06023b +int dimen material_textinput_max_width 0x7f06023c +int dimen material_textinput_min_width 0x7f06023d +int dimen material_time_picker_minimum_screen_height 0x7f06023e +int dimen material_time_picker_minimum_screen_width 0x7f06023f +int dimen mtrl_alert_dialog_background_inset_bottom 0x7f060240 +int dimen mtrl_alert_dialog_background_inset_end 0x7f060241 +int dimen mtrl_alert_dialog_background_inset_start 0x7f060242 +int dimen mtrl_alert_dialog_background_inset_top 0x7f060243 +int dimen mtrl_alert_dialog_picker_background_inset 0x7f060244 +int dimen mtrl_badge_horizontal_edge_offset 0x7f060245 +int dimen mtrl_badge_long_text_horizontal_padding 0x7f060246 +int dimen mtrl_badge_size 0x7f060247 +int dimen mtrl_badge_text_horizontal_edge_offset 0x7f060248 +int dimen mtrl_badge_text_size 0x7f060249 +int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x7f06024a +int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x7f06024b +int dimen mtrl_badge_with_text_size 0x7f06024c +int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f06024d +int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f06024e +int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f06024f +int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f060250 +int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f060251 +int dimen mtrl_bottomappbar_height 0x7f060252 +int dimen mtrl_btn_corner_radius 0x7f060253 +int dimen mtrl_btn_dialog_btn_min_width 0x7f060254 +int dimen mtrl_btn_disabled_elevation 0x7f060255 +int dimen mtrl_btn_disabled_z 0x7f060256 +int dimen mtrl_btn_elevation 0x7f060257 +int dimen mtrl_btn_focused_z 0x7f060258 +int dimen mtrl_btn_hovered_z 0x7f060259 +int dimen mtrl_btn_icon_btn_padding_left 0x7f06025a +int dimen mtrl_btn_icon_padding 0x7f06025b +int dimen mtrl_btn_inset 0x7f06025c +int dimen mtrl_btn_letter_spacing 0x7f06025d +int dimen mtrl_btn_max_width 0x7f06025e +int dimen mtrl_btn_padding_bottom 0x7f06025f +int dimen mtrl_btn_padding_left 0x7f060260 +int dimen mtrl_btn_padding_right 0x7f060261 +int dimen mtrl_btn_padding_top 0x7f060262 +int dimen mtrl_btn_pressed_z 0x7f060263 +int dimen mtrl_btn_snackbar_margin_horizontal 0x7f060264 +int dimen mtrl_btn_stroke_size 0x7f060265 +int dimen mtrl_btn_text_btn_icon_padding 0x7f060266 +int dimen mtrl_btn_text_btn_padding_left 0x7f060267 +int dimen mtrl_btn_text_btn_padding_right 0x7f060268 +int dimen mtrl_btn_text_size 0x7f060269 +int dimen mtrl_btn_z 0x7f06026a +int dimen mtrl_calendar_action_confirm_button_min_width 0x7f06026b +int dimen mtrl_calendar_action_height 0x7f06026c +int dimen mtrl_calendar_action_padding 0x7f06026d +int dimen mtrl_calendar_bottom_padding 0x7f06026e +int dimen mtrl_calendar_content_padding 0x7f06026f +int dimen mtrl_calendar_day_corner 0x7f060270 +int dimen mtrl_calendar_day_height 0x7f060271 +int dimen mtrl_calendar_day_horizontal_padding 0x7f060272 +int dimen mtrl_calendar_day_today_stroke 0x7f060273 +int dimen mtrl_calendar_day_vertical_padding 0x7f060274 +int dimen mtrl_calendar_day_width 0x7f060275 +int dimen mtrl_calendar_days_of_week_height 0x7f060276 +int dimen mtrl_calendar_dialog_background_inset 0x7f060277 +int dimen mtrl_calendar_header_content_padding 0x7f060278 +int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f060279 +int dimen mtrl_calendar_header_divider_thickness 0x7f06027a +int dimen mtrl_calendar_header_height 0x7f06027b +int dimen mtrl_calendar_header_height_fullscreen 0x7f06027c +int dimen mtrl_calendar_header_selection_line_height 0x7f06027d +int dimen mtrl_calendar_header_text_padding 0x7f06027e +int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f06027f +int dimen mtrl_calendar_header_toggle_margin_top 0x7f060280 +int dimen mtrl_calendar_landscape_header_width 0x7f060281 +int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f060282 +int dimen mtrl_calendar_month_horizontal_padding 0x7f060283 +int dimen mtrl_calendar_month_vertical_padding 0x7f060284 +int dimen mtrl_calendar_navigation_bottom_padding 0x7f060285 +int dimen mtrl_calendar_navigation_height 0x7f060286 +int dimen mtrl_calendar_navigation_top_padding 0x7f060287 +int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f060288 +int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f060289 +int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f06028a +int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f06028b +int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f06028c +int dimen mtrl_calendar_text_input_padding_top 0x7f06028d +int dimen mtrl_calendar_title_baseline_to_top 0x7f06028e +int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f06028f +int dimen mtrl_calendar_year_corner 0x7f060290 +int dimen mtrl_calendar_year_height 0x7f060291 +int dimen mtrl_calendar_year_horizontal_padding 0x7f060292 +int dimen mtrl_calendar_year_vertical_padding 0x7f060293 +int dimen mtrl_calendar_year_width 0x7f060294 +int dimen mtrl_card_checked_icon_margin 0x7f060295 +int dimen mtrl_card_checked_icon_size 0x7f060296 +int dimen mtrl_card_corner_radius 0x7f060297 +int dimen mtrl_card_dragged_z 0x7f060298 +int dimen mtrl_card_elevation 0x7f060299 +int dimen mtrl_card_spacing 0x7f06029a +int dimen mtrl_chip_pressed_translation_z 0x7f06029b +int dimen mtrl_chip_text_size 0x7f06029c +int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f06029d +int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f06029e +int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f06029f +int dimen mtrl_extended_fab_bottom_padding 0x7f0602a0 +int dimen mtrl_extended_fab_disabled_elevation 0x7f0602a1 +int dimen mtrl_extended_fab_disabled_translation_z 0x7f0602a2 +int dimen mtrl_extended_fab_elevation 0x7f0602a3 +int dimen mtrl_extended_fab_end_padding 0x7f0602a4 +int dimen mtrl_extended_fab_end_padding_icon 0x7f0602a5 +int dimen mtrl_extended_fab_icon_size 0x7f0602a6 +int dimen mtrl_extended_fab_icon_text_spacing 0x7f0602a7 +int dimen mtrl_extended_fab_min_height 0x7f0602a8 +int dimen mtrl_extended_fab_min_width 0x7f0602a9 +int dimen mtrl_extended_fab_start_padding 0x7f0602aa +int dimen mtrl_extended_fab_start_padding_icon 0x7f0602ab +int dimen mtrl_extended_fab_top_padding 0x7f0602ac +int dimen mtrl_extended_fab_translation_z_base 0x7f0602ad +int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f0602ae +int dimen mtrl_extended_fab_translation_z_pressed 0x7f0602af +int dimen mtrl_fab_elevation 0x7f0602b0 +int dimen mtrl_fab_min_touch_target 0x7f0602b1 +int dimen mtrl_fab_translation_z_hovered_focused 0x7f0602b2 +int dimen mtrl_fab_translation_z_pressed 0x7f0602b3 +int dimen mtrl_high_ripple_default_alpha 0x7f0602b4 +int dimen mtrl_high_ripple_focused_alpha 0x7f0602b5 +int dimen mtrl_high_ripple_hovered_alpha 0x7f0602b6 +int dimen mtrl_high_ripple_pressed_alpha 0x7f0602b7 +int dimen mtrl_low_ripple_default_alpha 0x7f0602b8 +int dimen mtrl_low_ripple_focused_alpha 0x7f0602b9 +int dimen mtrl_low_ripple_hovered_alpha 0x7f0602ba +int dimen mtrl_low_ripple_pressed_alpha 0x7f0602bb +int dimen mtrl_min_touch_target_size 0x7f0602bc +int dimen mtrl_navigation_bar_item_default_icon_size 0x7f0602bd +int dimen mtrl_navigation_bar_item_default_margin 0x7f0602be +int dimen mtrl_navigation_elevation 0x7f0602bf +int dimen mtrl_navigation_item_horizontal_padding 0x7f0602c0 +int dimen mtrl_navigation_item_icon_padding 0x7f0602c1 +int dimen mtrl_navigation_item_icon_size 0x7f0602c2 +int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f0602c3 +int dimen mtrl_navigation_item_shape_vertical_margin 0x7f0602c4 +int dimen mtrl_navigation_rail_active_text_size 0x7f0602c5 +int dimen mtrl_navigation_rail_compact_width 0x7f0602c6 +int dimen mtrl_navigation_rail_default_width 0x7f0602c7 +int dimen mtrl_navigation_rail_elevation 0x7f0602c8 +int dimen mtrl_navigation_rail_icon_margin 0x7f0602c9 +int dimen mtrl_navigation_rail_icon_size 0x7f0602ca +int dimen mtrl_navigation_rail_margin 0x7f0602cb +int dimen mtrl_navigation_rail_text_bottom_margin 0x7f0602cc +int dimen mtrl_navigation_rail_text_size 0x7f0602cd +int dimen mtrl_progress_circular_inset 0x7f0602ce +int dimen mtrl_progress_circular_inset_extra_small 0x7f0602cf +int dimen mtrl_progress_circular_inset_medium 0x7f0602d0 +int dimen mtrl_progress_circular_inset_small 0x7f0602d1 +int dimen mtrl_progress_circular_radius 0x7f0602d2 +int dimen mtrl_progress_circular_size 0x7f0602d3 +int dimen mtrl_progress_circular_size_extra_small 0x7f0602d4 +int dimen mtrl_progress_circular_size_medium 0x7f0602d5 +int dimen mtrl_progress_circular_size_small 0x7f0602d6 +int dimen mtrl_progress_circular_track_thickness_extra_small 0x7f0602d7 +int dimen mtrl_progress_circular_track_thickness_medium 0x7f0602d8 +int dimen mtrl_progress_circular_track_thickness_small 0x7f0602d9 +int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x7f0602da +int dimen mtrl_progress_track_thickness 0x7f0602db +int dimen mtrl_shape_corner_size_large_component 0x7f0602dc +int dimen mtrl_shape_corner_size_medium_component 0x7f0602dd +int dimen mtrl_shape_corner_size_small_component 0x7f0602de +int dimen mtrl_slider_halo_radius 0x7f0602df +int dimen mtrl_slider_label_padding 0x7f0602e0 +int dimen mtrl_slider_label_radius 0x7f0602e1 +int dimen mtrl_slider_label_square_side 0x7f0602e2 +int dimen mtrl_slider_thumb_elevation 0x7f0602e3 +int dimen mtrl_slider_thumb_radius 0x7f0602e4 +int dimen mtrl_slider_tick_radius 0x7f0602e5 +int dimen mtrl_slider_track_height 0x7f0602e6 +int dimen mtrl_slider_track_side_padding 0x7f0602e7 +int dimen mtrl_slider_widget_height 0x7f0602e8 +int dimen mtrl_snackbar_action_text_color_alpha 0x7f0602e9 +int dimen mtrl_snackbar_background_corner_radius 0x7f0602ea +int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f0602eb +int dimen mtrl_snackbar_margin 0x7f0602ec +int dimen mtrl_snackbar_message_margin_horizontal 0x7f0602ed +int dimen mtrl_snackbar_padding_horizontal 0x7f0602ee +int dimen mtrl_switch_text_padding 0x7f0602ef +int dimen mtrl_switch_thumb_elevation 0x7f0602f0 +int dimen mtrl_switch_thumb_icon_size 0x7f0602f1 +int dimen mtrl_switch_thumb_size 0x7f0602f2 +int dimen mtrl_switch_track_height 0x7f0602f3 +int dimen mtrl_switch_track_width 0x7f0602f4 +int dimen mtrl_textinput_box_corner_radius_medium 0x7f0602f5 +int dimen mtrl_textinput_box_corner_radius_small 0x7f0602f6 +int dimen mtrl_textinput_box_label_cutout_padding 0x7f0602f7 +int dimen mtrl_textinput_box_stroke_width_default 0x7f0602f8 +int dimen mtrl_textinput_box_stroke_width_focused 0x7f0602f9 +int dimen mtrl_textinput_counter_margin_start 0x7f0602fa +int dimen mtrl_textinput_end_icon_margin_start 0x7f0602fb +int dimen mtrl_textinput_outline_box_expanded_padding 0x7f0602fc +int dimen mtrl_textinput_start_icon_margin_end 0x7f0602fd +int dimen mtrl_toolbar_default_height 0x7f0602fe +int dimen mtrl_tooltip_arrowSize 0x7f0602ff +int dimen mtrl_tooltip_cornerSize 0x7f060300 +int dimen mtrl_tooltip_minHeight 0x7f060301 +int dimen mtrl_tooltip_minWidth 0x7f060302 +int dimen mtrl_tooltip_padding 0x7f060303 +int dimen mtrl_transition_shared_axis_slide_distance 0x7f060304 +int dimen notification_action_icon_size 0x7f060305 +int dimen notification_action_text_size 0x7f060306 +int dimen notification_big_circle_margin 0x7f060307 +int dimen notification_content_margin_start 0x7f060308 +int dimen notification_large_icon_height 0x7f060309 +int dimen notification_large_icon_width 0x7f06030a +int dimen notification_main_column_padding_top 0x7f06030b +int dimen notification_media_narrow_margin 0x7f06030c +int dimen notification_right_icon_size 0x7f06030d +int dimen notification_right_side_padding_top 0x7f06030e +int dimen notification_small_icon_background_padding 0x7f06030f +int dimen notification_small_icon_size_as_large 0x7f060310 +int dimen notification_subtext_size 0x7f060311 +int dimen notification_top_pad 0x7f060312 +int dimen notification_top_pad_large_text 0x7f060313 +int dimen tooltip_corner_radius 0x7f060314 +int dimen tooltip_horizontal_padding 0x7f060315 +int dimen tooltip_margin 0x7f060316 +int dimen tooltip_precise_anchor_extra_offset 0x7f060317 +int dimen tooltip_precise_anchor_threshold 0x7f060318 +int dimen tooltip_vertical_padding 0x7f060319 +int dimen tooltip_y_offset_non_touch 0x7f06031a +int dimen tooltip_y_offset_touch 0x7f06031b +int drawable abc_ab_share_pack_mtrl_alpha 0x7f070028 +int drawable abc_action_bar_item_background_material 0x7f070029 +int drawable abc_btn_borderless_material 0x7f07002a +int drawable abc_btn_check_material 0x7f07002b +int drawable abc_btn_check_material_anim 0x7f07002c +int drawable abc_btn_check_to_on_mtrl_000 0x7f07002d +int drawable abc_btn_check_to_on_mtrl_015 0x7f07002e +int drawable abc_btn_colored_material 0x7f07002f +int drawable abc_btn_default_mtrl_shape 0x7f070030 +int drawable abc_btn_radio_material 0x7f070031 +int drawable abc_btn_radio_material_anim 0x7f070032 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f070033 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f070034 +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070035 +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070036 +int drawable abc_cab_background_internal_bg 0x7f070037 +int drawable abc_cab_background_top_material 0x7f070038 +int drawable abc_cab_background_top_mtrl_alpha 0x7f070039 +int drawable abc_control_background_material 0x7f07003a +int drawable abc_dialog_material_background 0x7f07003b +int drawable abc_edit_text_material 0x7f07003c +int drawable abc_ic_ab_back_material 0x7f07003d +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07003e +int drawable abc_ic_clear_material 0x7f07003f +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f070040 +int drawable abc_ic_go_search_api_material 0x7f070041 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070042 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070043 +int drawable abc_ic_menu_overflow_material 0x7f070044 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070045 +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070046 +int drawable abc_ic_menu_share_mtrl_alpha 0x7f070047 +int drawable abc_ic_search_api_material 0x7f070048 +int drawable abc_ic_voice_search_api_material 0x7f070049 +int drawable abc_item_background_holo_dark 0x7f07004a +int drawable abc_item_background_holo_light 0x7f07004b +int drawable abc_list_divider_material 0x7f07004c +int drawable abc_list_divider_mtrl_alpha 0x7f07004d +int drawable abc_list_focused_holo 0x7f07004e +int drawable abc_list_longpressed_holo 0x7f07004f +int drawable abc_list_pressed_holo_dark 0x7f070050 +int drawable abc_list_pressed_holo_light 0x7f070051 +int drawable abc_list_selector_background_transition_holo_dark 0x7f070052 +int drawable abc_list_selector_background_transition_holo_light 0x7f070053 +int drawable abc_list_selector_disabled_holo_dark 0x7f070054 +int drawable abc_list_selector_disabled_holo_light 0x7f070055 +int drawable abc_list_selector_holo_dark 0x7f070056 +int drawable abc_list_selector_holo_light 0x7f070057 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070058 +int drawable abc_popup_background_mtrl_mult 0x7f070059 +int drawable abc_ratingbar_indicator_material 0x7f07005a +int drawable abc_ratingbar_material 0x7f07005b +int drawable abc_ratingbar_small_material 0x7f07005c +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07005d +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07005e +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f07005f +int drawable abc_scrubber_primary_mtrl_alpha 0x7f070060 +int drawable abc_scrubber_track_mtrl_alpha 0x7f070061 +int drawable abc_seekbar_thumb_material 0x7f070062 +int drawable abc_seekbar_tick_mark_material 0x7f070063 +int drawable abc_seekbar_track_material 0x7f070064 +int drawable abc_spinner_mtrl_am_alpha 0x7f070065 +int drawable abc_spinner_textfield_background_material 0x7f070066 +int drawable abc_star_black_48dp 0x7f070067 +int drawable abc_star_half_black_48dp 0x7f070068 +int drawable abc_switch_thumb_material 0x7f070069 +int drawable abc_switch_track_mtrl_alpha 0x7f07006a +int drawable abc_tab_indicator_material 0x7f07006b +int drawable abc_tab_indicator_mtrl_alpha 0x7f07006c +int drawable abc_text_cursor_material 0x7f07006d +int drawable abc_text_select_handle_left_mtrl 0x7f07006e +int drawable abc_text_select_handle_middle_mtrl 0x7f07006f +int drawable abc_text_select_handle_right_mtrl 0x7f070070 +int drawable abc_textfield_activated_mtrl_alpha 0x7f070071 +int drawable abc_textfield_default_mtrl_alpha 0x7f070072 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070073 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f070074 +int drawable abc_textfield_search_material 0x7f070075 +int drawable abc_vector_test 0x7f070076 +int drawable avd_hide_password 0x7f070077 +int drawable avd_show_password 0x7f070078 +int drawable btn_checkbox_checked_mtrl 0x7f070079 +int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f07007a +int drawable btn_checkbox_unchecked_mtrl 0x7f07007b +int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f07007c +int drawable btn_radio_off_mtrl 0x7f07007d +int drawable btn_radio_off_to_on_mtrl_animation 0x7f07007e +int drawable btn_radio_on_mtrl 0x7f07007f +int drawable btn_radio_on_to_off_mtrl_animation 0x7f070080 +int drawable design_fab_background 0x7f070081 +int drawable design_ic_visibility 0x7f070082 +int drawable design_ic_visibility_off 0x7f070083 +int drawable design_password_eye 0x7f070084 +int drawable design_snackbar_background 0x7f070085 +int drawable ic_arrow_back_black_24 0x7f070086 +int drawable ic_call_answer 0x7f070087 +int drawable ic_call_answer_low 0x7f070088 +int drawable ic_call_answer_video 0x7f070089 +int drawable ic_call_answer_video_low 0x7f07008a +int drawable ic_call_decline 0x7f07008b +int drawable ic_call_decline_low 0x7f07008c +int drawable ic_clear_black_24 0x7f07008d +int drawable ic_clock_black_24dp 0x7f07008e +int drawable ic_keyboard_black_24dp 0x7f07008f +int drawable ic_launcher 0x7f070090 +int drawable ic_m3_chip_check 0x7f070091 +int drawable ic_m3_chip_checked_circle 0x7f070092 +int drawable ic_m3_chip_close 0x7f070093 +int drawable ic_mtrl_checked_circle 0x7f070094 +int drawable ic_mtrl_chip_checked_black 0x7f070095 +int drawable ic_mtrl_chip_checked_circle 0x7f070096 +int drawable ic_mtrl_chip_close_circle 0x7f070097 +int drawable ic_search_black_24 0x7f070098 +int drawable m3_avd_hide_password 0x7f070099 +int drawable m3_avd_show_password 0x7f07009a +int drawable m3_bottom_sheet_drag_handle 0x7f07009b +int drawable m3_password_eye 0x7f07009c +int drawable m3_popupmenu_background_overlay 0x7f07009d +int drawable m3_radiobutton_ripple 0x7f07009e +int drawable m3_selection_control_ripple 0x7f07009f +int drawable m3_tabs_background 0x7f0700a0 +int drawable m3_tabs_line_indicator 0x7f0700a1 +int drawable m3_tabs_rounded_line_indicator 0x7f0700a2 +int drawable m3_tabs_transparent_background 0x7f0700a3 +int drawable material_cursor_drawable 0x7f0700a4 +int drawable material_ic_calendar_black_24dp 0x7f0700a5 +int drawable material_ic_clear_black_24dp 0x7f0700a6 +int drawable material_ic_edit_black_24dp 0x7f0700a7 +int drawable material_ic_keyboard_arrow_left_black_24dp 0x7f0700a8 +int drawable material_ic_keyboard_arrow_next_black_24dp 0x7f0700a9 +int drawable material_ic_keyboard_arrow_previous_black_24dp 0x7f0700aa +int drawable material_ic_keyboard_arrow_right_black_24dp 0x7f0700ab +int drawable material_ic_menu_arrow_down_black_24dp 0x7f0700ac +int drawable material_ic_menu_arrow_up_black_24dp 0x7f0700ad +int drawable mtrl_bottomsheet_drag_handle 0x7f0700ae +int drawable mtrl_checkbox_button 0x7f0700af +int drawable mtrl_checkbox_button_checked_unchecked 0x7f0700b0 +int drawable mtrl_checkbox_button_icon 0x7f0700b1 +int drawable mtrl_checkbox_button_icon_checked_indeterminate 0x7f0700b2 +int drawable mtrl_checkbox_button_icon_checked_unchecked 0x7f0700b3 +int drawable mtrl_checkbox_button_icon_indeterminate_checked 0x7f0700b4 +int drawable mtrl_checkbox_button_icon_indeterminate_unchecked 0x7f0700b5 +int drawable mtrl_checkbox_button_icon_unchecked_checked 0x7f0700b6 +int drawable mtrl_checkbox_button_icon_unchecked_indeterminate 0x7f0700b7 +int drawable mtrl_checkbox_button_unchecked_checked 0x7f0700b8 +int drawable mtrl_dialog_background 0x7f0700b9 +int drawable mtrl_dropdown_arrow 0x7f0700ba +int drawable mtrl_ic_arrow_drop_down 0x7f0700bb +int drawable mtrl_ic_arrow_drop_up 0x7f0700bc +int drawable mtrl_ic_cancel 0x7f0700bd +int drawable mtrl_ic_check_mark 0x7f0700be +int drawable mtrl_ic_checkbox_checked 0x7f0700bf +int drawable mtrl_ic_checkbox_unchecked 0x7f0700c0 +int drawable mtrl_ic_error 0x7f0700c1 +int drawable mtrl_ic_indeterminate 0x7f0700c2 +int drawable mtrl_navigation_bar_item_background 0x7f0700c3 +int drawable mtrl_popupmenu_background 0x7f0700c4 +int drawable mtrl_popupmenu_background_overlay 0x7f0700c5 +int drawable mtrl_switch_thumb 0x7f0700c6 +int drawable mtrl_switch_thumb_checked 0x7f0700c7 +int drawable mtrl_switch_thumb_checked_pressed 0x7f0700c8 +int drawable mtrl_switch_thumb_checked_unchecked 0x7f0700c9 +int drawable mtrl_switch_thumb_pressed 0x7f0700ca +int drawable mtrl_switch_thumb_pressed_checked 0x7f0700cb +int drawable mtrl_switch_thumb_pressed_unchecked 0x7f0700cc +int drawable mtrl_switch_thumb_unchecked 0x7f0700cd +int drawable mtrl_switch_thumb_unchecked_checked 0x7f0700ce +int drawable mtrl_switch_thumb_unchecked_pressed 0x7f0700cf +int drawable mtrl_switch_track 0x7f0700d0 +int drawable mtrl_switch_track_decoration 0x7f0700d1 +int drawable mtrl_tabs_default_indicator 0x7f0700d2 +int drawable navigation_empty_icon 0x7f0700d3 +int drawable notification_action_background 0x7f0700d4 +int drawable notification_bg 0x7f0700d5 +int drawable notification_bg_low 0x7f0700d6 +int drawable notification_bg_low_normal 0x7f0700d7 +int drawable notification_bg_low_pressed 0x7f0700d8 +int drawable notification_bg_normal 0x7f0700d9 +int drawable notification_bg_normal_pressed 0x7f0700da +int drawable notification_icon_background 0x7f0700db +int drawable notification_oversize_large_icon_bg 0x7f0700dc +int drawable notification_template_icon_bg 0x7f0700dd +int drawable notification_template_icon_low_bg 0x7f0700de +int drawable notification_tile_bg 0x7f0700df +int drawable notify_panel_notification_icon_bg 0x7f0700e0 +int drawable num_0 0x7f0700e1 +int drawable num_1 0x7f0700e2 +int drawable num_2 0x7f0700e3 +int drawable num_3 0x7f0700e4 +int drawable num_4 0x7f0700e5 +int drawable num_5 0x7f0700e6 +int drawable num_6 0x7f0700e7 +int drawable num_7 0x7f0700e8 +int drawable num_8 0x7f0700e9 +int drawable num_9 0x7f0700ea +int drawable num_colon 0x7f0700eb +int drawable test_level_drawable 0x7f0700ec +int drawable tooltip_frame_dark 0x7f0700ed +int drawable tooltip_frame_light 0x7f0700ee +int id ALT 0x7f080000 +int id BOTTOM_END 0x7f080001 +int id BOTTOM_START 0x7f080002 +int id CTRL 0x7f080003 +int id FUNCTION 0x7f080004 +int id META 0x7f080005 +int id NO_DEBUG 0x7f080006 +int id SHIFT 0x7f080007 +int id SHOW_ALL 0x7f080008 +int id SHOW_PATH 0x7f080009 +int id SHOW_PROGRESS 0x7f08000a +int id SYM 0x7f08000b +int id TOP_END 0x7f08000c +int id TOP_START 0x7f08000d +int id accelerate 0x7f08000e +int id accessibility_action_clickable_span 0x7f08000f +int id accessibility_custom_action_0 0x7f080010 +int id accessibility_custom_action_1 0x7f080011 +int id accessibility_custom_action_10 0x7f080012 +int id accessibility_custom_action_11 0x7f080013 +int id accessibility_custom_action_12 0x7f080014 +int id accessibility_custom_action_13 0x7f080015 +int id accessibility_custom_action_14 0x7f080016 +int id accessibility_custom_action_15 0x7f080017 +int id accessibility_custom_action_16 0x7f080018 +int id accessibility_custom_action_17 0x7f080019 +int id accessibility_custom_action_18 0x7f08001a +int id accessibility_custom_action_19 0x7f08001b +int id accessibility_custom_action_2 0x7f08001c +int id accessibility_custom_action_20 0x7f08001d +int id accessibility_custom_action_21 0x7f08001e +int id accessibility_custom_action_22 0x7f08001f +int id accessibility_custom_action_23 0x7f080020 +int id accessibility_custom_action_24 0x7f080021 +int id accessibility_custom_action_25 0x7f080022 +int id accessibility_custom_action_26 0x7f080023 +int id accessibility_custom_action_27 0x7f080024 +int id accessibility_custom_action_28 0x7f080025 +int id accessibility_custom_action_29 0x7f080026 +int id accessibility_custom_action_3 0x7f080027 +int id accessibility_custom_action_30 0x7f080028 +int id accessibility_custom_action_31 0x7f080029 +int id accessibility_custom_action_4 0x7f08002a +int id accessibility_custom_action_5 0x7f08002b +int id accessibility_custom_action_6 0x7f08002c +int id accessibility_custom_action_7 0x7f08002d +int id accessibility_custom_action_8 0x7f08002e +int id accessibility_custom_action_9 0x7f08002f +int id actionDown 0x7f080030 +int id actionDownUp 0x7f080031 +int id actionUp 0x7f080032 +int id action_bar 0x7f080033 +int id action_bar_activity_content 0x7f080034 +int id action_bar_container 0x7f080035 +int id action_bar_root 0x7f080036 +int id action_bar_spinner 0x7f080037 +int id action_bar_subtitle 0x7f080038 +int id action_bar_title 0x7f080039 +int id action_container 0x7f08003a +int id action_context_bar 0x7f08003b +int id action_divider 0x7f08003c +int id action_image 0x7f08003d +int id action_menu_divider 0x7f08003e +int id action_menu_presenter 0x7f08003f +int id action_mode_bar 0x7f080040 +int id action_mode_bar_stub 0x7f080041 +int id action_mode_close_button 0x7f080042 +int id action_text 0x7f080043 +int id actions 0x7f080044 +int id activity_chooser_view_content 0x7f080045 +int id add 0x7f080046 +int id alertTitle 0x7f080047 +int id aligned 0x7f080048 +int id all 0x7f080049 +int id allStates 0x7f08004a +int id always 0x7f08004b +int id animateToEnd 0x7f08004c +int id animateToStart 0x7f08004d +int id antiClockwise 0x7f08004e +int id anticipate 0x7f08004f +int id arc 0x7f080050 +int id asConfigured 0x7f080051 +int id async 0x7f080052 +int id auto 0x7f080053 +int id autoComplete 0x7f080054 +int id autoCompleteToEnd 0x7f080055 +int id autoCompleteToStart 0x7f080056 +int id barrier 0x7f080057 +int id baseline 0x7f080058 +int id beginOnFirstDraw 0x7f080059 +int id beginning 0x7f08005a +int id bestChoice 0x7f08005b +int id blocking 0x7f08005c +int id bottom 0x7f08005d +int id bounce 0x7f08005e +int id bounceBoth 0x7f08005f +int id bounceEnd 0x7f080060 +int id bounceStart 0x7f080061 +int id buttonPanel 0x7f080062 +int id cache_measures 0x7f080063 +int id callMeasure 0x7f080064 +int id cancel_button 0x7f080065 +int id carryVelocity 0x7f080066 +int id center 0x7f080067 +int id centerCrop 0x7f080068 +int id centerInside 0x7f080069 +int id center_horizontal 0x7f08006a +int id center_vertical 0x7f08006b +int id chain 0x7f08006c +int id chain2 0x7f08006d +int id chains 0x7f08006e +int id checkbox 0x7f08006f +int id checked 0x7f080070 +int id chronometer 0x7f080071 +int id circle_center 0x7f080072 +int id clear_text 0x7f080073 +int id clip_horizontal 0x7f080074 +int id clip_vertical 0x7f080075 +int id clockLayout 0x7f080076 +int id clockwise 0x7f080077 +int id closest 0x7f080078 +int id collapseActionView 0x7f080079 +int id colon 0x7f08007a +int id compress 0x7f08007b +int id confirm_button 0x7f08007c +int id constraint 0x7f08007d +int id container 0x7f08007e +int id content 0x7f08007f +int id contentPanel 0x7f080080 +int id contiguous 0x7f080081 +int id continuousVelocity 0x7f080082 +int id coordinator 0x7f080083 +int id cos 0x7f080084 +int id counterclockwise 0x7f080085 +int id cradle 0x7f080086 +int id currentState 0x7f080087 +int id custom 0x7f080088 +int id customPanel 0x7f080089 +int id cut 0x7f08008a +int id dateTextView 0x7f08008b +int id date_picker_actions 0x7f08008c +int id decelerate 0x7f08008d +int id decelerateAndComplete 0x7f08008e +int id decor_content_parent 0x7f08008f +int id default_activity_button 0x7f080090 +int id deltaRelative 0x7f080091 +int id dependency_ordering 0x7f080092 +int id design_bottom_sheet 0x7f080093 +int id design_menu_item_action_area 0x7f080094 +int id design_menu_item_action_area_stub 0x7f080095 +int id design_menu_item_text 0x7f080096 +int id design_navigation_view 0x7f080097 +int id dialog_button 0x7f080098 +int id digit1 0x7f080099 +int id digit2 0x7f08009a +int id digit3 0x7f08009b +int id digit4 0x7f08009c +int id dimensions 0x7f08009d +int id direct 0x7f08009e +int id disableHome 0x7f08009f +int id disableIntraAutoTransition 0x7f0800a0 +int id disablePostScroll 0x7f0800a1 +int id disableScroll 0x7f0800a2 +int id disjoint 0x7f0800a3 +int id dragAnticlockwise 0x7f0800a4 +int id dragClockwise 0x7f0800a5 +int id dragDown 0x7f0800a6 +int id dragEnd 0x7f0800a7 +int id dragLeft 0x7f0800a8 +int id dragRight 0x7f0800a9 +int id dragStart 0x7f0800aa +int id dragUp 0x7f0800ab +int id dropdown_menu 0x7f0800ac +int id easeIn 0x7f0800ad +int id easeInOut 0x7f0800ae +int id easeOut 0x7f0800af +int id east 0x7f0800b0 +int id edge 0x7f0800b1 +int id edit_query 0x7f0800b2 +int id edit_text_id 0x7f0800b3 +int id elastic 0x7f0800b4 +int id embed 0x7f0800b5 +int id end 0x7f0800b6 +int id endToStart 0x7f0800b7 +int id enterAlways 0x7f0800b8 +int id enterAlwaysCollapsed 0x7f0800b9 +int id exitUntilCollapsed 0x7f0800ba +int id expand_activities_button 0x7f0800bb +int id expanded_menu 0x7f0800bc +int id fade 0x7f0800bd +int id fill 0x7f0800be +int id fill_horizontal 0x7f0800bf +int id fill_vertical 0x7f0800c0 +int id filled 0x7f0800c1 +int id fitCenter 0x7f0800c2 +int id fitEnd 0x7f0800c3 +int id fitStart 0x7f0800c4 +int id fitToContents 0x7f0800c5 +int id fitXY 0x7f0800c6 +int id fixed 0x7f0800c7 +int id flip 0x7f0800c8 +int id floating 0x7f0800c9 +int id forever 0x7f0800ca +int id fragment_container_view_tag 0x7f0800cb +int id frost 0x7f0800cc +int id fullscreen_header 0x7f0800cd +int id ghost_view 0x7f0800ce +int id ghost_view_holder 0x7f0800cf +int id gone 0x7f0800d0 +int id graph 0x7f0800d1 +int id graph_wrap 0x7f0800d2 +int id group_divider 0x7f0800d3 +int id grouping 0x7f0800d4 +int id groups 0x7f0800d5 +int id header_title 0x7f0800d6 +int id hide_ime_id 0x7f0800d7 +int id hideable 0x7f0800d8 +int id home 0x7f0800d9 +int id homeAsUp 0x7f0800da +int id honorRequest 0x7f0800db +int id horizontal_only 0x7f0800dc +int id icon 0x7f0800dd +int id icon_group 0x7f0800de +int id ifRoom 0x7f0800df +int id ignore 0x7f0800e0 +int id ignoreRequest 0x7f0800e1 +int id image 0x7f0800e2 +int id immediateStop 0x7f0800e3 +int id included 0x7f0800e4 +int id indeterminate 0x7f0800e5 +int id info 0x7f0800e6 +int id invisible 0x7f0800e7 +int id inward 0x7f0800e8 +int id italic 0x7f0800e9 +int id item_touch_helper_previous_elevation 0x7f0800ea +int id jumpToEnd 0x7f0800eb +int id jumpToStart 0x7f0800ec +int id labeled 0x7f0800ed +int id layout 0x7f0800ee +int id left 0x7f0800ef +int id leftToRight 0x7f0800f0 +int id legacy 0x7f0800f1 +int id line1 0x7f0800f2 +int id line3 0x7f0800f3 +int id linear 0x7f0800f4 +int id listMode 0x7f0800f5 +int id list_item 0x7f0800f6 +int id m3_side_sheet 0x7f0800f7 +int id marquee 0x7f0800f8 +int id masked 0x7f0800f9 +int id match_constraint 0x7f0800fa +int id match_parent 0x7f0800fb +int id material_clock_display 0x7f0800fc +int id material_clock_display_and_toggle 0x7f0800fd +int id material_clock_face 0x7f0800fe +int id material_clock_hand 0x7f0800ff +int id material_clock_level 0x7f080100 +int id material_clock_period_am_button 0x7f080101 +int id material_clock_period_pm_button 0x7f080102 +int id material_clock_period_toggle 0x7f080103 +int id material_hour_text_input 0x7f080104 +int id material_hour_tv 0x7f080105 +int id material_label 0x7f080106 +int id material_minute_text_input 0x7f080107 +int id material_minute_tv 0x7f080108 +int id material_textinput_timepicker 0x7f080109 +int id material_timepicker_cancel_button 0x7f08010a +int id material_timepicker_container 0x7f08010b +int id material_timepicker_mode_button 0x7f08010c +int id material_timepicker_ok_button 0x7f08010d +int id material_timepicker_view 0x7f08010e +int id material_value_index 0x7f08010f +int id matrix 0x7f080110 +int id message 0x7f080111 +int id middle 0x7f080112 +int id mini 0x7f080113 +int id month_grid 0x7f080114 +int id month_navigation_bar 0x7f080115 +int id month_navigation_fragment_toggle 0x7f080116 +int id month_navigation_next 0x7f080117 +int id month_navigation_previous 0x7f080118 +int id month_title 0x7f080119 +int id motion_base 0x7f08011a +int id mtrl_anchor_parent 0x7f08011b +int id mtrl_calendar_day_selector_frame 0x7f08011c +int id mtrl_calendar_days_of_week 0x7f08011d +int id mtrl_calendar_frame 0x7f08011e +int id mtrl_calendar_main_pane 0x7f08011f +int id mtrl_calendar_months 0x7f080120 +int id mtrl_calendar_selection_frame 0x7f080121 +int id mtrl_calendar_text_input_frame 0x7f080122 +int id mtrl_calendar_year_selector_frame 0x7f080123 +int id mtrl_card_checked_layer_id 0x7f080124 +int id mtrl_child_content_container 0x7f080125 +int id mtrl_internal_children_alpha_tag 0x7f080126 +int id mtrl_motion_snapshot_view 0x7f080127 +int id mtrl_picker_fullscreen 0x7f080128 +int id mtrl_picker_header 0x7f080129 +int id mtrl_picker_header_selection_text 0x7f08012a +int id mtrl_picker_header_title_and_selection 0x7f08012b +int id mtrl_picker_header_toggle 0x7f08012c +int id mtrl_picker_text_input_date 0x7f08012d +int id mtrl_picker_text_input_range_end 0x7f08012e +int id mtrl_picker_text_input_range_start 0x7f08012f +int id mtrl_picker_title_text 0x7f080130 +int id mtrl_view_tag_bottom_padding 0x7f080131 +int id multiply 0x7f080132 +int id navigation_bar_item_active_indicator_view 0x7f080133 +int id navigation_bar_item_icon_container 0x7f080134 +int id navigation_bar_item_icon_view 0x7f080135 +int id navigation_bar_item_labels_group 0x7f080136 +int id navigation_bar_item_large_label_view 0x7f080137 +int id navigation_bar_item_small_label_view 0x7f080138 +int id navigation_header_container 0x7f080139 +int id never 0x7f08013a +int id neverCompleteToEnd 0x7f08013b +int id neverCompleteToStart 0x7f08013c +int id noScroll 0x7f08013d +int id noState 0x7f08013e +int id none 0x7f08013f +int id normal 0x7f080140 +int id north 0x7f080141 +int id notification_background 0x7f080142 +int id notification_main_column 0x7f080143 +int id notification_main_column_container 0x7f080144 +int id off 0x7f080145 +int id on 0x7f080146 +int id onInterceptTouchReturnSwipe 0x7f080147 +int id open_search_bar_text_view 0x7f080148 +int id open_search_view_background 0x7f080149 +int id open_search_view_clear_button 0x7f08014a +int id open_search_view_content_container 0x7f08014b +int id open_search_view_divider 0x7f08014c +int id open_search_view_dummy_toolbar 0x7f08014d +int id open_search_view_edit_text 0x7f08014e +int id open_search_view_header_container 0x7f08014f +int id open_search_view_root 0x7f080150 +int id open_search_view_scrim 0x7f080151 +int id open_search_view_search_prefix 0x7f080152 +int id open_search_view_status_bar_spacer 0x7f080153 +int id open_search_view_toolbar 0x7f080154 +int id open_search_view_toolbar_container 0x7f080155 +int id outline 0x7f080156 +int id outward 0x7f080157 +int id overshoot 0x7f080158 +int id packed 0x7f080159 +int id parallax 0x7f08015a +int id parent 0x7f08015b +int id parentPanel 0x7f08015c +int id parentRelative 0x7f08015d +int id parent_matrix 0x7f08015e +int id password_toggle 0x7f08015f +int id path 0x7f080160 +int id pathRelative 0x7f080161 +int id peekHeight 0x7f080162 +int id percent 0x7f080163 +int id pin 0x7f080164 +int id position 0x7f080165 +int id postLayout 0x7f080166 +int id pressed 0x7f080167 +int id progress_circular 0x7f080168 +int id progress_horizontal 0x7f080169 +int id radio 0x7f08016a +int id ratio 0x7f08016b +int id rectangles 0x7f08016c +int id report_drawn 0x7f08016d +int id reverseSawtooth 0x7f08016e +int id right 0x7f08016f +int id rightToLeft 0x7f080170 +int id right_icon 0x7f080171 +int id right_side 0x7f080172 +int id rounded 0x7f080173 +int id row_index_key 0x7f080174 +int id save_non_transition_alpha 0x7f080175 +int id save_overlay_view 0x7f080176 +int id sawtooth 0x7f080177 +int id scale 0x7f080178 +int id screen 0x7f080179 +int id scroll 0x7f08017a +int id scrollIndicatorDown 0x7f08017b +int id scrollIndicatorUp 0x7f08017c +int id scrollView 0x7f08017d +int id scrollable 0x7f08017e +int id search_badge 0x7f08017f +int id search_bar 0x7f080180 +int id search_button 0x7f080181 +int id search_close_btn 0x7f080182 +int id search_edit_frame 0x7f080183 +int id search_go_btn 0x7f080184 +int id search_mag_icon 0x7f080185 +int id search_plate 0x7f080186 +int id search_src_text 0x7f080187 +int id search_voice_btn 0x7f080188 +int id select_dialog_listview 0x7f080189 +int id selected 0x7f08018a +int id selection_type 0x7f08018b +int id sharedValueSet 0x7f08018c +int id sharedValueUnset 0x7f08018d +int id shortcut 0x7f08018e +int id showCustom 0x7f08018f +int id showHome 0x7f080190 +int id showTitle 0x7f080191 +int id sin 0x7f080192 +int id skipCollapsed 0x7f080193 +int id skipped 0x7f080194 +int id slide 0x7f080195 +int id snackbar_action 0x7f080196 +int id snackbar_text 0x7f080197 +int id snap 0x7f080198 +int id snapMargins 0x7f080199 +int id south 0x7f08019a +int id spacer 0x7f08019b +int id special_effects_controller_view_tag 0x7f08019c +int id spline 0x7f08019d +int id split_action_bar 0x7f08019e +int id spread 0x7f08019f +int id spread_inside 0x7f0801a0 +int id spring 0x7f0801a1 +int id square 0x7f0801a2 +int id src_atop 0x7f0801a3 +int id src_in 0x7f0801a4 +int id src_over 0x7f0801a5 +int id standard 0x7f0801a6 +int id start 0x7f0801a7 +int id startHorizontal 0x7f0801a8 +int id startToEnd 0x7f0801a9 +int id startVertical 0x7f0801aa +int id staticLayout 0x7f0801ab +int id staticPostLayout 0x7f0801ac +int id stop 0x7f0801ad +int id stretch 0x7f0801ae +int id submenuarrow 0x7f0801af +int id submit_area 0x7f0801b0 +int id supportScrollUp 0x7f0801b1 +int id tabMode 0x7f0801b2 +int id tag_accessibility_actions 0x7f0801b3 +int id tag_accessibility_clickable_spans 0x7f0801b4 +int id tag_accessibility_heading 0x7f0801b5 +int id tag_accessibility_pane_title 0x7f0801b6 +int id tag_on_apply_window_listener 0x7f0801b7 +int id tag_on_receive_content_listener 0x7f0801b8 +int id tag_on_receive_content_mime_types 0x7f0801b9 +int id tag_screen_reader_focusable 0x7f0801ba +int id tag_state_description 0x7f0801bb +int id tag_transition_group 0x7f0801bc +int id tag_unhandled_key_event_manager 0x7f0801bd +int id tag_unhandled_key_listeners 0x7f0801be +int id tag_window_insets_animation_callback 0x7f0801bf +int id text 0x7f0801c0 +int id text2 0x7f0801c1 +int id textEnd 0x7f0801c2 +int id textSpacerNoButtons 0x7f0801c3 +int id textSpacerNoTitle 0x7f0801c4 +int id textStart 0x7f0801c5 +int id textTop 0x7f0801c6 +int id text_input_end_icon 0x7f0801c7 +int id text_input_error_icon 0x7f0801c8 +int id text_input_start_icon 0x7f0801c9 +int id textinput_counter 0x7f0801ca +int id textinput_error 0x7f0801cb +int id textinput_helper_text 0x7f0801cc +int id textinput_placeholder 0x7f0801cd +int id textinput_prefix_text 0x7f0801ce +int id textinput_suffix_text 0x7f0801cf +int id time 0x7f0801d0 +int id title 0x7f0801d1 +int id titleDividerNoCustom 0x7f0801d2 +int id title_template 0x7f0801d3 +int id toggle 0x7f0801d4 +int id top 0x7f0801d5 +int id topPanel 0x7f0801d6 +int id touch_outside 0x7f0801d7 +int id transitionToEnd 0x7f0801d8 +int id transitionToStart 0x7f0801d9 +int id transition_current_scene 0x7f0801da +int id transition_layout_save 0x7f0801db +int id transition_position 0x7f0801dc +int id transition_scene_layoutid_cache 0x7f0801dd +int id transition_transform 0x7f0801de +int id triangle 0x7f0801df +int id unchecked 0x7f0801e0 +int id uniform 0x7f0801e1 +int id unlabeled 0x7f0801e2 +int id up 0x7f0801e3 +int id useLogo 0x7f0801e4 +int id vertical_only 0x7f0801e5 +int id view_offset_helper 0x7f0801e6 +int id view_transition 0x7f0801e7 +int id view_tree_lifecycle_owner 0x7f0801e8 +int id view_tree_on_back_pressed_dispatcher_owner 0x7f0801e9 +int id view_tree_saved_state_registry_owner 0x7f0801ea +int id view_tree_view_model_store_owner 0x7f0801eb +int id visible 0x7f0801ec +int id visible_removing_fragment_view_tag 0x7f0801ed +int id weatherTextView 0x7f0801ee +int id west 0x7f0801ef +int id withText 0x7f0801f0 +int id with_icon 0x7f0801f1 +int id withinBounds 0x7f0801f2 +int id wrap 0x7f0801f3 +int id wrap_content 0x7f0801f4 +int id wrap_content_constrained 0x7f0801f5 +int id x_left 0x7f0801f6 +int id x_right 0x7f0801f7 +int integer abc_config_activityDefaultDur 0x7f090000 +int integer abc_config_activityShortDur 0x7f090001 +int integer app_bar_elevation_anim_duration 0x7f090002 +int integer bottom_sheet_slide_duration 0x7f090003 +int integer cancel_button_image_alpha 0x7f090004 +int integer config_tooltipAnimTime 0x7f090005 +int integer design_snackbar_text_max_lines 0x7f090006 +int integer design_tab_indicator_anim_duration_ms 0x7f090007 +int integer hide_password_duration 0x7f090008 +int integer m3_badge_max_number 0x7f090009 +int integer m3_btn_anim_delay_ms 0x7f09000a +int integer m3_btn_anim_duration_ms 0x7f09000b +int integer m3_card_anim_delay_ms 0x7f09000c +int integer m3_card_anim_duration_ms 0x7f09000d +int integer m3_chip_anim_duration 0x7f09000e +int integer m3_sys_motion_duration_extra_long1 0x7f09000f +int integer m3_sys_motion_duration_extra_long2 0x7f090010 +int integer m3_sys_motion_duration_extra_long3 0x7f090011 +int integer m3_sys_motion_duration_extra_long4 0x7f090012 +int integer m3_sys_motion_duration_long1 0x7f090013 +int integer m3_sys_motion_duration_long2 0x7f090014 +int integer m3_sys_motion_duration_long3 0x7f090015 +int integer m3_sys_motion_duration_long4 0x7f090016 +int integer m3_sys_motion_duration_medium1 0x7f090017 +int integer m3_sys_motion_duration_medium2 0x7f090018 +int integer m3_sys_motion_duration_medium3 0x7f090019 +int integer m3_sys_motion_duration_medium4 0x7f09001a +int integer m3_sys_motion_duration_short1 0x7f09001b +int integer m3_sys_motion_duration_short2 0x7f09001c +int integer m3_sys_motion_duration_short3 0x7f09001d +int integer m3_sys_motion_duration_short4 0x7f09001e +int integer m3_sys_motion_path 0x7f09001f +int integer m3_sys_shape_corner_extra_large_corner_family 0x7f090020 +int integer m3_sys_shape_corner_extra_small_corner_family 0x7f090021 +int integer m3_sys_shape_corner_full_corner_family 0x7f090022 +int integer m3_sys_shape_corner_large_corner_family 0x7f090023 +int integer m3_sys_shape_corner_medium_corner_family 0x7f090024 +int integer m3_sys_shape_corner_small_corner_family 0x7f090025 +int integer material_motion_duration_long_1 0x7f090026 +int integer material_motion_duration_long_2 0x7f090027 +int integer material_motion_duration_medium_1 0x7f090028 +int integer material_motion_duration_medium_2 0x7f090029 +int integer material_motion_duration_short_1 0x7f09002a +int integer material_motion_duration_short_2 0x7f09002b +int integer material_motion_path 0x7f09002c +int integer mtrl_badge_max_character_count 0x7f09002d +int integer mtrl_btn_anim_delay_ms 0x7f09002e +int integer mtrl_btn_anim_duration_ms 0x7f09002f +int integer mtrl_calendar_header_orientation 0x7f090030 +int integer mtrl_calendar_selection_text_lines 0x7f090031 +int integer mtrl_calendar_year_selector_span 0x7f090032 +int integer mtrl_card_anim_delay_ms 0x7f090033 +int integer mtrl_card_anim_duration_ms 0x7f090034 +int integer mtrl_chip_anim_duration 0x7f090035 +int integer mtrl_switch_thumb_motion_duration 0x7f090036 +int integer mtrl_switch_thumb_post_morphing_duration 0x7f090037 +int integer mtrl_switch_thumb_pre_morphing_duration 0x7f090038 +int integer mtrl_switch_thumb_pressed_duration 0x7f090039 +int integer mtrl_switch_thumb_viewport_center_coordinate 0x7f09003a +int integer mtrl_switch_thumb_viewport_size 0x7f09003b +int integer mtrl_switch_track_viewport_height 0x7f09003c +int integer mtrl_switch_track_viewport_width 0x7f09003d +int integer mtrl_tab_indicator_anim_duration_ms 0x7f09003e +int integer mtrl_view_gone 0x7f09003f +int integer mtrl_view_invisible 0x7f090040 +int integer mtrl_view_visible 0x7f090041 +int integer show_password_duration 0x7f090042 +int integer status_bar_notification_info_maxnum 0x7f090043 +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000 +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003 +int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004 +int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005 +int interpolator fast_out_slow_in 0x7f0a0006 +int interpolator m3_sys_motion_easing_emphasized 0x7f0a0007 +int interpolator m3_sys_motion_easing_emphasized_accelerate 0x7f0a0008 +int interpolator m3_sys_motion_easing_emphasized_decelerate 0x7f0a0009 +int interpolator m3_sys_motion_easing_linear 0x7f0a000a +int interpolator m3_sys_motion_easing_standard 0x7f0a000b +int interpolator m3_sys_motion_easing_standard_accelerate 0x7f0a000c +int interpolator m3_sys_motion_easing_standard_decelerate 0x7f0a000d +int interpolator mtrl_fast_out_linear_in 0x7f0a000e +int interpolator mtrl_fast_out_slow_in 0x7f0a000f +int interpolator mtrl_linear 0x7f0a0010 +int interpolator mtrl_linear_out_slow_in 0x7f0a0011 +int layout abc_action_bar_title_item 0x7f0b0000 +int layout abc_action_bar_up_container 0x7f0b0001 +int layout abc_action_menu_item_layout 0x7f0b0002 +int layout abc_action_menu_layout 0x7f0b0003 +int layout abc_action_mode_bar 0x7f0b0004 +int layout abc_action_mode_close_item_material 0x7f0b0005 +int layout abc_activity_chooser_view 0x7f0b0006 +int layout abc_activity_chooser_view_list_item 0x7f0b0007 +int layout abc_alert_dialog_button_bar_material 0x7f0b0008 +int layout abc_alert_dialog_material 0x7f0b0009 +int layout abc_alert_dialog_title_material 0x7f0b000a +int layout abc_cascading_menu_item_layout 0x7f0b000b +int layout abc_dialog_title_material 0x7f0b000c +int layout abc_expanded_menu_layout 0x7f0b000d +int layout abc_list_menu_item_checkbox 0x7f0b000e +int layout abc_list_menu_item_icon 0x7f0b000f +int layout abc_list_menu_item_layout 0x7f0b0010 +int layout abc_list_menu_item_radio 0x7f0b0011 +int layout abc_popup_menu_header_item_layout 0x7f0b0012 +int layout abc_popup_menu_item_layout 0x7f0b0013 +int layout abc_screen_content_include 0x7f0b0014 +int layout abc_screen_simple 0x7f0b0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0b0016 +int layout abc_screen_toolbar 0x7f0b0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0b0018 +int layout abc_search_view 0x7f0b0019 +int layout abc_select_dialog_material 0x7f0b001a +int layout abc_tooltip 0x7f0b001b +int layout custom_dialog 0x7f0b001c +int layout design_bottom_navigation_item 0x7f0b001d +int layout design_bottom_sheet_dialog 0x7f0b001e +int layout design_layout_snackbar 0x7f0b001f +int layout design_layout_snackbar_include 0x7f0b0020 +int layout design_layout_tab_icon 0x7f0b0021 +int layout design_layout_tab_text 0x7f0b0022 +int layout design_menu_item_action_area 0x7f0b0023 +int layout design_navigation_item 0x7f0b0024 +int layout design_navigation_item_header 0x7f0b0025 +int layout design_navigation_item_separator 0x7f0b0026 +int layout design_navigation_item_subheader 0x7f0b0027 +int layout design_navigation_menu 0x7f0b0028 +int layout design_navigation_menu_item 0x7f0b0029 +int layout design_text_input_end_icon 0x7f0b002a +int layout design_text_input_start_icon 0x7f0b002b +int layout ime_base_split_test_activity 0x7f0b002c +int layout ime_secondary_split_test_activity 0x7f0b002d +int layout layout_dream 0x7f0b002e +int layout m3_alert_dialog 0x7f0b002f +int layout m3_alert_dialog_actions 0x7f0b0030 +int layout m3_alert_dialog_title 0x7f0b0031 +int layout m3_auto_complete_simple_item 0x7f0b0032 +int layout m3_side_sheet_dialog 0x7f0b0033 +int layout material_chip_input_combo 0x7f0b0034 +int layout material_clock_display 0x7f0b0035 +int layout material_clock_display_divider 0x7f0b0036 +int layout material_clock_period_toggle 0x7f0b0037 +int layout material_clock_period_toggle_land 0x7f0b0038 +int layout material_clockface_textview 0x7f0b0039 +int layout material_clockface_view 0x7f0b003a +int layout material_radial_view_group 0x7f0b003b +int layout material_textinput_timepicker 0x7f0b003c +int layout material_time_chip 0x7f0b003d +int layout material_time_input 0x7f0b003e +int layout material_timepicker 0x7f0b003f +int layout material_timepicker_dialog 0x7f0b0040 +int layout material_timepicker_textinput_display 0x7f0b0041 +int layout mtrl_alert_dialog 0x7f0b0042 +int layout mtrl_alert_dialog_actions 0x7f0b0043 +int layout mtrl_alert_dialog_title 0x7f0b0044 +int layout mtrl_alert_select_dialog_item 0x7f0b0045 +int layout mtrl_alert_select_dialog_multichoice 0x7f0b0046 +int layout mtrl_alert_select_dialog_singlechoice 0x7f0b0047 +int layout mtrl_auto_complete_simple_item 0x7f0b0048 +int layout mtrl_calendar_day 0x7f0b0049 +int layout mtrl_calendar_day_of_week 0x7f0b004a +int layout mtrl_calendar_days_of_week 0x7f0b004b +int layout mtrl_calendar_horizontal 0x7f0b004c +int layout mtrl_calendar_month 0x7f0b004d +int layout mtrl_calendar_month_labeled 0x7f0b004e +int layout mtrl_calendar_month_navigation 0x7f0b004f +int layout mtrl_calendar_months 0x7f0b0050 +int layout mtrl_calendar_vertical 0x7f0b0051 +int layout mtrl_calendar_year 0x7f0b0052 +int layout mtrl_layout_snackbar 0x7f0b0053 +int layout mtrl_layout_snackbar_include 0x7f0b0054 +int layout mtrl_navigation_rail_item 0x7f0b0055 +int layout mtrl_picker_actions 0x7f0b0056 +int layout mtrl_picker_dialog 0x7f0b0057 +int layout mtrl_picker_fullscreen 0x7f0b0058 +int layout mtrl_picker_header_dialog 0x7f0b0059 +int layout mtrl_picker_header_fullscreen 0x7f0b005a +int layout mtrl_picker_header_selection_text 0x7f0b005b +int layout mtrl_picker_header_title_text 0x7f0b005c +int layout mtrl_picker_header_toggle 0x7f0b005d +int layout mtrl_picker_text_input_date 0x7f0b005e +int layout mtrl_picker_text_input_date_range 0x7f0b005f +int layout mtrl_search_bar 0x7f0b0060 +int layout mtrl_search_view 0x7f0b0061 +int layout notification_action 0x7f0b0062 +int layout notification_action_tombstone 0x7f0b0063 +int layout notification_template_custom_big 0x7f0b0064 +int layout notification_template_icon_group 0x7f0b0065 +int layout notification_template_part_chronometer 0x7f0b0066 +int layout notification_template_part_time 0x7f0b0067 +int layout select_dialog_item_material 0x7f0b0068 +int layout select_dialog_multichoice_material 0x7f0b0069 +int layout select_dialog_singlechoice_material 0x7f0b006a +int layout support_simple_spinner_dropdown_item 0x7f0b006b +int plurals mtrl_badge_content_description 0x7f0d0000 +int string abc_action_bar_home_description 0x7f0e0000 +int string abc_action_bar_up_description 0x7f0e0001 +int string abc_action_menu_overflow_description 0x7f0e0002 +int string abc_action_mode_done 0x7f0e0003 +int string abc_activity_chooser_view_see_all 0x7f0e0004 +int string abc_activitychooserview_choose_application 0x7f0e0005 +int string abc_capital_off 0x7f0e0006 +int string abc_capital_on 0x7f0e0007 +int string abc_menu_alt_shortcut_label 0x7f0e0008 +int string abc_menu_ctrl_shortcut_label 0x7f0e0009 +int string abc_menu_delete_shortcut_label 0x7f0e000a +int string abc_menu_enter_shortcut_label 0x7f0e000b +int string abc_menu_function_shortcut_label 0x7f0e000c +int string abc_menu_meta_shortcut_label 0x7f0e000d +int string abc_menu_shift_shortcut_label 0x7f0e000e +int string abc_menu_space_shortcut_label 0x7f0e000f +int string abc_menu_sym_shortcut_label 0x7f0e0010 +int string abc_prepend_shortcut_label 0x7f0e0011 +int string abc_search_hint 0x7f0e0012 +int string abc_searchview_description_clear 0x7f0e0013 +int string abc_searchview_description_query 0x7f0e0014 +int string abc_searchview_description_search 0x7f0e0015 +int string abc_searchview_description_submit 0x7f0e0016 +int string abc_searchview_description_voice 0x7f0e0017 +int string abc_shareactionprovider_share_with 0x7f0e0018 +int string abc_shareactionprovider_share_with_application 0x7f0e0019 +int string abc_toolbar_collapse_description 0x7f0e001a +int string androidx_startup 0x7f0e001b +int string app_name 0x7f0e001c +int string appbar_scrolling_view_behavior 0x7f0e001d +int string bottom_sheet_behavior 0x7f0e001e +int string bottomsheet_action_collapse 0x7f0e001f +int string bottomsheet_action_expand 0x7f0e0020 +int string bottomsheet_action_expand_halfway 0x7f0e0021 +int string bottomsheet_drag_handle_clicked 0x7f0e0022 +int string bottomsheet_drag_handle_content_description 0x7f0e0023 +int string call_notification_answer_action 0x7f0e0024 +int string call_notification_answer_video_action 0x7f0e0025 +int string call_notification_decline_action 0x7f0e0026 +int string call_notification_hang_up_action 0x7f0e0027 +int string call_notification_incoming_text 0x7f0e0028 +int string call_notification_ongoing_text 0x7f0e0029 +int string call_notification_screening_text 0x7f0e002a +int string character_counter_content_description 0x7f0e002b +int string character_counter_overflowed_content_description 0x7f0e002c +int string character_counter_pattern 0x7f0e002d +int string clear_text_end_icon_content_description 0x7f0e002e +int string error_a11y_label 0x7f0e002f +int string error_icon_content_description 0x7f0e0030 +int string exposed_dropdown_menu_content_description 0x7f0e0031 +int string fab_transformation_scrim_behavior 0x7f0e0032 +int string fab_transformation_sheet_behavior 0x7f0e0033 +int string hide_bottom_view_on_scroll_behavior 0x7f0e0034 +int string icon_content_description 0x7f0e0035 +int string item_view_role_description 0x7f0e0036 +int string m3_exceed_max_badge_text_suffix 0x7f0e0037 +int string m3_ref_typeface_brand_medium 0x7f0e0038 +int string m3_ref_typeface_brand_regular 0x7f0e0039 +int string m3_ref_typeface_plain_medium 0x7f0e003a +int string m3_ref_typeface_plain_regular 0x7f0e003b +int string m3_sys_motion_easing_emphasized 0x7f0e003c +int string m3_sys_motion_easing_emphasized_accelerate 0x7f0e003d +int string m3_sys_motion_easing_emphasized_decelerate 0x7f0e003e +int string m3_sys_motion_easing_emphasized_path_data 0x7f0e003f +int string m3_sys_motion_easing_legacy 0x7f0e0040 +int string m3_sys_motion_easing_legacy_accelerate 0x7f0e0041 +int string m3_sys_motion_easing_legacy_decelerate 0x7f0e0042 +int string m3_sys_motion_easing_linear 0x7f0e0043 +int string m3_sys_motion_easing_standard 0x7f0e0044 +int string m3_sys_motion_easing_standard_accelerate 0x7f0e0045 +int string m3_sys_motion_easing_standard_decelerate 0x7f0e0046 +int string material_clock_display_divider 0x7f0e0047 +int string material_clock_toggle_content_description 0x7f0e0048 +int string material_hour_24h_suffix 0x7f0e0049 +int string material_hour_selection 0x7f0e004a +int string material_hour_suffix 0x7f0e004b +int string material_minute_selection 0x7f0e004c +int string material_minute_suffix 0x7f0e004d +int string material_motion_easing_accelerated 0x7f0e004e +int string material_motion_easing_decelerated 0x7f0e004f +int string material_motion_easing_emphasized 0x7f0e0050 +int string material_motion_easing_linear 0x7f0e0051 +int string material_motion_easing_standard 0x7f0e0052 +int string material_slider_range_end 0x7f0e0053 +int string material_slider_range_start 0x7f0e0054 +int string material_slider_value 0x7f0e0055 +int string material_timepicker_am 0x7f0e0056 +int string material_timepicker_clock_mode_description 0x7f0e0057 +int string material_timepicker_hour 0x7f0e0058 +int string material_timepicker_minute 0x7f0e0059 +int string material_timepicker_pm 0x7f0e005a +int string material_timepicker_select_time 0x7f0e005b +int string material_timepicker_text_input_mode_description 0x7f0e005c +int string mtrl_badge_numberless_content_description 0x7f0e005d +int string mtrl_checkbox_button_icon_path_checked 0x7f0e005e +int string mtrl_checkbox_button_icon_path_group_name 0x7f0e005f +int string mtrl_checkbox_button_icon_path_indeterminate 0x7f0e0060 +int string mtrl_checkbox_button_icon_path_name 0x7f0e0061 +int string mtrl_checkbox_button_path_checked 0x7f0e0062 +int string mtrl_checkbox_button_path_group_name 0x7f0e0063 +int string mtrl_checkbox_button_path_name 0x7f0e0064 +int string mtrl_checkbox_button_path_unchecked 0x7f0e0065 +int string mtrl_checkbox_state_description_checked 0x7f0e0066 +int string mtrl_checkbox_state_description_indeterminate 0x7f0e0067 +int string mtrl_checkbox_state_description_unchecked 0x7f0e0068 +int string mtrl_chip_close_icon_content_description 0x7f0e0069 +int string mtrl_exceed_max_badge_number_content_description 0x7f0e006a +int string mtrl_exceed_max_badge_number_suffix 0x7f0e006b +int string mtrl_picker_a11y_next_month 0x7f0e006c +int string mtrl_picker_a11y_prev_month 0x7f0e006d +int string mtrl_picker_announce_current_range_selection 0x7f0e006e +int string mtrl_picker_announce_current_selection 0x7f0e006f +int string mtrl_picker_announce_current_selection_none 0x7f0e0070 +int string mtrl_picker_cancel 0x7f0e0071 +int string mtrl_picker_confirm 0x7f0e0072 +int string mtrl_picker_date_header_selected 0x7f0e0073 +int string mtrl_picker_date_header_title 0x7f0e0074 +int string mtrl_picker_date_header_unselected 0x7f0e0075 +int string mtrl_picker_day_of_week_column_header 0x7f0e0076 +int string mtrl_picker_end_date_description 0x7f0e0077 +int string mtrl_picker_invalid_format 0x7f0e0078 +int string mtrl_picker_invalid_format_example 0x7f0e0079 +int string mtrl_picker_invalid_format_use 0x7f0e007a +int string mtrl_picker_invalid_range 0x7f0e007b +int string mtrl_picker_navigate_to_current_year_description 0x7f0e007c +int string mtrl_picker_navigate_to_year_description 0x7f0e007d +int string mtrl_picker_out_of_range 0x7f0e007e +int string mtrl_picker_range_header_only_end_selected 0x7f0e007f +int string mtrl_picker_range_header_only_start_selected 0x7f0e0080 +int string mtrl_picker_range_header_selected 0x7f0e0081 +int string mtrl_picker_range_header_title 0x7f0e0082 +int string mtrl_picker_range_header_unselected 0x7f0e0083 +int string mtrl_picker_save 0x7f0e0084 +int string mtrl_picker_start_date_description 0x7f0e0085 +int string mtrl_picker_text_input_date_hint 0x7f0e0086 +int string mtrl_picker_text_input_date_range_end_hint 0x7f0e0087 +int string mtrl_picker_text_input_date_range_start_hint 0x7f0e0088 +int string mtrl_picker_text_input_day_abbr 0x7f0e0089 +int string mtrl_picker_text_input_month_abbr 0x7f0e008a +int string mtrl_picker_text_input_year_abbr 0x7f0e008b +int string mtrl_picker_today_description 0x7f0e008c +int string mtrl_picker_toggle_to_calendar_input_mode 0x7f0e008d +int string mtrl_picker_toggle_to_day_selection 0x7f0e008e +int string mtrl_picker_toggle_to_text_input_mode 0x7f0e008f +int string mtrl_picker_toggle_to_year_selection 0x7f0e0090 +int string mtrl_switch_thumb_group_name 0x7f0e0091 +int string mtrl_switch_thumb_path_checked 0x7f0e0092 +int string mtrl_switch_thumb_path_morphing 0x7f0e0093 +int string mtrl_switch_thumb_path_name 0x7f0e0094 +int string mtrl_switch_thumb_path_pressed 0x7f0e0095 +int string mtrl_switch_thumb_path_unchecked 0x7f0e0096 +int string mtrl_switch_track_decoration_path 0x7f0e0097 +int string mtrl_switch_track_path 0x7f0e0098 +int string mtrl_timepicker_cancel 0x7f0e0099 +int string mtrl_timepicker_confirm 0x7f0e009a +int string password_toggle_content_description 0x7f0e009b +int string path_password_eye 0x7f0e009c +int string path_password_eye_mask_strike_through 0x7f0e009d +int string path_password_eye_mask_visible 0x7f0e009e +int string path_password_strike_through 0x7f0e009f +int string search_menu_title 0x7f0e00a0 +int string searchbar_scrolling_view_behavior 0x7f0e00a1 +int string searchview_clear_text_content_description 0x7f0e00a2 +int string searchview_navigation_content_description 0x7f0e00a3 +int string side_sheet_accessibility_pane_title 0x7f0e00a4 +int string side_sheet_behavior 0x7f0e00a5 +int string status_bar_notification_info_overflow 0x7f0e00a6 +int string weather_loading 0x7f0e00a7 +int style AlertDialog_AppCompat 0x7f0f0000 +int style AlertDialog_AppCompat_Light 0x7f0f0001 +int style Animation_AppCompat_Dialog 0x7f0f0002 +int style Animation_AppCompat_DropDownUp 0x7f0f0003 +int style Animation_AppCompat_Tooltip 0x7f0f0004 +int style Animation_Design_BottomSheetDialog 0x7f0f0005 +int style Animation_Material3_BottomSheetDialog 0x7f0f0006 +int style Animation_Material3_SideSheetDialog 0x7f0f0007 +int style Animation_Material3_SideSheetDialog_Left 0x7f0f0008 +int style Animation_Material3_SideSheetDialog_Right 0x7f0f0009 +int style Animation_MaterialComponents_BottomSheetDialog 0x7f0f000a +int style Base_AlertDialog_AppCompat 0x7f0f000b +int style Base_AlertDialog_AppCompat_Light 0x7f0f000c +int style Base_Animation_AppCompat_Dialog 0x7f0f000d +int style Base_Animation_AppCompat_DropDownUp 0x7f0f000e +int style Base_Animation_AppCompat_Tooltip 0x7f0f000f +int style Base_CardView 0x7f0f0010 +int style Base_DialogWindowTitle_AppCompat 0x7f0f0011 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0f0012 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f0f0013 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f0f0014 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f0f0015 +int style Base_TextAppearance_AppCompat 0x7f0f0016 +int style Base_TextAppearance_AppCompat_Body1 0x7f0f0017 +int style Base_TextAppearance_AppCompat_Body2 0x7f0f0018 +int style Base_TextAppearance_AppCompat_Button 0x7f0f0019 +int style Base_TextAppearance_AppCompat_Caption 0x7f0f001a +int style Base_TextAppearance_AppCompat_Display1 0x7f0f001b +int style Base_TextAppearance_AppCompat_Display2 0x7f0f001c +int style Base_TextAppearance_AppCompat_Display3 0x7f0f001d +int style Base_TextAppearance_AppCompat_Display4 0x7f0f001e +int style Base_TextAppearance_AppCompat_Headline 0x7f0f001f +int style Base_TextAppearance_AppCompat_Inverse 0x7f0f0020 +int style Base_TextAppearance_AppCompat_Large 0x7f0f0021 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0f0022 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0f0023 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0f0024 +int style Base_TextAppearance_AppCompat_Medium 0x7f0f0025 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0f0026 +int style Base_TextAppearance_AppCompat_Menu 0x7f0f0027 +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0f0028 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0f0029 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0f002a +int style Base_TextAppearance_AppCompat_Small 0x7f0f002b +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0f002c +int style Base_TextAppearance_AppCompat_Subhead 0x7f0f002d +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0f002e +int style Base_TextAppearance_AppCompat_Title 0x7f0f002f +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0f0030 +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0f0031 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0f0032 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0f0033 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0f0034 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0f0035 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0f0036 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0f0037 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0f0038 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0f0039 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0f003a +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0f003b +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0f003c +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0f003d +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0f003e +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0f003f +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0f0040 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0f0041 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0f0042 +int style Base_TextAppearance_Material3_Search 0x7f0f0043 +int style Base_TextAppearance_MaterialComponents_Badge 0x7f0f0044 +int style Base_TextAppearance_MaterialComponents_Button 0x7f0f0045 +int style Base_TextAppearance_MaterialComponents_Headline6 0x7f0f0046 +int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f0f0047 +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0f0048 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0f0049 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0f004a +int style Base_Theme_AppCompat 0x7f0f004b +int style Base_Theme_AppCompat_CompactMenu 0x7f0f004c +int style Base_Theme_AppCompat_Dialog 0x7f0f004d +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0f004e +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0f004f +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0f0050 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0f0051 +int style Base_Theme_AppCompat_Light 0x7f0f0052 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0f0053 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0f0054 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0f0055 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0f0056 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0f0057 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0f0058 +int style Base_Theme_Material3_Dark 0x7f0f0059 +int style Base_Theme_Material3_Dark_BottomSheetDialog 0x7f0f005a +int style Base_Theme_Material3_Dark_Dialog 0x7f0f005b +int style Base_Theme_Material3_Dark_Dialog_FixedSize 0x7f0f005c +int style Base_Theme_Material3_Dark_DialogWhenLarge 0x7f0f005d +int style Base_Theme_Material3_Dark_SideSheetDialog 0x7f0f005e +int style Base_Theme_Material3_Light 0x7f0f005f +int style Base_Theme_Material3_Light_BottomSheetDialog 0x7f0f0060 +int style Base_Theme_Material3_Light_Dialog 0x7f0f0061 +int style Base_Theme_Material3_Light_Dialog_FixedSize 0x7f0f0062 +int style Base_Theme_Material3_Light_DialogWhenLarge 0x7f0f0063 +int style Base_Theme_Material3_Light_SideSheetDialog 0x7f0f0064 +int style Base_Theme_MaterialComponents 0x7f0f0065 +int style Base_Theme_MaterialComponents_Bridge 0x7f0f0066 +int style Base_Theme_MaterialComponents_CompactMenu 0x7f0f0067 +int style Base_Theme_MaterialComponents_Dialog 0x7f0f0068 +int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f0f0069 +int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f0f006a +int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f0f006b +int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f0f006c +int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f0f006d +int style Base_Theme_MaterialComponents_Light 0x7f0f006e +int style Base_Theme_MaterialComponents_Light_Bridge 0x7f0f006f +int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f0f0070 +int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0f0071 +int style Base_Theme_MaterialComponents_Light_Dialog 0x7f0f0072 +int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f0f0073 +int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f0f0074 +int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f0f0075 +int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f0f0076 +int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f0f0077 +int style Base_ThemeOverlay_AppCompat 0x7f0f0078 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0f0079 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0f007a +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0f007b +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0f007c +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0f007d +int style Base_ThemeOverlay_AppCompat_Light 0x7f0f007e +int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x7f0f007f +int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x7f0f0080 +int style Base_ThemeOverlay_Material3_Dialog 0x7f0f0081 +int style Base_ThemeOverlay_Material3_SideSheetDialog 0x7f0f0082 +int style Base_ThemeOverlay_Material3_TextInputEditText 0x7f0f0083 +int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f0f0084 +int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0f0085 +int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f0f0086 +int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f0f0087 +int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f0f0088 +int style Base_V14_Theme_Material3_Dark 0x7f0f0089 +int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x7f0f008a +int style Base_V14_Theme_Material3_Dark_Dialog 0x7f0f008b +int style Base_V14_Theme_Material3_Dark_SideSheetDialog 0x7f0f008c +int style Base_V14_Theme_Material3_Light 0x7f0f008d +int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x7f0f008e +int style Base_V14_Theme_Material3_Light_Dialog 0x7f0f008f +int style Base_V14_Theme_Material3_Light_SideSheetDialog 0x7f0f0090 +int style Base_V14_Theme_MaterialComponents 0x7f0f0091 +int style Base_V14_Theme_MaterialComponents_Bridge 0x7f0f0092 +int style Base_V14_Theme_MaterialComponents_Dialog 0x7f0f0093 +int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f0f0094 +int style Base_V14_Theme_MaterialComponents_Light 0x7f0f0095 +int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f0f0096 +int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0f0097 +int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f0f0098 +int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f0f0099 +int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x7f0f009a +int style Base_V14_ThemeOverlay_Material3_SideSheetDialog 0x7f0f009b +int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f0f009c +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f0f009d +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0f009e +int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f0f009f +int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x7f0f00a0 +int style Base_V21_Theme_AppCompat 0x7f0f00a1 +int style Base_V21_Theme_AppCompat_Dialog 0x7f0f00a2 +int style Base_V21_Theme_AppCompat_Light 0x7f0f00a3 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0f00a4 +int style Base_V21_Theme_MaterialComponents 0x7f0f00a5 +int style Base_V21_Theme_MaterialComponents_Dialog 0x7f0f00a6 +int style Base_V21_Theme_MaterialComponents_Light 0x7f0f00a7 +int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x7f0f00a8 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0f00a9 +int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x7f0f00aa +int style Base_V21_ThemeOverlay_Material3_SideSheetDialog 0x7f0f00ab +int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f0f00ac +int style Base_V22_Theme_AppCompat 0x7f0f00ad +int style Base_V22_Theme_AppCompat_Light 0x7f0f00ae +int style Base_V23_Theme_AppCompat 0x7f0f00af +int style Base_V23_Theme_AppCompat_Light 0x7f0f00b0 +int style Base_V24_Theme_Material3_Dark 0x7f0f00b1 +int style Base_V24_Theme_Material3_Dark_Dialog 0x7f0f00b2 +int style Base_V24_Theme_Material3_Light 0x7f0f00b3 +int style Base_V24_Theme_Material3_Light_Dialog 0x7f0f00b4 +int style Base_V26_Theme_AppCompat 0x7f0f00b5 +int style Base_V26_Theme_AppCompat_Light 0x7f0f00b6 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0f00b7 +int style Base_V28_Theme_AppCompat 0x7f0f00b8 +int style Base_V28_Theme_AppCompat_Light 0x7f0f00b9 +int style Base_V7_Theme_AppCompat 0x7f0f00ba +int style Base_V7_Theme_AppCompat_Dialog 0x7f0f00bb +int style Base_V7_Theme_AppCompat_Light 0x7f0f00bc +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0f00bd +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0f00be +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0f00bf +int style Base_V7_Widget_AppCompat_EditText 0x7f0f00c0 +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0f00c1 +int style Base_Widget_AppCompat_ActionBar 0x7f0f00c2 +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0f00c3 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0f00c4 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0f00c5 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0f00c6 +int style Base_Widget_AppCompat_ActionButton 0x7f0f00c7 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0f00c8 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0f00c9 +int style Base_Widget_AppCompat_ActionMode 0x7f0f00ca +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0f00cb +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0f00cc +int style Base_Widget_AppCompat_Button 0x7f0f00cd +int style Base_Widget_AppCompat_Button_Borderless 0x7f0f00ce +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0f00cf +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0f00d0 +int style Base_Widget_AppCompat_Button_Colored 0x7f0f00d1 +int style Base_Widget_AppCompat_Button_Small 0x7f0f00d2 +int style Base_Widget_AppCompat_ButtonBar 0x7f0f00d3 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0f00d4 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0f00d5 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0f00d6 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0f00d7 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0f00d8 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0f00d9 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0f00da +int style Base_Widget_AppCompat_EditText 0x7f0f00db +int style Base_Widget_AppCompat_ImageButton 0x7f0f00dc +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0f00dd +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0f00de +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0f00df +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0f00e0 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0f00e1 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0f00e2 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0f00e3 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0f00e4 +int style Base_Widget_AppCompat_ListMenuView 0x7f0f00e5 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0f00e6 +int style Base_Widget_AppCompat_ListView 0x7f0f00e7 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0f00e8 +int style Base_Widget_AppCompat_ListView_Menu 0x7f0f00e9 +int style Base_Widget_AppCompat_PopupMenu 0x7f0f00ea +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0f00eb +int style Base_Widget_AppCompat_PopupWindow 0x7f0f00ec +int style Base_Widget_AppCompat_ProgressBar 0x7f0f00ed +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0f00ee +int style Base_Widget_AppCompat_RatingBar 0x7f0f00ef +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0f00f0 +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0f00f1 +int style Base_Widget_AppCompat_SearchView 0x7f0f00f2 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0f00f3 +int style Base_Widget_AppCompat_SeekBar 0x7f0f00f4 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0f00f5 +int style Base_Widget_AppCompat_Spinner 0x7f0f00f6 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0f00f7 +int style Base_Widget_AppCompat_TextView 0x7f0f00f8 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0f00f9 +int style Base_Widget_AppCompat_Toolbar 0x7f0f00fa +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0f00fb +int style Base_Widget_Design_TabLayout 0x7f0f00fc +int style Base_Widget_Material3_ActionBar_Solid 0x7f0f00fd +int style Base_Widget_Material3_ActionMode 0x7f0f00fe +int style Base_Widget_Material3_BottomNavigationView 0x7f0f00ff +int style Base_Widget_Material3_CardView 0x7f0f0100 +int style Base_Widget_Material3_Chip 0x7f0f0101 +int style Base_Widget_Material3_CollapsingToolbar 0x7f0f0102 +int style Base_Widget_Material3_CompoundButton_CheckBox 0x7f0f0103 +int style Base_Widget_Material3_CompoundButton_RadioButton 0x7f0f0104 +int style Base_Widget_Material3_CompoundButton_Switch 0x7f0f0105 +int style Base_Widget_Material3_ExtendedFloatingActionButton 0x7f0f0106 +int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x7f0f0107 +int style Base_Widget_Material3_FloatingActionButton 0x7f0f0108 +int style Base_Widget_Material3_FloatingActionButton_Large 0x7f0f0109 +int style Base_Widget_Material3_FloatingActionButton_Small 0x7f0f010a +int style Base_Widget_Material3_Light_ActionBar_Solid 0x7f0f010b +int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x7f0f010c +int style Base_Widget_Material3_Snackbar 0x7f0f010d +int style Base_Widget_Material3_TabLayout 0x7f0f010e +int style Base_Widget_Material3_TabLayout_OnSurface 0x7f0f010f +int style Base_Widget_Material3_TabLayout_Secondary 0x7f0f0110 +int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f0f0111 +int style Base_Widget_MaterialComponents_CheckedTextView 0x7f0f0112 +int style Base_Widget_MaterialComponents_Chip 0x7f0f0113 +int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f0f0114 +int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x7f0f0115 +int style Base_Widget_MaterialComponents_PopupMenu 0x7f0f0116 +int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f0f0117 +int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f0f0118 +int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f0f0119 +int style Base_Widget_MaterialComponents_Slider 0x7f0f011a +int style Base_Widget_MaterialComponents_Snackbar 0x7f0f011b +int style Base_Widget_MaterialComponents_TextInputEditText 0x7f0f011c +int style Base_Widget_MaterialComponents_TextInputLayout 0x7f0f011d +int style Base_Widget_MaterialComponents_TextView 0x7f0f011e +int style CardView 0x7f0f011f +int style CardView_Dark 0x7f0f0120 +int style CardView_Light 0x7f0f0121 +int style MaterialAlertDialog_Material3 0x7f0f0122 +int style MaterialAlertDialog_Material3_Animation 0x7f0f0123 +int style MaterialAlertDialog_Material3_Body_Text 0x7f0f0124 +int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x7f0f0125 +int style MaterialAlertDialog_Material3_Title_Icon 0x7f0f0126 +int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x7f0f0127 +int style MaterialAlertDialog_Material3_Title_Panel 0x7f0f0128 +int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x7f0f0129 +int style MaterialAlertDialog_Material3_Title_Text 0x7f0f012a +int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x7f0f012b +int style MaterialAlertDialog_MaterialComponents 0x7f0f012c +int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f0f012d +int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f0f012e +int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f0f012f +int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f0f0130 +int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f0f0131 +int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f0f0132 +int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f0f0133 +int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f0f0134 +int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f0f0135 +int style Platform_AppCompat 0x7f0f0136 +int style Platform_AppCompat_Light 0x7f0f0137 +int style Platform_MaterialComponents 0x7f0f0138 +int style Platform_MaterialComponents_Dialog 0x7f0f0139 +int style Platform_MaterialComponents_Light 0x7f0f013a +int style Platform_MaterialComponents_Light_Dialog 0x7f0f013b +int style Platform_ThemeOverlay_AppCompat 0x7f0f013c +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0f013d +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0f013e +int style Platform_V21_AppCompat 0x7f0f013f +int style Platform_V21_AppCompat_Light 0x7f0f0140 +int style Platform_V25_AppCompat 0x7f0f0141 +int style Platform_V25_AppCompat_Light 0x7f0f0142 +int style Platform_Widget_AppCompat_Spinner 0x7f0f0143 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0f0144 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0f0145 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0f0146 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0f0147 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0f0148 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f0f0149 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f0f014a +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0f014b +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f0f014c +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0f014d +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0f014e +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0f014f +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0f0150 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0f0151 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0f0152 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0f0153 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0f0154 +int style ShapeAppearance_M3_Comp_Badge_Large_Shape 0x7f0f0155 +int style ShapeAppearance_M3_Comp_Badge_Shape 0x7f0f0156 +int style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape 0x7f0f0157 +int style ShapeAppearance_M3_Comp_DatePicker_Modal_Date_Container_Shape 0x7f0f0158 +int style ShapeAppearance_M3_Comp_FilledButton_Container_Shape 0x7f0f0159 +int style ShapeAppearance_M3_Comp_NavigationBar_ActiveIndicator_Shape 0x7f0f015a +int style ShapeAppearance_M3_Comp_NavigationBar_Container_Shape 0x7f0f015b +int style ShapeAppearance_M3_Comp_NavigationDrawer_ActiveIndicator_Shape 0x7f0f015c +int style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape 0x7f0f015d +int style ShapeAppearance_M3_Comp_NavigationRail_Container_Shape 0x7f0f015e +int style ShapeAppearance_M3_Comp_SearchBar_Avatar_Shape 0x7f0f015f +int style ShapeAppearance_M3_Comp_SearchBar_Container_Shape 0x7f0f0160 +int style ShapeAppearance_M3_Comp_SearchView_FullScreen_Container_Shape 0x7f0f0161 +int style ShapeAppearance_M3_Comp_Sheet_Side_Docked_Container_Shape 0x7f0f0162 +int style ShapeAppearance_M3_Comp_Switch_Handle_Shape 0x7f0f0163 +int style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape 0x7f0f0164 +int style ShapeAppearance_M3_Comp_Switch_Track_Shape 0x7f0f0165 +int style ShapeAppearance_M3_Comp_TextButton_Container_Shape 0x7f0f0166 +int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x7f0f0167 +int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x7f0f0168 +int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x7f0f0169 +int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x7f0f016a +int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x7f0f016b +int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x7f0f016c +int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x7f0f016d +int style ShapeAppearance_Material3_Corner_ExtraLarge 0x7f0f016e +int style ShapeAppearance_Material3_Corner_ExtraSmall 0x7f0f016f +int style ShapeAppearance_Material3_Corner_Full 0x7f0f0170 +int style ShapeAppearance_Material3_Corner_Large 0x7f0f0171 +int style ShapeAppearance_Material3_Corner_Medium 0x7f0f0172 +int style ShapeAppearance_Material3_Corner_None 0x7f0f0173 +int style ShapeAppearance_Material3_Corner_Small 0x7f0f0174 +int style ShapeAppearance_Material3_LargeComponent 0x7f0f0175 +int style ShapeAppearance_Material3_MediumComponent 0x7f0f0176 +int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x7f0f0177 +int style ShapeAppearance_Material3_SmallComponent 0x7f0f0178 +int style ShapeAppearance_Material3_Tooltip 0x7f0f0179 +int style ShapeAppearance_MaterialComponents 0x7f0f017a +int style ShapeAppearance_MaterialComponents_Badge 0x7f0f017b +int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f0f017c +int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f0f017d +int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f0f017e +int style ShapeAppearance_MaterialComponents_Tooltip 0x7f0f017f +int style ShapeAppearanceOverlay_Material3_Button 0x7f0f0180 +int style ShapeAppearanceOverlay_Material3_Chip 0x7f0f0181 +int style ShapeAppearanceOverlay_Material3_Corner_Bottom 0x7f0f0182 +int style ShapeAppearanceOverlay_Material3_Corner_Left 0x7f0f0183 +int style ShapeAppearanceOverlay_Material3_Corner_Right 0x7f0f0184 +int style ShapeAppearanceOverlay_Material3_Corner_Top 0x7f0f0185 +int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x7f0f0186 +int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x7f0f0187 +int style ShapeAppearanceOverlay_Material3_SearchBar 0x7f0f0188 +int style ShapeAppearanceOverlay_Material3_SearchView 0x7f0f0189 +int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x7f0f018a +int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f0f018b +int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f0f018c +int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f0f018d +int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f0f018e +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f0f018f +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f0f0190 +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f0f0191 +int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f0f0192 +int style TextAppearance_AppCompat 0x7f0f0193 +int style TextAppearance_AppCompat_Body1 0x7f0f0194 +int style TextAppearance_AppCompat_Body2 0x7f0f0195 +int style TextAppearance_AppCompat_Button 0x7f0f0196 +int style TextAppearance_AppCompat_Caption 0x7f0f0197 +int style TextAppearance_AppCompat_Display1 0x7f0f0198 +int style TextAppearance_AppCompat_Display2 0x7f0f0199 +int style TextAppearance_AppCompat_Display3 0x7f0f019a +int style TextAppearance_AppCompat_Display4 0x7f0f019b +int style TextAppearance_AppCompat_Headline 0x7f0f019c +int style TextAppearance_AppCompat_Inverse 0x7f0f019d +int style TextAppearance_AppCompat_Large 0x7f0f019e +int style TextAppearance_AppCompat_Large_Inverse 0x7f0f019f +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0f01a0 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0f01a1 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0f01a2 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0f01a3 +int style TextAppearance_AppCompat_Medium 0x7f0f01a4 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0f01a5 +int style TextAppearance_AppCompat_Menu 0x7f0f01a6 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0f01a7 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0f01a8 +int style TextAppearance_AppCompat_Small 0x7f0f01a9 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0f01aa +int style TextAppearance_AppCompat_Subhead 0x7f0f01ab +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0f01ac +int style TextAppearance_AppCompat_Title 0x7f0f01ad +int style TextAppearance_AppCompat_Title_Inverse 0x7f0f01ae +int style TextAppearance_AppCompat_Tooltip 0x7f0f01af +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0f01b0 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0f01b1 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0f01b2 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0f01b3 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0f01b4 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0f01b5 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0f01b6 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0f01b7 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0f01b8 +int style TextAppearance_AppCompat_Widget_Button 0x7f0f01b9 +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0f01ba +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0f01bb +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0f01bc +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0f01bd +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0f01be +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0f01bf +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0f01c0 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0f01c1 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0f01c2 +int style TextAppearance_Compat_Notification 0x7f0f01c3 +int style TextAppearance_Compat_Notification_Info 0x7f0f01c4 +int style TextAppearance_Compat_Notification_Line2 0x7f0f01c5 +int style TextAppearance_Compat_Notification_Time 0x7f0f01c6 +int style TextAppearance_Compat_Notification_Title 0x7f0f01c7 +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0f01c8 +int style TextAppearance_Design_Counter 0x7f0f01c9 +int style TextAppearance_Design_Counter_Overflow 0x7f0f01ca +int style TextAppearance_Design_Error 0x7f0f01cb +int style TextAppearance_Design_HelperText 0x7f0f01cc +int style TextAppearance_Design_Hint 0x7f0f01cd +int style TextAppearance_Design_Placeholder 0x7f0f01ce +int style TextAppearance_Design_Prefix 0x7f0f01cf +int style TextAppearance_Design_Snackbar_Message 0x7f0f01d0 +int style TextAppearance_Design_Suffix 0x7f0f01d1 +int style TextAppearance_Design_Tab 0x7f0f01d2 +int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x7f0f01d3 +int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x7f0f01d4 +int style TextAppearance_M3_Sys_Typescale_BodySmall 0x7f0f01d5 +int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x7f0f01d6 +int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x7f0f01d7 +int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x7f0f01d8 +int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x7f0f01d9 +int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x7f0f01da +int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x7f0f01db +int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x7f0f01dc +int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x7f0f01dd +int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x7f0f01de +int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x7f0f01df +int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x7f0f01e0 +int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x7f0f01e1 +int style TextAppearance_Material3_ActionBar_Subtitle 0x7f0f01e2 +int style TextAppearance_Material3_ActionBar_Title 0x7f0f01e3 +int style TextAppearance_Material3_BodyLarge 0x7f0f01e4 +int style TextAppearance_Material3_BodyMedium 0x7f0f01e5 +int style TextAppearance_Material3_BodySmall 0x7f0f01e6 +int style TextAppearance_Material3_DisplayLarge 0x7f0f01e7 +int style TextAppearance_Material3_DisplayMedium 0x7f0f01e8 +int style TextAppearance_Material3_DisplaySmall 0x7f0f01e9 +int style TextAppearance_Material3_HeadlineLarge 0x7f0f01ea +int style TextAppearance_Material3_HeadlineMedium 0x7f0f01eb +int style TextAppearance_Material3_HeadlineSmall 0x7f0f01ec +int style TextAppearance_Material3_LabelLarge 0x7f0f01ed +int style TextAppearance_Material3_LabelMedium 0x7f0f01ee +int style TextAppearance_Material3_LabelSmall 0x7f0f01ef +int style TextAppearance_Material3_MaterialTimePicker_Title 0x7f0f01f0 +int style TextAppearance_Material3_SearchBar 0x7f0f01f1 +int style TextAppearance_Material3_SearchView 0x7f0f01f2 +int style TextAppearance_Material3_SearchView_Prefix 0x7f0f01f3 +int style TextAppearance_Material3_TitleLarge 0x7f0f01f4 +int style TextAppearance_Material3_TitleMedium 0x7f0f01f5 +int style TextAppearance_Material3_TitleSmall 0x7f0f01f6 +int style TextAppearance_MaterialComponents_Badge 0x7f0f01f7 +int style TextAppearance_MaterialComponents_Body1 0x7f0f01f8 +int style TextAppearance_MaterialComponents_Body2 0x7f0f01f9 +int style TextAppearance_MaterialComponents_Button 0x7f0f01fa +int style TextAppearance_MaterialComponents_Caption 0x7f0f01fb +int style TextAppearance_MaterialComponents_Chip 0x7f0f01fc +int style TextAppearance_MaterialComponents_Headline1 0x7f0f01fd +int style TextAppearance_MaterialComponents_Headline2 0x7f0f01fe +int style TextAppearance_MaterialComponents_Headline3 0x7f0f01ff +int style TextAppearance_MaterialComponents_Headline4 0x7f0f0200 +int style TextAppearance_MaterialComponents_Headline5 0x7f0f0201 +int style TextAppearance_MaterialComponents_Headline6 0x7f0f0202 +int style TextAppearance_MaterialComponents_Overline 0x7f0f0203 +int style TextAppearance_MaterialComponents_Subtitle1 0x7f0f0204 +int style TextAppearance_MaterialComponents_Subtitle2 0x7f0f0205 +int style TextAppearance_MaterialComponents_TimePicker_Title 0x7f0f0206 +int style TextAppearance_MaterialComponents_Tooltip 0x7f0f0207 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0f0208 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0f0209 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0f020a +int style Theme_AppCompat 0x7f0f020b +int style Theme_AppCompat_CompactMenu 0x7f0f020c +int style Theme_AppCompat_DayNight 0x7f0f020d +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0f020e +int style Theme_AppCompat_DayNight_Dialog 0x7f0f020f +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0f0210 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0f0211 +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0f0212 +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0f0213 +int style Theme_AppCompat_Dialog 0x7f0f0214 +int style Theme_AppCompat_Dialog_Alert 0x7f0f0215 +int style Theme_AppCompat_Dialog_MinWidth 0x7f0f0216 +int style Theme_AppCompat_DialogWhenLarge 0x7f0f0217 +int style Theme_AppCompat_Empty 0x7f0f0218 +int style Theme_AppCompat_Light 0x7f0f0219 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0f021a +int style Theme_AppCompat_Light_Dialog 0x7f0f021b +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0f021c +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0f021d +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0f021e +int style Theme_AppCompat_Light_NoActionBar 0x7f0f021f +int style Theme_AppCompat_NoActionBar 0x7f0f0220 +int style Theme_DaydreamClock 0x7f0f0221 +int style Theme_Design 0x7f0f0222 +int style Theme_Design_BottomSheetDialog 0x7f0f0223 +int style Theme_Design_Light 0x7f0f0224 +int style Theme_Design_Light_BottomSheetDialog 0x7f0f0225 +int style Theme_Design_Light_NoActionBar 0x7f0f0226 +int style Theme_Design_NoActionBar 0x7f0f0227 +int style Theme_Material3_Dark 0x7f0f0228 +int style Theme_Material3_Dark_BottomSheetDialog 0x7f0f0229 +int style Theme_Material3_Dark_Dialog 0x7f0f022a +int style Theme_Material3_Dark_Dialog_Alert 0x7f0f022b +int style Theme_Material3_Dark_Dialog_MinWidth 0x7f0f022c +int style Theme_Material3_Dark_DialogWhenLarge 0x7f0f022d +int style Theme_Material3_Dark_NoActionBar 0x7f0f022e +int style Theme_Material3_Dark_SideSheetDialog 0x7f0f022f +int style Theme_Material3_DayNight 0x7f0f0230 +int style Theme_Material3_DayNight_BottomSheetDialog 0x7f0f0231 +int style Theme_Material3_DayNight_Dialog 0x7f0f0232 +int style Theme_Material3_DayNight_Dialog_Alert 0x7f0f0233 +int style Theme_Material3_DayNight_Dialog_MinWidth 0x7f0f0234 +int style Theme_Material3_DayNight_DialogWhenLarge 0x7f0f0235 +int style Theme_Material3_DayNight_NoActionBar 0x7f0f0236 +int style Theme_Material3_DayNight_SideSheetDialog 0x7f0f0237 +int style Theme_Material3_DynamicColors_Dark 0x7f0f0238 +int style Theme_Material3_DynamicColors_DayNight 0x7f0f0239 +int style Theme_Material3_DynamicColors_Light 0x7f0f023a +int style Theme_Material3_Light 0x7f0f023b +int style Theme_Material3_Light_BottomSheetDialog 0x7f0f023c +int style Theme_Material3_Light_Dialog 0x7f0f023d +int style Theme_Material3_Light_Dialog_Alert 0x7f0f023e +int style Theme_Material3_Light_Dialog_MinWidth 0x7f0f023f +int style Theme_Material3_Light_DialogWhenLarge 0x7f0f0240 +int style Theme_Material3_Light_NoActionBar 0x7f0f0241 +int style Theme_Material3_Light_SideSheetDialog 0x7f0f0242 +int style Theme_MaterialComponents 0x7f0f0243 +int style Theme_MaterialComponents_BottomSheetDialog 0x7f0f0244 +int style Theme_MaterialComponents_Bridge 0x7f0f0245 +int style Theme_MaterialComponents_CompactMenu 0x7f0f0246 +int style Theme_MaterialComponents_DayNight 0x7f0f0247 +int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f0f0248 +int style Theme_MaterialComponents_DayNight_Bridge 0x7f0f0249 +int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f0f024a +int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f0f024b +int style Theme_MaterialComponents_DayNight_Dialog 0x7f0f024c +int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f0f024d +int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f0f024e +int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f0f024f +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f0f0250 +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f0f0251 +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f0f0252 +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f0f0253 +int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f0f0254 +int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f0f0255 +int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f0f0256 +int style Theme_MaterialComponents_Dialog 0x7f0f0257 +int style Theme_MaterialComponents_Dialog_Alert 0x7f0f0258 +int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f0f0259 +int style Theme_MaterialComponents_Dialog_Bridge 0x7f0f025a +int style Theme_MaterialComponents_Dialog_FixedSize 0x7f0f025b +int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f0f025c +int style Theme_MaterialComponents_Dialog_MinWidth 0x7f0f025d +int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f0f025e +int style Theme_MaterialComponents_DialogWhenLarge 0x7f0f025f +int style Theme_MaterialComponents_Light 0x7f0f0260 +int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f0f0261 +int style Theme_MaterialComponents_Light_Bridge 0x7f0f0262 +int style Theme_MaterialComponents_Light_DarkActionBar 0x7f0f0263 +int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0f0264 +int style Theme_MaterialComponents_Light_Dialog 0x7f0f0265 +int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f0f0266 +int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f0f0267 +int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f0f0268 +int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f0f0269 +int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f0f026a +int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f0f026b +int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f0f026c +int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f0f026d +int style Theme_MaterialComponents_Light_NoActionBar 0x7f0f026e +int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f0f026f +int style Theme_MaterialComponents_NoActionBar 0x7f0f0270 +int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f0f0271 +int style ThemeOverlay_AppCompat 0x7f0f0272 +int style ThemeOverlay_AppCompat_ActionBar 0x7f0f0273 +int style ThemeOverlay_AppCompat_Dark 0x7f0f0274 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0f0275 +int style ThemeOverlay_AppCompat_DayNight 0x7f0f0276 +int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f0f0277 +int style ThemeOverlay_AppCompat_Dialog 0x7f0f0278 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0f0279 +int style ThemeOverlay_AppCompat_Light 0x7f0f027a +int style ThemeOverlay_Design_TextInputEditText 0x7f0f027b +int style ThemeOverlay_Material3 0x7f0f027c +int style ThemeOverlay_Material3_ActionBar 0x7f0f027d +int style ThemeOverlay_Material3_AutoCompleteTextView 0x7f0f027e +int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x7f0f027f +int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f0f0280 +int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x7f0f0281 +int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f0f0282 +int style ThemeOverlay_Material3_BottomAppBar 0x7f0f0283 +int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x7f0f0284 +int style ThemeOverlay_Material3_BottomNavigationView 0x7f0f0285 +int style ThemeOverlay_Material3_BottomSheetDialog 0x7f0f0286 +int style ThemeOverlay_Material3_Button 0x7f0f0287 +int style ThemeOverlay_Material3_Button_ElevatedButton 0x7f0f0288 +int style ThemeOverlay_Material3_Button_IconButton 0x7f0f0289 +int style ThemeOverlay_Material3_Button_IconButton_Filled 0x7f0f028a +int style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal 0x7f0f028b +int style ThemeOverlay_Material3_Button_TextButton 0x7f0f028c +int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x7f0f028d +int style ThemeOverlay_Material3_Button_TonalButton 0x7f0f028e +int style ThemeOverlay_Material3_Chip 0x7f0f028f +int style ThemeOverlay_Material3_Chip_Assist 0x7f0f0290 +int style ThemeOverlay_Material3_Dark 0x7f0f0291 +int style ThemeOverlay_Material3_Dark_ActionBar 0x7f0f0292 +int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x7f0f0293 +int style ThemeOverlay_Material3_DayNight_SideSheetDialog 0x7f0f0294 +int style ThemeOverlay_Material3_Dialog 0x7f0f0295 +int style ThemeOverlay_Material3_Dialog_Alert 0x7f0f0296 +int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x7f0f0297 +int style ThemeOverlay_Material3_DynamicColors_Dark 0x7f0f0298 +int style ThemeOverlay_Material3_DynamicColors_DayNight 0x7f0f0299 +int style ThemeOverlay_Material3_DynamicColors_Light 0x7f0f029a +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary 0x7f0f029b +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary 0x7f0f029c +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface 0x7f0f029d +int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary 0x7f0f029e +int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x7f0f029f +int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x7f0f02a0 +int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x7f0f02a1 +int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x7f0f02a2 +int style ThemeOverlay_Material3_HarmonizedColors 0x7f0f02a3 +int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x7f0f02a4 +int style ThemeOverlay_Material3_Light 0x7f0f02a5 +int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x7f0f02a6 +int style ThemeOverlay_Material3_MaterialAlertDialog 0x7f0f02a7 +int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x7f0f02a8 +int style ThemeOverlay_Material3_MaterialCalendar 0x7f0f02a9 +int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x7f0f02aa +int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x7f0f02ab +int style ThemeOverlay_Material3_MaterialTimePicker 0x7f0f02ac +int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f0f02ad +int style ThemeOverlay_Material3_NavigationRailView 0x7f0f02ae +int style ThemeOverlay_Material3_NavigationView 0x7f0f02af +int style ThemeOverlay_Material3_PersonalizedColors 0x7f0f02b0 +int style ThemeOverlay_Material3_Search 0x7f0f02b1 +int style ThemeOverlay_Material3_SideSheetDialog 0x7f0f02b2 +int style ThemeOverlay_Material3_Snackbar 0x7f0f02b3 +int style ThemeOverlay_Material3_TabLayout 0x7f0f02b4 +int style ThemeOverlay_Material3_TextInputEditText 0x7f0f02b5 +int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x7f0f02b6 +int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x7f0f02b7 +int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x7f0f02b8 +int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x7f0f02b9 +int style ThemeOverlay_Material3_Toolbar_Surface 0x7f0f02ba +int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x7f0f02bb +int style ThemeOverlay_MaterialComponents 0x7f0f02bc +int style ThemeOverlay_MaterialComponents_ActionBar 0x7f0f02bd +int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f0f02be +int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f0f02bf +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f0f02c0 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f0f02c1 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f0f02c2 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f0f02c3 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f0f02c4 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f0f02c5 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f0f02c6 +int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f0f02c7 +int style ThemeOverlay_MaterialComponents_Dark 0x7f0f02c8 +int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f0f02c9 +int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f0f02ca +int style ThemeOverlay_MaterialComponents_Dialog 0x7f0f02cb +int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0f02cc +int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f0f02cd +int style ThemeOverlay_MaterialComponents_Light 0x7f0f02ce +int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f0f02cf +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f0f02d0 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f0f02d1 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f0f02d2 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f0f02d3 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f0f02d4 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f0f02d5 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f0f02d6 +int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f0f02d7 +int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f0f02d8 +int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f0f02d9 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f0f02da +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f0f02db +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f0f02dc +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f0f02dd +int style ThemeOverlay_MaterialComponents_TimePicker 0x7f0f02de +int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x7f0f02df +int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f0f02e0 +int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x7f0f02e1 +int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f0f02e2 +int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f0f02e3 +int style Widget_AppCompat_ActionBar 0x7f0f02e4 +int style Widget_AppCompat_ActionBar_Solid 0x7f0f02e5 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0f02e6 +int style Widget_AppCompat_ActionBar_TabText 0x7f0f02e7 +int style Widget_AppCompat_ActionBar_TabView 0x7f0f02e8 +int style Widget_AppCompat_ActionButton 0x7f0f02e9 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0f02ea +int style Widget_AppCompat_ActionButton_Overflow 0x7f0f02eb +int style Widget_AppCompat_ActionMode 0x7f0f02ec +int style Widget_AppCompat_ActivityChooserView 0x7f0f02ed +int style Widget_AppCompat_AutoCompleteTextView 0x7f0f02ee +int style Widget_AppCompat_Button 0x7f0f02ef +int style Widget_AppCompat_Button_Borderless 0x7f0f02f0 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0f02f1 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0f02f2 +int style Widget_AppCompat_Button_Colored 0x7f0f02f3 +int style Widget_AppCompat_Button_Small 0x7f0f02f4 +int style Widget_AppCompat_ButtonBar 0x7f0f02f5 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0f02f6 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0f02f7 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0f02f8 +int style Widget_AppCompat_CompoundButton_Switch 0x7f0f02f9 +int style Widget_AppCompat_DrawerArrowToggle 0x7f0f02fa +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0f02fb +int style Widget_AppCompat_EditText 0x7f0f02fc +int style Widget_AppCompat_ImageButton 0x7f0f02fd +int style Widget_AppCompat_Light_ActionBar 0x7f0f02fe +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0f02ff +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0f0300 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0f0301 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0f0302 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0f0303 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0f0304 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0f0305 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0f0306 +int style Widget_AppCompat_Light_ActionButton 0x7f0f0307 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0f0308 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0f0309 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0f030a +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0f030b +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0f030c +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0f030d +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0f030e +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0f030f +int style Widget_AppCompat_Light_PopupMenu 0x7f0f0310 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0f0311 +int style Widget_AppCompat_Light_SearchView 0x7f0f0312 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0f0313 +int style Widget_AppCompat_ListMenuView 0x7f0f0314 +int style Widget_AppCompat_ListPopupWindow 0x7f0f0315 +int style Widget_AppCompat_ListView 0x7f0f0316 +int style Widget_AppCompat_ListView_DropDown 0x7f0f0317 +int style Widget_AppCompat_ListView_Menu 0x7f0f0318 +int style Widget_AppCompat_PopupMenu 0x7f0f0319 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0f031a +int style Widget_AppCompat_PopupWindow 0x7f0f031b +int style Widget_AppCompat_ProgressBar 0x7f0f031c +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0f031d +int style Widget_AppCompat_RatingBar 0x7f0f031e +int style Widget_AppCompat_RatingBar_Indicator 0x7f0f031f +int style Widget_AppCompat_RatingBar_Small 0x7f0f0320 +int style Widget_AppCompat_SearchView 0x7f0f0321 +int style Widget_AppCompat_SearchView_ActionBar 0x7f0f0322 +int style Widget_AppCompat_SeekBar 0x7f0f0323 +int style Widget_AppCompat_SeekBar_Discrete 0x7f0f0324 +int style Widget_AppCompat_Spinner 0x7f0f0325 +int style Widget_AppCompat_Spinner_DropDown 0x7f0f0326 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0f0327 +int style Widget_AppCompat_Spinner_Underlined 0x7f0f0328 +int style Widget_AppCompat_TextView 0x7f0f0329 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0f032a +int style Widget_AppCompat_Toolbar 0x7f0f032b +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0f032c +int style Widget_Compat_NotificationActionContainer 0x7f0f032d +int style Widget_Compat_NotificationActionText 0x7f0f032e +int style Widget_Design_AppBarLayout 0x7f0f032f +int style Widget_Design_BottomNavigationView 0x7f0f0330 +int style Widget_Design_BottomSheet_Modal 0x7f0f0331 +int style Widget_Design_CollapsingToolbar 0x7f0f0332 +int style Widget_Design_FloatingActionButton 0x7f0f0333 +int style Widget_Design_NavigationView 0x7f0f0334 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f0f0335 +int style Widget_Design_Snackbar 0x7f0f0336 +int style Widget_Design_TabLayout 0x7f0f0337 +int style Widget_Design_TextInputEditText 0x7f0f0338 +int style Widget_Design_TextInputLayout 0x7f0f0339 +int style Widget_Material3_ActionBar_Solid 0x7f0f033a +int style Widget_Material3_ActionMode 0x7f0f033b +int style Widget_Material3_AppBarLayout 0x7f0f033c +int style Widget_Material3_AutoCompleteTextView_FilledBox 0x7f0f033d +int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f0f033e +int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x7f0f033f +int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f0f0340 +int style Widget_Material3_Badge 0x7f0f0341 +int style Widget_Material3_Badge_AdjustToBounds 0x7f0f0342 +int style Widget_Material3_BottomAppBar 0x7f0f0343 +int style Widget_Material3_BottomAppBar_Button_Navigation 0x7f0f0344 +int style Widget_Material3_BottomAppBar_Legacy 0x7f0f0345 +int style Widget_Material3_BottomNavigation_Badge 0x7f0f0346 +int style Widget_Material3_BottomNavigationView 0x7f0f0347 +int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x7f0f0348 +int style Widget_Material3_BottomSheet 0x7f0f0349 +int style Widget_Material3_BottomSheet_DragHandle 0x7f0f034a +int style Widget_Material3_BottomSheet_Modal 0x7f0f034b +int style Widget_Material3_Button 0x7f0f034c +int style Widget_Material3_Button_ElevatedButton 0x7f0f034d +int style Widget_Material3_Button_ElevatedButton_Icon 0x7f0f034e +int style Widget_Material3_Button_Icon 0x7f0f034f +int style Widget_Material3_Button_IconButton 0x7f0f0350 +int style Widget_Material3_Button_IconButton_Filled 0x7f0f0351 +int style Widget_Material3_Button_IconButton_Filled_Tonal 0x7f0f0352 +int style Widget_Material3_Button_IconButton_Outlined 0x7f0f0353 +int style Widget_Material3_Button_OutlinedButton 0x7f0f0354 +int style Widget_Material3_Button_OutlinedButton_Icon 0x7f0f0355 +int style Widget_Material3_Button_TextButton 0x7f0f0356 +int style Widget_Material3_Button_TextButton_Dialog 0x7f0f0357 +int style Widget_Material3_Button_TextButton_Dialog_Flush 0x7f0f0358 +int style Widget_Material3_Button_TextButton_Dialog_Icon 0x7f0f0359 +int style Widget_Material3_Button_TextButton_Icon 0x7f0f035a +int style Widget_Material3_Button_TextButton_Snackbar 0x7f0f035b +int style Widget_Material3_Button_TonalButton 0x7f0f035c +int style Widget_Material3_Button_TonalButton_Icon 0x7f0f035d +int style Widget_Material3_Button_UnelevatedButton 0x7f0f035e +int style Widget_Material3_CardView_Elevated 0x7f0f035f +int style Widget_Material3_CardView_Filled 0x7f0f0360 +int style Widget_Material3_CardView_Outlined 0x7f0f0361 +int style Widget_Material3_CheckedTextView 0x7f0f0362 +int style Widget_Material3_Chip_Assist 0x7f0f0363 +int style Widget_Material3_Chip_Assist_Elevated 0x7f0f0364 +int style Widget_Material3_Chip_Filter 0x7f0f0365 +int style Widget_Material3_Chip_Filter_Elevated 0x7f0f0366 +int style Widget_Material3_Chip_Input 0x7f0f0367 +int style Widget_Material3_Chip_Input_Elevated 0x7f0f0368 +int style Widget_Material3_Chip_Input_Icon 0x7f0f0369 +int style Widget_Material3_Chip_Input_Icon_Elevated 0x7f0f036a +int style Widget_Material3_Chip_Suggestion 0x7f0f036b +int style Widget_Material3_Chip_Suggestion_Elevated 0x7f0f036c +int style Widget_Material3_ChipGroup 0x7f0f036d +int style Widget_Material3_CircularProgressIndicator 0x7f0f036e +int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x7f0f036f +int style Widget_Material3_CircularProgressIndicator_Medium 0x7f0f0370 +int style Widget_Material3_CircularProgressIndicator_Small 0x7f0f0371 +int style Widget_Material3_CollapsingToolbar 0x7f0f0372 +int style Widget_Material3_CollapsingToolbar_Large 0x7f0f0373 +int style Widget_Material3_CollapsingToolbar_Medium 0x7f0f0374 +int style Widget_Material3_CompoundButton_CheckBox 0x7f0f0375 +int style Widget_Material3_CompoundButton_MaterialSwitch 0x7f0f0376 +int style Widget_Material3_CompoundButton_RadioButton 0x7f0f0377 +int style Widget_Material3_CompoundButton_Switch 0x7f0f0378 +int style Widget_Material3_DrawerLayout 0x7f0f0379 +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x7f0f037a +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x7f0f037b +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x7f0f037c +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x7f0f037d +int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x7f0f037e +int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x7f0f037f +int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x7f0f0380 +int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x7f0f0381 +int style Widget_Material3_FloatingActionButton_Large_Primary 0x7f0f0382 +int style Widget_Material3_FloatingActionButton_Large_Secondary 0x7f0f0383 +int style Widget_Material3_FloatingActionButton_Large_Surface 0x7f0f0384 +int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x7f0f0385 +int style Widget_Material3_FloatingActionButton_Primary 0x7f0f0386 +int style Widget_Material3_FloatingActionButton_Secondary 0x7f0f0387 +int style Widget_Material3_FloatingActionButton_Small_Primary 0x7f0f0388 +int style Widget_Material3_FloatingActionButton_Small_Secondary 0x7f0f0389 +int style Widget_Material3_FloatingActionButton_Small_Surface 0x7f0f038a +int style Widget_Material3_FloatingActionButton_Small_Tertiary 0x7f0f038b +int style Widget_Material3_FloatingActionButton_Surface 0x7f0f038c +int style Widget_Material3_FloatingActionButton_Tertiary 0x7f0f038d +int style Widget_Material3_Light_ActionBar_Solid 0x7f0f038e +int style Widget_Material3_LinearProgressIndicator 0x7f0f038f +int style Widget_Material3_MaterialButtonToggleGroup 0x7f0f0390 +int style Widget_Material3_MaterialCalendar 0x7f0f0391 +int style Widget_Material3_MaterialCalendar_Day 0x7f0f0392 +int style Widget_Material3_MaterialCalendar_Day_Invalid 0x7f0f0393 +int style Widget_Material3_MaterialCalendar_Day_Selected 0x7f0f0394 +int style Widget_Material3_MaterialCalendar_Day_Today 0x7f0f0395 +int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x7f0f0396 +int style Widget_Material3_MaterialCalendar_DayTextView 0x7f0f0397 +int style Widget_Material3_MaterialCalendar_Fullscreen 0x7f0f0398 +int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x7f0f0399 +int style Widget_Material3_MaterialCalendar_HeaderDivider 0x7f0f039a +int style Widget_Material3_MaterialCalendar_HeaderLayout 0x7f0f039b +int style Widget_Material3_MaterialCalendar_HeaderLayout_Fullscreen 0x7f0f039c +int style Widget_Material3_MaterialCalendar_HeaderSelection 0x7f0f039d +int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x7f0f039e +int style Widget_Material3_MaterialCalendar_HeaderTitle 0x7f0f039f +int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x7f0f03a0 +int style Widget_Material3_MaterialCalendar_Item 0x7f0f03a1 +int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x7f0f03a2 +int style Widget_Material3_MaterialCalendar_MonthTextView 0x7f0f03a3 +int style Widget_Material3_MaterialCalendar_Year 0x7f0f03a4 +int style Widget_Material3_MaterialCalendar_Year_Selected 0x7f0f03a5 +int style Widget_Material3_MaterialCalendar_Year_Today 0x7f0f03a6 +int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x7f0f03a7 +int style Widget_Material3_MaterialDivider 0x7f0f03a8 +int style Widget_Material3_MaterialDivider_Heavy 0x7f0f03a9 +int style Widget_Material3_MaterialTimePicker 0x7f0f03aa +int style Widget_Material3_MaterialTimePicker_Button 0x7f0f03ab +int style Widget_Material3_MaterialTimePicker_Clock 0x7f0f03ac +int style Widget_Material3_MaterialTimePicker_Display 0x7f0f03ad +int style Widget_Material3_MaterialTimePicker_Display_Divider 0x7f0f03ae +int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x7f0f03af +int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f0f03b0 +int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x7f0f03b1 +int style Widget_Material3_MaterialTimePicker_ImageButton 0x7f0f03b2 +int style Widget_Material3_NavigationRailView 0x7f0f03b3 +int style Widget_Material3_NavigationRailView_ActiveIndicator 0x7f0f03b4 +int style Widget_Material3_NavigationRailView_Badge 0x7f0f03b5 +int style Widget_Material3_NavigationView 0x7f0f03b6 +int style Widget_Material3_PopupMenu 0x7f0f03b7 +int style Widget_Material3_PopupMenu_ContextMenu 0x7f0f03b8 +int style Widget_Material3_PopupMenu_ListPopupWindow 0x7f0f03b9 +int style Widget_Material3_PopupMenu_Overflow 0x7f0f03ba +int style Widget_Material3_Search_ActionButton_Overflow 0x7f0f03bb +int style Widget_Material3_Search_Toolbar_Button_Navigation 0x7f0f03bc +int style Widget_Material3_SearchBar 0x7f0f03bd +int style Widget_Material3_SearchBar_Outlined 0x7f0f03be +int style Widget_Material3_SearchView 0x7f0f03bf +int style Widget_Material3_SearchView_Prefix 0x7f0f03c0 +int style Widget_Material3_SearchView_Toolbar 0x7f0f03c1 +int style Widget_Material3_SideSheet 0x7f0f03c2 +int style Widget_Material3_SideSheet_Detached 0x7f0f03c3 +int style Widget_Material3_SideSheet_Modal 0x7f0f03c4 +int style Widget_Material3_SideSheet_Modal_Detached 0x7f0f03c5 +int style Widget_Material3_Slider 0x7f0f03c6 +int style Widget_Material3_Slider_Label 0x7f0f03c7 +int style Widget_Material3_Snackbar 0x7f0f03c8 +int style Widget_Material3_Snackbar_FullWidth 0x7f0f03c9 +int style Widget_Material3_Snackbar_TextView 0x7f0f03ca +int style Widget_Material3_TabLayout 0x7f0f03cb +int style Widget_Material3_TabLayout_OnSurface 0x7f0f03cc +int style Widget_Material3_TabLayout_Secondary 0x7f0f03cd +int style Widget_Material3_TextInputEditText_FilledBox 0x7f0f03ce +int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x7f0f03cf +int style Widget_Material3_TextInputEditText_OutlinedBox 0x7f0f03d0 +int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x7f0f03d1 +int style Widget_Material3_TextInputLayout_FilledBox 0x7f0f03d2 +int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x7f0f03d3 +int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f0f03d4 +int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f0f03d5 +int style Widget_Material3_TextInputLayout_OutlinedBox 0x7f0f03d6 +int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x7f0f03d7 +int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f0f03d8 +int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f0f03d9 +int style Widget_Material3_Toolbar 0x7f0f03da +int style Widget_Material3_Toolbar_OnSurface 0x7f0f03db +int style Widget_Material3_Toolbar_Surface 0x7f0f03dc +int style Widget_Material3_Tooltip 0x7f0f03dd +int style Widget_MaterialComponents_ActionBar_Primary 0x7f0f03de +int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f0f03df +int style Widget_MaterialComponents_ActionBar_Solid 0x7f0f03e0 +int style Widget_MaterialComponents_ActionBar_Surface 0x7f0f03e1 +int style Widget_MaterialComponents_ActionMode 0x7f0f03e2 +int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f0f03e3 +int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f0f03e4 +int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f0f03e5 +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f0f03e6 +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f0f03e7 +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f0f03e8 +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f0f03e9 +int style Widget_MaterialComponents_Badge 0x7f0f03ea +int style Widget_MaterialComponents_BottomAppBar 0x7f0f03eb +int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f0f03ec +int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f0f03ed +int style Widget_MaterialComponents_BottomNavigationView 0x7f0f03ee +int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f0f03ef +int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f0f03f0 +int style Widget_MaterialComponents_BottomSheet 0x7f0f03f1 +int style Widget_MaterialComponents_BottomSheet_Modal 0x7f0f03f2 +int style Widget_MaterialComponents_Button 0x7f0f03f3 +int style Widget_MaterialComponents_Button_Icon 0x7f0f03f4 +int style Widget_MaterialComponents_Button_OutlinedButton 0x7f0f03f5 +int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f0f03f6 +int style Widget_MaterialComponents_Button_TextButton 0x7f0f03f7 +int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f0f03f8 +int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f0f03f9 +int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f0f03fa +int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f0f03fb +int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f0f03fc +int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f0f03fd +int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f0f03fe +int style Widget_MaterialComponents_CardView 0x7f0f03ff +int style Widget_MaterialComponents_CheckedTextView 0x7f0f0400 +int style Widget_MaterialComponents_Chip_Action 0x7f0f0401 +int style Widget_MaterialComponents_Chip_Choice 0x7f0f0402 +int style Widget_MaterialComponents_Chip_Entry 0x7f0f0403 +int style Widget_MaterialComponents_Chip_Filter 0x7f0f0404 +int style Widget_MaterialComponents_ChipGroup 0x7f0f0405 +int style Widget_MaterialComponents_CircularProgressIndicator 0x7f0f0406 +int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x7f0f0407 +int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x7f0f0408 +int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x7f0f0409 +int style Widget_MaterialComponents_CollapsingToolbar 0x7f0f040a +int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f0f040b +int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f0f040c +int style Widget_MaterialComponents_CompoundButton_Switch 0x7f0f040d +int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f0f040e +int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f0f040f +int style Widget_MaterialComponents_FloatingActionButton 0x7f0f0410 +int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f0f0411 +int style Widget_MaterialComponents_LinearProgressIndicator 0x7f0f0412 +int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f0f0413 +int style Widget_MaterialComponents_MaterialCalendar 0x7f0f0414 +int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f0f0415 +int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f0f0416 +int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f0f0417 +int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f0f0418 +int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x7f0f0419 +int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f0f041a +int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f0f041b +int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x7f0f041c +int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f0f041d +int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f0f041e +int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f0f041f +int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout_Fullscreen 0x7f0f0420 +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f0f0421 +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f0f0422 +int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f0f0423 +int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f0f0424 +int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f0f0425 +int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x7f0f0426 +int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x7f0f0427 +int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f0f0428 +int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f0f0429 +int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f0f042a +int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x7f0f042b +int style Widget_MaterialComponents_MaterialDivider 0x7f0f042c +int style Widget_MaterialComponents_NavigationRailView 0x7f0f042d +int style Widget_MaterialComponents_NavigationRailView_Colored 0x7f0f042e +int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x7f0f042f +int style Widget_MaterialComponents_NavigationRailView_Compact 0x7f0f0430 +int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x7f0f0431 +int style Widget_MaterialComponents_NavigationView 0x7f0f0432 +int style Widget_MaterialComponents_PopupMenu 0x7f0f0433 +int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f0f0434 +int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f0f0435 +int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f0f0436 +int style Widget_MaterialComponents_ProgressIndicator 0x7f0f0437 +int style Widget_MaterialComponents_ShapeableImageView 0x7f0f0438 +int style Widget_MaterialComponents_Slider 0x7f0f0439 +int style Widget_MaterialComponents_Snackbar 0x7f0f043a +int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f0f043b +int style Widget_MaterialComponents_Snackbar_TextView 0x7f0f043c +int style Widget_MaterialComponents_TabLayout 0x7f0f043d +int style Widget_MaterialComponents_TabLayout_Colored 0x7f0f043e +int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f0f043f +int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f0f0440 +int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f0f0441 +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f0f0442 +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f0f0443 +int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f0f0444 +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f0f0445 +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f0f0446 +int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f0f0447 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f0f0448 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f0f0449 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f0f044a +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f0f044b +int style Widget_MaterialComponents_TextView 0x7f0f044c +int style Widget_MaterialComponents_TimePicker 0x7f0f044d +int style Widget_MaterialComponents_TimePicker_Button 0x7f0f044e +int style Widget_MaterialComponents_TimePicker_Clock 0x7f0f044f +int style Widget_MaterialComponents_TimePicker_Display 0x7f0f0450 +int style Widget_MaterialComponents_TimePicker_Display_Divider 0x7f0f0451 +int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x7f0f0452 +int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f0f0453 +int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x7f0f0454 +int style Widget_MaterialComponents_TimePicker_ImageButton 0x7f0f0455 +int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x7f0f0456 +int style Widget_MaterialComponents_Toolbar 0x7f0f0457 +int style Widget_MaterialComponents_Toolbar_Primary 0x7f0f0458 +int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f0f0459 +int style Widget_MaterialComponents_Toolbar_Surface 0x7f0f045a +int style Widget_MaterialComponents_Tooltip 0x7f0f045b +int style Widget_Support_CoordinatorLayout 0x7f0f045c +int[] styleable ActionBar { 0x7f030047, 0x7f03004e, 0x7f03004f, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030168, 0x7f03017b, 0x7f03017c, 0x7f03019c, 0x7f030212, 0x7f03021a, 0x7f030220, 0x7f030221, 0x7f030225, 0x7f030236, 0x7f03024c, 0x7f0302c9, 0x7f03034c, 0x7f03037e, 0x7f030385, 0x7f030386, 0x7f0303fc, 0x7f030400, 0x7f030485, 0x7f030493 } +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 { 0x7f030047, 0x7f03004e, 0x7f0300e6, 0x7f030212, 0x7f030400, 0x7f030493 } +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 { 0x7f0301b7, 0x7f03023c } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f030092, 0x7f030095, 0x7f0302be, 0x7f0302bf, 0x7f030348, 0x7f0303c4, 0x7f0303cc } +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, 0x7f03019c, 0x7f0301b8, 0x7f0302b3, 0x7f0302b4, 0x7f0302b5, 0x7f0303f2 } +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 { 0x7f0303e9, 0x7f0303ea, 0x7f0303ee, 0x7f0303ef } +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 { 0x7f0302af, 0x7f0302b0, 0x7f0302b1 } +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, 0x7f0303de, 0x7f030482, 0x7f030483 } +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, 0x7f03047c, 0x7f03047d, 0x7f03047e } +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, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030188, 0x7f030189, 0x7f03018a, 0x7f03018b, 0x7f03018d, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f0301a0, 0x7f0301d8, 0x7f0301fc, 0x7f030205, 0x7f030268, 0x7f0302b7, 0x7f03042a, 0x7f030461 } +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, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000d, 0x7f03000e, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030021, 0x7f030022, 0x7f030027, 0x7f030029, 0x7f03002a, 0x7f03002b, 0x7f03002c, 0x7f03003e, 0x7f030077, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f030096, 0x7f030097, 0x7f0300b2, 0x7f0300bd, 0x7f0300f3, 0x7f0300f4, 0x7f0300f5, 0x7f0300f7, 0x7f0300f8, 0x7f0300f9, 0x7f0300fa, 0x7f030113, 0x7f030115, 0x7f03012a, 0x7f030149, 0x7f030178, 0x7f030179, 0x7f03017a, 0x7f03017e, 0x7f030183, 0x7f030195, 0x7f030196, 0x7f030199, 0x7f03019a, 0x7f03019b, 0x7f030220, 0x7f030230, 0x7f0302ba, 0x7f0302bb, 0x7f0302bc, 0x7f0302bd, 0x7f0302c0, 0x7f0302c1, 0x7f0302c2, 0x7f0302c3, 0x7f0302c4, 0x7f0302c5, 0x7f0302c6, 0x7f0302c7, 0x7f0302c8, 0x7f030367, 0x7f030368, 0x7f030369, 0x7f03037d, 0x7f03037f, 0x7f03038d, 0x7f03038f, 0x7f030390, 0x7f030391, 0x7f0303a9, 0x7f0303aa, 0x7f0303ab, 0x7f0303ac, 0x7f0303d6, 0x7f0303d7, 0x7f030407, 0x7f030441, 0x7f030443, 0x7f030444, 0x7f030445, 0x7f030447, 0x7f030448, 0x7f030449, 0x7f03044a, 0x7f030455, 0x7f030456, 0x7f030496, 0x7f030497, 0x7f030499, 0x7f03049a, 0x7f0304be, 0x7f0304cc, 0x7f0304cd, 0x7f0304ce, 0x7f0304cf, 0x7f0304d0, 0x7f0304d1, 0x7f0304d2, 0x7f0304d3, 0x7f0304d4, 0x7f0304d5 } +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 { 0x7f03003c, 0x7f030048, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030222, 0x7f030223, 0x7f030267, 0x7f030303, 0x7f030307, 0x7f030352, 0x7f030354, 0x7f0304bc, 0x7f0304bd } +int styleable Badge_autoAdjustToWithinGrandparentBounds 0 +int styleable Badge_backgroundColor 1 +int styleable Badge_badgeGravity 2 +int styleable Badge_badgeHeight 3 +int styleable Badge_badgeRadius 4 +int styleable Badge_badgeShapeAppearance 5 +int styleable Badge_badgeShapeAppearanceOverlay 6 +int styleable Badge_badgeText 7 +int styleable Badge_badgeTextAppearance 8 +int styleable Badge_badgeTextColor 9 +int styleable Badge_badgeVerticalPadding 10 +int styleable Badge_badgeWidePadding 11 +int styleable Badge_badgeWidth 12 +int styleable Badge_badgeWithTextHeight 13 +int styleable Badge_badgeWithTextRadius 14 +int styleable Badge_badgeWithTextShapeAppearance 15 +int styleable Badge_badgeWithTextShapeAppearanceOverlay 16 +int styleable Badge_badgeWithTextWidth 17 +int styleable Badge_horizontalOffset 18 +int styleable Badge_horizontalOffsetWithText 19 +int styleable Badge_largeFontVerticalOffsetAdjustment 20 +int styleable Badge_maxCharacterCount 21 +int styleable Badge_maxNumber 22 +int styleable Badge_number 23 +int styleable Badge_offsetAlignmentMode 24 +int styleable Badge_verticalOffset 25 +int styleable Badge_verticalOffsetWithText 26 +int[] styleable BaseProgressIndicator { 0x01010139, 0x7f030217, 0x7f030237, 0x7f030310, 0x7f0303bd, 0x7f0303bf, 0x7f0304a2, 0x7f0304a5, 0x7f0304aa } +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 { 0x7f030028, 0x7f030050, 0x7f03019c, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f03021b, 0x7f03030c, 0x7f03034b, 0x7f03035f, 0x7f030361, 0x7f030362, 0x7f03039b } +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, 0x7f030130, 0x7f030246, 0x7f0303b0, 0x7f0303b8 } +int styleable BottomNavigationView_android_minHeight 0 +int styleable BottomNavigationView_compatShadowEnabled 1 +int styleable BottomNavigationView_itemHorizontalTranslationEnabled 2 +int styleable BottomNavigationView_shapeAppearance 3 +int styleable BottomNavigationView_shapeAppearanceOverlay 4 +int[] styleable BottomSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f030050, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f03006d, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f03020c, 0x7f0302ce, 0x7f0302cf, 0x7f0302d0, 0x7f03035f, 0x7f030361, 0x7f030362, 0x7f030366, 0x7f0303b0, 0x7f0303b8, 0x7f0303bc } +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 { 0x7f03002d } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable Capability { 0x7f03038c, 0x7f0303bb } +int styleable Capability_queryPatterns 0 +int styleable Capability_shortcutMatchRequired 1 +int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f030140, 0x7f030141, 0x7f030143, 0x7f030144, 0x7f030146 } +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 Carousel { 0x7f0300a2, 0x7f0300a3, 0x7f0300a4, 0x7f0300a5, 0x7f0300a6, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f0300ac } +int styleable Carousel_carousel_alignment 0 +int styleable Carousel_carousel_backwardTransition 1 +int styleable Carousel_carousel_emptyViewsBehavior 2 +int styleable Carousel_carousel_firstView 3 +int styleable Carousel_carousel_forwardTransition 4 +int styleable Carousel_carousel_infinite 5 +int styleable Carousel_carousel_nextState 6 +int styleable Carousel_carousel_previousState 7 +int styleable Carousel_carousel_touchUpMode 8 +int styleable Carousel_carousel_touchUp_dampeningFactor 9 +int styleable Carousel_carousel_touchUp_velocityThreshold 10 +int[] styleable CheckedTextView { 0x01010108, 0x7f0300af, 0x7f0300b0, 0x7f0300b1 } +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, 0x7f0300b5, 0x7f0300b6, 0x7f0300ba, 0x7f0300bb, 0x7f0300be, 0x7f0300bf, 0x7f0300c0, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d1, 0x7f0300df, 0x7f0300e0, 0x7f0300e1, 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0301ac, 0x7f030218, 0x7f030226, 0x7f03022a, 0x7f03039d, 0x7f0303b0, 0x7f0303b8, 0x7f0303c1, 0x7f030457, 0x7f030466 } +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 { 0x7f0300b4, 0x7f0300c9, 0x7f0300ca, 0x7f0300cb, 0x7f0303ad, 0x7f0303cd, 0x7f0303ce } +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 { 0x7f030238, 0x7f03023a, 0x7f03023b } +int styleable CircularProgressIndicator_indicatorDirectionCircular 0 +int styleable CircularProgressIndicator_indicatorInset 1 +int styleable CircularProgressIndicator_indicatorSize 2 +int[] styleable ClockFaceView { 0x7f0300db, 0x7f0300de } +int styleable ClockFaceView_clockFaceBackgroundColor 0 +int styleable ClockFaceView_clockNumberTextColor 1 +int[] styleable ClockHandView { 0x7f0300dc, 0x7f0302ed, 0x7f0303ae } +int styleable ClockHandView_clockHandColor 0 +int styleable ClockHandView_materialCircleRadius 1 +int styleable ClockHandView_selectorSize 2 +int[] styleable CollapsingToolbarLayout { 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f030147, 0x7f0301ba, 0x7f0301bb, 0x7f0301bc, 0x7f0301bd, 0x7f0301be, 0x7f0301bf, 0x7f0301c0, 0x7f0301c1, 0x7f0301c9, 0x7f030207, 0x7f030306, 0x7f0303a3, 0x7f0303a5, 0x7f0303f3, 0x7f030485, 0x7f030487, 0x7f030488, 0x7f03048f, 0x7f030492, 0x7f030495 } +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 { 0x7f030271, 0x7f030272 } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002e, 0x7f030263 } +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, 0x7f03008f, 0x7f030098, 0x7f030099 } +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, 0x7f030031, 0x7f030034, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f0300ae, 0x7f030135, 0x7f030136, 0x7f030187, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f0301f1, 0x7f0301f2, 0x7f0301f3, 0x7f0301f4, 0x7f0301f6, 0x7f0301f7, 0x7f0301f8, 0x7f0301f9, 0x7f0301fa, 0x7f03020e, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f03028f, 0x7f030290, 0x7f030291, 0x7f030292, 0x7f030293, 0x7f030294, 0x7f030295, 0x7f030296, 0x7f030297, 0x7f030298, 0x7f030299, 0x7f03029a, 0x7f03029b, 0x7f03029c, 0x7f03029d, 0x7f03029e, 0x7f03029f, 0x7f0302a0, 0x7f0302a2, 0x7f0302a3, 0x7f0302a4, 0x7f0302a5, 0x7f0302a6, 0x7f0302a7, 0x7f0302a8, 0x7f0302a9, 0x7f0302aa, 0x7f0302ad, 0x7f0302b2, 0x7f030342, 0x7f030343, 0x7f03036f, 0x7f030376, 0x7f03037b, 0x7f030387, 0x7f030388, 0x7f030389, 0x7f0304ad, 0x7f0304af, 0x7f0304b1, 0x7f0304c3 } +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_animateCircleAngleTo 27 +int styleable Constraint_animateRelativeTo 28 +int styleable Constraint_barrierAllowsGoneWidgets 29 +int styleable Constraint_barrierDirection 30 +int styleable Constraint_barrierMargin 31 +int styleable Constraint_chainUseRtl 32 +int styleable Constraint_constraint_referenced_ids 33 +int styleable Constraint_constraint_referenced_tags 34 +int styleable Constraint_drawPath 35 +int styleable Constraint_flow_firstHorizontalBias 36 +int styleable Constraint_flow_firstHorizontalStyle 37 +int styleable Constraint_flow_firstVerticalBias 38 +int styleable Constraint_flow_firstVerticalStyle 39 +int styleable Constraint_flow_horizontalAlign 40 +int styleable Constraint_flow_horizontalBias 41 +int styleable Constraint_flow_horizontalGap 42 +int styleable Constraint_flow_horizontalStyle 43 +int styleable Constraint_flow_lastHorizontalBias 44 +int styleable Constraint_flow_lastHorizontalStyle 45 +int styleable Constraint_flow_lastVerticalBias 46 +int styleable Constraint_flow_lastVerticalStyle 47 +int styleable Constraint_flow_maxElementsWrap 48 +int styleable Constraint_flow_verticalAlign 49 +int styleable Constraint_flow_verticalBias 50 +int styleable Constraint_flow_verticalGap 51 +int styleable Constraint_flow_verticalStyle 52 +int styleable Constraint_flow_wrapMode 53 +int styleable Constraint_guidelineUseRtl 54 +int styleable Constraint_layout_constrainedHeight 55 +int styleable Constraint_layout_constrainedWidth 56 +int styleable Constraint_layout_constraintBaseline_creator 57 +int styleable Constraint_layout_constraintBaseline_toBaselineOf 58 +int styleable Constraint_layout_constraintBaseline_toBottomOf 59 +int styleable Constraint_layout_constraintBaseline_toTopOf 60 +int styleable Constraint_layout_constraintBottom_creator 61 +int styleable Constraint_layout_constraintBottom_toBottomOf 62 +int styleable Constraint_layout_constraintBottom_toTopOf 63 +int styleable Constraint_layout_constraintCircle 64 +int styleable Constraint_layout_constraintCircleAngle 65 +int styleable Constraint_layout_constraintCircleRadius 66 +int styleable Constraint_layout_constraintDimensionRatio 67 +int styleable Constraint_layout_constraintEnd_toEndOf 68 +int styleable Constraint_layout_constraintEnd_toStartOf 69 +int styleable Constraint_layout_constraintGuide_begin 70 +int styleable Constraint_layout_constraintGuide_end 71 +int styleable Constraint_layout_constraintGuide_percent 72 +int styleable Constraint_layout_constraintHeight 73 +int styleable Constraint_layout_constraintHeight_default 74 +int styleable Constraint_layout_constraintHeight_max 75 +int styleable Constraint_layout_constraintHeight_min 76 +int styleable Constraint_layout_constraintHeight_percent 77 +int styleable Constraint_layout_constraintHorizontal_bias 78 +int styleable Constraint_layout_constraintHorizontal_chainStyle 79 +int styleable Constraint_layout_constraintHorizontal_weight 80 +int styleable Constraint_layout_constraintLeft_creator 81 +int styleable Constraint_layout_constraintLeft_toLeftOf 82 +int styleable Constraint_layout_constraintLeft_toRightOf 83 +int styleable Constraint_layout_constraintRight_creator 84 +int styleable Constraint_layout_constraintRight_toLeftOf 85 +int styleable Constraint_layout_constraintRight_toRightOf 86 +int styleable Constraint_layout_constraintStart_toEndOf 87 +int styleable Constraint_layout_constraintStart_toStartOf 88 +int styleable Constraint_layout_constraintTag 89 +int styleable Constraint_layout_constraintTop_creator 90 +int styleable Constraint_layout_constraintTop_toBottomOf 91 +int styleable Constraint_layout_constraintTop_toTopOf 92 +int styleable Constraint_layout_constraintVertical_bias 93 +int styleable Constraint_layout_constraintVertical_chainStyle 94 +int styleable Constraint_layout_constraintVertical_weight 95 +int styleable Constraint_layout_constraintWidth 96 +int styleable Constraint_layout_constraintWidth_default 97 +int styleable Constraint_layout_constraintWidth_max 98 +int styleable Constraint_layout_constraintWidth_min 99 +int styleable Constraint_layout_constraintWidth_percent 100 +int styleable Constraint_layout_editor_absoluteX 101 +int styleable Constraint_layout_editor_absoluteY 102 +int styleable Constraint_layout_goneMarginBaseline 103 +int styleable Constraint_layout_goneMarginBottom 104 +int styleable Constraint_layout_goneMarginEnd 105 +int styleable Constraint_layout_goneMarginLeft 106 +int styleable Constraint_layout_goneMarginRight 107 +int styleable Constraint_layout_goneMarginStart 108 +int styleable Constraint_layout_goneMarginTop 109 +int styleable Constraint_layout_marginBaseline 110 +int styleable Constraint_layout_wrapBehaviorInParent 111 +int styleable Constraint_motionProgress 112 +int styleable Constraint_motionStagger 113 +int styleable Constraint_pathMotionArc 114 +int styleable Constraint_pivotAnchor 115 +int styleable Constraint_polarRelativeTo 116 +int styleable Constraint_quantizeMotionInterpolator 117 +int styleable Constraint_quantizeMotionPhase 118 +int styleable Constraint_quantizeMotionSteps 119 +int styleable Constraint_transformPivotTarget 120 +int styleable Constraint_transitionEasing 121 +int styleable Constraint_transitionPathRotate 122 +int styleable Constraint_visibilityMode 123 +int[] styleable ConstraintLayout_Layout { 0x010100c4, 0x010100d5, 0x010100d6, 0x010100d7, 0x010100d8, 0x010100d9, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f6, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x010103b3, 0x010103b4, 0x010103b5, 0x010103b6, 0x01010440, 0x0101053b, 0x0101053c, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f0300ae, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300d7, 0x7f0300d8, 0x7f030132, 0x7f030135, 0x7f030136, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f0301f1, 0x7f0301f2, 0x7f0301f3, 0x7f0301f4, 0x7f0301f6, 0x7f0301f7, 0x7f0301f8, 0x7f0301f9, 0x7f0301fa, 0x7f03020e, 0x7f03026b, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f03028f, 0x7f030290, 0x7f030291, 0x7f030292, 0x7f030293, 0x7f030294, 0x7f030295, 0x7f030296, 0x7f030297, 0x7f030298, 0x7f030299, 0x7f03029a, 0x7f03029b, 0x7f03029c, 0x7f03029d, 0x7f03029e, 0x7f03029f, 0x7f0302a0, 0x7f0302a2, 0x7f0302a3, 0x7f0302a4, 0x7f0302a5, 0x7f0302a6, 0x7f0302a7, 0x7f0302a8, 0x7f0302a9, 0x7f0302aa, 0x7f0302ad, 0x7f0302ae, 0x7f0302b2 } +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_layout_width 7 +int styleable ConstraintLayout_Layout_android_layout_height 8 +int styleable ConstraintLayout_Layout_android_layout_margin 9 +int styleable ConstraintLayout_Layout_android_layout_marginLeft 10 +int styleable ConstraintLayout_Layout_android_layout_marginTop 11 +int styleable ConstraintLayout_Layout_android_layout_marginRight 12 +int styleable ConstraintLayout_Layout_android_layout_marginBottom 13 +int styleable ConstraintLayout_Layout_android_maxWidth 14 +int styleable ConstraintLayout_Layout_android_maxHeight 15 +int styleable ConstraintLayout_Layout_android_minWidth 16 +int styleable ConstraintLayout_Layout_android_minHeight 17 +int styleable ConstraintLayout_Layout_android_paddingStart 18 +int styleable ConstraintLayout_Layout_android_paddingEnd 19 +int styleable ConstraintLayout_Layout_android_layout_marginStart 20 +int styleable ConstraintLayout_Layout_android_layout_marginEnd 21 +int styleable ConstraintLayout_Layout_android_elevation 22 +int styleable ConstraintLayout_Layout_android_layout_marginHorizontal 23 +int styleable ConstraintLayout_Layout_android_layout_marginVertical 24 +int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 25 +int styleable ConstraintLayout_Layout_barrierDirection 26 +int styleable ConstraintLayout_Layout_barrierMargin 27 +int styleable ConstraintLayout_Layout_chainUseRtl 28 +int styleable ConstraintLayout_Layout_circularflow_angles 29 +int styleable ConstraintLayout_Layout_circularflow_defaultAngle 30 +int styleable ConstraintLayout_Layout_circularflow_defaultRadius 31 +int styleable ConstraintLayout_Layout_circularflow_radiusInDP 32 +int styleable ConstraintLayout_Layout_circularflow_viewCenter 33 +int styleable ConstraintLayout_Layout_constraintSet 34 +int styleable ConstraintLayout_Layout_constraint_referenced_ids 35 +int styleable ConstraintLayout_Layout_constraint_referenced_tags 36 +int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 37 +int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 38 +int styleable ConstraintLayout_Layout_flow_firstVerticalBias 39 +int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 40 +int styleable ConstraintLayout_Layout_flow_horizontalAlign 41 +int styleable ConstraintLayout_Layout_flow_horizontalBias 42 +int styleable ConstraintLayout_Layout_flow_horizontalGap 43 +int styleable ConstraintLayout_Layout_flow_horizontalStyle 44 +int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 45 +int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 46 +int styleable ConstraintLayout_Layout_flow_lastVerticalBias 47 +int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 48 +int styleable ConstraintLayout_Layout_flow_maxElementsWrap 49 +int styleable ConstraintLayout_Layout_flow_verticalAlign 50 +int styleable ConstraintLayout_Layout_flow_verticalBias 51 +int styleable ConstraintLayout_Layout_flow_verticalGap 52 +int styleable ConstraintLayout_Layout_flow_verticalStyle 53 +int styleable ConstraintLayout_Layout_flow_wrapMode 54 +int styleable ConstraintLayout_Layout_guidelineUseRtl 55 +int styleable ConstraintLayout_Layout_layoutDescription 56 +int styleable ConstraintLayout_Layout_layout_constrainedHeight 57 +int styleable ConstraintLayout_Layout_layout_constrainedWidth 58 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 59 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 60 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf 61 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_toTopOf 62 +int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 63 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 64 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 65 +int styleable ConstraintLayout_Layout_layout_constraintCircle 66 +int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 67 +int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 68 +int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 69 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 70 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 71 +int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 72 +int styleable ConstraintLayout_Layout_layout_constraintGuide_end 73 +int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 74 +int styleable ConstraintLayout_Layout_layout_constraintHeight 75 +int styleable ConstraintLayout_Layout_layout_constraintHeight_default 76 +int styleable ConstraintLayout_Layout_layout_constraintHeight_max 77 +int styleable ConstraintLayout_Layout_layout_constraintHeight_min 78 +int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 79 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 80 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 81 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 82 +int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 83 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 84 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 85 +int styleable ConstraintLayout_Layout_layout_constraintRight_creator 86 +int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 87 +int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 88 +int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 89 +int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 90 +int styleable ConstraintLayout_Layout_layout_constraintTag 91 +int styleable ConstraintLayout_Layout_layout_constraintTop_creator 92 +int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 93 +int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 94 +int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 95 +int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 96 +int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 97 +int styleable ConstraintLayout_Layout_layout_constraintWidth 98 +int styleable ConstraintLayout_Layout_layout_constraintWidth_default 99 +int styleable ConstraintLayout_Layout_layout_constraintWidth_max 100 +int styleable ConstraintLayout_Layout_layout_constraintWidth_min 101 +int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 102 +int styleable ConstraintLayout_Layout_layout_editor_absoluteX 103 +int styleable ConstraintLayout_Layout_layout_editor_absoluteY 104 +int styleable ConstraintLayout_Layout_layout_goneMarginBaseline 105 +int styleable ConstraintLayout_Layout_layout_goneMarginBottom 106 +int styleable ConstraintLayout_Layout_layout_goneMarginEnd 107 +int styleable ConstraintLayout_Layout_layout_goneMarginLeft 108 +int styleable ConstraintLayout_Layout_layout_goneMarginRight 109 +int styleable ConstraintLayout_Layout_layout_goneMarginStart 110 +int styleable ConstraintLayout_Layout_layout_goneMarginTop 111 +int styleable ConstraintLayout_Layout_layout_marginBaseline 112 +int styleable ConstraintLayout_Layout_layout_optimizationLevel 113 +int styleable ConstraintLayout_Layout_layout_wrapBehaviorInParent 114 +int[] styleable ConstraintLayout_ReactiveGuide { 0x7f030392, 0x7f030393, 0x7f030394, 0x7f030395 } +int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange 0 +int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets 1 +int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet 2 +int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_valueId 3 +int[] styleable ConstraintLayout_placeholder { 0x7f030138, 0x7f03037a } +int styleable ConstraintLayout_placeholder_content 0 +int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1 +int[] styleable ConstraintOverride { 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, 0x7f030031, 0x7f030034, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f0300ae, 0x7f030135, 0x7f030187, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f0301f1, 0x7f0301f2, 0x7f0301f3, 0x7f0301f4, 0x7f0301f6, 0x7f0301f7, 0x7f0301f8, 0x7f0301f9, 0x7f0301fa, 0x7f03020e, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030279, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f030290, 0x7f030295, 0x7f030296, 0x7f030299, 0x7f03029a, 0x7f03029b, 0x7f03029c, 0x7f03029d, 0x7f03029e, 0x7f03029f, 0x7f0302a0, 0x7f0302a2, 0x7f0302a3, 0x7f0302a4, 0x7f0302a5, 0x7f0302a6, 0x7f0302a7, 0x7f0302a8, 0x7f0302a9, 0x7f0302aa, 0x7f0302ad, 0x7f0302b2, 0x7f030342, 0x7f030343, 0x7f030344, 0x7f03036f, 0x7f030376, 0x7f03037b, 0x7f030387, 0x7f030388, 0x7f030389, 0x7f0304ad, 0x7f0304af, 0x7f0304b1, 0x7f0304c3 } +int styleable ConstraintOverride_android_orientation 0 +int styleable ConstraintOverride_android_id 1 +int styleable ConstraintOverride_android_visibility 2 +int styleable ConstraintOverride_android_layout_width 3 +int styleable ConstraintOverride_android_layout_height 4 +int styleable ConstraintOverride_android_layout_marginLeft 5 +int styleable ConstraintOverride_android_layout_marginTop 6 +int styleable ConstraintOverride_android_layout_marginRight 7 +int styleable ConstraintOverride_android_layout_marginBottom 8 +int styleable ConstraintOverride_android_maxWidth 9 +int styleable ConstraintOverride_android_maxHeight 10 +int styleable ConstraintOverride_android_minWidth 11 +int styleable ConstraintOverride_android_minHeight 12 +int styleable ConstraintOverride_android_alpha 13 +int styleable ConstraintOverride_android_transformPivotX 14 +int styleable ConstraintOverride_android_transformPivotY 15 +int styleable ConstraintOverride_android_translationX 16 +int styleable ConstraintOverride_android_translationY 17 +int styleable ConstraintOverride_android_scaleX 18 +int styleable ConstraintOverride_android_scaleY 19 +int styleable ConstraintOverride_android_rotation 20 +int styleable ConstraintOverride_android_rotationX 21 +int styleable ConstraintOverride_android_rotationY 22 +int styleable ConstraintOverride_android_layout_marginStart 23 +int styleable ConstraintOverride_android_layout_marginEnd 24 +int styleable ConstraintOverride_android_translationZ 25 +int styleable ConstraintOverride_android_elevation 26 +int styleable ConstraintOverride_animateCircleAngleTo 27 +int styleable ConstraintOverride_animateRelativeTo 28 +int styleable ConstraintOverride_barrierAllowsGoneWidgets 29 +int styleable ConstraintOverride_barrierDirection 30 +int styleable ConstraintOverride_barrierMargin 31 +int styleable ConstraintOverride_chainUseRtl 32 +int styleable ConstraintOverride_constraint_referenced_ids 33 +int styleable ConstraintOverride_drawPath 34 +int styleable ConstraintOverride_flow_firstHorizontalBias 35 +int styleable ConstraintOverride_flow_firstHorizontalStyle 36 +int styleable ConstraintOverride_flow_firstVerticalBias 37 +int styleable ConstraintOverride_flow_firstVerticalStyle 38 +int styleable ConstraintOverride_flow_horizontalAlign 39 +int styleable ConstraintOverride_flow_horizontalBias 40 +int styleable ConstraintOverride_flow_horizontalGap 41 +int styleable ConstraintOverride_flow_horizontalStyle 42 +int styleable ConstraintOverride_flow_lastHorizontalBias 43 +int styleable ConstraintOverride_flow_lastHorizontalStyle 44 +int styleable ConstraintOverride_flow_lastVerticalBias 45 +int styleable ConstraintOverride_flow_lastVerticalStyle 46 +int styleable ConstraintOverride_flow_maxElementsWrap 47 +int styleable ConstraintOverride_flow_verticalAlign 48 +int styleable ConstraintOverride_flow_verticalBias 49 +int styleable ConstraintOverride_flow_verticalGap 50 +int styleable ConstraintOverride_flow_verticalStyle 51 +int styleable ConstraintOverride_flow_wrapMode 52 +int styleable ConstraintOverride_guidelineUseRtl 53 +int styleable ConstraintOverride_layout_constrainedHeight 54 +int styleable ConstraintOverride_layout_constrainedWidth 55 +int styleable ConstraintOverride_layout_constraintBaseline_creator 56 +int styleable ConstraintOverride_layout_constraintBottom_creator 57 +int styleable ConstraintOverride_layout_constraintCircleAngle 58 +int styleable ConstraintOverride_layout_constraintCircleRadius 59 +int styleable ConstraintOverride_layout_constraintDimensionRatio 60 +int styleable ConstraintOverride_layout_constraintGuide_begin 61 +int styleable ConstraintOverride_layout_constraintGuide_end 62 +int styleable ConstraintOverride_layout_constraintGuide_percent 63 +int styleable ConstraintOverride_layout_constraintHeight 64 +int styleable ConstraintOverride_layout_constraintHeight_default 65 +int styleable ConstraintOverride_layout_constraintHeight_max 66 +int styleable ConstraintOverride_layout_constraintHeight_min 67 +int styleable ConstraintOverride_layout_constraintHeight_percent 68 +int styleable ConstraintOverride_layout_constraintHorizontal_bias 69 +int styleable ConstraintOverride_layout_constraintHorizontal_chainStyle 70 +int styleable ConstraintOverride_layout_constraintHorizontal_weight 71 +int styleable ConstraintOverride_layout_constraintLeft_creator 72 +int styleable ConstraintOverride_layout_constraintRight_creator 73 +int styleable ConstraintOverride_layout_constraintTag 74 +int styleable ConstraintOverride_layout_constraintTop_creator 75 +int styleable ConstraintOverride_layout_constraintVertical_bias 76 +int styleable ConstraintOverride_layout_constraintVertical_chainStyle 77 +int styleable ConstraintOverride_layout_constraintVertical_weight 78 +int styleable ConstraintOverride_layout_constraintWidth 79 +int styleable ConstraintOverride_layout_constraintWidth_default 80 +int styleable ConstraintOverride_layout_constraintWidth_max 81 +int styleable ConstraintOverride_layout_constraintWidth_min 82 +int styleable ConstraintOverride_layout_constraintWidth_percent 83 +int styleable ConstraintOverride_layout_editor_absoluteX 84 +int styleable ConstraintOverride_layout_editor_absoluteY 85 +int styleable ConstraintOverride_layout_goneMarginBaseline 86 +int styleable ConstraintOverride_layout_goneMarginBottom 87 +int styleable ConstraintOverride_layout_goneMarginEnd 88 +int styleable ConstraintOverride_layout_goneMarginLeft 89 +int styleable ConstraintOverride_layout_goneMarginRight 90 +int styleable ConstraintOverride_layout_goneMarginStart 91 +int styleable ConstraintOverride_layout_goneMarginTop 92 +int styleable ConstraintOverride_layout_marginBaseline 93 +int styleable ConstraintOverride_layout_wrapBehaviorInParent 94 +int styleable ConstraintOverride_motionProgress 95 +int styleable ConstraintOverride_motionStagger 96 +int styleable ConstraintOverride_motionTarget 97 +int styleable ConstraintOverride_pathMotionArc 98 +int styleable ConstraintOverride_pivotAnchor 99 +int styleable ConstraintOverride_polarRelativeTo 100 +int styleable ConstraintOverride_quantizeMotionInterpolator 101 +int styleable ConstraintOverride_quantizeMotionPhase 102 +int styleable ConstraintOverride_quantizeMotionSteps 103 +int styleable ConstraintOverride_transformPivotTarget 104 +int styleable ConstraintOverride_transitionEasing 105 +int styleable ConstraintOverride_transitionPathRotate 106 +int styleable ConstraintOverride_visibilityMode 107 +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, 0x7f030031, 0x7f030034, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f0300ae, 0x7f030131, 0x7f030135, 0x7f030136, 0x7f030177, 0x7f030187, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f0301f1, 0x7f0301f2, 0x7f0301f3, 0x7f0301f4, 0x7f0301f6, 0x7f0301f7, 0x7f0301f8, 0x7f0301f9, 0x7f0301fa, 0x7f03020e, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f03028f, 0x7f030290, 0x7f030291, 0x7f030292, 0x7f030293, 0x7f030294, 0x7f030295, 0x7f030296, 0x7f030297, 0x7f030298, 0x7f030299, 0x7f03029a, 0x7f03029b, 0x7f03029d, 0x7f03029e, 0x7f03029f, 0x7f0302a0, 0x7f0302a2, 0x7f0302a3, 0x7f0302a4, 0x7f0302a5, 0x7f0302a6, 0x7f0302a7, 0x7f0302a8, 0x7f0302a9, 0x7f0302aa, 0x7f0302ad, 0x7f0302b2, 0x7f030342, 0x7f030343, 0x7f03036f, 0x7f030376, 0x7f03037b, 0x7f030389, 0x7f0304af, 0x7f0304b1 } +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_animateCircleAngleTo 29 +int styleable ConstraintSet_animateRelativeTo 30 +int styleable ConstraintSet_barrierAllowsGoneWidgets 31 +int styleable ConstraintSet_barrierDirection 32 +int styleable ConstraintSet_barrierMargin 33 +int styleable ConstraintSet_chainUseRtl 34 +int styleable ConstraintSet_constraintRotate 35 +int styleable ConstraintSet_constraint_referenced_ids 36 +int styleable ConstraintSet_constraint_referenced_tags 37 +int styleable ConstraintSet_deriveConstraintsFrom 38 +int styleable ConstraintSet_drawPath 39 +int styleable ConstraintSet_flow_firstHorizontalBias 40 +int styleable ConstraintSet_flow_firstHorizontalStyle 41 +int styleable ConstraintSet_flow_firstVerticalBias 42 +int styleable ConstraintSet_flow_firstVerticalStyle 43 +int styleable ConstraintSet_flow_horizontalAlign 44 +int styleable ConstraintSet_flow_horizontalBias 45 +int styleable ConstraintSet_flow_horizontalGap 46 +int styleable ConstraintSet_flow_horizontalStyle 47 +int styleable ConstraintSet_flow_lastHorizontalBias 48 +int styleable ConstraintSet_flow_lastHorizontalStyle 49 +int styleable ConstraintSet_flow_lastVerticalBias 50 +int styleable ConstraintSet_flow_lastVerticalStyle 51 +int styleable ConstraintSet_flow_maxElementsWrap 52 +int styleable ConstraintSet_flow_verticalAlign 53 +int styleable ConstraintSet_flow_verticalBias 54 +int styleable ConstraintSet_flow_verticalGap 55 +int styleable ConstraintSet_flow_verticalStyle 56 +int styleable ConstraintSet_flow_wrapMode 57 +int styleable ConstraintSet_guidelineUseRtl 58 +int styleable ConstraintSet_layout_constrainedHeight 59 +int styleable ConstraintSet_layout_constrainedWidth 60 +int styleable ConstraintSet_layout_constraintBaseline_creator 61 +int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 62 +int styleable ConstraintSet_layout_constraintBaseline_toBottomOf 63 +int styleable ConstraintSet_layout_constraintBaseline_toTopOf 64 +int styleable ConstraintSet_layout_constraintBottom_creator 65 +int styleable ConstraintSet_layout_constraintBottom_toBottomOf 66 +int styleable ConstraintSet_layout_constraintBottom_toTopOf 67 +int styleable ConstraintSet_layout_constraintCircle 68 +int styleable ConstraintSet_layout_constraintCircleAngle 69 +int styleable ConstraintSet_layout_constraintCircleRadius 70 +int styleable ConstraintSet_layout_constraintDimensionRatio 71 +int styleable ConstraintSet_layout_constraintEnd_toEndOf 72 +int styleable ConstraintSet_layout_constraintEnd_toStartOf 73 +int styleable ConstraintSet_layout_constraintGuide_begin 74 +int styleable ConstraintSet_layout_constraintGuide_end 75 +int styleable ConstraintSet_layout_constraintGuide_percent 76 +int styleable ConstraintSet_layout_constraintHeight_default 77 +int styleable ConstraintSet_layout_constraintHeight_max 78 +int styleable ConstraintSet_layout_constraintHeight_min 79 +int styleable ConstraintSet_layout_constraintHeight_percent 80 +int styleable ConstraintSet_layout_constraintHorizontal_bias 81 +int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 82 +int styleable ConstraintSet_layout_constraintHorizontal_weight 83 +int styleable ConstraintSet_layout_constraintLeft_creator 84 +int styleable ConstraintSet_layout_constraintLeft_toLeftOf 85 +int styleable ConstraintSet_layout_constraintLeft_toRightOf 86 +int styleable ConstraintSet_layout_constraintRight_creator 87 +int styleable ConstraintSet_layout_constraintRight_toLeftOf 88 +int styleable ConstraintSet_layout_constraintRight_toRightOf 89 +int styleable ConstraintSet_layout_constraintStart_toEndOf 90 +int styleable ConstraintSet_layout_constraintStart_toStartOf 91 +int styleable ConstraintSet_layout_constraintTag 92 +int styleable ConstraintSet_layout_constraintTop_creator 93 +int styleable ConstraintSet_layout_constraintTop_toBottomOf 94 +int styleable ConstraintSet_layout_constraintTop_toTopOf 95 +int styleable ConstraintSet_layout_constraintVertical_bias 96 +int styleable ConstraintSet_layout_constraintVertical_chainStyle 97 +int styleable ConstraintSet_layout_constraintVertical_weight 98 +int styleable ConstraintSet_layout_constraintWidth_default 99 +int styleable ConstraintSet_layout_constraintWidth_max 100 +int styleable ConstraintSet_layout_constraintWidth_min 101 +int styleable ConstraintSet_layout_constraintWidth_percent 102 +int styleable ConstraintSet_layout_editor_absoluteX 103 +int styleable ConstraintSet_layout_editor_absoluteY 104 +int styleable ConstraintSet_layout_goneMarginBaseline 105 +int styleable ConstraintSet_layout_goneMarginBottom 106 +int styleable ConstraintSet_layout_goneMarginEnd 107 +int styleable ConstraintSet_layout_goneMarginLeft 108 +int styleable ConstraintSet_layout_goneMarginRight 109 +int styleable ConstraintSet_layout_goneMarginStart 110 +int styleable ConstraintSet_layout_goneMarginTop 111 +int styleable ConstraintSet_layout_marginBaseline 112 +int styleable ConstraintSet_layout_wrapBehaviorInParent 113 +int styleable ConstraintSet_motionProgress 114 +int styleable ConstraintSet_motionStagger 115 +int styleable ConstraintSet_pathMotionArc 116 +int styleable ConstraintSet_pivotAnchor 117 +int styleable ConstraintSet_polarRelativeTo 118 +int styleable ConstraintSet_quantizeMotionSteps 119 +int styleable ConstraintSet_transitionEasing 120 +int styleable ConstraintSet_transitionPathRotate 121 +int[] styleable CoordinatorLayout { 0x7f030262, 0x7f0303f1 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f0302a1, 0x7f0302ab, 0x7f0302ac } +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 { 0x7f03003b, 0x7f030162, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030169, 0x7f03016a, 0x7f03016b, 0x7f03030e } +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_customReference 8 +int styleable CustomAttribute_customStringValue 9 +int styleable CustomAttribute_methodName 10 +int[] styleable DrawerArrowToggle { 0x7f030039, 0x7f03003a, 0x7f030063, 0x7f0300f2, 0x7f03018c, 0x7f03020b, 0x7f0303d5, 0x7f03046c } +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 { 0x7f03019c } +int styleable DrawerLayout_elevation 0 +int[] styleable ExtendedFloatingActionButton { 0x7f0300e9, 0x7f03019c, 0x7f0301c2, 0x7f0301c3, 0x7f030218, 0x7f0303c1, 0x7f0303c5 } +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 { 0x7f030067, 0x7f030068 } +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1 +int[] styleable FloatingActionButton { 0x0101000e, 0x7f030050, 0x7f030051, 0x7f030076, 0x7f03019c, 0x7f0301ac, 0x7f0301d1, 0x7f0301d2, 0x7f030218, 0x7f030224, 0x7f030305, 0x7f030384, 0x7f03039d, 0x7f0303b0, 0x7f0303b8, 0x7f0303c1, 0x7f0304b8 } +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 { 0x7f030067 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FlowLayout { 0x7f030257, 0x7f0302b8 } +int styleable FlowLayout_itemSpacing 0 +int styleable FlowLayout_lineSpacing 1 +int[] styleable FontFamily { 0x7f0301fd, 0x7f0301fe, 0x7f0301ff, 0x7f030200, 0x7f030201, 0x7f030202, 0x7f030203 } +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, 0x7f0301fb, 0x7f030204, 0x7f030205, 0x7f030206, 0x7f0304b6 } +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, 0x7f030209 } +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 { 0x7f030030, 0x7f030073, 0x7f030089, 0x7f030148, 0x7f03015d, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f03035d, 0x7f03039f, 0x7f0303a0, 0x7f0303a1, 0x7f0304c5 } +int styleable ImageFilterView_altSrc 0 +int styleable ImageFilterView_blendSrc 1 +int styleable ImageFilterView_brightness 2 +int styleable ImageFilterView_contrast 3 +int styleable ImageFilterView_crossfade 4 +int styleable ImageFilterView_imagePanX 5 +int styleable ImageFilterView_imagePanY 6 +int styleable ImageFilterView_imageRotate 7 +int styleable ImageFilterView_imageZoom 8 +int styleable ImageFilterView_overlay 9 +int styleable ImageFilterView_round 10 +int styleable ImageFilterView_roundPercent 11 +int styleable ImageFilterView_saturation 12 +int styleable ImageFilterView_warmth 13 +int[] styleable Insets { 0x7f0302ce, 0x7f0302cf, 0x7f0302d0, 0x7f03035f, 0x7f030361, 0x7f030362, 0x7f030364, 0x7f030366 } +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_paddingStartSystemWindowInsets 6 +int styleable Insets_paddingTopSystemWindowInsets 7 +int[] styleable KeyAttribute { 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030161, 0x7f03020a, 0x7f030342, 0x7f030344, 0x7f0304ad, 0x7f0304af, 0x7f0304b1 } +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_transformPivotTarget 16 +int styleable KeyAttribute_transitionEasing 17 +int styleable KeyAttribute_transitionPathRotate 18 +int[] styleable KeyCycle { 0x0101031f, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103fa, 0x01010440, 0x7f030161, 0x7f03020a, 0x7f030342, 0x7f030344, 0x7f0304af, 0x7f0304b1, 0x7f0304c7, 0x7f0304c8, 0x7f0304c9, 0x7f0304ca, 0x7f0304cb } +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_wavePhase 18 +int styleable KeyCycle_waveShape 19 +int styleable KeyCycle_waveVariesBy 20 +int[] styleable KeyFrame { } +int[] styleable KeyFramesAcceleration { } +int[] styleable KeyFramesVelocity { } +int[] styleable KeyPosition { 0x7f030161, 0x7f030187, 0x7f03020a, 0x7f030260, 0x7f030344, 0x7f03036f, 0x7f030371, 0x7f030372, 0x7f030373, 0x7f030374, 0x7f0303cf, 0x7f0304af } +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, 0x7f030161, 0x7f03020a, 0x7f030342, 0x7f030344, 0x7f0304af, 0x7f0304b1, 0x7f0304c6, 0x7f0304c7, 0x7f0304c8, 0x7f0304c9, 0x7f0304ca } +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_wavePhase 19 +int styleable KeyTimeCycle_waveShape 20 +int[] styleable KeyTrigger { 0x7f03020a, 0x7f030344, 0x7f030345, 0x7f030346, 0x7f030355, 0x7f030357, 0x7f030358, 0x7f0304b3, 0x7f0304b4, 0x7f0304b5, 0x7f0304c0, 0x7f0304c1, 0x7f0304c2 } +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 KeyTrigger_viewTransitionOnCross 10 +int styleable KeyTrigger_viewTransitionOnNegativeCross 11 +int styleable KeyTrigger_viewTransitionOnPositiveCross 12 +int[] styleable Layout { 0x010100c4, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x010103b5, 0x010103b6, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f0300ae, 0x7f030135, 0x7f030136, 0x7f03020e, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f03028f, 0x7f030290, 0x7f030291, 0x7f030292, 0x7f030293, 0x7f030294, 0x7f030296, 0x7f030297, 0x7f030298, 0x7f030299, 0x7f03029a, 0x7f03029b, 0x7f03029c, 0x7f03029d, 0x7f03029e, 0x7f03029f, 0x7f0302a0, 0x7f0302a2, 0x7f0302a3, 0x7f0302a4, 0x7f0302a5, 0x7f0302a6, 0x7f0302a7, 0x7f0302a8, 0x7f0302a9, 0x7f0302aa, 0x7f0302ad, 0x7f0302b2, 0x7f030304, 0x7f030309, 0x7f03030f, 0x7f030313 } +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_constraint_referenced_tags 14 +int styleable Layout_guidelineUseRtl 15 +int styleable Layout_layout_constrainedHeight 16 +int styleable Layout_layout_constrainedWidth 17 +int styleable Layout_layout_constraintBaseline_creator 18 +int styleable Layout_layout_constraintBaseline_toBaselineOf 19 +int styleable Layout_layout_constraintBaseline_toBottomOf 20 +int styleable Layout_layout_constraintBaseline_toTopOf 21 +int styleable Layout_layout_constraintBottom_creator 22 +int styleable Layout_layout_constraintBottom_toBottomOf 23 +int styleable Layout_layout_constraintBottom_toTopOf 24 +int styleable Layout_layout_constraintCircle 25 +int styleable Layout_layout_constraintCircleAngle 26 +int styleable Layout_layout_constraintCircleRadius 27 +int styleable Layout_layout_constraintDimensionRatio 28 +int styleable Layout_layout_constraintEnd_toEndOf 29 +int styleable Layout_layout_constraintEnd_toStartOf 30 +int styleable Layout_layout_constraintGuide_begin 31 +int styleable Layout_layout_constraintGuide_end 32 +int styleable Layout_layout_constraintGuide_percent 33 +int styleable Layout_layout_constraintHeight 34 +int styleable Layout_layout_constraintHeight_default 35 +int styleable Layout_layout_constraintHeight_max 36 +int styleable Layout_layout_constraintHeight_min 37 +int styleable Layout_layout_constraintHeight_percent 38 +int styleable Layout_layout_constraintHorizontal_bias 39 +int styleable Layout_layout_constraintHorizontal_chainStyle 40 +int styleable Layout_layout_constraintHorizontal_weight 41 +int styleable Layout_layout_constraintLeft_creator 42 +int styleable Layout_layout_constraintLeft_toLeftOf 43 +int styleable Layout_layout_constraintLeft_toRightOf 44 +int styleable Layout_layout_constraintRight_creator 45 +int styleable Layout_layout_constraintRight_toLeftOf 46 +int styleable Layout_layout_constraintRight_toRightOf 47 +int styleable Layout_layout_constraintStart_toEndOf 48 +int styleable Layout_layout_constraintStart_toStartOf 49 +int styleable Layout_layout_constraintTop_creator 50 +int styleable Layout_layout_constraintTop_toBottomOf 51 +int styleable Layout_layout_constraintTop_toTopOf 52 +int styleable Layout_layout_constraintVertical_bias 53 +int styleable Layout_layout_constraintVertical_chainStyle 54 +int styleable Layout_layout_constraintVertical_weight 55 +int styleable Layout_layout_constraintWidth 56 +int styleable Layout_layout_constraintWidth_default 57 +int styleable Layout_layout_constraintWidth_max 58 +int styleable Layout_layout_constraintWidth_min 59 +int styleable Layout_layout_constraintWidth_percent 60 +int styleable Layout_layout_editor_absoluteX 61 +int styleable Layout_layout_editor_absoluteY 62 +int styleable Layout_layout_goneMarginBaseline 63 +int styleable Layout_layout_goneMarginBottom 64 +int styleable Layout_layout_goneMarginEnd 65 +int styleable Layout_layout_goneMarginLeft 66 +int styleable Layout_layout_goneMarginRight 67 +int styleable Layout_layout_goneMarginStart 68 +int styleable Layout_layout_goneMarginTop 69 +int styleable Layout_layout_marginBaseline 70 +int styleable Layout_layout_wrapBehaviorInParent 71 +int styleable Layout_maxHeight 72 +int styleable Layout_maxWidth 73 +int styleable Layout_minHeight 74 +int styleable Layout_minWidth 75 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f03017c, 0x7f030181, 0x7f03030a, 0x7f0303c0 } +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 { 0x7f030235, 0x7f030239 } +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 { 0x7f030049, 0x7f03004a, 0x7f03004b, 0x7f03004c, 0x7f030050 } +int styleable MaterialAlertDialog_backgroundInsetBottom 0 +int styleable MaterialAlertDialog_backgroundInsetEnd 1 +int styleable MaterialAlertDialog_backgroundInsetStart 2 +int styleable MaterialAlertDialog_backgroundInsetTop 3 +int styleable MaterialAlertDialog_backgroundTint 4 +int[] styleable MaterialAlertDialogTheme { 0x7f0302d1, 0x7f0302d2, 0x7f0302d3, 0x7f0302d4, 0x7f0302d5, 0x7f0302d6 } +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, 0x7f030194, 0x7f0303c8, 0x7f0303c9, 0x7f0303ca, 0x7f0303cb } +int styleable MaterialAutoCompleteTextView_android_inputType 0 +int styleable MaterialAutoCompleteTextView_android_popupElevation 1 +int styleable MaterialAutoCompleteTextView_dropDownBackgroundTint 2 +int styleable MaterialAutoCompleteTextView_simpleItemLayout 3 +int styleable MaterialAutoCompleteTextView_simpleItemSelectedColor 4 +int styleable MaterialAutoCompleteTextView_simpleItemSelectedRippleColor 5 +int styleable MaterialAutoCompleteTextView_simpleItems 6 +int[] styleable MaterialButton { 0x010100d4, 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f030050, 0x7f030051, 0x7f030151, 0x7f03019c, 0x7f030225, 0x7f030227, 0x7f030228, 0x7f030229, 0x7f03022b, 0x7f03022c, 0x7f03039d, 0x7f0303b0, 0x7f0303b8, 0x7f0303f4, 0x7f0303f5, 0x7f030494 } +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, 0x7f0300b3, 0x7f0303ad, 0x7f0303ce } +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, 0x7f030050, 0x7f03016c, 0x7f03016d, 0x7f03016e, 0x7f03016f, 0x7f030351, 0x7f03038e, 0x7f0304d6, 0x7f0304d7, 0x7f0304d8 } +int styleable MaterialCalendar_android_windowFullscreen 0 +int styleable MaterialCalendar_backgroundTint 1 +int styleable MaterialCalendar_dayInvalidStyle 2 +int styleable MaterialCalendar_daySelectedStyle 3 +int styleable MaterialCalendar_dayStyle 4 +int styleable MaterialCalendar_dayTodayStyle 5 +int styleable MaterialCalendar_nestedScrollable 6 +int styleable MaterialCalendar_rangeFillColor 7 +int styleable MaterialCalendar_yearSelectedStyle 8 +int styleable MaterialCalendar_yearStyle 9 +int styleable MaterialCalendar_yearTodayStyle 10 +int[] styleable MaterialCalendarItem { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f030244, 0x7f030250, 0x7f030251, 0x7f030258, 0x7f030259, 0x7f03025e } +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, 0x7f03009d, 0x7f0300b5, 0x7f0300b7, 0x7f0300b8, 0x7f0300b9, 0x7f0300ba, 0x7f03039d, 0x7f0303b0, 0x7f0303b8, 0x7f0303eb, 0x7f0303f4, 0x7f0303f5 } +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, 0x7f03008f, 0x7f030091, 0x7f030093, 0x7f030094, 0x7f030098, 0x7f0300ad, 0x7f0300bc, 0x7f0301ad, 0x7f0301b4, 0x7f0304ba } +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 { 0x7f0303ec, 0x7f0303ed } +int styleable MaterialCheckBoxStates_state_error 0 +int styleable MaterialCheckBoxStates_state_indeterminate 1 +int[] styleable MaterialDivider { 0x7f03017d, 0x7f03017f, 0x7f030180, 0x7f030182, 0x7f030269 } +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 { 0x7f030098, 0x7f0304ba } +int styleable MaterialRadioButton_buttonTint 0 +int styleable MaterialRadioButton_useMaterialThemeColors 1 +int[] styleable MaterialShape { 0x7f0303b0, 0x7f0303b8 } +int styleable MaterialShape_shapeAppearance 0 +int styleable MaterialShape_shapeAppearanceOverlay 1 +int[] styleable MaterialSwitch { 0x7f03046f, 0x7f030470, 0x7f030471, 0x7f030472, 0x7f0304a6, 0x7f0304a7, 0x7f0304a8 } +int styleable MaterialSwitch_thumbIcon 0 +int styleable MaterialSwitch_thumbIconSize 1 +int styleable MaterialSwitch_thumbIconTint 2 +int styleable MaterialSwitch_thumbIconTintMode 3 +int styleable MaterialSwitch_trackDecoration 4 +int styleable MaterialSwitch_trackDecorationTint 5 +int styleable MaterialSwitch_trackDecorationTintMode 6 +int[] styleable MaterialTextAppearance { 0x010104b6, 0x0101057f, 0x7f0302b7 } +int styleable MaterialTextAppearance_android_letterSpacing 0 +int styleable MaterialTextAppearance_android_lineHeight 1 +int styleable MaterialTextAppearance_lineHeight 2 +int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f0302b7 } +int styleable MaterialTextView_android_textAppearance 0 +int styleable MaterialTextView_android_lineHeight 1 +int styleable MaterialTextView_lineHeight 2 +int[] styleable MaterialTimePicker { 0x7f030050, 0x7f0300dd, 0x7f030261 } +int styleable MaterialTimePicker_backgroundTint 0 +int styleable MaterialTimePicker_clockIcon 1 +int styleable MaterialTimePicker_keyboardIcon 2 +int[] styleable MaterialToolbar { 0x7f0302ca, 0x7f0302cc, 0x7f03034b, 0x7f0303fd, 0x7f030486 } +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, 0x7f03000f, 0x7f030023, 0x7f030025, 0x7f03002f, 0x7f030139, 0x7f03022b, 0x7f03022c, 0x7f030353, 0x7f0303be, 0x7f03049c } +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, 0x7f030383, 0x7f0303f6 } +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 { 0x7f030314, 0x7f030315, 0x7f030316, 0x7f030317, 0x7f030318, 0x7f030319 } +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 { 0x7f030031, 0x7f030034, 0x7f030187, 0x7f030341, 0x7f030343, 0x7f03036f, 0x7f030387, 0x7f030388, 0x7f030389, 0x7f0304af } +int styleable Motion_animateCircleAngleTo 0 +int styleable Motion_animateRelativeTo 1 +int styleable Motion_drawPath 2 +int styleable Motion_motionPathRotate 3 +int styleable Motion_motionStagger 4 +int styleable Motion_pathMotionArc 5 +int styleable Motion_quantizeMotionInterpolator 6 +int styleable Motion_quantizeMotionPhase 7 +int styleable Motion_quantizeMotionSteps 8 +int styleable Motion_transitionEasing 9 +int[] styleable MotionEffect { 0x7f030337, 0x7f030338, 0x7f030339, 0x7f03033a, 0x7f03033b, 0x7f03033c, 0x7f03033d, 0x7f03033e } +int styleable MotionEffect_motionEffect_alpha 0 +int styleable MotionEffect_motionEffect_end 1 +int styleable MotionEffect_motionEffect_move 2 +int styleable MotionEffect_motionEffect_start 3 +int styleable MotionEffect_motionEffect_strict 4 +int styleable MotionEffect_motionEffect_translationX 5 +int styleable MotionEffect_motionEffect_translationY 6 +int styleable MotionEffect_motionEffect_viewTransition 7 +int[] styleable MotionHelper { 0x7f030356, 0x7f030359 } +int styleable MotionHelper_onHide 0 +int styleable MotionHelper_onShow 1 +int[] styleable MotionLabel { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x010100af, 0x0101014f, 0x01010164, 0x010103ac, 0x01010535, 0x7f030074, 0x7f030075, 0x7f0303a2, 0x7f030450, 0x7f030451, 0x7f030452, 0x7f030453, 0x7f030454, 0x7f030462, 0x7f030463, 0x7f030464, 0x7f030465, 0x7f030467, 0x7f030468, 0x7f030469, 0x7f03046a } +int styleable MotionLabel_android_textSize 0 +int styleable MotionLabel_android_typeface 1 +int styleable MotionLabel_android_textStyle 2 +int styleable MotionLabel_android_textColor 3 +int styleable MotionLabel_android_gravity 4 +int styleable MotionLabel_android_text 5 +int styleable MotionLabel_android_shadowRadius 6 +int styleable MotionLabel_android_fontFamily 7 +int styleable MotionLabel_android_autoSizeTextType 8 +int styleable MotionLabel_borderRound 9 +int styleable MotionLabel_borderRoundPercent 10 +int styleable MotionLabel_scaleFromTextSize 11 +int styleable MotionLabel_textBackground 12 +int styleable MotionLabel_textBackgroundPanX 13 +int styleable MotionLabel_textBackgroundPanY 14 +int styleable MotionLabel_textBackgroundRotate 15 +int styleable MotionLabel_textBackgroundZoom 16 +int styleable MotionLabel_textOutlineColor 17 +int styleable MotionLabel_textOutlineThickness 18 +int styleable MotionLabel_textPanX 19 +int styleable MotionLabel_textPanY 20 +int styleable MotionLabel_textureBlurFactor 21 +int styleable MotionLabel_textureEffect 22 +int styleable MotionLabel_textureHeight 23 +int styleable MotionLabel_textureWidth 24 +int[] styleable MotionLayout { 0x7f030037, 0x7f03015e, 0x7f03026b, 0x7f03031a, 0x7f030342, 0x7f0303c2 } +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 { 0x7f030170, 0x7f03026c } +int styleable MotionScene_defaultDuration 0 +int styleable MotionScene_layoutDuringTransition 1 +int[] styleable MotionTelltales { 0x7f030427, 0x7f030428, 0x7f030429 } +int styleable MotionTelltales_telltales_tailColor 0 +int styleable MotionTelltales_telltales_tailScale 1 +int styleable MotionTelltales_telltales_velocityMode 2 +int[] styleable NavigationBarActiveIndicator { 0x01010155, 0x01010159, 0x010101a5, 0x7f0302cd, 0x7f0303b0 } +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 { 0x7f030026, 0x7f030050, 0x7f03019c, 0x7f030242, 0x7f030243, 0x7f030248, 0x7f030249, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f030266, 0x7f03030b } +int styleable NavigationBarView_activeIndicatorLabelPadding 0 +int styleable NavigationBarView_backgroundTint 1 +int styleable NavigationBarView_elevation 2 +int styleable NavigationBarView_itemActiveIndicatorStyle 3 +int styleable NavigationBarView_itemBackground 4 +int styleable NavigationBarView_itemIconSize 5 +int styleable NavigationBarView_itemIconTint 6 +int styleable NavigationBarView_itemPaddingBottom 7 +int styleable NavigationBarView_itemPaddingTop 8 +int styleable NavigationBarView_itemRippleColor 9 +int styleable NavigationBarView_itemTextAppearanceActive 10 +int styleable NavigationBarView_itemTextAppearanceActiveBoldEnabled 11 +int styleable NavigationBarView_itemTextAppearanceInactive 12 +int styleable NavigationBarView_itemTextColor 13 +int styleable NavigationBarView_labelVisibilityMode 14 +int styleable NavigationBarView_menu 15 +int[] styleable NavigationRailView { 0x7f030211, 0x7f03024b, 0x7f03030d, 0x7f03035f, 0x7f030364, 0x7f030366, 0x7f0303b0, 0x7f0303b8 } +int styleable NavigationRailView_headerLayout 0 +int styleable NavigationRailView_itemMinHeight 1 +int styleable NavigationRailView_menuGravity 2 +int styleable NavigationRailView_paddingBottomSystemWindowInsets 3 +int styleable NavigationRailView_paddingStartSystemWindowInsets 4 +int styleable NavigationRailView_paddingTopSystemWindowInsets 5 +int styleable NavigationRailView_shapeAppearance 6 +int styleable NavigationRailView_shapeAppearanceOverlay 7 +int[] styleable NavigationView { 0x010100b3, 0x010100d4, 0x010100dd, 0x0101011f, 0x7f030079, 0x7f03017f, 0x7f030180, 0x7f030192, 0x7f03019c, 0x7f030211, 0x7f030243, 0x7f030245, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f03025a, 0x7f03025c, 0x7f03025e, 0x7f03025f, 0x7f03030b, 0x7f0303b0, 0x7f0303b8, 0x7f0303f7, 0x7f0303f8, 0x7f0303f9, 0x7f0303fa, 0x7f03049d } +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_itemTextAppearanceActiveBoldEnabled 25 +int styleable NavigationView_itemTextColor 26 +int styleable NavigationView_itemVerticalPadding 27 +int styleable NavigationView_menu 28 +int styleable NavigationView_shapeAppearance 29 +int styleable NavigationView_shapeAppearanceOverlay 30 +int styleable NavigationView_subheaderColor 31 +int styleable NavigationView_subheaderInsetEnd 32 +int styleable NavigationView_subheaderInsetStart 33 +int styleable NavigationView_subheaderTextAppearance 34 +int styleable NavigationView_topInsetScrimEnabled 35 +int[] styleable OnClick { 0x7f0300da, 0x7f030426 } +int styleable OnClick_clickAction 0 +int styleable OnClick_targetId 1 +int[] styleable OnSwipe { 0x7f03003d, 0x7f030184, 0x7f030185, 0x7f030186, 0x7f0302b6, 0x7f030300, 0x7f030308, 0x7f030347, 0x7f03034f, 0x7f03035b, 0x7f03039e, 0x7f0303d9, 0x7f0303da, 0x7f0303db, 0x7f0303dc, 0x7f0303dd, 0x7f03049e, 0x7f03049f, 0x7f0304a0 } +int styleable OnSwipe_autoCompleteMode 0 +int styleable OnSwipe_dragDirection 1 +int styleable OnSwipe_dragScale 2 +int styleable OnSwipe_dragThreshold 3 +int styleable OnSwipe_limitBoundsTo 4 +int styleable OnSwipe_maxAcceleration 5 +int styleable OnSwipe_maxVelocity 6 +int styleable OnSwipe_moveWhenScrollAtTop 7 +int styleable OnSwipe_nestedScrollFlags 8 +int styleable OnSwipe_onTouchUp 9 +int styleable OnSwipe_rotationCenterId 10 +int styleable OnSwipe_springBoundary 11 +int styleable OnSwipe_springDamping 12 +int styleable OnSwipe_springMass 13 +int styleable OnSwipe_springStiffness 14 +int styleable OnSwipe_springStopThreshold 15 +int styleable OnSwipe_touchAnchorId 16 +int styleable OnSwipe_touchAnchorSide 17 +int styleable OnSwipe_touchRegionId 18 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f03035c } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f0303e8 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable PropertySet { 0x010100dc, 0x0101031f, 0x7f030295, 0x7f030342, 0x7f0304c3 } +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 { 0x7f0302ed } +int styleable RadialViewGroup_materialCircleRadius 0 +int[] styleable RangeSlider { 0x7f030311, 0x7f0304bb } +int styleable RangeSlider_minSeparation 0 +int styleable RangeSlider_values 1 +int[] styleable RecycleListView { 0x7f03035e, 0x7f030365 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f03026d, 0x7f03039c, 0x7f0303d4, 0x7f0303df } +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 { 0x7f03023d } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f03006e } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchBar { 0x01010034, 0x0101014f, 0x01010150, 0x7f030050, 0x7f030171, 0x7f030173, 0x7f03019c, 0x7f030208, 0x7f030219, 0x7f03034b, 0x7f0303f4, 0x7f0303f5, 0x7f030484 } +int styleable SearchBar_android_textAppearance 0 +int styleable SearchBar_android_text 1 +int styleable SearchBar_android_hint 2 +int styleable SearchBar_backgroundTint 3 +int styleable SearchBar_defaultMarginsEnabled 4 +int styleable SearchBar_defaultScrollFlagsEnabled 5 +int styleable SearchBar_elevation 6 +int styleable SearchBar_forceDefaultNavigationOnClickListener 7 +int styleable SearchBar_hideNavigationIcon 8 +int styleable SearchBar_navigationIconTint 9 +int styleable SearchBar_strokeColor 10 +int styleable SearchBar_strokeWidth 11 +int styleable SearchBar_tintNavigationIcon 12 +int[] styleable SearchView { 0x01010034, 0x010100da, 0x0101011f, 0x0101014f, 0x01010150, 0x01010220, 0x01010264, 0x7f030032, 0x7f030033, 0x7f03003f, 0x7f030046, 0x7f030050, 0x7f0300df, 0x7f03012f, 0x7f030172, 0x7f03020d, 0x7f030211, 0x7f030219, 0x7f03022d, 0x7f03026a, 0x7f03038a, 0x7f03038b, 0x7f0303a6, 0x7f0303a7, 0x7f0303a8, 0x7f0303fb, 0x7f030404, 0x7f0304b9, 0x7f0304c4 } +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_backHandlingEnabled 10 +int styleable SearchView_backgroundTint 11 +int styleable SearchView_closeIcon 12 +int styleable SearchView_commitIcon 13 +int styleable SearchView_defaultQueryHint 14 +int styleable SearchView_goIcon 15 +int styleable SearchView_headerLayout 16 +int styleable SearchView_hideNavigationIcon 17 +int styleable SearchView_iconifiedByDefault 18 +int styleable SearchView_layout 19 +int styleable SearchView_queryBackground 20 +int styleable SearchView_queryHint 21 +int styleable SearchView_searchHintIcon 22 +int styleable SearchView_searchIcon 23 +int styleable SearchView_searchPrefixText 24 +int styleable SearchView_submitBackground 25 +int styleable SearchView_suggestionRowLayout 26 +int styleable SearchView_useDrawerArrowDrawable 27 +int styleable SearchView_voiceIcon 28 +int[] styleable ShapeAppearance { 0x7f03014c, 0x7f03014d, 0x7f03014e, 0x7f03014f, 0x7f030150, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156 } +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 { 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f0303b0, 0x7f0303b8, 0x7f0303f4, 0x7f0303f5 } +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, 0x7f030050, 0x7f030069, 0x7f03014b, 0x7f0303b0, 0x7f0303b8 } +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, 0x7f03020f, 0x7f030210, 0x7f030264, 0x7f030265, 0x7f030312, 0x7f03046d, 0x7f03046e, 0x7f030473, 0x7f030474, 0x7f030475, 0x7f030479, 0x7f03047a, 0x7f03047b, 0x7f03047f, 0x7f030480, 0x7f030481, 0x7f0304a2, 0x7f0304a3, 0x7f0304a4, 0x7f0304a9 } +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_tickRadiusActive 18 +int styleable Slider_tickRadiusInactive 19 +int styleable Slider_tickVisible 20 +int styleable Slider_trackColor 21 +int styleable Slider_trackColorActive 22 +int styleable Slider_trackColorInactive 23 +int styleable Slider_trackHeight 24 +int[] styleable Snackbar { 0x7f0303d1, 0x7f0303d2, 0x7f0303d3 } +int styleable Snackbar_snackbarButtonStyle 0 +int styleable Snackbar_snackbarStyle 1 +int styleable Snackbar_snackbarTextViewStyle 2 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f030024, 0x7f030035, 0x7f03004d, 0x7f030050, 0x7f030051, 0x7f03019c, 0x7f030301, 0x7f0303b0, 0x7f0303b8 } +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, 0x7f03037e } +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, 0x7f030137 } +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 { 0x7f030174 } +int styleable StateSet_defaultState 0 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0303c3, 0x7f0303d8, 0x7f030405, 0x7f030406, 0x7f030408, 0x7f030476, 0x7f030477, 0x7f030478, 0x7f0304a1, 0x7f0304ab, 0x7f0304ac } +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 { 0x7f0304ba } +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 { 0x7f030409, 0x7f03040a, 0x7f03040b, 0x7f03040c, 0x7f03040d, 0x7f03040e, 0x7f03040f, 0x7f030410, 0x7f030411, 0x7f030412, 0x7f030413, 0x7f030414, 0x7f030415, 0x7f030416, 0x7f030417, 0x7f030418, 0x7f030419, 0x7f03041a, 0x7f03041b, 0x7f03041c, 0x7f03041d, 0x7f03041e, 0x7f030420, 0x7f030421, 0x7f030423, 0x7f030424, 0x7f030425 } +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, 0x7f0301fc, 0x7f030205, 0x7f03042a, 0x7f030461 } +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 TextEffects { 0x01010095, 0x01010096, 0x01010097, 0x0101014f, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f030074, 0x7f030075, 0x7f030458, 0x7f030462, 0x7f030463 } +int styleable TextEffects_android_textSize 0 +int styleable TextEffects_android_typeface 1 +int styleable TextEffects_android_textStyle 2 +int styleable TextEffects_android_text 3 +int styleable TextEffects_android_shadowColor 4 +int styleable TextEffects_android_shadowDx 5 +int styleable TextEffects_android_shadowDy 6 +int styleable TextEffects_android_shadowRadius 7 +int styleable TextEffects_android_fontFamily 8 +int styleable TextEffects_borderRound 9 +int styleable TextEffects_borderRoundPercent 10 +int styleable TextEffects_textFillColor 11 +int styleable TextEffects_textOutlineColor 12 +int styleable TextEffects_textOutlineThickness 13 +int[] styleable TextInputEditText { 0x7f03045c } +int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0 +int[] styleable TextInputLayout { 0x0101000e, 0x0101009a, 0x0101011f, 0x0101013f, 0x01010150, 0x01010157, 0x0101015a, 0x7f03007e, 0x7f03007f, 0x7f030080, 0x7f030081, 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f030088, 0x7f030157, 0x7f030158, 0x7f030159, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03015f, 0x7f030160, 0x7f0301a2, 0x7f0301a3, 0x7f0301a4, 0x7f0301a5, 0x7f0301a6, 0x7f0301a7, 0x7f0301a8, 0x7f0301a9, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b3, 0x7f0301b5, 0x7f0301b6, 0x7f0301b9, 0x7f030213, 0x7f030214, 0x7f030215, 0x7f030216, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f03021f, 0x7f03036a, 0x7f03036b, 0x7f03036c, 0x7f03036d, 0x7f03036e, 0x7f030377, 0x7f030378, 0x7f030379, 0x7f030380, 0x7f030381, 0x7f030382, 0x7f0303b0, 0x7f0303b8, 0x7f0303e1, 0x7f0303e2, 0x7f0303e3, 0x7f0303e4, 0x7f0303e5, 0x7f0303e6, 0x7f0303e7, 0x7f030401, 0x7f030402, 0x7f030403 } +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_cursorColor 24 +int styleable TextInputLayout_cursorErrorColor 25 +int styleable TextInputLayout_endIconCheckable 26 +int styleable TextInputLayout_endIconContentDescription 27 +int styleable TextInputLayout_endIconDrawable 28 +int styleable TextInputLayout_endIconMinSize 29 +int styleable TextInputLayout_endIconMode 30 +int styleable TextInputLayout_endIconScaleType 31 +int styleable TextInputLayout_endIconTint 32 +int styleable TextInputLayout_endIconTintMode 33 +int styleable TextInputLayout_errorAccessibilityLiveRegion 34 +int styleable TextInputLayout_errorContentDescription 35 +int styleable TextInputLayout_errorEnabled 36 +int styleable TextInputLayout_errorIconDrawable 37 +int styleable TextInputLayout_errorIconTint 38 +int styleable TextInputLayout_errorIconTintMode 39 +int styleable TextInputLayout_errorTextAppearance 40 +int styleable TextInputLayout_errorTextColor 41 +int styleable TextInputLayout_expandedHintEnabled 42 +int styleable TextInputLayout_helperText 43 +int styleable TextInputLayout_helperTextEnabled 44 +int styleable TextInputLayout_helperTextTextAppearance 45 +int styleable TextInputLayout_helperTextTextColor 46 +int styleable TextInputLayout_hintAnimationEnabled 47 +int styleable TextInputLayout_hintEnabled 48 +int styleable TextInputLayout_hintTextAppearance 49 +int styleable TextInputLayout_hintTextColor 50 +int styleable TextInputLayout_passwordToggleContentDescription 51 +int styleable TextInputLayout_passwordToggleDrawable 52 +int styleable TextInputLayout_passwordToggleEnabled 53 +int styleable TextInputLayout_passwordToggleTint 54 +int styleable TextInputLayout_passwordToggleTintMode 55 +int styleable TextInputLayout_placeholderText 56 +int styleable TextInputLayout_placeholderTextAppearance 57 +int styleable TextInputLayout_placeholderTextColor 58 +int styleable TextInputLayout_prefixText 59 +int styleable TextInputLayout_prefixTextAppearance 60 +int styleable TextInputLayout_prefixTextColor 61 +int styleable TextInputLayout_shapeAppearance 62 +int styleable TextInputLayout_shapeAppearanceOverlay 63 +int styleable TextInputLayout_startIconCheckable 64 +int styleable TextInputLayout_startIconContentDescription 65 +int styleable TextInputLayout_startIconDrawable 66 +int styleable TextInputLayout_startIconMinSize 67 +int styleable TextInputLayout_startIconScaleType 68 +int styleable TextInputLayout_startIconTint 69 +int styleable TextInputLayout_startIconTintMode 70 +int styleable TextInputLayout_suffixText 71 +int styleable TextInputLayout_suffixTextAppearance 72 +int styleable TextInputLayout_suffixTextColor 73 +int[] styleable ThemeEnforcement { 0x01010034, 0x7f0301aa, 0x7f0301ab } +int styleable ThemeEnforcement_android_textAppearance 0 +int styleable ThemeEnforcement_enforceMaterialTheme 1 +int styleable ThemeEnforcement_enforceTextAppearance 2 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f030090, 0x7f0300e7, 0x7f0300e8, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f0302c9, 0x7f0302cb, 0x7f030302, 0x7f03030b, 0x7f030349, 0x7f03034a, 0x7f03037e, 0x7f0303fc, 0x7f0303fe, 0x7f0303ff, 0x7f030485, 0x7f030489, 0x7f03048a, 0x7f03048b, 0x7f03048c, 0x7f03048d, 0x7f03048e, 0x7f030490, 0x7f030491 } +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, 0x7f030050 } +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, 0x7f0304ad } +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 Transform_transformPivotTarget 11 +int[] styleable Transition { 0x010100d0, 0x7f030045, 0x7f030133, 0x7f030134, 0x7f030197, 0x7f03026c, 0x7f03033f, 0x7f03036f, 0x7f0303e0, 0x7f0304ae, 0x7f0304b0 } +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 { 0x7f030137, 0x7f030397, 0x7f030398, 0x7f030399, 0x7f03039a } +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, 0x7f030360, 0x7f030363, 0x7f03046b } +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, 0x7f030050, 0x7f030051 } +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[] styleable ViewTransition { 0x010100d0, 0x7f030000, 0x7f030001, 0x7f0300d9, 0x7f030197, 0x7f03022e, 0x7f03022f, 0x7f03033f, 0x7f030344, 0x7f03035a, 0x7f03036f, 0x7f0303af, 0x7f0304ae, 0x7f0304b7, 0x7f0304bf } +int styleable ViewTransition_android_id 0 +int styleable ViewTransition_SharedValue 1 +int styleable ViewTransition_SharedValueId 2 +int styleable ViewTransition_clearsTag 3 +int styleable ViewTransition_duration 4 +int styleable ViewTransition_ifTagNotSet 5 +int styleable ViewTransition_ifTagSet 6 +int styleable ViewTransition_motionInterpolator 7 +int styleable ViewTransition_motionTarget 8 +int styleable ViewTransition_onStateTransition 9 +int styleable ViewTransition_pathMotionArc 10 +int styleable ViewTransition_setsTag 11 +int styleable ViewTransition_transitionDisable 12 +int styleable ViewTransition_upDuration 13 +int styleable ViewTransition_viewTransitionMode 14 +int[] styleable include { 0x7f030132 } +int styleable include_constraintSet 0 +int xml dream_info 0x7f110000 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/signing_config_versions/debug/writeDebugSigningConfigVersions/signing-config-versions.json b/app/build/intermediates/signing_config_versions/debug/writeDebugSigningConfigVersions/signing-config-versions.json new file mode 100644 index 0000000..51f6368 --- /dev/null +++ b/app/build/intermediates/signing_config_versions/debug/writeDebugSigningConfigVersions/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..80b7763 --- /dev/null +++ b/app/build/intermediates/source_set_path_map/debug/file-map.txt @@ -0,0 +1,34 @@ +com.example.daydreamclock.app-profileinstaller-1.3.0-0 C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\res +com.example.daydreamclock.app-core-runtime-2.2.0-1 C:\Users\tinde\.gradle\caches\transforms-4\0db0201f63a34d0c398dc3a5d8ff26e8\transformed\core-runtime-2.2.0\res +com.example.daydreamclock.app-lifecycle-runtime-2.6.1-2 C:\Users\tinde\.gradle\caches\transforms-4\196f4befce1b955c1217f009cbd7acbb\transformed\lifecycle-runtime-2.6.1\res +com.example.daydreamclock.app-cardview-1.0.0-3 C:\Users\tinde\.gradle\caches\transforms-4\25c5032e977fa085edeb7f00163bf819\transformed\cardview-1.0.0\res +com.example.daydreamclock.app-core-ktx-1.12.0-4 C:\Users\tinde\.gradle\caches\transforms-4\305df038b4ce3512284e56ff2077328a\transformed\core-ktx-1.12.0\res +com.example.daydreamclock.app-activity-1.8.0-5 C:\Users\tinde\.gradle\caches\transforms-4\40b461153d5e867249383262bab6b954\transformed\activity-1.8.0\res +com.example.daydreamclock.app-appcompat-resources-1.6.1-6 C:\Users\tinde\.gradle\caches\transforms-4\452c0cdd8a90dcfdc2ba9d8d0353c253\transformed\appcompat-resources-1.6.1\res +com.example.daydreamclock.app-recyclerview-1.1.0-7 C:\Users\tinde\.gradle\caches\transforms-4\4623089df65fe6eb130cdc60bb34bcd3\transformed\recyclerview-1.1.0\res +com.example.daydreamclock.app-constraintlayout-2.1.4-8 C:\Users\tinde\.gradle\caches\transforms-4\481167e5a5013ac711f0c7e7ac43fbb3\transformed\constraintlayout-2.1.4\res +com.example.daydreamclock.app-lifecycle-viewmodel-2.6.1-9 C:\Users\tinde\.gradle\caches\transforms-4\5629cbd501a8e4dc6828cc92561b74aa\transformed\lifecycle-viewmodel-2.6.1\res +com.example.daydreamclock.app-savedstate-1.2.1-10 C:\Users\tinde\.gradle\caches\transforms-4\59688f5f71ed6a8f7f55a11fd32c6431\transformed\savedstate-1.2.1\res +com.example.daydreamclock.app-lifecycle-livedata-2.6.1-11 C:\Users\tinde\.gradle\caches\transforms-4\7bda198a0e89fccdfb73c3905c045dc4\transformed\lifecycle-livedata-2.6.1\res +com.example.daydreamclock.app-emoji2-views-helper-1.2.0-12 C:\Users\tinde\.gradle\caches\transforms-4\956bac75d5c89bcb345716511d97f9d2\transformed\emoji2-views-helper-1.2.0\res +com.example.daydreamclock.app-annotation-experimental-1.3.0-13 C:\Users\tinde\.gradle\caches\transforms-4\a1dde33152580af30808e0e0ce487a71\transformed\annotation-experimental-1.3.0\res +com.example.daydreamclock.app-coordinatorlayout-1.1.0-14 C:\Users\tinde\.gradle\caches\transforms-4\a3b6356bd6284a56af3936638a9bf59f\transformed\coordinatorlayout-1.1.0\res +com.example.daydreamclock.app-startup-runtime-1.1.1-15 C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\res +com.example.daydreamclock.app-emoji2-1.2.0-16 C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\res +com.example.daydreamclock.app-transition-1.2.0-17 C:\Users\tinde\.gradle\caches\transforms-4\b616187fd5ca5a70aefd0b5f93f60d4d\transformed\transition-1.2.0\res +com.example.daydreamclock.app-material-1.11.0-18 C:\Users\tinde\.gradle\caches\transforms-4\c28bbbc2a92ca476f88c575f0dd81fe4\transformed\material-1.11.0\res +com.example.daydreamclock.app-viewpager2-1.0.0-19 C:\Users\tinde\.gradle\caches\transforms-4\cb953fb7b780850cb20cb7d6358969a2\transformed\viewpager2-1.0.0\res +com.example.daydreamclock.app-drawerlayout-1.1.1-20 C:\Users\tinde\.gradle\caches\transforms-4\dabe689a35df26bb0dcc0d7cad575bd6\transformed\drawerlayout-1.1.1\res +com.example.daydreamclock.app-core-1.12.0-21 C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\res +com.example.daydreamclock.app-appcompat-1.6.1-22 C:\Users\tinde\.gradle\caches\transforms-4\e525b4b20cf488dcb7dac147253c82c9\transformed\appcompat-1.6.1\res +com.example.daydreamclock.app-fragment-1.3.6-23 C:\Users\tinde\.gradle\caches\transforms-4\e81222577287d13ff323e04ddedd8242\transformed\fragment-1.3.6\res +com.example.daydreamclock.app-lifecycle-viewmodel-savedstate-2.6.1-24 C:\Users\tinde\.gradle\caches\transforms-4\f7a5c3b2dcb1fc438f2ff4099d4c8be1\transformed\lifecycle-viewmodel-savedstate-2.6.1\res +com.example.daydreamclock.app-lifecycle-process-2.6.1-25 C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\res +com.example.daydreamclock.app-lifecycle-livedata-core-2.6.1-26 C:\Users\tinde\.gradle\caches\transforms-4\fdd52e3e3805ecae7bc2b51fb9903e4a\transformed\lifecycle-livedata-core-2.6.1\res +com.example.daydreamclock.app-pngs-27 S:\Source\Android\DaydreamClock\app\build\generated\res\pngs\debug +com.example.daydreamclock.app-resValues-28 S:\Source\Android\DaydreamClock\app\build\generated\res\resValues\debug +com.example.daydreamclock.app-packageDebugResources-29 S:\Source\Android\DaydreamClock\app\build\intermediates\incremental\debug\packageDebugResources\merged.dir +com.example.daydreamclock.app-packageDebugResources-30 S:\Source\Android\DaydreamClock\app\build\intermediates\incremental\debug\packageDebugResources\stripped.dir +com.example.daydreamclock.app-merged_res-31 S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug +com.example.daydreamclock.app-debug-32 S:\Source\Android\DaydreamClock\app\src\debug\res +com.example.daydreamclock.app-main-33 S:\Source\Android\DaydreamClock\app\src\main\res diff --git a/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt b/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt new file mode 100644 index 0000000..7948cd9 --- /dev/null +++ b/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt @@ -0,0 +1,35 @@ +com.example.daydreamclock.app-annotation-experimental-1.3.0-0 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\0030e4302d4e8a2af35568daacfcd9f7\transformed\annotation-experimental-1.3.0\res +com.example.daydreamclock.app-constraintlayout-2.1.4-1 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\0ab694da2b7bc2a921770195ae16fc16\transformed\constraintlayout-2.1.4\res +com.example.daydreamclock.app-lifecycle-viewmodel-2.6.1-2 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\0bf7a246e9741c9530d042e78ca70301\transformed\lifecycle-viewmodel-2.6.1\res +com.example.daydreamclock.app-lifecycle-process-2.6.1-3 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\112a5b46519bb19597f06159aa07bfab\transformed\lifecycle-process-2.6.1\res +com.example.daydreamclock.app-emoji2-1.2.0-4 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26d5e4d4d5d65d80b748c3dbe83ec002\transformed\emoji2-1.2.0\res +com.example.daydreamclock.app-lifecycle-livedata-core-2.6.1-5 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\26f963c9949cafb3b2d14d4c2a9325b5\transformed\lifecycle-livedata-core-2.6.1\res +com.example.daydreamclock.app-viewpager2-1.0.0-6 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\35c076c5b91383a7e6aee3de24010652\transformed\viewpager2-1.0.0\res +com.example.daydreamclock.app-core-ktx-1.12.0-7 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\375c361c3e75aa8c96811b1172753d4a\transformed\core-ktx-1.12.0\res +com.example.daydreamclock.app-cardview-1.0.0-8 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\45318ee8bb0721a5f3b8aabb396337f9\transformed\cardview-1.0.0\res +com.example.daydreamclock.app-core-runtime-2.2.0-9 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\616b50483399bef2f7a209dac798f9b3\transformed\core-runtime-2.2.0\res +com.example.daydreamclock.app-material-1.11.0-10 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\68c4ad7091c72d8d1403cc46c53a3294\transformed\material-1.11.0\res +com.example.daydreamclock.app-lifecycle-runtime-2.6.1-11 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\6914f32b14cedd7c4016e674d116f8da\transformed\lifecycle-runtime-2.6.1\res +com.example.daydreamclock.app-savedstate-1.2.1-12 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\77427b0cff8a64f0a5078e2d7975f3e5\transformed\savedstate-1.2.1\res +com.example.daydreamclock.app-fragment-1.3.6-13 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\82ddfecd3f86f9d3d628665f4a4b1f3e\transformed\fragment-1.3.6\res +com.example.daydreamclock.app-recyclerview-1.1.0-14 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\996ccc6c2227a3db3091949c2be3f602\transformed\recyclerview-1.1.0\res +com.example.daydreamclock.app-coordinatorlayout-1.1.0-15 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\a4922fe924155f8d54098579f26076dd\transformed\coordinatorlayout-1.1.0\res +com.example.daydreamclock.app-startup-runtime-1.1.1-16 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\aaebe68dea66ffd37618b03ea69332e7\transformed\startup-runtime-1.1.1\res +com.example.daydreamclock.app-core-1.12.0-17 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ac6cbd3c45dd47a7855473ffb914ff88\transformed\core-1.12.0\res +com.example.daydreamclock.app-lifecycle-livedata-2.6.1-18 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\b2396335c697110b7790c0d170e47dfd\transformed\lifecycle-livedata-2.6.1\res +com.example.daydreamclock.app-lifecycle-viewmodel-savedstate-2.6.1-19 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\becdb7bf2c813e4082cc7b0a6e8866e3\transformed\lifecycle-viewmodel-savedstate-2.6.1\res +com.example.daydreamclock.app-profileinstaller-1.3.0-20 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c542602b950c5322ab86ccfe4f7b748f\transformed\profileinstaller-1.3.0\res +com.example.daydreamclock.app-appcompat-resources-1.6.1-21 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\c8c94775841c1402aecc3136d1ff739c\transformed\appcompat-resources-1.6.1\res +com.example.daydreamclock.app-appcompat-1.6.1-22 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\ca1575f132865d02d4ef8a21e52754ff\transformed\appcompat-1.6.1\res +com.example.daydreamclock.app-drawerlayout-1.1.1-23 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\e8f6f8aa20c3a19e14cdb34c84de1f53\transformed\drawerlayout-1.1.1\res +com.example.daydreamclock.app-emoji2-views-helper-1.2.0-24 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\e9dd627dfcc1db8b684294d0beaf5e41\transformed\emoji2-views-helper-1.2.0\res +com.example.daydreamclock.app-transition-1.2.0-25 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\eee32b0e89f55791c77fe6ee4ee56d5f\transformed\transition-1.2.0\res +com.example.daydreamclock.app-activity-1.8.0-26 C:\Users\tinde\.gradle\caches\9.0-milestone-1\transforms\f3de77c40fd21341e5d825ac2aadffe4\transformed\activity-1.8.0\res +com.example.daydreamclock.app-pngs-27 S:\Source\Android\DaydreamClock\app\build\generated\res\pngs\debug +com.example.daydreamclock.app-resValues-28 S:\Source\Android\DaydreamClock\app\build\generated\res\resValues\debug +com.example.daydreamclock.app-updated_navigation_xml-29 S:\Source\Android\DaydreamClock\app\build\generated\updated_navigation_xml\debug +com.example.daydreamclock.app-packageDebugResources-30 S:\Source\Android\DaydreamClock\app\build\intermediates\incremental\debug\packageDebugResources\merged.dir +com.example.daydreamclock.app-packageDebugResources-31 S:\Source\Android\DaydreamClock\app\build\intermediates\incremental\debug\packageDebugResources\stripped.dir +com.example.daydreamclock.app-debug-32 S:\Source\Android\DaydreamClock\app\build\intermediates\merged_res\debug\mergeDebugResources +com.example.daydreamclock.app-debug-33 S:\Source\Android\DaydreamClock\app\src\debug\res +com.example.daydreamclock.app-main-34 S:\Source\Android\DaydreamClock\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..d85d41d --- /dev/null +++ b/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt @@ -0,0 +1,5645 @@ +com.example.daydreamclock:styleable/include = 0x7f100098 +com.example.daydreamclock:styleable/ViewPager2 = 0x7f100095 +com.example.daydreamclock:styleable/ViewBackgroundHelper = 0x7f100094 +com.example.daydreamclock:styleable/Variant = 0x7f100092 +com.example.daydreamclock:styleable/Transition = 0x7f100091 +com.example.daydreamclock:styleable/Tooltip = 0x7f10008f +com.example.daydreamclock:styleable/Toolbar = 0x7f10008e +com.example.daydreamclock:styleable/TextInputEditText = 0x7f10008b +com.example.daydreamclock:styleable/SwitchMaterial = 0x7f100086 +com.example.daydreamclock:styleable/Slider = 0x7f10007d +com.example.daydreamclock:styleable/SideSheetBehavior_Layout = 0x7f10007c +com.example.daydreamclock:styleable/ShapeableImageView = 0x7f10007b +com.example.daydreamclock:styleable/ScrollingViewBehavior_Layout = 0x7f100077 +com.example.daydreamclock:styleable/RecyclerView = 0x7f100075 +com.example.daydreamclock:styleable/RecycleListView = 0x7f100074 +com.example.daydreamclock:styleable/RadialViewGroup = 0x7f100072 +com.example.daydreamclock:styleable/PopupWindow = 0x7f10006f +com.example.daydreamclock:styleable/NavigationView = 0x7f10006c +com.example.daydreamclock:styleable/NavigationBarActiveIndicator = 0x7f100069 +com.example.daydreamclock:styleable/Motion = 0x7f100062 +com.example.daydreamclock:styleable/MockView = 0x7f100061 +com.example.daydreamclock:styleable/MenuView = 0x7f100060 +com.example.daydreamclock:styleable/MenuItem = 0x7f10005f +com.example.daydreamclock:styleable/MaterialToolbar = 0x7f10005d +com.example.daydreamclock:styleable/MaterialTextAppearance = 0x7f10005a +com.example.daydreamclock:styleable/MaterialSwitch = 0x7f100059 +com.example.daydreamclock:styleable/MaterialCheckBoxStates = 0x7f100055 +com.example.daydreamclock:styleable/MaterialCalendarItem = 0x7f100052 +com.example.daydreamclock:styleable/MaterialCalendar = 0x7f100051 +com.example.daydreamclock:styleable/MaterialAlertDialogTheme = 0x7f10004d +com.example.daydreamclock:styleable/ListPopupWindow = 0x7f10004b +com.example.daydreamclock:styleable/KeyTrigger = 0x7f100046 +com.example.daydreamclock:styleable/KeyTimeCycle = 0x7f100045 +com.example.daydreamclock:styleable/KeyFramesAcceleration = 0x7f100042 +com.example.daydreamclock:styleable/KeyFrame = 0x7f100041 +com.example.daydreamclock:styleable/KeyAttribute = 0x7f10003f +com.example.daydreamclock:styleable/GradientColor = 0x7f10003b +com.example.daydreamclock:styleable/ForegroundLinearLayout = 0x7f100038 +com.example.daydreamclock:styleable/FloatingActionButton_Behavior_Layout = 0x7f100034 +com.example.daydreamclock:styleable/FloatingActionButton = 0x7f100033 +com.example.daydreamclock:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f100032 +com.example.daydreamclock:styleable/DrawerLayout = 0x7f100030 +com.example.daydreamclock:styleable/DrawerArrowToggle = 0x7f10002f +com.example.daydreamclock:styleable/CoordinatorLayout_Layout = 0x7f10002d +com.example.daydreamclock:styleable/ConstraintSet = 0x7f10002b +com.example.daydreamclock:styleable/ConstraintLayout_placeholder = 0x7f100029 +com.example.daydreamclock:styleable/ConstraintLayout_Layout = 0x7f100027 +com.example.daydreamclock:styleable/ColorStateListItem = 0x7f100024 +com.example.daydreamclock:styleable/CollapsingToolbarLayout_Layout = 0x7f100023 +com.example.daydreamclock:styleable/Chip = 0x7f10001d +com.example.daydreamclock:styleable/Carousel = 0x7f10001b +com.example.daydreamclock:styleable/Capability = 0x7f100019 +com.example.daydreamclock:styleable/ButtonBarLayout = 0x7f100018 +com.example.daydreamclock:styleable/BottomAppBar = 0x7f100015 +com.example.daydreamclock:styleable/Badge = 0x7f100013 +com.example.daydreamclock:styleable/AppCompatTextView = 0x7f100011 +com.example.daydreamclock:styleable/AppCompatImageView = 0x7f10000e +com.example.daydreamclock:styleable/AppBarLayout = 0x7f10000a +com.example.daydreamclock:styleable/AnimatedStateListDrawableTransition = 0x7f100009 +com.example.daydreamclock:styleable/AnimatedStateListDrawableItem = 0x7f100008 +com.example.daydreamclock:styleable/AlertDialog = 0x7f100006 +com.example.daydreamclock:styleable/ActionMenuView = 0x7f100003 +com.example.daydreamclock:styleable/ActionBar = 0x7f100000 +com.example.daydreamclock:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f0f0459 +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f0f0455 +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.Display.TextInputLayout = 0x7f0f0454 +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f0f0451 +com.example.daydreamclock:styleable/MotionLayout = 0x7f100066 +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f0f044f +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.Button = 0x7f0f044e +com.example.daydreamclock:style/Widget.MaterialComponents.TextView = 0x7f0f044c +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f0f044b +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f0f0448 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f0f0444 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f0f0443 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f0f0442 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f0f0441 +com.example.daydreamclock:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f0f043e +com.example.daydreamclock:style/Widget.MaterialComponents.TabLayout = 0x7f0f043d +com.example.daydreamclock:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f0f043b +com.example.daydreamclock:style/Widget.MaterialComponents.Slider = 0x7f0f0439 +com.example.daydreamclock:style/Widget.MaterialComponents.ProgressIndicator = 0x7f0f0437 +com.example.daydreamclock:styleable/KeyPosition = 0x7f100044 +com.example.daydreamclock:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f0f0434 +com.example.daydreamclock:style/Widget.MaterialComponents.PopupMenu = 0x7f0f0433 +com.example.daydreamclock:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f0f043f +com.example.daydreamclock:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f0f042f +com.example.daydreamclock:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f0f042e +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f0f0429 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f0f0428 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f0f0426 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f0f0424 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f0f0423 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f0f0422 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout = 0x7f0f041f +com.example.daydreamclock:style/Widget.MaterialComponents.Tooltip = 0x7f0f045b +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider = 0x7f0f041e +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f0f0418 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f0f0416 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f0f0413 +com.example.daydreamclock:style/Widget.MaterialComponents.FloatingActionButton = 0x7f0f0410 +com.example.daydreamclock:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f0f040d +com.example.daydreamclock:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f0f040c +com.example.daydreamclock:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f0f040a +com.example.daydreamclock:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f0f0407 +com.example.daydreamclock:style/Widget.MaterialComponents.Chip.Choice = 0x7f0f0402 +com.example.daydreamclock:style/Widget.MaterialComponents.CardView = 0x7f0f03ff +com.example.daydreamclock:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f0f03fe +com.example.daydreamclock:style/Widget.MaterialComponents.Button.TextButton.Icon = 0x7f0f03fb +com.example.daydreamclock:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f0f03fa +com.example.daydreamclock:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f0f03f9 +com.example.daydreamclock:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f0f03f8 +com.example.daydreamclock:style/Widget.MaterialComponents.Button.TextButton = 0x7f0f03f7 +com.example.daydreamclock:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f0f03f6 +com.example.daydreamclock:style/Widget.MaterialComponents.Button.Icon = 0x7f0f03f4 +com.example.daydreamclock:style/Widget.MaterialComponents.BottomSheet = 0x7f0f03f1 +com.example.daydreamclock:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f0f03ef +com.example.daydreamclock:style/Widget.MaterialComponents.Badge = 0x7f0f03ea +com.example.daydreamclock:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f0f03e8 +com.example.daydreamclock:styleable/Snackbar = 0x7f10007e +com.example.daydreamclock:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f0f03e7 +com.example.daydreamclock:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f0f03e3 +com.example.daydreamclock:style/Widget.MaterialComponents.ActionMode = 0x7f0f03e2 +com.example.daydreamclock:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f0f03e1 +com.example.daydreamclock:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f0f03de +com.example.daydreamclock:style/Widget.Material3.Toolbar.OnSurface = 0x7f0f03db +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f0f03d9 +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f0f03d6 +com.example.daydreamclock:style/Widget.Material3.Tooltip = 0x7f0f03dd +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f0f03d5 +com.example.daydreamclock:style/Widget.Material3.TabLayout.Secondary = 0x7f0f03cd +com.example.daydreamclock:style/Widget.Material3.Snackbar.TextView = 0x7f0f03ca +com.example.daydreamclock:style/Widget.Material3.Snackbar = 0x7f0f03c8 +com.example.daydreamclock:style/Widget.Material3.Slider = 0x7f0f03c6 +com.example.daydreamclock:style/Widget.Material3.SideSheet.Modal.Detached = 0x7f0f03c5 +com.example.daydreamclock:style/Widget.Material3.SideSheet.Detached = 0x7f0f03c3 +com.example.daydreamclock:style/Widget.Material3.SearchView.Toolbar = 0x7f0f03c1 +com.example.daydreamclock:style/Widget.Material3.SearchView.Prefix = 0x7f0f03c0 +com.example.daydreamclock:style/Widget.Material3.SearchView = 0x7f0f03bf +com.example.daydreamclock:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f0f03bb +com.example.daydreamclock:style/Widget.Material3.PopupMenu.Overflow = 0x7f0f03ba +com.example.daydreamclock:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f0f03b9 +com.example.daydreamclock:style/Widget.Material3.PopupMenu = 0x7f0f03b7 +com.example.daydreamclock:style/Widget.Material3.NavigationRailView.Badge = 0x7f0f03b5 +com.example.daydreamclock:style/Widget.Material3.NavigationRailView = 0x7f0f03b3 +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f0f03b2 +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f0f03b0 +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.Button = 0x7f0f03ab +com.example.daydreamclock:style/Widget.Material3.MaterialDivider.Heavy = 0x7f0f03a9 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f0f03a7 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f0f03a5 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f0f03a2 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f0f039e +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f0f039c +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderDivider = 0x7f0f039a +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f0f0397 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f0f0396 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f0f0395 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f0f0394 +com.example.daydreamclock:styleable/MaterialTextView = 0x7f10005b +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f0f0393 +com.example.daydreamclock:style/Widget.Material3.MaterialButtonToggleGroup = 0x7f0f0390 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f0f038a +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Small.Primary = 0x7f0f0388 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f0f0387 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f0f0383 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f0f0382 +com.example.daydreamclock:styleable/MaterialCardView = 0x7f100053 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f0f0380 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f0f037b +com.example.daydreamclock:style/Widget.Material3.CompoundButton.CheckBox = 0x7f0f0375 +com.example.daydreamclock:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f0f0370 +com.example.daydreamclock:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f0f036f +com.example.daydreamclock:style/Widget.Material3.CircularProgressIndicator = 0x7f0f036e +com.example.daydreamclock:style/Widget.Material3.ChipGroup = 0x7f0f036d +com.example.daydreamclock:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f0f036c +com.example.daydreamclock:style/Widget.Material3.Chip.Suggestion = 0x7f0f036b +com.example.daydreamclock:style/Widget.Material3.Chip.Input.Elevated = 0x7f0f0368 +com.example.daydreamclock:style/Widget.Material3.Chip.Assist.Elevated = 0x7f0f0364 +com.example.daydreamclock:style/Widget.Material3.CardView.Filled = 0x7f0f0360 +com.example.daydreamclock:style/Widget.Material3.CardView.Elevated = 0x7f0f035f +com.example.daydreamclock:style/Widget.Material3.Button.TonalButton.Icon = 0x7f0f035d +com.example.daydreamclock:style/Widget.Material3.Button.TonalButton = 0x7f0f035c +com.example.daydreamclock:style/Widget.Material3.Button.TextButton.Icon = 0x7f0f035a +com.example.daydreamclock:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f0f0359 +com.example.daydreamclock:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f0f0355 +com.example.daydreamclock:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f0f0352 +com.example.daydreamclock:style/Widget.Material3.Button.IconButton.Filled = 0x7f0f0351 +com.example.daydreamclock:style/Widget.Material3.Button.IconButton = 0x7f0f0350 +com.example.daydreamclock:style/Widget.Material3.BottomSheet.Modal = 0x7f0f034b +com.example.daydreamclock:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f0f03b4 +com.example.daydreamclock:style/Widget.Material3.BottomSheet = 0x7f0f0349 +com.example.daydreamclock:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f0f0348 +com.example.daydreamclock:style/Widget.Material3.BottomAppBar = 0x7f0f0343 +com.example.daydreamclock:style/Widget.Material3.Badge.AdjustToBounds = 0x7f0f0342 +com.example.daydreamclock:style/Widget.Material3.Badge = 0x7f0f0341 +com.example.daydreamclock:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f0f033f +com.example.daydreamclock:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f0f033e +com.example.daydreamclock:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f0f033d +com.example.daydreamclock:style/Widget.Material3.AppBarLayout = 0x7f0f033c +com.example.daydreamclock:style/Widget.Material3.ActionMode = 0x7f0f033b +com.example.daydreamclock:style/Widget.Material3.ActionBar.Solid = 0x7f0f033a +com.example.daydreamclock:style/Widget.Design.Snackbar = 0x7f0f0336 +com.example.daydreamclock:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f0f0335 +com.example.daydreamclock:style/Widget.Design.NavigationView = 0x7f0f0334 +com.example.daydreamclock:style/Widget.Design.FloatingActionButton = 0x7f0f0333 +com.example.daydreamclock:style/Widget.Material3.Button.Icon = 0x7f0f034f +com.example.daydreamclock:style/Widget.Design.BottomSheet.Modal = 0x7f0f0331 +com.example.daydreamclock:style/Widget.Design.AppBarLayout = 0x7f0f032f +com.example.daydreamclock:style/Widget.Compat.NotificationActionText = 0x7f0f032e +com.example.daydreamclock:style/Widget.AppCompat.TextView = 0x7f0f0329 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f0f0425 +com.example.daydreamclock:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f0f0327 +com.example.daydreamclock:style/Widget.AppCompat.RatingBar.Small = 0x7f0f0320 +com.example.daydreamclock:style/Widget.AppCompat.RatingBar.Indicator = 0x7f0f031f +com.example.daydreamclock:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f0f031d +com.example.daydreamclock:style/Widget.AppCompat.ProgressBar = 0x7f0f031c +com.example.daydreamclock:style/Widget.AppCompat.PopupMenu = 0x7f0f0319 +com.example.daydreamclock:style/Widget.Design.TabLayout = 0x7f0f0337 +com.example.daydreamclock:style/Widget.AppCompat.ListView.Menu = 0x7f0f0318 +com.example.daydreamclock:style/Widget.AppCompat.ListView = 0x7f0f0316 +com.example.daydreamclock:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f0f0313 +com.example.daydreamclock:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f0f030d +com.example.daydreamclock:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f0f030b +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f0f030a +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionButton = 0x7f0f0307 +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f0f0304 +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f0f0303 +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f0f0301 +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f0f0300 +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f0f02ff +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar = 0x7f0f02fe +com.example.daydreamclock:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f0f02f8 +com.example.daydreamclock:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f0f02f7 +com.example.daydreamclock:style/Widget.AppCompat.ButtonBar = 0x7f0f02f5 +com.example.daydreamclock:style/Widget.AppCompat.Button.Colored = 0x7f0f02f3 +com.example.daydreamclock:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f0f02f2 +com.example.daydreamclock:style/Widget.AppCompat.ActivityChooserView = 0x7f0f02ed +com.example.daydreamclock:style/Widget.AppCompat.ActionMode = 0x7f0f02ec +com.example.daydreamclock:style/Widget.Material3.DrawerLayout = 0x7f0f0379 +com.example.daydreamclock:style/Widget.AppCompat.ActionButton.Overflow = 0x7f0f02eb +com.example.daydreamclock:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f0f02ea +com.example.daydreamclock:style/Widget.AppCompat.ActionBar.TabText = 0x7f0f02e7 +com.example.daydreamclock:style/Widget.AppCompat.ActionBar.Solid = 0x7f0f02e5 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f0f02e1 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f0f02e0 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f0f02da +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f0f02d9 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f0f02d7 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f0f02d6 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f0f02d5 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f0f02d4 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f0f02d3 +com.example.daydreamclock:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f0f03b8 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f0f02d2 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Light = 0x7f0f02ce +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f0f02cc +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f0f02ca +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f0f02c9 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Dark = 0x7f0f02c8 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f0f02c7 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f0f02c5 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f0f02c3 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f0f02bf +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f0f02be +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f0f02bd +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents = 0x7f0f02bc +com.example.daydreamclock:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f0f02ba +com.example.daydreamclock:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f0f02b9 +com.example.daydreamclock:style/ThemeOverlay.Material3.Snackbar = 0x7f0f02b3 +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f0f03b1 +com.example.daydreamclock:style/ThemeOverlay.Material3.NavigationRailView = 0x7f0f02ae +com.example.daydreamclock:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f0f02ad +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f0f0446 +com.example.daydreamclock:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f0f02ac +com.example.daydreamclock:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f0f02ab +com.example.daydreamclock:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f0f02a9 +com.example.daydreamclock:style/ThemeOverlay.Material3.Light = 0x7f0f02a5 +com.example.daydreamclock:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f0f02a3 +com.example.daydreamclock:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f0f02a2 +com.example.daydreamclock:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f0f02a1 +com.example.daydreamclock:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f0f02a0 +com.example.daydreamclock:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f0f029c +com.example.daydreamclock:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f0f029a +com.example.daydreamclock:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f0f0299 +com.example.daydreamclock:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f0f0298 +com.example.daydreamclock:style/Widget.Design.CollapsingToolbar = 0x7f0f0332 +com.example.daydreamclock:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f0f0296 +com.example.daydreamclock:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f0f0294 +com.example.daydreamclock:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f0f0292 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f0f02c0 +com.example.daydreamclock:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f0f028d +com.example.daydreamclock:style/ThemeOverlay.Material3.Button = 0x7f0f0287 +com.example.daydreamclock:style/ThemeOverlay.Material3.BottomAppBar = 0x7f0f0283 +com.example.daydreamclock:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f0f0281 +com.example.daydreamclock:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f0f027e +com.example.daydreamclock:styleable/MotionScene = 0x7f100067 +com.example.daydreamclock:style/ThemeOverlay.Material3.ActionBar = 0x7f0f027d +com.example.daydreamclock:style/ThemeOverlay.AppCompat.Light = 0x7f0f027a +com.example.daydreamclock:style/ThemeOverlay.AppCompat.Dialog = 0x7f0f0278 +com.example.daydreamclock:style/ThemeOverlay.AppCompat.DayNight = 0x7f0f0276 +com.example.daydreamclock:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f0f0275 +com.example.daydreamclock:style/ThemeOverlay.AppCompat.Dark = 0x7f0f0274 +com.example.daydreamclock:style/ThemeOverlay.AppCompat = 0x7f0f0272 +com.example.daydreamclock:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f0f0271 +com.example.daydreamclock:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f0f026f +com.example.daydreamclock:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f0f026e +com.example.daydreamclock:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f0f026d +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f0f026b +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog.Alert.Bridge = 0x7f0f0267 +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f0f0266 +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog = 0x7f0f0265 +com.example.daydreamclock:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f0f0277 +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f0f025e +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f0f025c +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f0f025b +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f0f0256 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f0f0255 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f0f024c +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f0f024b +com.example.daydreamclock:style/Widget.MaterialComponents.CircularProgressIndicator.Medium = 0x7f0f0408 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f0f024a +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f0f0248 +com.example.daydreamclock:style/Theme.MaterialComponents.CompactMenu = 0x7f0f0246 +com.example.daydreamclock:style/Theme.MaterialComponents.Bridge = 0x7f0f0245 +com.example.daydreamclock:style/Theme.Material3.Light.NoActionBar = 0x7f0f0241 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f0f02dc +com.example.daydreamclock:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f0f023f +com.example.daydreamclock:style/Theme.Material3.Light.Dialog = 0x7f0f023d +com.example.daydreamclock:style/Theme.Material3.DynamicColors.Light = 0x7f0f023a +com.example.daydreamclock:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f0f0235 +com.example.daydreamclock:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f0f0233 +com.example.daydreamclock:style/Theme.Material3.DayNight.Dialog = 0x7f0f0232 +com.example.daydreamclock:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f0f0231 +com.example.daydreamclock:style/Theme.Material3.Dark.NoActionBar = 0x7f0f022e +com.example.daydreamclock:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f0f022d +com.example.daydreamclock:style/Theme.Material3.Dark.Dialog.Alert = 0x7f0f022b +com.example.daydreamclock:styleable/MaterialTimePicker = 0x7f10005c +com.example.daydreamclock:style/Theme.Material3.Dark.Dialog = 0x7f0f022a +com.example.daydreamclock:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f0f0229 +com.example.daydreamclock:style/Theme.Material3.Dark = 0x7f0f0228 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f0f02c2 +com.example.daydreamclock:style/Theme.Design.NoActionBar = 0x7f0f0227 +com.example.daydreamclock:style/Theme.Design.Light.BottomSheetDialog = 0x7f0f0225 +com.example.daydreamclock:style/Theme.Design.Light = 0x7f0f0224 +com.example.daydreamclock:style/Theme.Design.BottomSheetDialog = 0x7f0f0223 +com.example.daydreamclock:style/Theme.Design = 0x7f0f0222 +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f0f03d4 +com.example.daydreamclock:style/Theme.AppCompat.NoActionBar = 0x7f0f0220 +com.example.daydreamclock:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f0f021e +com.example.daydreamclock:style/Theme.AppCompat.Empty = 0x7f0f0218 +com.example.daydreamclock:style/Widget.AppCompat.AutoCompleteTextView = 0x7f0f02ee +com.example.daydreamclock:style/Theme.AppCompat.Dialog.MinWidth = 0x7f0f0216 +com.example.daydreamclock:style/Theme.AppCompat.Dialog.Alert = 0x7f0f0215 +com.example.daydreamclock:style/Theme.AppCompat.Dialog = 0x7f0f0214 +com.example.daydreamclock:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f0f020e +com.example.daydreamclock:style/Theme.AppCompat.DayNight = 0x7f0f020d +com.example.daydreamclock:style/Widget.MaterialComponents.Chip.Entry = 0x7f0f0403 +com.example.daydreamclock:style/Theme.AppCompat.CompactMenu = 0x7f0f020c +com.example.daydreamclock:style/Theme.AppCompat = 0x7f0f020b +com.example.daydreamclock:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f0f0209 +com.example.daydreamclock:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f0f0208 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f0f0206 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f0f0205 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f0f0204 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Overline = 0x7f0f0203 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Headline3 = 0x7f0f01ff +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Chip = 0x7f0f01fc +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Button = 0x7f0f01fa +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Body2 = 0x7f0f01f9 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Body1 = 0x7f0f01f8 +com.example.daydreamclock:style/TextAppearance.Material3.TitleLarge = 0x7f0f01f4 +com.example.daydreamclock:style/TextAppearance.Material3.SearchView = 0x7f0f01f2 +com.example.daydreamclock:styleable/OnClick = 0x7f10006d +com.example.daydreamclock:style/TextAppearance.Material3.HeadlineMedium = 0x7f0f01eb +com.example.daydreamclock:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f0f0264 +com.example.daydreamclock:style/TextAppearance.Material3.HeadlineLarge = 0x7f0f01ea +com.example.daydreamclock:style/TextAppearance.Material3.DisplaySmall = 0x7f0f01e9 +com.example.daydreamclock:style/TextAppearance.Material3.DisplayLarge = 0x7f0f01e7 +com.example.daydreamclock:style/TextAppearance.Material3.BodyMedium = 0x7f0f01e5 +com.example.daydreamclock:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f0f01e2 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f0f01e0 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.HeadlineMedium = 0x7f0f01da +com.example.daydreamclock:style/Widget.AppCompat.ActionButton = 0x7f0f02e9 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.DisplaySmall = 0x7f0f01d8 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f0f01d7 +com.example.daydreamclock:style/TextAppearance.Design.Tab = 0x7f0f01d2 +com.example.daydreamclock:style/TextAppearance.Design.Prefix = 0x7f0f01cf +com.example.daydreamclock:style/TextAppearance.Design.Placeholder = 0x7f0f01ce +com.example.daydreamclock:style/TextAppearance.Design.HelperText = 0x7f0f01cc +com.example.daydreamclock:style/TextAppearance.Design.Counter.Overflow = 0x7f0f01ca +com.example.daydreamclock:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f0f01c8 +com.example.daydreamclock:style/TextAppearance.Compat.Notification.Title = 0x7f0f01c7 +com.example.daydreamclock:style/TextAppearance.Compat.Notification.Time = 0x7f0f01c6 +com.example.daydreamclock:style/TextAppearance.Compat.Notification.Info = 0x7f0f01c4 +com.example.daydreamclock:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f0f01f0 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f0f01bd +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.Button = 0x7f0f01b9 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f0f0421 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f0f01b7 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f0f01b6 +com.example.daydreamclock:style/Widget.MaterialComponents.CheckedTextView = 0x7f0f0400 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f0f01b5 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f0f01b3 +com.example.daydreamclock:style/TextAppearance.AppCompat.Tooltip = 0x7f0f01af +com.example.daydreamclock:style/TextAppearance.AppCompat.Title.Inverse = 0x7f0f01ae +com.example.daydreamclock:style/TextAppearance.AppCompat.Subhead = 0x7f0f01ab +com.example.daydreamclock:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f0f03e5 +com.example.daydreamclock:style/TextAppearance.AppCompat.Small.Inverse = 0x7f0f01aa +com.example.daydreamclock:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f0f01a8 +com.example.daydreamclock:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f0f01a7 +com.example.daydreamclock:style/TextAppearance.AppCompat.Menu = 0x7f0f01a6 +com.example.daydreamclock:style/TextAppearance.AppCompat.Medium = 0x7f0f01a4 +com.example.daydreamclock:style/TextAppearance.AppCompat.Large = 0x7f0f019e +com.example.daydreamclock:style/Widget.Material3.MaterialDivider = 0x7f0f03a8 +com.example.daydreamclock:style/TextAppearance.AppCompat.Headline = 0x7f0f019c +com.example.daydreamclock:style/TextAppearance.AppCompat.Display4 = 0x7f0f019b +com.example.daydreamclock:style/TextAppearance.AppCompat.Display3 = 0x7f0f019a +com.example.daydreamclock:style/TextAppearance.AppCompat.Display2 = 0x7f0f0199 +com.example.daydreamclock:styleable/MaterialCheckBox = 0x7f100054 +com.example.daydreamclock:style/TextAppearance.AppCompat.Caption = 0x7f0f0197 +com.example.daydreamclock:style/TextAppearance.AppCompat = 0x7f0f0193 +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f0f0192 +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Year = 0x7f0f0191 +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton = 0x7f0f018d +com.example.daydreamclock:style/Widget.MaterialComponents.Snackbar = 0x7f0f043a +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f0f018a +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f0f042a +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.SearchView = 0x7f0f0189 +com.example.daydreamclock:style/TextAppearance.Design.Snackbar.Message = 0x7f0f01d0 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f0f0188 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f0f0187 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f0f0186 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.Corner.Right = 0x7f0f0184 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f0f0182 +com.example.daydreamclock:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f0f017d +com.example.daydreamclock:style/ShapeAppearance.MaterialComponents.Badge = 0x7f0f017b +com.example.daydreamclock:style/ShapeAppearance.MaterialComponents = 0x7f0f017a +com.example.daydreamclock:style/ShapeAppearance.Material3.Tooltip = 0x7f0f0179 +com.example.daydreamclock:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f0f0177 +com.example.daydreamclock:style/ShapeAppearance.Material3.MediumComponent = 0x7f0f0176 +com.example.daydreamclock:style/ShapeAppearance.Material3.Corner.Small = 0x7f0f0174 +com.example.daydreamclock:style/ShapeAppearance.Material3.Corner.None = 0x7f0f0173 +com.example.daydreamclock:style/ShapeAppearance.Material3.Corner.Medium = 0x7f0f0172 +com.example.daydreamclock:style/ShapeAppearance.Material3.Corner.Large = 0x7f0f0171 +com.example.daydreamclock:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f0f016c +com.example.daydreamclock:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f0f016a +com.example.daydreamclock:styleable/ActionBarLayout = 0x7f100001 +com.example.daydreamclock:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f0f0169 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.Switch.StateLayer.Shape = 0x7f0f0164 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.Switch.Handle.Shape = 0x7f0f0163 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.Sheet.Side.Docked.Container.Shape = 0x7f0f0162 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f0f0161 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.NavigationRail.Container.Shape = 0x7f0f015e +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f0f01b4 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.FilledButton.Container.Shape = 0x7f0f0159 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.Badge.Shape = 0x7f0f0156 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.Badge.Large.Shape = 0x7f0f0155 +com.example.daydreamclock:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f0f0154 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f0f0152 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f0f0151 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f0f014f +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f0f014c +com.example.daydreamclock:style/ThemeOverlay.Material3.PersonalizedColors = 0x7f0f02b0 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f0f014b +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f0f014a +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f0f0149 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f0f01d9 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f0f0148 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f0f0147 +com.example.daydreamclock:style/Widget.AppCompat.Toolbar = 0x7f0f032b +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f0f0146 +com.example.daydreamclock:style/Platform.Widget.AppCompat.Spinner = 0x7f0f0143 +com.example.daydreamclock:style/Platform.V25.AppCompat.Light = 0x7f0f0142 +com.example.daydreamclock:style/Platform.V21.AppCompat = 0x7f0f013f +com.example.daydreamclock:style/Platform.MaterialComponents.Light.Dialog = 0x7f0f013b +com.example.daydreamclock:style/Platform.MaterialComponents = 0x7f0f0138 +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f0f0134 +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f0f0132 +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f0f03af +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f0f012e +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Body.Text = 0x7f0f012d +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents = 0x7f0f012c +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f0f012b +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f0f0126 +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Body.Text = 0x7f0f0124 +com.example.daydreamclock:style/MaterialAlertDialog.Material3 = 0x7f0f0122 +com.example.daydreamclock:style/CardView.Dark = 0x7f0f0120 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f0f011c +com.example.daydreamclock:style/Base.Widget.MaterialComponents.Slider = 0x7f0f011a +com.example.daydreamclock:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f0f0118 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f0f0114 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.Chip = 0x7f0f0113 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f0f0111 +com.example.daydreamclock:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f0f0110 +com.example.daydreamclock:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f0f010f +com.example.daydreamclock:style/Base.Widget.Material3.FloatingActionButton.Small = 0x7f0f010a +com.example.daydreamclock:style/Base.Widget.Material3.FloatingActionButton = 0x7f0f0108 +com.example.daydreamclock:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f0f0106 +com.example.daydreamclock:styleable/SwitchCompat = 0x7f100085 +com.example.daydreamclock:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f0f0105 +com.example.daydreamclock:style/Base.Widget.Material3.CollapsingToolbar = 0x7f0f0102 +com.example.daydreamclock:style/Base.Widget.Material3.CardView = 0x7f0f0100 +com.example.daydreamclock:style/Base.Widget.AppCompat.Toolbar = 0x7f0f00fa +com.example.daydreamclock:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f0f00f7 +com.example.daydreamclock:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f0f00f3 +com.example.daydreamclock:style/Base.Widget.AppCompat.RatingBar = 0x7f0f00ef +com.example.daydreamclock:style/Base.Widget.AppCompat.ProgressBar = 0x7f0f00ed +com.example.daydreamclock:style/Base.Widget.AppCompat.PopupMenu = 0x7f0f00ea +com.example.daydreamclock:style/Base.Widget.AppCompat.ListView = 0x7f0f00e7 +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f0f00e3 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f0f041a +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f0f00e2 +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f0f00df +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f0f00de +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f0f00dd +com.example.daydreamclock:styleable/Layout = 0x7f100047 +com.example.daydreamclock:style/Base.Widget.AppCompat.EditText = 0x7f0f00db +com.example.daydreamclock:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f0f00da +com.example.daydreamclock:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f0f00d9 +com.example.daydreamclock:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f0f00d8 +com.example.daydreamclock:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f0f00d7 +com.example.daydreamclock:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f0f00d6 +com.example.daydreamclock:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f0f00d5 +com.example.daydreamclock:style/Base.Widget.AppCompat.Button.Small = 0x7f0f00d2 +com.example.daydreamclock:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f0f00cf +com.example.daydreamclock:style/Base.Widget.AppCompat.Button = 0x7f0f00cd +com.example.daydreamclock:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f0f00cc +com.example.daydreamclock:style/Widget.AppCompat.SeekBar.Discrete = 0x7f0f0324 +com.example.daydreamclock:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f0f00cb +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionMode = 0x7f0f00ca +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f0f00c8 +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f0f00c3 +com.example.daydreamclock:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f0f00c1 +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f0f0269 +com.example.daydreamclock:style/Base.V7.Widget.AppCompat.EditText = 0x7f0f00c0 +com.example.daydreamclock:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f0f00bd +com.example.daydreamclock:style/Base.V7.Theme.AppCompat.Light = 0x7f0f00bc +com.example.daydreamclock:style/Base.V7.Theme.AppCompat.Dialog = 0x7f0f00bb +com.example.daydreamclock:style/Base.V7.Theme.AppCompat = 0x7f0f00ba +com.example.daydreamclock:style/Base.V28.Theme.AppCompat.Light = 0x7f0f00b9 +com.example.daydreamclock:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f0f00b7 +com.example.daydreamclock:style/Base.V26.Theme.AppCompat.Light = 0x7f0f00b6 +com.example.daydreamclock:style/Base.V26.Theme.AppCompat = 0x7f0f00b5 +com.example.daydreamclock:style/Base.V24.Theme.Material3.Light = 0x7f0f00b3 +com.example.daydreamclock:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f0f00b2 +com.example.daydreamclock:style/Base.V24.Theme.Material3.Dark = 0x7f0f00b1 +com.example.daydreamclock:style/Base.V23.Theme.AppCompat.Light = 0x7f0f00b0 +com.example.daydreamclock:style/Platform.V21.AppCompat.Light = 0x7f0f0140 +com.example.daydreamclock:style/Base.V23.Theme.AppCompat = 0x7f0f00af +com.example.daydreamclock:style/Base.V22.Theme.AppCompat = 0x7f0f00ad +com.example.daydreamclock:style/Base.V21.ThemeOverlay.Material3.SideSheetDialog = 0x7f0f00ab +com.example.daydreamclock:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f0f00aa +com.example.daydreamclock:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f0f00a8 +com.example.daydreamclock:styleable/BaseProgressIndicator = 0x7f100014 +com.example.daydreamclock:style/Base.V21.Theme.MaterialComponents.Dialog = 0x7f0f00a6 +com.example.daydreamclock:style/Base.V21.Theme.MaterialComponents = 0x7f0f00a5 +com.example.daydreamclock:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f0f00a4 +com.example.daydreamclock:style/Base.V21.Theme.AppCompat.Light = 0x7f0f00a3 +com.example.daydreamclock:style/Widget.Material3.BottomAppBar.Button.Navigation = 0x7f0f0344 +com.example.daydreamclock:style/Base.V14.Widget.MaterialComponents.AutoCompleteTextView = 0x7f0f00a0 +com.example.daydreamclock:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f0f009e +com.example.daydreamclock:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f0f009d +com.example.daydreamclock:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f0f009c +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f0f0097 +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f0f0093 +com.example.daydreamclock:style/Theme.Material3.DynamicColors.DayNight = 0x7f0f0239 +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f0f0092 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f0f01bf +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents = 0x7f0f0091 +com.example.daydreamclock:style/Base.V14.Theme.Material3.Light.SideSheetDialog = 0x7f0f0090 +com.example.daydreamclock:style/Theme.Material3.DynamicColors.Dark = 0x7f0f0238 +com.example.daydreamclock:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f0f008f +com.example.daydreamclock:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f0f008e +com.example.daydreamclock:style/Widget.AppCompat.ImageButton = 0x7f0f02fd +com.example.daydreamclock:style/Base.V14.Theme.Material3.Dark.SideSheetDialog = 0x7f0f008c +com.example.daydreamclock:style/Base.V14.Theme.Material3.Dark = 0x7f0f0089 +com.example.daydreamclock:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f0f0087 +com.example.daydreamclock:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f0f0086 +com.example.daydreamclock:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f0f0085 +com.example.daydreamclock:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f0f0084 +com.example.daydreamclock:style/Base.ThemeOverlay.Material3.SideSheetDialog = 0x7f0f0082 +com.example.daydreamclock:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f0f0080 +com.example.daydreamclock:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f0f007f +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f0f01b0 +com.example.daydreamclock:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f0f007d +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Tertiary = 0x7f0f038d +com.example.daydreamclock:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f0f007a +com.example.daydreamclock:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f0f0079 +com.example.daydreamclock:style/Base.ThemeOverlay.AppCompat = 0x7f0f0078 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f0f0071 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f0f006f +com.example.daydreamclock:styleable/NavigationRailView = 0x7f10006b +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light = 0x7f0f006e +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f0f006a +com.example.daydreamclock:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f0f02b7 +com.example.daydreamclock:style/Base.Theme.MaterialComponents = 0x7f0f0065 +com.example.daydreamclock:style/Base.Theme.Material3.Light.DialogWhenLarge = 0x7f0f0063 +com.example.daydreamclock:style/Base.Theme.Material3.Light.Dialog = 0x7f0f0061 +com.example.daydreamclock:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f0f005e +com.example.daydreamclock:style/Base.Theme.Material3.Dark.Dialog.FixedSize = 0x7f0f005c +com.example.daydreamclock:style/Base.Theme.Material3.Dark.Dialog = 0x7f0f005b +com.example.daydreamclock:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f0f005a +com.example.daydreamclock:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f0f0058 +com.example.daydreamclock:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f0f0057 +com.example.daydreamclock:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f0f0056 +com.example.daydreamclock:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f0f0053 +com.example.daydreamclock:style/Base.Theme.AppCompat.Light = 0x7f0f0052 +com.example.daydreamclock:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f0f0050 +com.example.daydreamclock:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f0f004a +com.example.daydreamclock:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f0f0047 +com.example.daydreamclock:style/TextAppearance.Material3.TitleMedium = 0x7f0f01f5 +com.example.daydreamclock:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f0f0046 +com.example.daydreamclock:style/Base.TextAppearance.MaterialComponents.Button = 0x7f0f0045 +com.example.daydreamclock:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f0f0044 +com.example.daydreamclock:style/Widget.AppCompat.SearchView.ActionBar = 0x7f0f0322 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f0f0042 +com.example.daydreamclock:style/Theme.AppCompat.Light.NoActionBar = 0x7f0f021f +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f0f0041 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f0f003f +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f0f003d +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f0f003c +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f0f003b +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f0f003a +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f0f0039 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f0f0036 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f0f0035 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f0f0034 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f0f0033 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f0f0032 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f0f0031 +com.example.daydreamclock:styleable/MaterialShape = 0x7f100058 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f0f0030 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Title = 0x7f0f002f +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Small = 0x7f0f002b +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f0f002a +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f0f0029 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Menu = 0x7f0f0027 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f0f0022 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Inverse = 0x7f0f0020 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Headline = 0x7f0f001f +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Button = 0x7f0f0019 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Body2 = 0x7f0f0018 +com.example.daydreamclock:style/Widget.Material3.Snackbar.FullWidth = 0x7f0f03c9 +com.example.daydreamclock:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f0f0015 +com.example.daydreamclock:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f0f0014 +com.example.daydreamclock:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f0f0013 +com.example.daydreamclock:style/Base.DialogWindowTitle.AppCompat = 0x7f0f0011 +com.example.daydreamclock:style/Base.Animation.AppCompat.Dialog = 0x7f0f000d +com.example.daydreamclock:style/Base.AlertDialog.AppCompat.Light = 0x7f0f000c +com.example.daydreamclock:style/Base.AlertDialog.AppCompat = 0x7f0f000b +com.example.daydreamclock:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f0f000a +com.example.daydreamclock:style/Animation.Material3.SideSheetDialog.Left = 0x7f0f0008 +com.example.daydreamclock:style/Animation.AppCompat.DropDownUp = 0x7f0f0003 +com.example.daydreamclock:string/weather_loading = 0x7f0e00a7 +com.example.daydreamclock:string/status_bar_notification_info_overflow = 0x7f0e00a6 +com.example.daydreamclock:string/side_sheet_accessibility_pane_title = 0x7f0e00a4 +com.example.daydreamclock:string/searchview_navigation_content_description = 0x7f0e00a3 +com.example.daydreamclock:string/searchview_clear_text_content_description = 0x7f0e00a2 +com.example.daydreamclock:string/searchbar_scrolling_view_behavior = 0x7f0e00a1 +com.example.daydreamclock:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f0f016b +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.BottomAppBar.Container.Shape = 0x7f0f0157 +com.example.daydreamclock:string/path_password_strike_through = 0x7f0e009f +com.example.daydreamclock:string/path_password_eye = 0x7f0e009c +com.example.daydreamclock:string/mtrl_switch_track_path = 0x7f0e0098 +com.example.daydreamclock:string/mtrl_switch_thumb_path_morphing = 0x7f0e0093 +com.example.daydreamclock:string/mtrl_switch_thumb_path_checked = 0x7f0e0092 +com.example.daydreamclock:string/mtrl_picker_toggle_to_text_input_mode = 0x7f0e008f +com.example.daydreamclock:string/mtrl_picker_toggle_to_day_selection = 0x7f0e008e +com.example.daydreamclock:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f0e008d +com.example.daydreamclock:string/mtrl_picker_today_description = 0x7f0e008c +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Headline2 = 0x7f0f01fe +com.example.daydreamclock:string/mtrl_picker_text_input_year_abbr = 0x7f0e008b +com.example.daydreamclock:string/mtrl_picker_text_input_day_abbr = 0x7f0e0089 +com.example.daydreamclock:string/mtrl_picker_text_input_date_range_end_hint = 0x7f0e0087 +com.example.daydreamclock:string/mtrl_picker_text_input_date_hint = 0x7f0e0086 +com.example.daydreamclock:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f0f00fb +com.example.daydreamclock:string/mtrl_picker_start_date_description = 0x7f0e0085 +com.example.daydreamclock:string/mtrl_picker_range_header_only_start_selected = 0x7f0e0080 +com.example.daydreamclock:string/mtrl_picker_invalid_range = 0x7f0e007b +com.example.daydreamclock:string/mtrl_picker_day_of_week_column_header = 0x7f0e0076 +com.example.daydreamclock:string/mtrl_picker_announce_current_selection_none = 0x7f0e0070 +com.example.daydreamclock:string/mtrl_picker_a11y_next_month = 0x7f0e006c +com.example.daydreamclock:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f0f004f +com.example.daydreamclock:string/mtrl_exceed_max_badge_number_suffix = 0x7f0e006b +com.example.daydreamclock:string/mtrl_chip_close_icon_content_description = 0x7f0e0069 +com.example.daydreamclock:string/mtrl_checkbox_state_description_unchecked = 0x7f0e0068 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f0f024e +com.example.daydreamclock:string/mtrl_checkbox_state_description_indeterminate = 0x7f0e0067 +com.example.daydreamclock:string/mtrl_checkbox_state_description_checked = 0x7f0e0066 +com.example.daydreamclock:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f0f03e0 +com.example.daydreamclock:string/mtrl_checkbox_button_path_unchecked = 0x7f0e0065 +com.example.daydreamclock:string/mtrl_checkbox_button_path_name = 0x7f0e0064 +com.example.daydreamclock:string/mtrl_checkbox_button_path_group_name = 0x7f0e0063 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar = 0x7f0f0414 +com.example.daydreamclock:string/mtrl_checkbox_button_path_checked = 0x7f0e0062 +com.example.daydreamclock:string/material_timepicker_text_input_mode_description = 0x7f0e005c +com.example.daydreamclock:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f0f0211 +com.example.daydreamclock:string/material_timepicker_hour = 0x7f0e0058 +com.example.daydreamclock:string/material_timepicker_clock_mode_description = 0x7f0e0057 +com.example.daydreamclock:string/material_slider_value = 0x7f0e0055 +com.example.daydreamclock:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f0f0288 +com.example.daydreamclock:string/material_slider_range_start = 0x7f0e0054 +com.example.daydreamclock:string/material_motion_easing_standard = 0x7f0e0052 +com.example.daydreamclock:string/material_motion_easing_linear = 0x7f0e0051 +com.example.daydreamclock:string/material_motion_easing_emphasized = 0x7f0e0050 +com.example.daydreamclock:string/material_motion_easing_decelerated = 0x7f0e004f +com.example.daydreamclock:string/material_motion_easing_accelerated = 0x7f0e004e +com.example.daydreamclock:string/material_minute_selection = 0x7f0e004c +com.example.daydreamclock:string/material_hour_24h_suffix = 0x7f0e0049 +com.example.daydreamclock:string/material_clock_display_divider = 0x7f0e0047 +com.example.daydreamclock:string/m3_sys_motion_easing_standard_decelerate = 0x7f0e0046 +com.example.daydreamclock:string/m3_sys_motion_easing_standard_accelerate = 0x7f0e0045 +com.example.daydreamclock:string/m3_sys_motion_easing_linear = 0x7f0e0043 +com.example.daydreamclock:string/m3_sys_motion_easing_legacy = 0x7f0e0040 +com.example.daydreamclock:string/m3_sys_motion_easing_emphasized_path_data = 0x7f0e003f +com.example.daydreamclock:string/m3_sys_motion_easing_emphasized = 0x7f0e003c +com.example.daydreamclock:string/m3_ref_typeface_plain_medium = 0x7f0e003a +com.example.daydreamclock:string/item_view_role_description = 0x7f0e0036 +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionBar = 0x7f0f00c2 +com.example.daydreamclock:string/hide_bottom_view_on_scroll_behavior = 0x7f0e0034 +com.example.daydreamclock:string/error_icon_content_description = 0x7f0e0030 +com.example.daydreamclock:string/error_a11y_label = 0x7f0e002f +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f0f0024 +com.example.daydreamclock:string/character_counter_overflowed_content_description = 0x7f0e002c +com.example.daydreamclock:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f0f02fb +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Animation = 0x7f0f0123 +com.example.daydreamclock:string/character_counter_content_description = 0x7f0e002b +com.example.daydreamclock:style/Theme.Material3.Dark.SideSheetDialog = 0x7f0f022f +com.example.daydreamclock:string/call_notification_ongoing_text = 0x7f0e0029 +com.example.daydreamclock:string/call_notification_hang_up_action = 0x7f0e0027 +com.example.daydreamclock:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f0f03e6 +com.example.daydreamclock:string/call_notification_decline_action = 0x7f0e0026 +com.example.daydreamclock:string/call_notification_answer_action = 0x7f0e0024 +com.example.daydreamclock:string/bottomsheet_drag_handle_content_description = 0x7f0e0023 +com.example.daydreamclock:string/bottomsheet_action_expand = 0x7f0e0020 +com.example.daydreamclock:string/bottom_sheet_behavior = 0x7f0e001e +com.example.daydreamclock:string/androidx_startup = 0x7f0e001b +com.example.daydreamclock:string/abc_toolbar_collapse_description = 0x7f0e001a +com.example.daydreamclock:string/abc_searchview_description_voice = 0x7f0e0017 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f0f037a +com.example.daydreamclock:string/abc_searchview_description_submit = 0x7f0e0016 +com.example.daydreamclock:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f0f01a3 +com.example.daydreamclock:string/abc_searchview_description_search = 0x7f0e0015 +com.example.daydreamclock:string/abc_searchview_description_clear = 0x7f0e0013 +com.example.daydreamclock:string/abc_menu_shift_shortcut_label = 0x7f0e000e +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f0f01bc +com.example.daydreamclock:string/abc_menu_function_shortcut_label = 0x7f0e000c +com.example.daydreamclock:string/abc_menu_ctrl_shortcut_label = 0x7f0e0009 +com.example.daydreamclock:string/abc_menu_alt_shortcut_label = 0x7f0e0008 +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f0f025d +com.example.daydreamclock:string/abc_capital_off = 0x7f0e0006 +com.example.daydreamclock:string/abc_activity_chooser_view_see_all = 0x7f0e0004 +com.example.daydreamclock:string/abc_action_mode_done = 0x7f0e0003 +com.example.daydreamclock:string/abc_action_menu_overflow_description = 0x7f0e0002 +com.example.daydreamclock:macro/m3_sys_color_light_surface_tint = 0x7f0c0177 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f0f014e +com.example.daydreamclock:macro/m3_comp_top_app_bar_small_on_scroll_container_color = 0x7f0c0174 +com.example.daydreamclock:style/Widget.Material3.CompoundButton.Switch = 0x7f0f0378 +com.example.daydreamclock:macro/m3_comp_top_app_bar_small_leading_icon_color = 0x7f0c0173 +com.example.daydreamclock:macro/m3_comp_top_app_bar_small_headline_color = 0x7f0c0171 +com.example.daydreamclock:macro/m3_comp_top_app_bar_medium_headline_type = 0x7f0c016f +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_unselected_label_text_color = 0x7f0c016b +com.example.daydreamclock:style/ThemeOverlay.Material3.Button.TextButton = 0x7f0f028c +com.example.daydreamclock:macro/m3_comp_top_app_bar_large_headline_type = 0x7f0c016d +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_unselected_container_color = 0x7f0c0168 +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_label_text_type = 0x7f0c0160 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f0f037c +com.example.daydreamclock:string/app_name = 0x7f0e001c +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_container_shape = 0x7f0c015f +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_unselected_pressed_state_layer_color = 0x7f0c015e +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_selected_label_text_color = 0x7f0c0159 +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_selected_hover_state_layer_color = 0x7f0c0158 +com.example.daydreamclock:style/ThemeOverlay.Material3.TextInputEditText = 0x7f0f02b5 +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_selected_focus_state_layer_color = 0x7f0c0157 +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_selected_container_color = 0x7f0c0156 +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_outline_color = 0x7f0c0155 +com.example.daydreamclock:macro/m3_comp_time_picker_headline_type = 0x7f0c0152 +com.example.daydreamclock:macro/m3_comp_time_picker_container_shape = 0x7f0c0150 +com.example.daydreamclock:macro/m3_comp_time_picker_container_color = 0x7f0c014f +com.example.daydreamclock:macro/m3_comp_time_picker_clock_dial_selector_handle_container_color = 0x7f0c014e +com.example.daydreamclock:macro/m3_comp_time_picker_clock_dial_color = 0x7f0c014d +com.example.daydreamclock:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f0f02f1 +com.example.daydreamclock:style/Base.CardView = 0x7f0f0010 +com.example.daydreamclock:macro/m3_comp_time_input_time_input_field_supporting_text_type = 0x7f0c014c +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f0f0398 +com.example.daydreamclock:style/TextAppearance.Design.Error = 0x7f0f01cb +com.example.daydreamclock:macro/m3_comp_time_input_time_input_field_supporting_text_color = 0x7f0c014b +com.example.daydreamclock:macro/m3_comp_text_button_pressed_state_layer_color = 0x7f0c0147 +com.example.daydreamclock:macro/m3_comp_text_button_label_text_type = 0x7f0c0146 +com.example.daydreamclock:macro/m3_comp_text_button_label_text_color = 0x7f0c0145 +com.example.daydreamclock:macro/m3_comp_switch_unselected_track_color = 0x7f0c0141 +com.example.daydreamclock:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c013e +com.example.daydreamclock:macro/m3_comp_switch_unselected_hover_track_outline_color = 0x7f0c013a +com.example.daydreamclock:macro/m3_comp_switch_unselected_hover_track_color = 0x7f0c0139 +com.example.daydreamclock:macro/m3_comp_switch_unselected_hover_state_layer_color = 0x7f0c0138 +com.example.daydreamclock:styleable/CoordinatorLayout = 0x7f10002c +com.example.daydreamclock:style/Widget.MaterialComponents.Toolbar = 0x7f0f0457 +com.example.daydreamclock:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0c0137 +com.example.daydreamclock:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0c0136 +com.example.daydreamclock:macro/m3_comp_switch_unselected_focus_track_outline_color = 0x7f0c0134 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f0f039b +com.example.daydreamclock:macro/m3_comp_switch_unselected_focus_track_color = 0x7f0c0133 +com.example.daydreamclock:macro/m3_comp_switch_unselected_focus_state_layer_color = 0x7f0c0132 +com.example.daydreamclock:macro/m3_comp_switch_unselected_focus_handle_color = 0x7f0c0130 +com.example.daydreamclock:macro/m3_comp_switch_selected_pressed_track_color = 0x7f0c012e +com.example.daydreamclock:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f0f00f1 +com.example.daydreamclock:macro/m3_comp_switch_selected_pressed_icon_color = 0x7f0c012c +com.example.daydreamclock:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0c0128 +com.example.daydreamclock:macro/m3_comp_switch_selected_focus_track_color = 0x7f0c0124 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f0f01df +com.example.daydreamclock:macro/m3_comp_switch_selected_focus_icon_color = 0x7f0c0122 +com.example.daydreamclock:macro/m3_comp_switch_disabled_unselected_track_outline_color = 0x7f0c0120 +com.example.daydreamclock:macro/m3_comp_switch_disabled_unselected_track_color = 0x7f0c011f +com.example.daydreamclock:macro/m3_comp_switch_disabled_unselected_icon_color = 0x7f0c011e +com.example.daydreamclock:macro/m3_comp_suggestion_chip_container_shape = 0x7f0c0118 +com.example.daydreamclock:macro/m3_comp_snackbar_supporting_text_type = 0x7f0c0117 +com.example.daydreamclock:macro/m3_comp_snackbar_supporting_text_color = 0x7f0c0116 +com.example.daydreamclock:macro/m3_comp_snackbar_container_shape = 0x7f0c0115 +com.example.daydreamclock:macro/m3_comp_snackbar_container_color = 0x7f0c0114 +com.example.daydreamclock:macro/m3_comp_slider_label_label_text_color = 0x7f0c0113 +com.example.daydreamclock:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f0f0293 +com.example.daydreamclock:macro/m3_comp_slider_label_container_color = 0x7f0c0112 +com.example.daydreamclock:macro/m3_comp_slider_handle_color = 0x7f0c0110 +com.example.daydreamclock:macro/m3_comp_slider_disabled_handle_color = 0x7f0c010e +com.example.daydreamclock:macro/m3_comp_slider_active_track_color = 0x7f0c010c +com.example.daydreamclock:macro/m3_comp_sheet_bottom_docked_drag_handle_color = 0x7f0c0107 +com.example.daydreamclock:macro/m3_comp_sheet_bottom_docked_container_shape = 0x7f0c0106 +com.example.daydreamclock:macro/m3_comp_sheet_bottom_docked_container_color = 0x7f0c0105 +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c0104 +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0c0103 +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_pressed_state_layer_color = 0x7f0c0102 +com.example.daydreamclock:style/TextAppearance.Design.Hint = 0x7f0f01cd +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_label_text_type = 0x7f0c0101 +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0c0100 +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_hover_state_layer_color = 0x7f0c00ff +com.example.daydreamclock:style/Widget.Material3.Search.Toolbar.Button.Navigation = 0x7f0f03bc +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_focus_state_layer_color = 0x7f0c00fe +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_active_label_text_color = 0x7f0c00fc +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_active_indicator_color = 0x7f0c00fb +com.example.daydreamclock:macro/m3_comp_search_view_header_input_text_type = 0x7f0c00f6 +com.example.daydreamclock:macro/m3_comp_search_view_docked_container_shape = 0x7f0c00f4 +com.example.daydreamclock:macro/m3_comp_search_bar_pressed_supporting_text_color = 0x7f0c00ee +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Window.Fullscreen = 0x7f0f0190 +com.example.daydreamclock:macro/m3_comp_search_bar_leading_icon_color = 0x7f0c00ec +com.example.daydreamclock:macro/m3_comp_search_bar_input_text_color = 0x7f0c00ea +com.example.daydreamclock:macro/m3_comp_search_bar_hover_supporting_text_color = 0x7f0c00e9 +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f0f0302 +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_separator_color = 0x7f0c0166 +com.example.daydreamclock:macro/m3_comp_search_bar_hover_state_layer_color = 0x7f0c00e8 +com.example.daydreamclock:macro/m3_comp_radio_button_unselected_pressed_state_layer_color = 0x7f0c00e6 +com.example.daydreamclock:styleable/GradientColorItem = 0x7f10003c +com.example.daydreamclock:macro/m3_comp_radio_button_unselected_hover_icon_color = 0x7f0c00e2 +com.example.daydreamclock:macro/m3_comp_radio_button_selected_pressed_state_layer_color = 0x7f0c00df +com.example.daydreamclock:macro/m3_comp_radio_button_selected_icon_color = 0x7f0c00dd +com.example.daydreamclock:macro/m3_comp_radio_button_selected_hover_icon_color = 0x7f0c00db +com.example.daydreamclock:macro/m3_comp_radio_button_disabled_unselected_icon_color = 0x7f0c00d8 +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_with_label_text_inactive_label_text_color = 0x7f0c00d5 +com.example.daydreamclock:style/TextAppearance.AppCompat.Display1 = 0x7f0f0198 +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_with_label_text_active_label_text_color = 0x7f0c00d4 +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_with_icon_active_icon_color = 0x7f0c00d2 +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_color = 0x7f0c00d1 +com.example.daydreamclock:style/Widget.Material3.Button.ElevatedButton = 0x7f0f034d +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_inactive_hover_state_layer_color = 0x7f0c00d0 +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_inactive_focus_state_layer_color = 0x7f0c00cf +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f0f041c +com.example.daydreamclock:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f0f013d +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_container_color = 0x7f0c00ce +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0c00cd +com.example.daydreamclock:macro/m3_comp_plain_tooltip_supporting_text_type = 0x7f0c00c9 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_supporting_text_color = 0x7f0c00c7 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0c00c5 +com.example.daydreamclock:style/Widget.AppCompat.SeekBar = 0x7f0f0323 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0c00c4 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_hover_supporting_text_color = 0x7f0c00c2 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c00c1 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_focus_outline_color = 0x7f0c00be +com.example.daydreamclock:macro/m3_comp_outlined_text_field_error_supporting_text_color = 0x7f0c00ba +com.example.daydreamclock:macro/m3_comp_outlined_text_field_error_outline_color = 0x7f0c00b9 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0c00b8 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0c00b7 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_container_shape = 0x7f0c00b4 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c00b3 +com.example.daydreamclock:macro/m3_comp_outlined_card_pressed_outline_color = 0x7f0c00b2 +com.example.daydreamclock:macro/m3_comp_outlined_card_focus_outline_color = 0x7f0c00af +com.example.daydreamclock:macro/m3_comp_outlined_card_dragged_outline_color = 0x7f0c00ae +com.example.daydreamclock:macro/m3_comp_outlined_card_disabled_outline_color = 0x7f0c00ad +com.example.daydreamclock:macro/m3_comp_outlined_card_container_shape = 0x7f0c00ac +com.example.daydreamclock:macro/m3_comp_outlined_card_container_color = 0x7f0c00ab +com.example.daydreamclock:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f0f01a2 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f0f014d +com.example.daydreamclock:macro/m3_comp_outlined_button_pressed_outline_color = 0x7f0c00aa +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f0f01e1 +com.example.daydreamclock:macro/m3_comp_outlined_button_hover_outline_color = 0x7f0c00a8 +com.example.daydreamclock:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0c00a7 +com.example.daydreamclock:macro/m3_comp_outlined_button_disabled_outline_color = 0x7f0c00a6 +com.example.daydreamclock:macro/m3_comp_outlined_autocomplete_text_field_input_text_type = 0x7f0c00a5 +com.example.daydreamclock:macro/m3_comp_outlined_autocomplete_text_field_caret_color = 0x7f0c00a4 +com.example.daydreamclock:macro/m3_comp_outlined_autocomplete_menu_container_color = 0x7f0c00a3 +com.example.daydreamclock:macro/m3_comp_navigation_rail_inactive_pressed_state_layer_color = 0x7f0c00a1 +com.example.daydreamclock:macro/m3_comp_navigation_rail_inactive_label_text_color = 0x7f0c00a0 +com.example.daydreamclock:macro/m3_comp_navigation_rail_inactive_icon_color = 0x7f0c009f +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_active_hover_state_layer_color = 0x7f0c00cb +com.example.daydreamclock:macro/m3_comp_navigation_rail_inactive_hover_state_layer_color = 0x7f0c009e +com.example.daydreamclock:macro/m3_comp_navigation_rail_inactive_focus_state_layer_color = 0x7f0c009d +com.example.daydreamclock:macro/m3_comp_navigation_rail_container_color = 0x7f0c009c +com.example.daydreamclock:macro/m3_comp_navigation_rail_active_label_text_color = 0x7f0c009a +com.example.daydreamclock:styleable/ActivityChooserView = 0x7f100005 +com.example.daydreamclock:macro/m3_comp_navigation_rail_active_indicator_color = 0x7f0c0099 +com.example.daydreamclock:macro/m3_comp_navigation_rail_active_icon_color = 0x7f0c0098 +com.example.daydreamclock:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f0f03f0 +com.example.daydreamclock:style/Base.ThemeOverlay.AppCompat.Light = 0x7f0f007e +com.example.daydreamclock:macro/m3_comp_navigation_rail_active_hover_state_layer_color = 0x7f0c0097 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_modal_container_color = 0x7f0c0095 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_label_text_type = 0x7f0c0094 +com.example.daydreamclock:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f0f045a +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_pressed_state_layer_color = 0x7f0c0093 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_label_text_color = 0x7f0c0090 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_hover_label_text_color = 0x7f0c008d +com.example.daydreamclock:style/Theme.AppCompat.Light.DarkActionBar = 0x7f0f021a +com.example.daydreamclock:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f0e003d +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_hover_icon_color = 0x7f0c008c +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_focus_state_layer_color = 0x7f0c008b +com.example.daydreamclock:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f0e0060 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_focus_label_text_color = 0x7f0c008a +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_pressed_label_text_color = 0x7f0c0085 +com.example.daydreamclock:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f0f03ec +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_label_text_color = 0x7f0c0083 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_icon_color = 0x7f0c0081 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_hover_label_text_color = 0x7f0c007f +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_hover_icon_color = 0x7f0c007e +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_focus_state_layer_color = 0x7f0c007d +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_focus_icon_color = 0x7f0c007b +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_pressed_state_layer_color = 0x7f0c0079 +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_icon_color = 0x7f0c0075 +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_hover_state_layer_color = 0x7f0c0074 +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_hover_label_text_color = 0x7f0c0073 +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_focus_state_layer_color = 0x7f0c0071 +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_pressed_state_layer_color = 0x7f0c006d +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_pressed_icon_color = 0x7f0c006b +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f0f041b +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_label_text_color = 0x7f0c006a +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_hover_state_layer_color = 0x7f0c0067 +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_hover_label_text_color = 0x7f0c0066 +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_focus_label_text_color = 0x7f0c0063 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f0f01d4 +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_focus_icon_color = 0x7f0c0062 +com.example.daydreamclock:macro/m3_comp_menu_list_item_selected_container_color = 0x7f0c0061 +com.example.daydreamclock:style/Base.Theme.AppCompat = 0x7f0f004b +com.example.daydreamclock:macro/m3_comp_menu_container_color = 0x7f0c0060 +com.example.daydreamclock:string/abc_prepend_shortcut_label = 0x7f0e0011 +com.example.daydreamclock:macro/m3_comp_linear_progress_indicator_track_color = 0x7f0c005f +com.example.daydreamclock:macro/m3_comp_linear_progress_indicator_active_indicator_color = 0x7f0c005e +com.example.daydreamclock:macro/m3_comp_input_chip_container_shape = 0x7f0c005c +com.example.daydreamclock:macro/m3_comp_icon_button_selected_icon_color = 0x7f0c005a +com.example.daydreamclock:string/mtrl_picker_cancel = 0x7f0e0071 +com.example.daydreamclock:macro/m3_comp_filter_chip_label_text_type = 0x7f0c0059 +com.example.daydreamclock:macro/m3_comp_filled_tonal_icon_button_toggle_unselected_icon_color = 0x7f0c0057 +com.example.daydreamclock:string/mtrl_picker_text_input_date_range_start_hint = 0x7f0e0088 +com.example.daydreamclock:macro/m3_comp_filled_tonal_icon_button_toggle_selected_icon_color = 0x7f0c0056 +com.example.daydreamclock:macro/m3_comp_filled_tonal_icon_button_container_color = 0x7f0c0055 +com.example.daydreamclock:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c0053 +com.example.daydreamclock:macro/m3_comp_filled_text_field_supporting_text_type = 0x7f0c0052 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.CheckedTextView = 0x7f0f0112 +com.example.daydreamclock:macro/m3_comp_filled_text_field_error_supporting_text_color = 0x7f0c004f +com.example.daydreamclock:macro/m3_comp_filled_text_field_container_color = 0x7f0c004c +com.example.daydreamclock:macro/m3_comp_filled_icon_button_toggle_unselected_icon_color = 0x7f0c004b +com.example.daydreamclock:style/Base.Widget.AppCompat.Button.Colored = 0x7f0f00d1 +com.example.daydreamclock:macro/m3_comp_filled_card_container_shape = 0x7f0c0048 +com.example.daydreamclock:macro/m3_comp_filled_card_container_color = 0x7f0c0047 +com.example.daydreamclock:macro/m3_comp_filled_button_label_text_color = 0x7f0c0045 +com.example.daydreamclock:macro/m3_comp_filled_autocomplete_menu_container_color = 0x7f0c0042 +com.example.daydreamclock:macro/m3_comp_fab_tertiary_icon_color = 0x7f0c0041 +com.example.daydreamclock:macro/m3_comp_fab_surface_container_color = 0x7f0c003e +com.example.daydreamclock:macro/m3_comp_fab_primary_small_container_shape = 0x7f0c003b +com.example.daydreamclock:macro/m3_comp_extended_fab_tertiary_icon_color = 0x7f0c0036 +com.example.daydreamclock:macro/m3_comp_extended_fab_tertiary_container_color = 0x7f0c0035 +com.example.daydreamclock:macro/m3_comp_extended_fab_surface_icon_color = 0x7f0c0034 +com.example.daydreamclock:macro/m3_comp_extended_fab_surface_container_color = 0x7f0c0033 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f0f0160 +com.example.daydreamclock:macro/m3_comp_extended_fab_secondary_icon_color = 0x7f0c0032 +com.example.daydreamclock:macro/m3_comp_extended_fab_primary_label_text_type = 0x7f0c0030 +com.example.daydreamclock:macro/m3_comp_extended_fab_primary_container_shape = 0x7f0c002e +com.example.daydreamclock:macro/m3_comp_elevated_card_container_color = 0x7f0c002b +com.example.daydreamclock:macro/m3_comp_divider_color = 0x7f0c0029 +com.example.daydreamclock:macro/m3_comp_dialog_supporting_text_type = 0x7f0c0028 +com.example.daydreamclock:macro/m3_comp_dialog_supporting_text_color = 0x7f0c0027 +com.example.daydreamclock:macro/m3_comp_dialog_headline_type = 0x7f0c0026 +com.example.daydreamclock:macro/m3_comp_dialog_container_shape = 0x7f0c0024 +com.example.daydreamclock:style/TextAppearance.Material3.BodyLarge = 0x7f0f01e4 +com.example.daydreamclock:macro/m3_comp_dialog_container_color = 0x7f0c0023 +com.example.daydreamclock:style/Base.V28.Theme.AppCompat = 0x7f0f00b8 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_year_selection_year_selected_label_text_color = 0x7f0c0021 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0c001f +com.example.daydreamclock:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f0f00a9 +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_unselected_hover_state_layer_color = 0x7f0c016a +com.example.daydreamclock:macro/m3_comp_date_picker_modal_weekdays_label_text_color = 0x7f0c001e +com.example.daydreamclock:macro/m3_comp_date_picker_modal_range_selection_month_subhead_type = 0x7f0c001d +com.example.daydreamclock:macro/m3_comp_date_picker_modal_range_selection_active_indicator_container_color = 0x7f0c001a +com.example.daydreamclock:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f0f03d0 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_header_supporting_text_type = 0x7f0c0019 +com.example.daydreamclock:string/mtrl_switch_thumb_group_name = 0x7f0e0091 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_header_supporting_text_color = 0x7f0c0018 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_date_today_label_text_color = 0x7f0c0014 +com.example.daydreamclock:macro/m3_comp_fab_secondary_container_color = 0x7f0c003c +com.example.daydreamclock:macro/m3_comp_date_picker_modal_date_selected_container_color = 0x7f0c0011 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_container_color = 0x7f0c000e +com.example.daydreamclock:macro/m3_comp_circular_progress_indicator_active_indicator_color = 0x7f0c000d +com.example.daydreamclock:macro/m3_comp_checkbox_selected_error_icon_color = 0x7f0c000a +com.example.daydreamclock:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0c0009 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f0f01dd +com.example.daydreamclock:macro/m3_comp_checkbox_selected_container_color = 0x7f0c0006 +com.example.daydreamclock:macro/m3_comp_bottom_app_bar_container_color = 0x7f0c0005 +com.example.daydreamclock:style/Base.V24.Theme.Material3.Light.Dialog = 0x7f0f00b4 +com.example.daydreamclock:macro/m3_comp_badge_color = 0x7f0c0002 +com.example.daydreamclock:macro/m3_comp_assist_chip_label_text_type = 0x7f0c0001 +com.example.daydreamclock:layout/select_dialog_singlechoice_material = 0x7f0b006a +com.example.daydreamclock:layout/select_dialog_multichoice_material = 0x7f0b0069 +com.example.daydreamclock:layout/select_dialog_item_material = 0x7f0b0068 +com.example.daydreamclock:style/Theme.Material3.Light.BottomSheetDialog = 0x7f0f023c +com.example.daydreamclock:layout/notification_template_custom_big = 0x7f0b0064 +com.example.daydreamclock:layout/mtrl_picker_header_toggle = 0x7f0b005d +com.example.daydreamclock:layout/mtrl_picker_header_title_text = 0x7f0b005c +com.example.daydreamclock:layout/mtrl_picker_header_selection_text = 0x7f0b005b +com.example.daydreamclock:layout/mtrl_picker_header_fullscreen = 0x7f0b005a +com.example.daydreamclock:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f0f0431 +com.example.daydreamclock:layout/mtrl_picker_header_dialog = 0x7f0b0059 +com.example.daydreamclock:layout/mtrl_picker_fullscreen = 0x7f0b0058 +com.example.daydreamclock:layout/mtrl_picker_dialog = 0x7f0b0057 +com.example.daydreamclock:layout/mtrl_picker_actions = 0x7f0b0056 +com.example.daydreamclock:layout/mtrl_layout_snackbar_include = 0x7f0b0054 +com.example.daydreamclock:style/Widget.AppCompat.ActionBar.TabView = 0x7f0f02e8 +com.example.daydreamclock:layout/mtrl_calendar_year = 0x7f0b0052 +com.example.daydreamclock:layout/mtrl_calendar_vertical = 0x7f0b0051 +com.example.daydreamclock:styleable/BottomNavigationView = 0x7f100016 +com.example.daydreamclock:layout/mtrl_calendar_months = 0x7f0b0050 +com.example.daydreamclock:layout/mtrl_calendar_month_labeled = 0x7f0b004e +com.example.daydreamclock:layout/mtrl_calendar_days_of_week = 0x7f0b004b +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f0f0096 +com.example.daydreamclock:layout/mtrl_auto_complete_simple_item = 0x7f0b0048 +com.example.daydreamclock:layout/mtrl_alert_select_dialog_multichoice = 0x7f0b0046 +com.example.daydreamclock:layout/material_timepicker_dialog = 0x7f0b0040 +com.example.daydreamclock:layout/material_time_chip = 0x7f0b003d +com.example.daydreamclock:layout/material_textinput_timepicker = 0x7f0b003c +com.example.daydreamclock:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f0f0458 +com.example.daydreamclock:layout/material_radial_view_group = 0x7f0b003b +com.example.daydreamclock:layout/material_clockface_view = 0x7f0b003a +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_focus_icon_color = 0x7f0c006f +com.example.daydreamclock:layout/material_clockface_textview = 0x7f0b0039 +com.example.daydreamclock:layout/material_clock_period_toggle = 0x7f0b0037 +com.example.daydreamclock:style/TextAppearance.Material3.TitleSmall = 0x7f0f01f6 +com.example.daydreamclock:layout/material_clock_display_divider = 0x7f0b0036 +com.example.daydreamclock:layout/material_chip_input_combo = 0x7f0b0034 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Small.Tertiary = 0x7f0f038b +com.example.daydreamclock:layout/m3_side_sheet_dialog = 0x7f0b0033 +com.example.daydreamclock:layout/m3_alert_dialog_actions = 0x7f0b0030 +com.example.daydreamclock:layout/m3_alert_dialog = 0x7f0b002f +com.example.daydreamclock:layout/ime_secondary_split_test_activity = 0x7f0b002d +com.example.daydreamclock:layout/design_navigation_item_header = 0x7f0b0025 +com.example.daydreamclock:styleable/StateListDrawable = 0x7f100082 +com.example.daydreamclock:styleable/MotionHelper = 0x7f100064 +com.example.daydreamclock:layout/design_navigation_item = 0x7f0b0024 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f0f01c2 +com.example.daydreamclock:layout/design_layout_tab_text = 0x7f0b0022 +com.example.daydreamclock:style/Theme.AppCompat.Light.Dialog = 0x7f0f021b +com.example.daydreamclock:layout/design_layout_snackbar = 0x7f0b001f +com.example.daydreamclock:layout/design_bottom_sheet_dialog = 0x7f0b001e +com.example.daydreamclock:layout/design_bottom_navigation_item = 0x7f0b001d +com.example.daydreamclock:layout/custom_dialog = 0x7f0b001c +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f0f03ac +com.example.daydreamclock:layout/abc_tooltip = 0x7f0b001b +com.example.daydreamclock:string/search_menu_title = 0x7f0e00a0 +com.example.daydreamclock:layout/abc_select_dialog_material = 0x7f0b001a +com.example.daydreamclock:layout/abc_search_view = 0x7f0b0019 +com.example.daydreamclock:layout/abc_screen_toolbar = 0x7f0b0017 +com.example.daydreamclock:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f0f00be +com.example.daydreamclock:layout/abc_screen_content_include = 0x7f0b0014 +com.example.daydreamclock:layout/abc_popup_menu_header_item_layout = 0x7f0b0012 +com.example.daydreamclock:layout/abc_list_menu_item_radio = 0x7f0b0011 +com.example.daydreamclock:layout/abc_list_menu_item_layout = 0x7f0b0010 +com.example.daydreamclock:macro/m3_comp_search_bar_supporting_text_type = 0x7f0c00f0 +com.example.daydreamclock:layout/abc_list_menu_item_icon = 0x7f0b000f +com.example.daydreamclock:layout/abc_dialog_title_material = 0x7f0b000c +com.example.daydreamclock:layout/abc_cascading_menu_item_layout = 0x7f0b000b +com.example.daydreamclock:layout/abc_alert_dialog_material = 0x7f0b0009 +com.example.daydreamclock:layout/mtrl_alert_dialog_title = 0x7f0b0044 +com.example.daydreamclock:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008 +com.example.daydreamclock:layout/abc_activity_chooser_view = 0x7f0b0006 +com.example.daydreamclock:layout/abc_action_mode_close_item_material = 0x7f0b0005 +com.example.daydreamclock:layout/abc_action_mode_bar = 0x7f0b0004 +com.example.daydreamclock:layout/abc_action_menu_layout = 0x7f0b0003 +com.example.daydreamclock:string/abc_menu_sym_shortcut_label = 0x7f0e0010 +com.example.daydreamclock:layout/abc_action_menu_item_layout = 0x7f0b0002 +com.example.daydreamclock:macro/m3_comp_switch_selected_pressed_handle_color = 0x7f0c012b +com.example.daydreamclock:layout/abc_action_bar_title_item = 0x7f0b0000 +com.example.daydreamclock:interpolator/mtrl_linear_out_slow_in = 0x7f0a0011 +com.example.daydreamclock:style/ThemeOverlay.Material3.Button.IconButton = 0x7f0f0289 +com.example.daydreamclock:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0c013f +com.example.daydreamclock:interpolator/mtrl_linear = 0x7f0a0010 +com.example.daydreamclock:interpolator/mtrl_fast_out_linear_in = 0x7f0a000e +com.example.daydreamclock:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0a000d +com.example.daydreamclock:interpolator/m3_sys_motion_easing_standard_accelerate = 0x7f0a000c +com.example.daydreamclock:interpolator/m3_sys_motion_easing_linear = 0x7f0a000a +com.example.daydreamclock:interpolator/m3_sys_motion_easing_emphasized_decelerate = 0x7f0a0009 +com.example.daydreamclock:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008 +com.example.daydreamclock:interpolator/fast_out_slow_in = 0x7f0a0006 +com.example.daydreamclock:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002 +com.example.daydreamclock:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f0f0181 +com.example.daydreamclock:integer/status_bar_notification_info_maxnum = 0x7f090043 +com.example.daydreamclock:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f0f02bb +com.example.daydreamclock:integer/show_password_duration = 0x7f090042 +com.example.daydreamclock:integer/mtrl_view_invisible = 0x7f090040 +com.example.daydreamclock:integer/mtrl_view_gone = 0x7f09003f +com.example.daydreamclock:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f09003e +com.example.daydreamclock:integer/mtrl_switch_track_viewport_width = 0x7f09003d +com.example.daydreamclock:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f0f02a6 +com.example.daydreamclock:integer/mtrl_switch_track_viewport_height = 0x7f09003c +com.example.daydreamclock:styleable/LinearProgressIndicator = 0x7f10004a +com.example.daydreamclock:integer/mtrl_switch_thumb_viewport_size = 0x7f09003b +com.example.daydreamclock:style/Widget.Material3.SearchBar.Outlined = 0x7f0f03be +com.example.daydreamclock:integer/mtrl_switch_thumb_pre_morphing_duration = 0x7f090038 +com.example.daydreamclock:integer/mtrl_switch_thumb_post_morphing_duration = 0x7f090037 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f0f0249 +com.example.daydreamclock:integer/mtrl_chip_anim_duration = 0x7f090035 +com.example.daydreamclock:integer/mtrl_card_anim_duration_ms = 0x7f090034 +com.example.daydreamclock:integer/mtrl_card_anim_delay_ms = 0x7f090033 +com.example.daydreamclock:integer/mtrl_calendar_year_selector_span = 0x7f090032 +com.example.daydreamclock:integer/mtrl_btn_anim_duration_ms = 0x7f09002f +com.example.daydreamclock:macro/m3_comp_secondary_navigation_tab_container_color = 0x7f0c00fd +com.example.daydreamclock:integer/mtrl_btn_anim_delay_ms = 0x7f09002e +com.example.daydreamclock:integer/material_motion_duration_short_1 = 0x7f09002a +com.example.daydreamclock:integer/material_motion_duration_medium_2 = 0x7f090029 +com.example.daydreamclock:integer/material_motion_duration_medium_1 = 0x7f090028 +com.example.daydreamclock:integer/m3_sys_shape_corner_small_corner_family = 0x7f090025 +com.example.daydreamclock:integer/m3_sys_shape_corner_full_corner_family = 0x7f090022 +com.example.daydreamclock:integer/material_motion_duration_long_2 = 0x7f090027 +com.example.daydreamclock:integer/m3_sys_shape_corner_extra_small_corner_family = 0x7f090021 +com.example.daydreamclock:integer/m3_sys_shape_corner_extra_large_corner_family = 0x7f090020 +com.example.daydreamclock:integer/m3_sys_motion_path = 0x7f09001f +com.example.daydreamclock:styleable/PropertySet = 0x7f100071 +com.example.daydreamclock:integer/m3_sys_motion_duration_short4 = 0x7f09001e +com.example.daydreamclock:integer/m3_sys_motion_duration_short3 = 0x7f09001d +com.example.daydreamclock:integer/m3_sys_motion_duration_short2 = 0x7f09001c +com.example.daydreamclock:style/Base.TextAppearance.AppCompat = 0x7f0f0016 +com.example.daydreamclock:integer/m3_sys_motion_duration_short1 = 0x7f09001b +com.example.daydreamclock:integer/m3_sys_motion_duration_medium4 = 0x7f09001a +com.example.daydreamclock:integer/m3_sys_motion_duration_long4 = 0x7f090016 +com.example.daydreamclock:integer/m3_sys_motion_duration_long3 = 0x7f090015 +com.example.daydreamclock:integer/m3_sys_motion_duration_long1 = 0x7f090013 +com.example.daydreamclock:integer/m3_sys_motion_duration_extra_long4 = 0x7f090012 +com.example.daydreamclock:integer/m3_sys_motion_duration_extra_long2 = 0x7f090010 +com.example.daydreamclock:integer/m3_sys_motion_duration_extra_long1 = 0x7f09000f +com.example.daydreamclock:integer/m3_chip_anim_duration = 0x7f09000e +com.example.daydreamclock:macro/m3_comp_search_bar_supporting_text_color = 0x7f0c00ef +com.example.daydreamclock:integer/m3_card_anim_delay_ms = 0x7f09000c +com.example.daydreamclock:integer/m3_btn_anim_delay_ms = 0x7f09000a +com.example.daydreamclock:integer/design_tab_indicator_anim_duration_ms = 0x7f090007 +com.example.daydreamclock:integer/design_snackbar_text_max_lines = 0x7f090006 +com.example.daydreamclock:integer/config_tooltipAnimTime = 0x7f090005 +com.example.daydreamclock:integer/cancel_button_image_alpha = 0x7f090004 +com.example.daydreamclock:integer/bottom_sheet_slide_duration = 0x7f090003 +com.example.daydreamclock:string/bottomsheet_action_collapse = 0x7f0e001f +com.example.daydreamclock:integer/app_bar_elevation_anim_duration = 0x7f090002 +com.example.daydreamclock:id/x_right = 0x7f0801f7 +com.example.daydreamclock:id/x_left = 0x7f0801f6 +com.example.daydreamclock:style/Theme.DaydreamClock = 0x7f0f0221 +com.example.daydreamclock:id/wrap_content_constrained = 0x7f0801f5 +com.example.daydreamclock:id/wrap_content = 0x7f0801f4 +com.example.daydreamclock:id/wrap = 0x7f0801f3 +com.example.daydreamclock:id/with_icon = 0x7f0801f1 +com.example.daydreamclock:style/Platform.AppCompat.Light = 0x7f0f0137 +com.example.daydreamclock:macro/m3_comp_search_view_header_input_text_color = 0x7f0c00f5 +com.example.daydreamclock:id/west = 0x7f0801ef +com.example.daydreamclock:id/visible = 0x7f0801ec +com.example.daydreamclock:id/view_tree_saved_state_registry_owner = 0x7f0801ea +com.example.daydreamclock:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f0801e9 +com.example.daydreamclock:id/view_offset_helper = 0x7f0801e6 +com.example.daydreamclock:id/vertical_only = 0x7f0801e5 +com.example.daydreamclock:id/up = 0x7f0801e3 +com.example.daydreamclock:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f0f030f +com.example.daydreamclock:id/uniform = 0x7f0801e1 +com.example.daydreamclock:id/unchecked = 0x7f0801e0 +com.example.daydreamclock:id/triangle = 0x7f0801df +com.example.daydreamclock:style/Widget.MaterialComponents.BottomAppBar = 0x7f0f03eb +com.example.daydreamclock:id/transition_transform = 0x7f0801de +com.example.daydreamclock:id/transitionToEnd = 0x7f0801d8 +com.example.daydreamclock:id/touch_outside = 0x7f0801d7 +com.example.daydreamclock:id/topPanel = 0x7f0801d6 +com.example.daydreamclock:style/Base.Theme.Material3.Light = 0x7f0f005f +com.example.daydreamclock:id/textinput_suffix_text = 0x7f0801cf +com.example.daydreamclock:macro/m3_comp_switch_selected_hover_handle_color = 0x7f0c0126 +com.example.daydreamclock:id/textinput_prefix_text = 0x7f0801ce +com.example.daydreamclock:id/title_template = 0x7f0801d3 +com.example.daydreamclock:id/textinput_helper_text = 0x7f0801cc +com.example.daydreamclock:id/textinput_error = 0x7f0801cb +com.example.daydreamclock:id/textinput_counter = 0x7f0801ca +com.example.daydreamclock:macro/m3_comp_input_chip_label_text_type = 0x7f0c005d +com.example.daydreamclock:id/text_input_start_icon = 0x7f0801c9 +com.example.daydreamclock:style/Base.Widget.AppCompat.SeekBar = 0x7f0f00f4 +com.example.daydreamclock:id/text_input_error_icon = 0x7f0801c8 +com.example.daydreamclock:id/textTop = 0x7f0801c6 +com.example.daydreamclock:style/Widget.Material3.Chip.Filter.Elevated = 0x7f0f0366 +com.example.daydreamclock:id/textStart = 0x7f0801c5 +com.example.daydreamclock:id/textSpacerNoButtons = 0x7f0801c3 +com.example.daydreamclock:id/textEnd = 0x7f0801c2 +com.example.daydreamclock:id/text2 = 0x7f0801c1 +com.example.daydreamclock:id/tag_unhandled_key_listeners = 0x7f0801be +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f0f0075 +com.example.daydreamclock:id/tag_unhandled_key_event_manager = 0x7f0801bd +com.example.daydreamclock:id/tag_transition_group = 0x7f0801bc +com.example.daydreamclock:id/tag_on_receive_content_mime_types = 0x7f0801b9 +com.example.daydreamclock:id/tag_on_apply_window_listener = 0x7f0801b7 +com.example.daydreamclock:id/tag_accessibility_pane_title = 0x7f0801b6 +com.example.daydreamclock:id/tag_accessibility_heading = 0x7f0801b5 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f0f0040 +com.example.daydreamclock:id/tag_accessibility_actions = 0x7f0801b3 +com.example.daydreamclock:id/tabMode = 0x7f0801b2 +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f0f0135 +com.example.daydreamclock:id/supportScrollUp = 0x7f0801b1 +com.example.daydreamclock:style/Widget.AppCompat.Button.Borderless = 0x7f0f02f0 +com.example.daydreamclock:id/submit_area = 0x7f0801b0 +com.example.daydreamclock:id/submenuarrow = 0x7f0801af +com.example.daydreamclock:id/startVertical = 0x7f0801aa +com.example.daydreamclock:id/startToEnd = 0x7f0801a9 +com.example.daydreamclock:id/start = 0x7f0801a7 +com.example.daydreamclock:style/Widget.Material3.TabLayout = 0x7f0f03cb +com.example.daydreamclock:string/abc_searchview_description_query = 0x7f0e0014 +com.example.daydreamclock:id/square = 0x7f0801a2 +com.example.daydreamclock:id/spring = 0x7f0801a1 +com.example.daydreamclock:macro/m3_comp_slider_inactive_track_color = 0x7f0c0111 +com.example.daydreamclock:id/spread_inside = 0x7f0801a0 +com.example.daydreamclock:id/spread = 0x7f08019f +com.example.daydreamclock:styleable/Constraint = 0x7f100026 +com.example.daydreamclock:id/split_action_bar = 0x7f08019e +com.example.daydreamclock:id/special_effects_controller_view_tag = 0x7f08019c +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker = 0x7f0f044d +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Display2 = 0x7f0f001c +com.example.daydreamclock:id/spacer = 0x7f08019b +com.example.daydreamclock:macro/m3_comp_switch_unselected_pressed_handle_color = 0x7f0c013c +com.example.daydreamclock:id/snapMargins = 0x7f080199 +com.example.daydreamclock:id/snap = 0x7f080198 +com.example.daydreamclock:id/snackbar_text = 0x7f080197 +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.FloatingActionButton = 0x7f0f018e +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_pressed_label_text_color = 0x7f0c0092 +com.example.daydreamclock:id/slide = 0x7f080195 +com.example.daydreamclock:id/skipCollapsed = 0x7f080193 +com.example.daydreamclock:id/sin = 0x7f080192 +com.example.daydreamclock:style/Base.V14.ThemeOverlay.Material3.SideSheetDialog = 0x7f0f009b +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Bridge = 0x7f0f0066 +com.example.daydreamclock:id/showTitle = 0x7f080191 +com.example.daydreamclock:id/showHome = 0x7f080190 +com.example.daydreamclock:id/shortcut = 0x7f08018e +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Large = 0x7f0f0021 +com.example.daydreamclock:id/selection_type = 0x7f08018b +com.example.daydreamclock:id/search_voice_btn = 0x7f080188 +com.example.daydreamclock:id/search_plate = 0x7f080186 +com.example.daydreamclock:id/search_mag_icon = 0x7f080185 +com.example.daydreamclock:id/search_go_btn = 0x7f080184 +com.example.daydreamclock:id/search_edit_frame = 0x7f080183 +com.example.daydreamclock:id/search_bar = 0x7f080180 +com.example.daydreamclock:id/search_badge = 0x7f08017f +com.example.daydreamclock:id/scrollIndicatorDown = 0x7f08017b +com.example.daydreamclock:id/scale = 0x7f080178 +com.example.daydreamclock:id/save_non_transition_alpha = 0x7f080175 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Dialog = 0x7f0f0068 +com.example.daydreamclock:style/Base.Theme.Material3.Light.SideSheetDialog = 0x7f0f0064 +com.example.daydreamclock:id/row_index_key = 0x7f080174 +com.example.daydreamclock:id/rounded = 0x7f080173 +com.example.daydreamclock:id/right_side = 0x7f080172 +com.example.daydreamclock:id/right_icon = 0x7f080171 +com.example.daydreamclock:id/right = 0x7f08016f +com.example.daydreamclock:style/Widget.Material3.Light.ActionBar.Solid = 0x7f0f038e +com.example.daydreamclock:id/reverseSawtooth = 0x7f08016e +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f0f02d8 +com.example.daydreamclock:id/report_drawn = 0x7f08016d +com.example.daydreamclock:id/ratio = 0x7f08016b +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_icon_color = 0x7f0c008f +com.example.daydreamclock:id/radio = 0x7f08016a +com.example.daydreamclock:id/progress_circular = 0x7f080168 +com.example.daydreamclock:id/postLayout = 0x7f080166 +com.example.daydreamclock:id/percent = 0x7f080163 +com.example.daydreamclock:id/pathRelative = 0x7f080161 +com.example.daydreamclock:styleable/KeyCycle = 0x7f100040 +com.example.daydreamclock:id/path = 0x7f080160 +com.example.daydreamclock:id/password_toggle = 0x7f08015f +com.example.daydreamclock:id/parent_matrix = 0x7f08015e +com.example.daydreamclock:id/parent = 0x7f08015b +com.example.daydreamclock:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f0f030e +com.example.daydreamclock:id/parallax = 0x7f08015a +com.example.daydreamclock:id/packed = 0x7f080159 +com.example.daydreamclock:id/overshoot = 0x7f080158 +com.example.daydreamclock:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f0f0406 +com.example.daydreamclock:id/outline = 0x7f080156 +com.example.daydreamclock:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f0f02b8 +com.example.daydreamclock:id/open_search_view_toolbar = 0x7f080154 +com.example.daydreamclock:id/open_search_view_status_bar_spacer = 0x7f080153 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Day = 0x7f0f0392 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f0f024f +com.example.daydreamclock:id/open_search_view_root = 0x7f080150 +com.example.daydreamclock:id/open_search_view_header_container = 0x7f08014f +com.example.daydreamclock:id/open_search_view_dummy_toolbar = 0x7f08014d +com.example.daydreamclock:id/open_search_view_divider = 0x7f08014c +com.example.daydreamclock:id/open_search_view_content_container = 0x7f08014b +com.example.daydreamclock:id/open_search_view_clear_button = 0x7f08014a +com.example.daydreamclock:id/open_search_view_background = 0x7f080149 +com.example.daydreamclock:macro/m3_comp_time_input_time_input_field_container_shape = 0x7f0c0148 +com.example.daydreamclock:id/open_search_bar_text_view = 0x7f080148 +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog = 0x7f0f0257 +com.example.daydreamclock:id/on = 0x7f080146 +com.example.daydreamclock:id/off = 0x7f080145 +com.example.daydreamclock:id/notification_main_column_container = 0x7f080144 +com.example.daydreamclock:styleable/CircularProgressIndicator = 0x7f10001f +com.example.daydreamclock:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f0f01a5 +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_container_shape = 0x7f0c0153 +com.example.daydreamclock:id/notification_main_column = 0x7f080143 +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f0f03d3 +com.example.daydreamclock:id/transitionToStart = 0x7f0801d9 +com.example.daydreamclock:id/notification_background = 0x7f080142 +com.example.daydreamclock:macro/m3_comp_fab_primary_container_color = 0x7f0c0037 +com.example.daydreamclock:id/north = 0x7f080141 +com.example.daydreamclock:styleable/TextInputLayout = 0x7f10008c +com.example.daydreamclock:id/normal = 0x7f080140 +com.example.daydreamclock:id/noScroll = 0x7f08013d +com.example.daydreamclock:id/neverCompleteToStart = 0x7f08013c +com.example.daydreamclock:style/Widget.MaterialComponents.Snackbar.TextView = 0x7f0f043c +com.example.daydreamclock:id/neverCompleteToEnd = 0x7f08013b +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f0f0130 +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f0f012f +com.example.daydreamclock:id/never = 0x7f08013a +com.example.daydreamclock:id/navigation_header_container = 0x7f080139 +com.example.daydreamclock:id/navigation_bar_item_small_label_view = 0x7f080138 +com.example.daydreamclock:style/ThemeOverlay.Material3.Button.IconButton.Filled = 0x7f0f028a +com.example.daydreamclock:id/navigation_bar_item_labels_group = 0x7f080136 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f0f0399 +com.example.daydreamclock:style/CardView = 0x7f0f011f +com.example.daydreamclock:macro/m3_comp_outlined_button_outline_color = 0x7f0c00a9 +com.example.daydreamclock:id/navigation_bar_item_icon_view = 0x7f080135 +com.example.daydreamclock:id/navigation_bar_item_icon_container = 0x7f080134 +com.example.daydreamclock:macro/m3_comp_dialog_headline_color = 0x7f0c0025 +com.example.daydreamclock:id/tag_window_insets_animation_callback = 0x7f0801bf +com.example.daydreamclock:id/multiply = 0x7f080132 +com.example.daydreamclock:id/mtrl_view_tag_bottom_padding = 0x7f080131 +com.example.daydreamclock:style/ThemeOverlay.Material3.SideSheetDialog = 0x7f0f02b2 +com.example.daydreamclock:id/mtrl_picker_title_text = 0x7f080130 +com.example.daydreamclock:id/mtrl_picker_text_input_range_start = 0x7f08012f +com.example.daydreamclock:id/mtrl_picker_text_input_range_end = 0x7f08012e +com.example.daydreamclock:id/mtrl_picker_text_input_date = 0x7f08012d +com.example.daydreamclock:id/mtrl_picker_header_title_and_selection = 0x7f08012b +com.example.daydreamclock:id/mtrl_picker_header_selection_text = 0x7f08012a +com.example.daydreamclock:id/mtrl_picker_header = 0x7f080129 +com.example.daydreamclock:id/mtrl_picker_fullscreen = 0x7f080128 +com.example.daydreamclock:id/mtrl_motion_snapshot_view = 0x7f080127 +com.example.daydreamclock:id/mtrl_internal_children_alpha_tag = 0x7f080126 +com.example.daydreamclock:id/mtrl_calendar_months = 0x7f080120 +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f0f00e0 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_focus_label_text_color = 0x7f0c00bd +com.example.daydreamclock:id/mtrl_calendar_days_of_week = 0x7f08011d +com.example.daydreamclock:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018 +com.example.daydreamclock:id/mtrl_anchor_parent = 0x7f08011b +com.example.daydreamclock:id/motion_base = 0x7f08011a +com.example.daydreamclock:id/month_navigation_previous = 0x7f080118 +com.example.daydreamclock:id/month_navigation_next = 0x7f080117 +com.example.daydreamclock:macro/m3_comp_fab_primary_icon_color = 0x7f0c0039 +com.example.daydreamclock:id/month_navigation_fragment_toggle = 0x7f080116 +com.example.daydreamclock:id/middle = 0x7f080112 +com.example.daydreamclock:id/message = 0x7f080111 +com.example.daydreamclock:id/material_value_index = 0x7f08010f +com.example.daydreamclock:id/material_timepicker_ok_button = 0x7f08010d +com.example.daydreamclock:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f0f016d +com.example.daydreamclock:macro/m3_comp_search_view_header_supporting_text_type = 0x7f0c00f9 +com.example.daydreamclock:id/material_timepicker_mode_button = 0x7f08010c +com.example.daydreamclock:id/material_timepicker_container = 0x7f08010b +com.example.daydreamclock:id/material_timepicker_cancel_button = 0x7f08010a +com.example.daydreamclock:id/material_minute_text_input = 0x7f080107 +com.example.daydreamclock:id/material_label = 0x7f080106 +com.example.daydreamclock:integer/m3_badge_max_number = 0x7f090009 +com.example.daydreamclock:id/material_hour_tv = 0x7f080105 +com.example.daydreamclock:id/material_clock_period_toggle = 0x7f080103 +com.example.daydreamclock:style/CardView.Light = 0x7f0f0121 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f0f0028 +com.example.daydreamclock:string/password_toggle_content_description = 0x7f0e009b +com.example.daydreamclock:id/material_clock_level = 0x7f080100 +com.example.daydreamclock:id/material_clock_display = 0x7f0800fc +com.example.daydreamclock:string/mtrl_picker_range_header_title = 0x7f0e0082 +com.example.daydreamclock:id/match_parent = 0x7f0800fb +com.example.daydreamclock:id/match_constraint = 0x7f0800fa +com.example.daydreamclock:id/masked = 0x7f0800f9 +com.example.daydreamclock:id/list_item = 0x7f0800f6 +com.example.daydreamclock:id/leftToRight = 0x7f0800f0 +com.example.daydreamclock:id/left = 0x7f0800ef +com.example.daydreamclock:id/layout = 0x7f0800ee +com.example.daydreamclock:id/labeled = 0x7f0800ed +com.example.daydreamclock:id/invisible = 0x7f0800e7 +com.example.daydreamclock:id/info = 0x7f0800e6 +com.example.daydreamclock:id/included = 0x7f0800e4 +com.example.daydreamclock:id/immediateStop = 0x7f0800e3 +com.example.daydreamclock:id/image = 0x7f0800e2 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_header_headline_color = 0x7f0c0016 +com.example.daydreamclock:id/ignoreRequest = 0x7f0800e1 +com.example.daydreamclock:style/Theme.Material3.Light.Dialog.Alert = 0x7f0f023e +com.example.daydreamclock:macro/m3_comp_radio_button_disabled_selected_icon_color = 0x7f0c00d7 +com.example.daydreamclock:id/ignore = 0x7f0800e0 +com.example.daydreamclock:id/icon_group = 0x7f0800de +com.example.daydreamclock:style/ThemeOverlay.Material3.Dialog = 0x7f0f0295 +com.example.daydreamclock:id/horizontal_only = 0x7f0800dc +com.example.daydreamclock:id/homeAsUp = 0x7f0800da +com.example.daydreamclock:id/home = 0x7f0800d9 +com.example.daydreamclock:id/hide_ime_id = 0x7f0800d7 +com.example.daydreamclock:id/graph_wrap = 0x7f0800d2 +com.example.daydreamclock:id/graph = 0x7f0800d1 +com.example.daydreamclock:id/ghost_view = 0x7f0800ce +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f0f02cf +com.example.daydreamclock:id/frost = 0x7f0800cc +com.example.daydreamclock:id/fragment_container_view_tag = 0x7f0800cb +com.example.daydreamclock:id/forever = 0x7f0800ca +com.example.daydreamclock:id/flip = 0x7f0800c8 +com.example.daydreamclock:id/fixed = 0x7f0800c7 +com.example.daydreamclock:id/fitToContents = 0x7f0800c5 +com.example.daydreamclock:id/fitStart = 0x7f0800c4 +com.example.daydreamclock:id/fitEnd = 0x7f0800c3 +com.example.daydreamclock:id/fitCenter = 0x7f0800c2 +com.example.daydreamclock:id/filled = 0x7f0800c1 +com.example.daydreamclock:id/fill_vertical = 0x7f0800c0 +com.example.daydreamclock:id/fill_horizontal = 0x7f0800bf +com.example.daydreamclock:id/expanded_menu = 0x7f0800bc +com.example.daydreamclock:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f0f03cf +com.example.daydreamclock:id/expand_activities_button = 0x7f0800bb +com.example.daydreamclock:id/enterAlways = 0x7f0800b8 +com.example.daydreamclock:id/end = 0x7f0800b6 +com.example.daydreamclock:id/edit_text_id = 0x7f0800b3 +com.example.daydreamclock:macro/m3_comp_search_view_divider_color = 0x7f0c00f3 +com.example.daydreamclock:id/east = 0x7f0800b0 +com.example.daydreamclock:style/Theme.MaterialComponents.Light = 0x7f0f0260 +com.example.daydreamclock:id/easeOut = 0x7f0800af +com.example.daydreamclock:id/easeInOut = 0x7f0800ae +com.example.daydreamclock:id/dropdown_menu = 0x7f0800ac +com.example.daydreamclock:id/dragLeft = 0x7f0800a8 +com.example.daydreamclock:id/dragAnticlockwise = 0x7f0800a4 +com.example.daydreamclock:id/disjoint = 0x7f0800a3 +com.example.daydreamclock:id/disableHome = 0x7f08009f +com.example.daydreamclock:id/direct = 0x7f08009e +com.example.daydreamclock:id/digit2 = 0x7f08009a +com.example.daydreamclock:layout/mtrl_alert_dialog = 0x7f0b0042 +com.example.daydreamclock:integer/m3_sys_motion_duration_medium1 = 0x7f090017 +com.example.daydreamclock:id/digit1 = 0x7f080099 +com.example.daydreamclock:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f0f0297 +com.example.daydreamclock:id/scrollable = 0x7f08017e +com.example.daydreamclock:id/dialog_button = 0x7f080098 +com.example.daydreamclock:id/design_navigation_view = 0x7f080097 +com.example.daydreamclock:id/design_menu_item_text = 0x7f080096 +com.example.daydreamclock:style/ThemeOverlay.Material3.MaterialAlertDialog = 0x7f0f02a7 +com.example.daydreamclock:macro/m3_comp_switch_selected_hover_track_color = 0x7f0c0129 +com.example.daydreamclock:id/design_bottom_sheet = 0x7f080093 +com.example.daydreamclock:id/decor_content_parent = 0x7f08008f +com.example.daydreamclock:id/decelerate = 0x7f08008d +com.example.daydreamclock:id/dateTextView = 0x7f08008b +com.example.daydreamclock:id/cut = 0x7f08008a +com.example.daydreamclock:id/custom = 0x7f080088 +com.example.daydreamclock:id/currentState = 0x7f080087 +com.example.daydreamclock:id/cradle = 0x7f080086 +com.example.daydreamclock:id/coordinator = 0x7f080083 +com.example.daydreamclock:integer/m3_sys_motion_duration_medium2 = 0x7f090018 +com.example.daydreamclock:id/continuousVelocity = 0x7f080082 +com.example.daydreamclock:id/contiguous = 0x7f080081 +com.example.daydreamclock:id/contentPanel = 0x7f080080 +com.example.daydreamclock:id/content = 0x7f08007f +com.example.daydreamclock:style/Base.Theme.AppCompat.Dialog = 0x7f0f004d +com.example.daydreamclock:id/container = 0x7f08007e +com.example.daydreamclock:macro/m3_comp_elevated_button_container_color = 0x7f0c002a +com.example.daydreamclock:id/compress = 0x7f08007b +com.example.daydreamclock:id/onInterceptTouchReturnSwipe = 0x7f080147 +com.example.daydreamclock:id/collapseActionView = 0x7f080079 +com.example.daydreamclock:id/clockLayout = 0x7f080076 +com.example.daydreamclock:id/src_atop = 0x7f0801a3 +com.example.daydreamclock:id/clip_vertical = 0x7f080075 +com.example.daydreamclock:id/clip_horizontal = 0x7f080074 +com.example.daydreamclock:id/clear_text = 0x7f080073 +com.example.daydreamclock:id/noState = 0x7f08013e +com.example.daydreamclock:id/circle_center = 0x7f080072 +com.example.daydreamclock:id/checked = 0x7f080070 +com.example.daydreamclock:id/rectangles = 0x7f08016c +com.example.daydreamclock:id/gone = 0x7f0800d0 +com.example.daydreamclock:id/checkbox = 0x7f08006f +com.example.daydreamclock:integer/m3_sys_motion_duration_long2 = 0x7f090014 +com.example.daydreamclock:id/chains = 0x7f08006e +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f0f01c0 +com.example.daydreamclock:id/chain2 = 0x7f08006d +com.example.daydreamclock:id/chain = 0x7f08006c +com.example.daydreamclock:id/center_vertical = 0x7f08006b +com.example.daydreamclock:id/center_horizontal = 0x7f08006a +com.example.daydreamclock:id/center = 0x7f080067 +com.example.daydreamclock:id/carryVelocity = 0x7f080066 +com.example.daydreamclock:id/callMeasure = 0x7f080064 +com.example.daydreamclock:id/cache_measures = 0x7f080063 +com.example.daydreamclock:macro/m3_comp_filled_icon_button_toggle_selected_icon_color = 0x7f0c004a +com.example.daydreamclock:layout/mtrl_search_view = 0x7f0b0061 +com.example.daydreamclock:id/bounceStart = 0x7f080061 +com.example.daydreamclock:id/bounceEnd = 0x7f080060 +com.example.daydreamclock:id/bounceBoth = 0x7f08005f +com.example.daydreamclock:id/bounce = 0x7f08005e +com.example.daydreamclock:id/bottom = 0x7f08005d +com.example.daydreamclock:id/beginning = 0x7f08005a +com.example.daydreamclock:id/beginOnFirstDraw = 0x7f080059 +com.example.daydreamclock:id/autoCompleteToStart = 0x7f080056 +com.example.daydreamclock:id/autoCompleteToEnd = 0x7f080055 +com.example.daydreamclock:style/TextAppearance.AppCompat.Body1 = 0x7f0f0194 +com.example.daydreamclock:id/asConfigured = 0x7f080051 +com.example.daydreamclock:id/arc = 0x7f080050 +com.example.daydreamclock:id/antiClockwise = 0x7f08004e +com.example.daydreamclock:id/animateToEnd = 0x7f08004c +com.example.daydreamclock:id/all = 0x7f080049 +com.example.daydreamclock:styleable/ChipGroup = 0x7f10001e +com.example.daydreamclock:id/aligned = 0x7f080048 +com.example.daydreamclock:dimen/design_fab_image_size = 0x7f060070 +com.example.daydreamclock:id/actions = 0x7f080044 +com.example.daydreamclock:attr/motionStagger = 0x7f030343 +com.example.daydreamclock:id/action_mode_bar = 0x7f080040 +com.example.daydreamclock:id/action_menu_divider = 0x7f08003e +com.example.daydreamclock:id/action_image = 0x7f08003d +com.example.daydreamclock:id/action_bar_spinner = 0x7f080037 +com.example.daydreamclock:id/action_bar_activity_content = 0x7f080034 +com.example.daydreamclock:string/material_clock_toggle_content_description = 0x7f0e0048 +com.example.daydreamclock:attr/layout_goneMarginBaseline = 0x7f0302a4 +com.example.daydreamclock:id/actionDown = 0x7f080030 +com.example.daydreamclock:style/TextAppearance.Material3.DisplayMedium = 0x7f0f01e8 +com.example.daydreamclock:id/parentPanel = 0x7f08015c +com.example.daydreamclock:dimen/m3_appbar_size_medium = 0x7f0600ab +com.example.daydreamclock:dimen/m3_comp_text_button_hover_state_layer_opacity = 0x7f060197 +com.example.daydreamclock:id/accessibility_custom_action_9 = 0x7f08002f +com.example.daydreamclock:integer/mtrl_view_visible = 0x7f090041 +com.example.daydreamclock:id/accessibility_custom_action_6 = 0x7f08002c +com.example.daydreamclock:id/accessibility_custom_action_4 = 0x7f08002a +com.example.daydreamclock:id/accessibility_custom_action_27 = 0x7f080024 +com.example.daydreamclock:id/accessibility_custom_action_22 = 0x7f08001f +com.example.daydreamclock:id/accessibility_custom_action_19 = 0x7f08001b +com.example.daydreamclock:id/accessibility_custom_action_18 = 0x7f08001a +com.example.daydreamclock:macro/m3_comp_checkbox_unselected_outline_color = 0x7f0c000c +com.example.daydreamclock:id/accessibility_custom_action_16 = 0x7f080018 +com.example.daydreamclock:id/accessibility_custom_action_1 = 0x7f080011 +com.example.daydreamclock:id/accessibility_custom_action_0 = 0x7f080010 +com.example.daydreamclock:id/accessibility_action_clickable_span = 0x7f08000f +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary100 = 0x7f0500d1 +com.example.daydreamclock:id/TOP_END = 0x7f08000c +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.BottomSheet = 0x7f0f018b +com.example.daydreamclock:id/pressed = 0x7f080167 +com.example.daydreamclock:attr/backgroundInsetStart = 0x7f03004b +com.example.daydreamclock:dimen/m3_large_fab_max_image_size = 0x7f0601b3 +com.example.daydreamclock:id/FUNCTION = 0x7f080004 +com.example.daydreamclock:color/material_deep_teal_500 = 0x7f050216 +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f060210 +com.example.daydreamclock:id/CTRL = 0x7f080003 +com.example.daydreamclock:layout/mtrl_layout_snackbar = 0x7f0b0053 +com.example.daydreamclock:id/allStates = 0x7f08004a +com.example.daydreamclock:attr/fontProviderFetchTimeout = 0x7f030200 +com.example.daydreamclock:id/BOTTOM_START = 0x7f080002 +com.example.daydreamclock:id/BOTTOM_END = 0x7f080001 +com.example.daydreamclock:drawable/tooltip_frame_dark = 0x7f0700ed +com.example.daydreamclock:drawable/test_level_drawable = 0x7f0700ec +com.example.daydreamclock:drawable/num_8 = 0x7f0700e9 +com.example.daydreamclock:drawable/num_7 = 0x7f0700e8 +com.example.daydreamclock:drawable/num_6 = 0x7f0700e7 +com.example.daydreamclock:drawable/num_4 = 0x7f0700e5 +com.example.daydreamclock:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f0f040b +com.example.daydreamclock:layout/design_navigation_item_subheader = 0x7f0b0027 +com.example.daydreamclock:attr/yearSelectedStyle = 0x7f0304d6 +com.example.daydreamclock:drawable/num_3 = 0x7f0700e4 +com.example.daydreamclock:attr/startIconTint = 0x7f0303e6 +com.example.daydreamclock:drawable/num_1 = 0x7f0700e2 +com.example.daydreamclock:attr/colorOnSecondaryContainer = 0x7f030107 +com.example.daydreamclock:drawable/notification_template_icon_bg = 0x7f0700dd +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_unselected_focus_state_layer_color = 0x7f0c0169 +com.example.daydreamclock:attr/maxLines = 0x7f030306 +com.example.daydreamclock:drawable/notification_bg_normal_pressed = 0x7f0700da +com.example.daydreamclock:color/button_material_dark = 0x7f050029 +com.example.daydreamclock:drawable/notification_bg_normal = 0x7f0700d9 +com.example.daydreamclock:style/Widget.MaterialComponents.Button.OutlinedButton = 0x7f0f03f5 +com.example.daydreamclock:drawable/notification_bg = 0x7f0700d5 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f0f01ba +com.example.daydreamclock:macro/m3_comp_sheet_side_detached_container_shape = 0x7f0c0108 +com.example.daydreamclock:attr/carousel_firstView = 0x7f0300a5 +com.example.daydreamclock:attr/ifTagNotSet = 0x7f03022e +com.example.daydreamclock:drawable/navigation_empty_icon = 0x7f0700d3 +com.example.daydreamclock:dimen/m3_btn_max_width = 0x7f0600d8 +com.example.daydreamclock:drawable/mtrl_switch_track = 0x7f0700d0 +com.example.daydreamclock:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0700cf +com.example.daydreamclock:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f0f0234 +com.example.daydreamclock:attr/drawableSize = 0x7f03018c +com.example.daydreamclock:drawable/mtrl_switch_thumb_pressed_checked = 0x7f0700cb +com.example.daydreamclock:styleable/MaterialButtonToggleGroup = 0x7f100050 +com.example.daydreamclock:macro/m3_comp_search_view_header_leading_icon_color = 0x7f0c00f7 +com.example.daydreamclock:attr/expandedTitleTextAppearance = 0x7f0301c0 +com.example.daydreamclock:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0700c8 +com.example.daydreamclock:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f0f031a +com.example.daydreamclock:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f0f016e +com.example.daydreamclock:integer/m3_sys_shape_corner_large_corner_family = 0x7f090023 +com.example.daydreamclock:drawable/mtrl_popupmenu_background_overlay = 0x7f0700c5 +com.example.daydreamclock:drawable/mtrl_navigation_bar_item_background = 0x7f0700c3 +com.example.daydreamclock:drawable/mtrl_ic_indeterminate = 0x7f0700c2 +com.example.daydreamclock:drawable/mtrl_ic_checkbox_checked = 0x7f0700bf +com.example.daydreamclock:string/mtrl_switch_thumb_path_name = 0x7f0e0094 +com.example.daydreamclock:drawable/mtrl_ic_cancel = 0x7f0700bd +com.example.daydreamclock:drawable/mtrl_checkbox_button_icon_unchecked_checked = 0x7f0700b6 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_error_container = 0x7f05017c +com.example.daydreamclock:drawable/mtrl_checkbox_button_icon_checked_unchecked = 0x7f0700b3 +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f0601f1 +com.example.daydreamclock:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0700b0 +com.example.daydreamclock:attr/fabCradleRoundedCornerRadius = 0x7f0301cf +com.example.daydreamclock:drawable/material_ic_edit_black_24dp = 0x7f0700a7 +com.example.daydreamclock:drawable/m3_tabs_rounded_line_indicator = 0x7f0700a2 +com.example.daydreamclock:attr/constraintRotate = 0x7f030131 +com.example.daydreamclock:drawable/m3_radiobutton_ripple = 0x7f07009e +com.example.daydreamclock:string/m3_ref_typeface_plain_regular = 0x7f0e003b +com.example.daydreamclock:drawable/m3_popupmenu_background_overlay = 0x7f07009d +com.example.daydreamclock:drawable/m3_password_eye = 0x7f07009c +com.example.daydreamclock:macro/m3_comp_suggestion_chip_label_text_type = 0x7f0c0119 +com.example.daydreamclock:drawable/m3_bottom_sheet_drag_handle = 0x7f07009b +com.example.daydreamclock:style/ThemeOverlay.Material3 = 0x7f0f027c +com.example.daydreamclock:layout/abc_screen_simple = 0x7f0b0015 +com.example.daydreamclock:drawable/ic_mtrl_chip_close_circle = 0x7f070097 +com.example.daydreamclock:drawable/ic_mtrl_chip_checked_circle = 0x7f070096 +com.example.daydreamclock:drawable/ic_mtrl_chip_checked_black = 0x7f070095 +com.example.daydreamclock:attr/materialTimePickerTitleStyle = 0x7f0302ff +com.example.daydreamclock:drawable/ic_mtrl_checked_circle = 0x7f070094 +com.example.daydreamclock:id/save_overlay_view = 0x7f080176 +com.example.daydreamclock:drawable/ic_keyboard_black_24dp = 0x7f07008f +com.example.daydreamclock:dimen/m3_comp_search_view_container_elevation = 0x7f060171 +com.example.daydreamclock:drawable/ic_call_decline_low = 0x7f07008c +com.example.daydreamclock:drawable/ic_call_answer_video = 0x7f070089 +com.example.daydreamclock:attr/textInputOutlinedDenseStyle = 0x7f03045d +com.example.daydreamclock:dimen/abc_action_bar_default_padding_start_material = 0x7f060004 +com.example.daydreamclock:drawable/ic_call_answer_low = 0x7f070088 +com.example.daydreamclock:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f0f00e6 +com.example.daydreamclock:dimen/m3_extended_fab_start_padding = 0x7f0601ad +com.example.daydreamclock:drawable/design_password_eye = 0x7f070084 +com.example.daydreamclock:drawable/design_ic_visibility = 0x7f070082 +com.example.daydreamclock:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f07007e +com.example.daydreamclock:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f07007c +com.example.daydreamclock:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f07007a +com.example.daydreamclock:dimen/material_clock_period_toggle_height = 0x7f060225 +com.example.daydreamclock:drawable/btn_checkbox_checked_mtrl = 0x7f070079 +com.example.daydreamclock:style/Theme.Material3.Light = 0x7f0f023b +com.example.daydreamclock:drawable/$mtrl_switch_thumb_pressed_unchecked__0 = 0x7f070024 +com.example.daydreamclock:drawable/avd_hide_password = 0x7f070077 +com.example.daydreamclock:id/linear = 0x7f0800f4 +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f0601f5 +com.example.daydreamclock:drawable/abc_textfield_search_material = 0x7f070075 +com.example.daydreamclock:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070074 +com.example.daydreamclock:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f070073 +com.example.daydreamclock:color/m3_sys_color_light_tertiary = 0x7f0501ea +com.example.daydreamclock:drawable/abc_textfield_default_mtrl_alpha = 0x7f070072 +com.example.daydreamclock:dimen/m3_searchbar_text_margin_start_no_navigation_icon = 0x7f0601d9 +com.example.daydreamclock:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070071 +com.example.daydreamclock:dimen/material_clock_face_margin_bottom = 0x7f06021f +com.example.daydreamclock:drawable/abc_text_select_handle_left_mtrl = 0x7f07006e +com.example.daydreamclock:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f060279 +com.example.daydreamclock:drawable/abc_tab_indicator_material = 0x7f07006b +com.example.daydreamclock:drawable/abc_spinner_textfield_background_material = 0x7f070066 +com.example.daydreamclock:style/ShapeAppearance.Material3.LargeComponent = 0x7f0f0175 +com.example.daydreamclock:string/mtrl_picker_date_header_title = 0x7f0e0074 +com.example.daydreamclock:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070061 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary60 = 0x7f0500d6 +com.example.daydreamclock:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f070060 +com.example.daydreamclock:styleable/LinearLayoutCompat = 0x7f100048 +com.example.daydreamclock:drawable/abc_text_select_handle_right_mtrl = 0x7f070070 +com.example.daydreamclock:attr/helperTextEnabled = 0x7f030214 +com.example.daydreamclock:drawable/abc_ratingbar_small_material = 0x7f07005c +com.example.daydreamclock:drawable/abc_list_selector_holo_light = 0x7f070057 +com.example.daydreamclock:color/material_dynamic_primary80 = 0x7f050243 +com.example.daydreamclock:drawable/abc_list_selector_holo_dark = 0x7f070056 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Headline5 = 0x7f0f0201 +com.example.daydreamclock:dimen/m3_comp_navigation_drawer_icon_size = 0x7f060143 +com.example.daydreamclock:color/material_personalized_color_primary_text = 0x7f05028f +com.example.daydreamclock:dimen/m3_comp_assist_chip_flat_container_elevation = 0x7f0600fc +com.example.daydreamclock:drawable/abc_list_selector_disabled_holo_light = 0x7f070055 +com.example.daydreamclock:id/mtrl_card_checked_layer_id = 0x7f080124 +com.example.daydreamclock:anim/abc_popup_exit = 0x7f010004 +com.example.daydreamclock:drawable/abc_list_selector_background_transition_holo_light = 0x7f070053 +com.example.daydreamclock:attr/coordinatorLayoutStyle = 0x7f03014a +com.example.daydreamclock:attr/thumbTint = 0x7f030477 +com.example.daydreamclock:drawable/abc_list_selector_background_transition_holo_dark = 0x7f070052 +com.example.daydreamclock:attr/tabSelectedTextAppearance = 0x7f030420 +com.example.daydreamclock:drawable/abc_list_divider_mtrl_alpha = 0x7f07004d +com.example.daydreamclock:drawable/abc_ic_search_api_material = 0x7f070048 +com.example.daydreamclock:attr/actionBarItemBackground = 0x7f030003 +com.example.daydreamclock:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070046 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500c4 +com.example.daydreamclock:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f070042 +com.example.daydreamclock:drawable/abc_ic_ab_back_material = 0x7f07003d +com.example.daydreamclock:drawable/abc_edit_text_material = 0x7f07003c +com.example.daydreamclock:styleable/Transform = 0x7f100090 +com.example.daydreamclock:drawable/abc_cab_background_internal_bg = 0x7f070037 +com.example.daydreamclock:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070036 +com.example.daydreamclock:string/mtrl_checkbox_button_icon_path_name = 0x7f0e0061 +com.example.daydreamclock:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f070033 +com.example.daydreamclock:layout/mtrl_alert_dialog_actions = 0x7f0b0043 +com.example.daydreamclock:drawable/abc_btn_radio_material = 0x7f070031 +com.example.daydreamclock:drawable/notification_bg_low_normal = 0x7f0700d7 +com.example.daydreamclock:id/SHOW_PROGRESS = 0x7f08000a +com.example.daydreamclock:drawable/abc_btn_check_material_anim = 0x7f07002c +com.example.daydreamclock:anim/abc_tooltip_exit = 0x7f01000b +com.example.daydreamclock:drawable/$mtrl_switch_thumb_unchecked_checked__1 = 0x7f070026 +com.example.daydreamclock:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f07003e +com.example.daydreamclock:drawable/$mtrl_switch_thumb_pressed_checked__0 = 0x7f070023 +com.example.daydreamclock:styleable/View = 0x7f100093 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Item = 0x7f0f03a1 +com.example.daydreamclock:drawable/$mtrl_switch_thumb_checked_unchecked__1 = 0x7f070022 +com.example.daydreamclock:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f070021 +com.example.daydreamclock:attr/motionDurationExtraLong4 = 0x7f03031e +com.example.daydreamclock:drawable/$mtrl_switch_thumb_checked_pressed__0 = 0x7f070020 +com.example.daydreamclock:macro/m3_comp_radio_button_unselected_focus_state_layer_color = 0x7f0c00e1 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f07001f +com.example.daydreamclock:style/Widget.Material3.Chip.Input = 0x7f0f0367 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1 = 0x7f07001b +com.example.daydreamclock:attr/autoSizeStepGranularity = 0x7f030043 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_unchecked_checked__2 = 0x7f070019 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1 = 0x7f070015 +com.example.daydreamclock:attr/fastScrollHorizontalTrackDrawable = 0x7f0301d5 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_bright = 0x7f0501b4 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0 = 0x7f070014 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_checked_unchecked__1 = 0x7f070011 +com.example.daydreamclock:style/Widget.Design.TextInputLayout = 0x7f0f0339 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_checked_unchecked__0 = 0x7f070010 +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_selected_hover_state_layer_color = 0x7f0c0163 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_checked_unchecked__2 = 0x7f07000e +com.example.daydreamclock:integer/material_motion_duration_long_1 = 0x7f090026 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_checked_unchecked__1 = 0x7f07000d +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Headline1 = 0x7f0f01fd +com.example.daydreamclock:macro/m3_comp_radio_button_unselected_focus_icon_color = 0x7f0c00e0 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_checked_unchecked__0 = 0x7f07000c +com.example.daydreamclock:color/androidx_core_ripple_material_light = 0x7f05001b +com.example.daydreamclock:attr/tintMode = 0x7f030483 +com.example.daydreamclock:drawable/$m3_avd_show_password__2 = 0x7f07000b +com.example.daydreamclock:drawable/$m3_avd_hide_password__1 = 0x7f070007 +com.example.daydreamclock:drawable/$avd_show_password__2 = 0x7f070005 +com.example.daydreamclock:drawable/$avd_show_password__1 = 0x7f070004 +com.example.daydreamclock:attr/fontProviderPackage = 0x7f030201 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500f2 +com.example.daydreamclock:drawable/$avd_hide_password__0 = 0x7f070000 +com.example.daydreamclock:dimen/tooltip_y_offset_non_touch = 0x7f06031a +com.example.daydreamclock:string/abc_shareactionprovider_share_with = 0x7f0e0018 +com.example.daydreamclock:attr/animateCircleAngleTo = 0x7f030031 +com.example.daydreamclock:color/design_dark_default_color_primary_variant = 0x7f05003c +com.example.daydreamclock:drawable/abc_dialog_material_background = 0x7f07003b +com.example.daydreamclock:color/m3_ref_palette_neutral17 = 0x7f050107 +com.example.daydreamclock:dimen/tooltip_vertical_padding = 0x7f060319 +com.example.daydreamclock:dimen/tooltip_margin = 0x7f060316 +com.example.daydreamclock:attr/yearTodayStyle = 0x7f0304d8 +com.example.daydreamclock:attr/enableEdgeToEdge = 0x7f0301a1 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral10 = 0x7f0500a0 +com.example.daydreamclock:dimen/tooltip_horizontal_padding = 0x7f060315 +com.example.daydreamclock:dimen/notification_top_pad = 0x7f060312 +com.example.daydreamclock:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f0f029b +com.example.daydreamclock:dimen/notification_right_icon_size = 0x7f06030d +com.example.daydreamclock:id/actionDownUp = 0x7f080031 +com.example.daydreamclock:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0c0127 +com.example.daydreamclock:dimen/def_drawer_elevation = 0x7f06005d +com.example.daydreamclock:dimen/notification_action_icon_size = 0x7f060305 +com.example.daydreamclock:color/m3_ref_palette_primary60 = 0x7f05012f +com.example.daydreamclock:dimen/mtrl_tooltip_padding = 0x7f060303 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Primary = 0x7f0f0386 +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_active_focus_state_layer_color = 0x7f0c00ca +com.example.daydreamclock:dimen/mtrl_tooltip_cornerSize = 0x7f060300 +com.example.daydreamclock:drawable/$mtrl_switch_thumb_unchecked_checked__0 = 0x7f070025 +com.example.daydreamclock:attr/tabMode = 0x7f030418 +com.example.daydreamclock:color/material_harmonized_color_on_error_container = 0x7f05026b +com.example.daydreamclock:dimen/mtrl_tooltip_arrowSize = 0x7f0602ff +com.example.daydreamclock:id/alertTitle = 0x7f080047 +com.example.daydreamclock:drawable/abc_btn_default_mtrl_shape = 0x7f070030 +com.example.daydreamclock:dimen/mtrl_textinput_box_stroke_width_default = 0x7f0602f8 +com.example.daydreamclock:dimen/mtrl_switch_thumb_elevation = 0x7f0602f0 +com.example.daydreamclock:attr/shapeCornerFamily = 0x7f0303ba +com.example.daydreamclock:dimen/mtrl_switch_text_padding = 0x7f0602ef +com.example.daydreamclock:dimen/mtrl_snackbar_padding_horizontal = 0x7f0602ee +com.example.daydreamclock:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f0602ed +com.example.daydreamclock:dimen/mtrl_snackbar_action_text_color_alpha = 0x7f0602e9 +com.example.daydreamclock:id/mtrl_calendar_main_pane = 0x7f08011f +com.example.daydreamclock:dimen/mtrl_calendar_navigation_top_padding = 0x7f060287 +com.example.daydreamclock:dimen/mtrl_slider_widget_height = 0x7f0602e8 +com.example.daydreamclock:color/m3_ref_palette_error90 = 0x7f050100 +com.example.daydreamclock:dimen/mtrl_slider_track_side_padding = 0x7f0602e7 +com.example.daydreamclock:drawable/$m3_avd_show_password__0 = 0x7f070009 +com.example.daydreamclock:dimen/mtrl_slider_track_height = 0x7f0602e6 +com.example.daydreamclock:drawable/mtrl_ic_arrow_drop_down = 0x7f0700bb +com.example.daydreamclock:dimen/mtrl_slider_tick_radius = 0x7f0602e5 +com.example.daydreamclock:anim/m3_side_sheet_exit_to_left = 0x7f010027 +com.example.daydreamclock:dimen/mtrl_slider_halo_radius = 0x7f0602df +com.example.daydreamclock:attr/layout_constraintRight_toLeftOf = 0x7f030291 +com.example.daydreamclock:drawable/ic_call_answer = 0x7f070087 +com.example.daydreamclock:dimen/mtrl_shape_corner_size_small_component = 0x7f0602de +com.example.daydreamclock:macro/m3_comp_outlined_text_field_disabled_input_text_color = 0x7f0c00b5 +com.example.daydreamclock:color/m3_ref_palette_neutral80 = 0x7f050112 +com.example.daydreamclock:dimen/mtrl_shape_corner_size_large_component = 0x7f0602dc +com.example.daydreamclock:dimen/mtrl_progress_circular_track_thickness_small = 0x7f0602d9 +com.example.daydreamclock:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070034 +com.example.daydreamclock:dimen/mtrl_progress_circular_track_thickness_extra_small = 0x7f0602d7 +com.example.daydreamclock:style/Base.Widget.AppCompat.ListView.Menu = 0x7f0f00e9 +com.example.daydreamclock:dimen/mtrl_progress_circular_size_medium = 0x7f0602d5 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_container = 0x7f0501b5 +com.example.daydreamclock:dimen/mtrl_progress_circular_size = 0x7f0602d3 +com.example.daydreamclock:dimen/compat_button_padding_vertical_material = 0x7f060059 +com.example.daydreamclock:dimen/m3_badge_with_text_size = 0x7f0600b9 +com.example.daydreamclock:dimen/mtrl_progress_circular_inset_extra_small = 0x7f0602cf +com.example.daydreamclock:dimen/mtrl_navigation_rail_margin = 0x7f0602cb +com.example.daydreamclock:dimen/mtrl_navigation_rail_icon_margin = 0x7f0602c9 +com.example.daydreamclock:dimen/mtrl_navigation_rail_active_text_size = 0x7f0602c5 +com.example.daydreamclock:id/ALT = 0x7f080000 +com.example.daydreamclock:dimen/mtrl_navigation_rail_text_size = 0x7f0602cd +com.example.daydreamclock:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0602c3 +com.example.daydreamclock:dimen/mtrl_navigation_item_icon_size = 0x7f0602c2 +com.example.daydreamclock:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f0f022c +com.example.daydreamclock:dimen/mtrl_navigation_item_icon_padding = 0x7f0602c1 +com.example.daydreamclock:color/material_dynamic_secondary80 = 0x7f050250 +com.example.daydreamclock:dimen/mtrl_navigation_elevation = 0x7f0602bf +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_container_highest = 0x7f0501b7 +com.example.daydreamclock:dimen/mtrl_progress_circular_radius = 0x7f0602d2 +com.example.daydreamclock:attr/borderRoundPercent = 0x7f030075 +com.example.daydreamclock:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0602bd +com.example.daydreamclock:dimen/mtrl_snackbar_margin = 0x7f0602ec +com.example.daydreamclock:style/Theme.Design.Light.NoActionBar = 0x7f0f0226 +com.example.daydreamclock:color/m3_hint_foreground = 0x7f05008e +com.example.daydreamclock:dimen/m3_btn_elevation = 0x7f0600d0 +com.example.daydreamclock:dimen/mtrl_min_touch_target_size = 0x7f0602bc +com.example.daydreamclock:id/sharedValueSet = 0x7f08018c +com.example.daydreamclock:attr/chipIconSize = 0x7f0300c4 +com.example.daydreamclock:id/accessibility_custom_action_17 = 0x7f080019 +com.example.daydreamclock:dimen/mtrl_low_ripple_hovered_alpha = 0x7f0602ba +com.example.daydreamclock:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f0f0109 +com.example.daydreamclock:dimen/mtrl_low_ripple_default_alpha = 0x7f0602b8 +com.example.daydreamclock:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f0f013e +com.example.daydreamclock:color/material_timepicker_button_background = 0x7f0502b0 +com.example.daydreamclock:dimen/abc_text_size_title_material_toolbar = 0x7f060050 +com.example.daydreamclock:dimen/mtrl_high_ripple_pressed_alpha = 0x7f0602b7 +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f0f0094 +com.example.daydreamclock:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d +com.example.daydreamclock:dimen/material_emphasis_high_type = 0x7f06022f +com.example.daydreamclock:dimen/mtrl_high_ripple_focused_alpha = 0x7f0602b5 +com.example.daydreamclock:color/m3_sys_color_dark_on_primary = 0x7f050161 +com.example.daydreamclock:drawable/btn_checkbox_unchecked_mtrl = 0x7f07007b +com.example.daydreamclock:dimen/mtrl_high_ripple_default_alpha = 0x7f0602b4 +com.example.daydreamclock:attr/fabAlignmentModeEndMargin = 0x7f0301cb +com.example.daydreamclock:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f0602b2 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f0f015b +com.example.daydreamclock:color/m3_sys_color_dark_surface_variant = 0x7f050177 +com.example.daydreamclock:dimen/mtrl_extended_fab_top_padding = 0x7f0602ac +com.example.daydreamclock:attr/mock_labelColor = 0x7f030317 +com.example.daydreamclock:color/mtrl_btn_stroke_color_selector = 0x7f0502b7 +com.example.daydreamclock:drawable/m3_selection_control_ripple = 0x7f07009f +com.example.daydreamclock:dimen/m3_searchbar_elevation = 0x7f0601d3 +com.example.daydreamclock:dimen/mtrl_extended_fab_start_padding_icon = 0x7f0602ab +com.example.daydreamclock:layout/ime_base_split_test_activity = 0x7f0b002c +com.example.daydreamclock:id/groups = 0x7f0800d5 +com.example.daydreamclock:dimen/mtrl_extended_fab_min_width = 0x7f0602a9 +com.example.daydreamclock:dimen/mtrl_extended_fab_min_height = 0x7f0602a8 +com.example.daydreamclock:dimen/mtrl_extended_fab_icon_size = 0x7f0602a6 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Surface = 0x7f0f038c +com.example.daydreamclock:dimen/mtrl_extended_fab_end_padding = 0x7f0602a4 +com.example.daydreamclock:dimen/mtrl_badge_long_text_horizontal_padding = 0x7f060246 +com.example.daydreamclock:id/accessibility_custom_action_2 = 0x7f08001c +com.example.daydreamclock:style/Widget.Compat.NotificationActionContainer = 0x7f0f032d +com.example.daydreamclock:macro/m3_comp_outlined_text_field_supporting_text_type = 0x7f0c00c8 +com.example.daydreamclock:dimen/mtrl_extended_fab_elevation = 0x7f0602a3 +com.example.daydreamclock:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f0602a2 +com.example.daydreamclock:dimen/mtrl_extended_fab_disabled_elevation = 0x7f0602a1 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0c00bc +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral30 = 0x7f0500a7 +com.example.daydreamclock:dimen/mtrl_extended_fab_bottom_padding = 0x7f0602a0 +com.example.daydreamclock:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f06029e +com.example.daydreamclock:attr/flow_lastHorizontalStyle = 0x7f0301f1 +com.example.daydreamclock:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f06029d +com.example.daydreamclock:dimen/mtrl_navigation_rail_default_width = 0x7f0602c7 +com.example.daydreamclock:dimen/mtrl_chip_text_size = 0x7f06029c +com.example.daydreamclock:id/startHorizontal = 0x7f0801a8 +com.example.daydreamclock:attr/listPreferredItemHeightSmall = 0x7f0302c4 +com.example.daydreamclock:color/m3_sys_color_dark_on_error = 0x7f05015f +com.example.daydreamclock:dimen/mtrl_chip_pressed_translation_z = 0x7f06029b +com.example.daydreamclock:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f0f0107 +com.example.daydreamclock:dimen/mtrl_card_spacing = 0x7f06029a +com.example.daydreamclock:dimen/mtrl_card_dragged_z = 0x7f060298 +com.example.daydreamclock:dimen/mtrl_card_checked_icon_size = 0x7f060296 +com.example.daydreamclock:string/mtrl_picker_date_header_selected = 0x7f0e0073 +com.example.daydreamclock:dimen/m3_comp_switch_unselected_pressed_state_layer_opacity = 0x7f060195 +com.example.daydreamclock:dimen/mtrl_calendar_title_baseline_to_top_fullscreen = 0x7f06028f +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral22 = 0x7f0500a5 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500f0 +com.example.daydreamclock:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f06028c +com.example.daydreamclock:drawable/abc_ic_clear_material = 0x7f07003f +com.example.daydreamclock:color/m3_card_foreground_color = 0x7f05006c +com.example.daydreamclock:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f06028b +com.example.daydreamclock:animator/fragment_fade_exit = 0x7f020006 +com.example.daydreamclock:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f060288 +com.example.daydreamclock:color/m3_sys_color_light_primary = 0x7f0501dd +com.example.daydreamclock:id/accessibility_custom_action_29 = 0x7f080026 +com.example.daydreamclock:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f060285 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f0f0447 +com.example.daydreamclock:dimen/mtrl_calendar_month_horizontal_padding = 0x7f060283 +com.example.daydreamclock:drawable/abc_ic_voice_search_api_material = 0x7f070049 +com.example.daydreamclock:dimen/mtrl_calendar_landscape_header_width = 0x7f060281 +com.example.daydreamclock:dimen/mtrl_calendar_header_toggle_margin_bottom = 0x7f06027f +com.example.daydreamclock:color/m3_ref_palette_primary50 = 0x7f05012e +com.example.daydreamclock:dimen/mtrl_calendar_header_divider_thickness = 0x7f06027a +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar = 0x7f0f0391 +com.example.daydreamclock:dimen/mtrl_calendar_header_content_padding = 0x7f060278 +com.example.daydreamclock:dimen/mtrl_calendar_days_of_week_height = 0x7f060276 +com.example.daydreamclock:attr/customIntegerValue = 0x7f030167 +com.example.daydreamclock:dimen/mtrl_calendar_day_width = 0x7f060275 +com.example.daydreamclock:drawable/num_9 = 0x7f0700ea +com.example.daydreamclock:dimen/mtrl_calendar_day_today_stroke = 0x7f060273 +com.example.daydreamclock:id/transition_position = 0x7f0801dc +com.example.daydreamclock:id/anticipate = 0x7f08004f +com.example.daydreamclock:dimen/mtrl_calendar_action_confirm_button_min_width = 0x7f06026b +com.example.daydreamclock:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f0f00bf +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_selected_pressed_state_layer_color = 0x7f0c015a +com.example.daydreamclock:dimen/mtrl_btn_text_btn_padding_right = 0x7f060268 +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f0f03d7 +com.example.daydreamclock:dimen/mtrl_btn_pressed_z = 0x7f060263 +com.example.daydreamclock:color/material_dynamic_secondary95 = 0x7f050252 +com.example.daydreamclock:id/action_mode_bar_stub = 0x7f080041 +com.example.daydreamclock:dimen/mtrl_btn_padding_bottom = 0x7f06025f +com.example.daydreamclock:style/Base.Animation.AppCompat.Tooltip = 0x7f0f000f +com.example.daydreamclock:color/material_personalized_color_text_primary_inverse = 0x7f0502a2 +com.example.daydreamclock:dimen/mtrl_btn_inset = 0x7f06025c +com.example.daydreamclock:id/material_clock_face = 0x7f0800fe +com.example.daydreamclock:dimen/mtrl_btn_hovered_z = 0x7f060259 +com.example.daydreamclock:attr/customColorValue = 0x7f030164 +com.example.daydreamclock:dimen/mtrl_btn_focused_z = 0x7f060258 +com.example.daydreamclock:dimen/mtrl_btn_elevation = 0x7f060257 +com.example.daydreamclock:attr/singleLine = 0x7f0303cd +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_icon_size = 0x7f060113 +com.example.daydreamclock:dimen/mtrl_btn_disabled_z = 0x7f060256 +com.example.daydreamclock:id/mtrl_calendar_text_input_frame = 0x7f080122 +com.example.daydreamclock:dimen/mtrl_btn_disabled_elevation = 0x7f060255 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Badge = 0x7f0f01f7 +com.example.daydreamclock:dimen/m3_btn_disabled_translation_z = 0x7f0600ce +com.example.daydreamclock:dimen/mtrl_btn_corner_radius = 0x7f060253 +com.example.daydreamclock:string/mtrl_picker_save = 0x7f0e0084 +com.example.daydreamclock:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f060250 +com.example.daydreamclock:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f0f03e9 +com.example.daydreamclock:drawable/mtrl_checkbox_button_icon = 0x7f0700b1 +com.example.daydreamclock:id/mtrl_calendar_day_selector_frame = 0x7f08011c +com.example.daydreamclock:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f06024e +com.example.daydreamclock:dimen/notification_large_icon_height = 0x7f060309 +com.example.daydreamclock:style/Widget.Material3.Chip.Input.Icon = 0x7f0f0369 +com.example.daydreamclock:id/header_title = 0x7f0800d6 +com.example.daydreamclock:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f06024d +com.example.daydreamclock:integer/abc_config_activityDefaultDur = 0x7f090000 +com.example.daydreamclock:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f06024b +com.example.daydreamclock:dimen/mtrl_badge_text_horizontal_edge_offset = 0x7f060248 +com.example.daydreamclock:styleable/ConstraintOverride = 0x7f10002a +com.example.daydreamclock:dimen/mtrl_alert_dialog_background_inset_top = 0x7f060243 +com.example.daydreamclock:id/accessibility_custom_action_30 = 0x7f080028 +com.example.daydreamclock:attr/tickRadiusActive = 0x7f03047f +com.example.daydreamclock:attr/textAppearanceSearchResultSubtitle = 0x7f030448 +com.example.daydreamclock:dimen/mtrl_alert_dialog_background_inset_end = 0x7f060241 +com.example.daydreamclock:macro/m3_comp_switch_selected_handle_color = 0x7f0c0125 +com.example.daydreamclock:attr/layout_scrollEffect = 0x7f0302af +com.example.daydreamclock:attr/layout_keyline = 0x7f0302ac +com.example.daydreamclock:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f060240 +com.example.daydreamclock:dimen/material_time_picker_minimum_screen_width = 0x7f06023f +com.example.daydreamclock:macro/m3_comp_switch_selected_icon_color = 0x7f0c012a +com.example.daydreamclock:dimen/material_helper_text_default_padding_top = 0x7f060237 +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_pressed_icon_color = 0x7f0c0077 +com.example.daydreamclock:attr/trackColor = 0x7f0304a2 +com.example.daydreamclock:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f060235 +com.example.daydreamclock:attr/textAppearanceTitleSmall = 0x7f03044f +com.example.daydreamclock:dimen/design_textinput_caption_translate_y = 0x7f06008d +com.example.daydreamclock:dimen/mtrl_fab_min_touch_target = 0x7f0602b1 +com.example.daydreamclock:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070027 +com.example.daydreamclock:attr/cornerSizeBottomRight = 0x7f030154 +com.example.daydreamclock:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f060234 +com.example.daydreamclock:dimen/m3_comp_navigation_drawer_pressed_state_layer_opacity = 0x7f060145 +com.example.daydreamclock:dimen/material_filled_edittext_font_1_3_padding_top = 0x7f060232 +com.example.daydreamclock:attr/lineSpacing = 0x7f0302b8 +com.example.daydreamclock:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f060231 +com.example.daydreamclock:dimen/material_divider_thickness = 0x7f06022c +com.example.daydreamclock:dimen/material_cursor_inset = 0x7f06022a +com.example.daydreamclock:dimen/material_clock_size = 0x7f060229 +com.example.daydreamclock:dimen/material_clock_period_toggle_horizontal_gap = 0x7f060226 +com.example.daydreamclock:dimen/material_clock_number_text_size = 0x7f060224 +com.example.daydreamclock:dimen/material_clock_face_margin_top = 0x7f060220 +com.example.daydreamclock:drawable/ic_clock_black_24dp = 0x7f07008e +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.Corner.Left = 0x7f0f0183 +com.example.daydreamclock:color/m3_assist_chip_icon_tint_color = 0x7f050062 +com.example.daydreamclock:dimen/material_clock_display_width = 0x7f06021e +com.example.daydreamclock:dimen/material_bottom_sheet_max_width = 0x7f06021b +com.example.daydreamclock:style/Widget.Material3.Button.IconButton.Outlined = 0x7f0f0353 +com.example.daydreamclock:layout/abc_list_menu_item_checkbox = 0x7f0b000e +com.example.daydreamclock:dimen/m3_toolbar_text_size_title = 0x7f06021a +com.example.daydreamclock:dimen/m3_timepicker_window_elevation = 0x7f060219 +com.example.daydreamclock:style/Animation.Material3.BottomSheetDialog = 0x7f0f0006 +com.example.daydreamclock:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f060217 +com.example.daydreamclock:dimen/mtrl_calendar_header_height_fullscreen = 0x7f06027c +com.example.daydreamclock:color/primary_material_light = 0x7f0502f1 +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f060212 +com.example.daydreamclock:attr/badgeVerticalPadding = 0x7f03005b +com.example.daydreamclock:color/m3_sys_color_dark_primary_container = 0x7f05016c +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f060211 +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f06020f +com.example.daydreamclock:color/m3_sys_color_dark_on_secondary_container = 0x7f050164 +com.example.daydreamclock:attr/expandedTitleMarginTop = 0x7f0301bf +com.example.daydreamclock:attr/cornerFamilyTopRight = 0x7f030150 +com.example.daydreamclock:drawable/abc_switch_track_mtrl_alpha = 0x7f07006a +com.example.daydreamclock:attr/colorSurfaceDim = 0x7f030127 +com.example.daydreamclock:animator/fragment_close_exit = 0x7f020004 +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f06020c +com.example.daydreamclock:attr/colorTertiary = 0x7f03012b +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_accelerate_control_y2 = 0x7f06020b +com.example.daydreamclock:attr/colorButtonNormal = 0x7f0300f5 +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060202 +com.example.daydreamclock:drawable/notification_bg_low_pressed = 0x7f0700d8 +com.example.daydreamclock:id/mini = 0x7f080113 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500e4 +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_decelerate_control_x2 = 0x7f060201 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f0f0415 +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f060200 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton = 0x7f0f041d +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f0601fe +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f0601fc +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f0601fb +com.example.daydreamclock:attr/materialSearchViewStyle = 0x7f0302f8 +com.example.daydreamclock:attr/snackbarButtonStyle = 0x7f0303d1 +com.example.daydreamclock:attr/windowFixedWidthMinor = 0x7f0304d2 +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f0601f9 +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y1 = 0x7f0601f6 +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f0601f4 +com.example.daydreamclock:attr/windowActionBar = 0x7f0304cc +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f0601f3 +com.example.daydreamclock:dimen/design_bottom_navigation_active_item_max_width = 0x7f06005f +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y1 = 0x7f0601f2 +com.example.daydreamclock:attr/customDimension = 0x7f030165 +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f0601f0 +com.example.daydreamclock:macro/m3_comp_filled_text_field_container_shape = 0x7f0c004d +com.example.daydreamclock:drawable/abc_list_divider_material = 0x7f07004c +com.example.daydreamclock:dimen/m3_sys_elevation_level4 = 0x7f0601ee +com.example.daydreamclock:dimen/m3_sys_elevation_level0 = 0x7f0601ea +com.example.daydreamclock:attr/divider = 0x7f03017c +com.example.daydreamclock:dimen/m3_snackbar_margin = 0x7f0601e9 +com.example.daydreamclock:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f0f032a +com.example.daydreamclock:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070058 +com.example.daydreamclock:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f0f02aa +com.example.daydreamclock:color/design_dark_default_color_error = 0x7f050034 +com.example.daydreamclock:dimen/m3_snackbar_action_text_color_alpha = 0x7f0601e8 +com.example.daydreamclock:color/material_dynamic_primary40 = 0x7f05023f +com.example.daydreamclock:id/SYM = 0x7f08000b +com.example.daydreamclock:dimen/m3_small_fab_size = 0x7f0601e7 +com.example.daydreamclock:dimen/m3_slider_thumb_elevation = 0x7f0601e5 +com.example.daydreamclock:style/Base.Widget.Material3.ActionBar.Solid = 0x7f0f00fd +com.example.daydreamclock:string/m3_sys_motion_easing_legacy_accelerate = 0x7f0e0041 +com.example.daydreamclock:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f070080 +com.example.daydreamclock:dimen/m3_slider_inactive_track_height = 0x7f0601e4 +com.example.daydreamclock:dimen/design_bottom_navigation_elevation = 0x7f060062 +com.example.daydreamclock:dimen/m3_simple_item_color_selected_alpha = 0x7f0601e3 +com.example.daydreamclock:dimen/m3_side_sheet_width = 0x7f0601e1 +com.example.daydreamclock:dimen/m3_side_sheet_modal_elevation = 0x7f0601df +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f0f0384 +com.example.daydreamclock:dimen/m3_side_sheet_margin_detached = 0x7f0601de +com.example.daydreamclock:dimen/m3_searchbar_padding_start = 0x7f0601d8 +com.example.daydreamclock:dimen/m3_searchbar_height = 0x7f0601d4 +com.example.daydreamclock:dimen/mtrl_progress_circular_inset_small = 0x7f0602d1 +com.example.daydreamclock:dimen/m3_ripple_pressed_alpha = 0x7f0601d1 +com.example.daydreamclock:layout/material_time_input = 0x7f0b003e +com.example.daydreamclock:attr/colorOnTertiary = 0x7f03010d +com.example.daydreamclock:attr/textureHeight = 0x7f030469 +com.example.daydreamclock:dimen/m3_ripple_hovered_alpha = 0x7f0601d0 +com.example.daydreamclock:drawable/mtrl_dialog_background = 0x7f0700b9 +com.example.daydreamclock:id/blocking = 0x7f08005c +com.example.daydreamclock:attr/thumbColor = 0x7f03046d +com.example.daydreamclock:dimen/m3_navigation_rail_item_padding_bottom_with_large_font = 0x7f0601cb +com.example.daydreamclock:dimen/mtrl_progress_circular_size_small = 0x7f0602d6 +com.example.daydreamclock:dimen/m3_navigation_rail_item_padding_bottom = 0x7f0601ca +com.example.daydreamclock:macro/m3_comp_time_input_time_input_field_focus_outline_color = 0x7f0c0149 +com.example.daydreamclock:dimen/m3_navigation_rail_item_min_height = 0x7f0601c9 +com.example.daydreamclock:dimen/m3_navigation_rail_default_width = 0x7f0601c3 +com.example.daydreamclock:animator/design_appbar_state_list_animator = 0x7f020000 +com.example.daydreamclock:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f0601c1 +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f0f0098 +com.example.daydreamclock:anim/m3_motion_fade_enter = 0x7f010023 +com.example.daydreamclock:id/accessibility_custom_action_5 = 0x7f08002b +com.example.daydreamclock:color/m3_sys_color_secondary_fixed_dim = 0x7f0501f5 +com.example.daydreamclock:dimen/m3_navigation_item_vertical_padding = 0x7f0601c0 +com.example.daydreamclock:dimen/m3_navigation_item_shape_inset_start = 0x7f0601be +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog.MinWidth.Bridge = 0x7f0f026c +com.example.daydreamclock:dimen/m3_navigation_item_shape_inset_end = 0x7f0601bd +com.example.daydreamclock:dimen/m3_navigation_item_icon_padding = 0x7f0601bb +com.example.daydreamclock:dimen/m3_menu_elevation = 0x7f0601b6 +com.example.daydreamclock:dimen/m3_comp_navigation_bar_pressed_state_layer_opacity = 0x7f06013f +com.example.daydreamclock:dimen/m3_fab_corner_size = 0x7f0601b0 +com.example.daydreamclock:dimen/m3_fab_border_width = 0x7f0601af +com.example.daydreamclock:dimen/m3_extended_fab_top_padding = 0x7f0601ae +com.example.daydreamclock:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f0f03ed +com.example.daydreamclock:dimen/m3_extended_fab_end_padding = 0x7f0601aa +com.example.daydreamclock:color/m3_chip_stroke_color = 0x7f050074 +com.example.daydreamclock:dimen/m3_datepicker_elevation = 0x7f0601a7 +com.example.daydreamclock:attr/centerIfNoTextEnabled = 0x7f0300ad +com.example.daydreamclock:attr/materialDividerStyle = 0x7f0302f1 +com.example.daydreamclock:drawable/mtrl_switch_thumb_pressed = 0x7f0700ca +com.example.daydreamclock:dimen/m3_comp_top_app_bar_small_container_elevation = 0x7f0601a4 +com.example.daydreamclock:dimen/m3_btn_dialog_btn_spacing = 0x7f0600cc +com.example.daydreamclock:dimen/m3_comp_top_app_bar_large_container_height = 0x7f0601a2 +com.example.daydreamclock:dimen/m3_comp_time_picker_time_selector_pressed_state_layer_opacity = 0x7f0601a1 +com.example.daydreamclock:dimen/m3_comp_time_picker_time_selector_hover_state_layer_opacity = 0x7f0601a0 +com.example.daydreamclock:dimen/m3_comp_time_picker_period_selector_outline_width = 0x7f06019d +com.example.daydreamclock:id/text = 0x7f0801c0 +com.example.daydreamclock:dimen/m3_comp_time_picker_container_elevation = 0x7f06019a +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f0f0419 +com.example.daydreamclock:string/bottomsheet_drag_handle_clicked = 0x7f0e0022 +com.example.daydreamclock:dimen/m3_comp_time_input_time_input_field_focus_outline_width = 0x7f060199 +com.example.daydreamclock:style/TextAppearance.Material3.LabelSmall = 0x7f0f01ef +com.example.daydreamclock:id/easeIn = 0x7f0800ad +com.example.daydreamclock:dimen/m3_comp_switch_unselected_hover_state_layer_opacity = 0x7f060194 +com.example.daydreamclock:dimen/m3_comp_switch_track_width = 0x7f060192 +com.example.daydreamclock:id/customPanel = 0x7f080089 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary40 = 0x7f0500d4 +com.example.daydreamclock:dimen/m3_comp_switch_track_height = 0x7f060191 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f0f039d +com.example.daydreamclock:style/Theme.Material3.Light.SideSheetDialog = 0x7f0f0242 +com.example.daydreamclock:dimen/m3_comp_switch_selected_pressed_state_layer_opacity = 0x7f060190 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.MaterialCalendar.NavigationButton = 0x7f0f0115 +com.example.daydreamclock:dimen/m3_comp_switch_disabled_unselected_icon_opacity = 0x7f06018d +com.example.daydreamclock:color/m3_ref_palette_neutral90 = 0x7f050114 +com.example.daydreamclock:drawable/num_2 = 0x7f0700e3 +com.example.daydreamclock:dimen/m3_back_progress_bottom_container_max_scale_x_distance = 0x7f0600ac +com.example.daydreamclock:dimen/m3_comp_switch_disabled_unselected_handle_opacity = 0x7f06018c +com.example.daydreamclock:drawable/abc_spinner_mtrl_am_alpha = 0x7f070065 +com.example.daydreamclock:dimen/m3_comp_switch_disabled_track_opacity = 0x7f06018b +com.example.daydreamclock:color/m3_ref_palette_neutral60 = 0x7f050110 +com.example.daydreamclock:dimen/m3_comp_switch_disabled_selected_handle_opacity = 0x7f060189 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral98 = 0x7f0500b5 +com.example.daydreamclock:attr/flow_wrapMode = 0x7f0301fa +com.example.daydreamclock:dimen/m3_comp_suggestion_chip_container_height = 0x7f060184 +com.example.daydreamclock:attr/ratingBarStyleIndicator = 0x7f030390 +com.example.daydreamclock:dimen/m3_comp_slider_disabled_active_track_opacity = 0x7f06017f +com.example.daydreamclock:style/Animation.Material3.SideSheetDialog = 0x7f0f0007 +com.example.daydreamclock:dimen/m3_comp_sheet_side_docked_container_width = 0x7f06017c +com.example.daydreamclock:dimen/m3_comp_sheet_bottom_docked_standard_container_elevation = 0x7f06017b +com.example.daydreamclock:string/material_timepicker_select_time = 0x7f0e005b +com.example.daydreamclock:attr/trackColorInactive = 0x7f0304a4 +com.example.daydreamclock:dimen/m3_comp_sheet_bottom_docked_modal_container_elevation = 0x7f06017a +com.example.daydreamclock:dimen/m3_comp_sheet_bottom_docked_drag_handle_width = 0x7f060179 +com.example.daydreamclock:dimen/m3_comp_secondary_navigation_tab_pressed_state_layer_opacity = 0x7f060177 +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f0f00e4 +com.example.daydreamclock:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008 +com.example.daydreamclock:dimen/abc_control_inset_material = 0x7f060019 +com.example.daydreamclock:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f060176 +com.example.daydreamclock:macro/m3_comp_filter_chip_container_shape = 0x7f0c0058 +com.example.daydreamclock:dimen/m3_comp_search_bar_pressed_state_layer_opacity = 0x7f060170 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_hover_state_layer_color = 0x7f0c0080 +com.example.daydreamclock:attr/tabUnboundedRipple = 0x7f030425 +com.example.daydreamclock:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a +com.example.daydreamclock:dimen/m3_comp_search_bar_container_height = 0x7f06016e +com.example.daydreamclock:dimen/m3_comp_search_bar_avatar_size = 0x7f06016c +com.example.daydreamclock:dimen/m3_comp_radio_button_unselected_pressed_state_layer_opacity = 0x7f06016b +com.example.daydreamclock:dimen/m3_comp_radio_button_unselected_hover_state_layer_opacity = 0x7f06016a +com.example.daydreamclock:dimen/m3_comp_radio_button_selected_pressed_state_layer_opacity = 0x7f060168 +com.example.daydreamclock:dimen/m3_comp_slider_disabled_inactive_track_opacity = 0x7f060181 +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_with_icon_icon_size = 0x7f060163 +com.example.daydreamclock:dimen/m3_searchbar_outlined_stroke_width = 0x7f0601d7 +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity = 0x7f060162 +com.example.daydreamclock:attr/checkMarkTint = 0x7f0300b0 +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity = 0x7f06015f +com.example.daydreamclock:attr/waveOffset = 0x7f0304c7 +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_active_indicator_height = 0x7f06015e +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_active_hover_state_layer_opacity = 0x7f06015d +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_active_focus_state_layer_opacity = 0x7f06015c +com.example.daydreamclock:dimen/m3_comp_outlined_text_field_outline_width = 0x7f06015b +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_selected_label_text_color = 0x7f0c0164 +com.example.daydreamclock:color/call_notification_answer_color = 0x7f05002b +com.example.daydreamclock:dimen/m3_comp_outlined_text_field_focus_outline_width = 0x7f06015a +com.example.daydreamclock:dimen/m3_comp_outlined_text_field_disabled_supporting_text_opacity = 0x7f060159 +com.example.daydreamclock:id/material_textinput_timepicker = 0x7f080109 +com.example.daydreamclock:dimen/m3_comp_outlined_card_icon_size = 0x7f060154 +com.example.daydreamclock:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070035 +com.example.daydreamclock:dimen/m3_comp_outlined_card_disabled_outline_opacity = 0x7f060153 +com.example.daydreamclock:dimen/m3_comp_outlined_card_container_elevation = 0x7f060152 +com.example.daydreamclock:attr/hintTextAppearance = 0x7f03021e +com.example.daydreamclock:dimen/m3_comp_navigation_rail_icon_size = 0x7f06014d +com.example.daydreamclock:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f0f0280 +com.example.daydreamclock:attr/layout_goneMarginRight = 0x7f0302a8 +com.example.daydreamclock:dimen/m3_comp_navigation_rail_focus_state_layer_opacity = 0x7f06014b +com.example.daydreamclock:id/enterAlwaysCollapsed = 0x7f0800b9 +com.example.daydreamclock:dimen/m3_comp_navigation_rail_container_width = 0x7f06014a +com.example.daydreamclock:attr/extendedFloatingActionButtonSecondaryStyle = 0x7f0301c5 +com.example.daydreamclock:attr/layout_goneMarginTop = 0x7f0302aa +com.example.daydreamclock:dimen/m3_comp_navigation_rail_container_elevation = 0x7f060149 +com.example.daydreamclock:layout/design_navigation_menu = 0x7f0b0028 +com.example.daydreamclock:dimen/m3_comp_navigation_rail_active_indicator_height = 0x7f060147 +com.example.daydreamclock:integer/mtrl_calendar_header_orientation = 0x7f090030 +com.example.daydreamclock:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f060289 +com.example.daydreamclock:dimen/mtrl_btn_dialog_btn_min_width = 0x7f060254 +com.example.daydreamclock:dimen/m3_comp_navigation_drawer_container_width = 0x7f060140 +com.example.daydreamclock:id/sawtooth = 0x7f080177 +com.example.daydreamclock:dimen/m3_comp_navigation_bar_icon_size = 0x7f06013e +com.example.daydreamclock:dimen/m3_comp_navigation_bar_container_height = 0x7f06013b +com.example.daydreamclock:attr/floatingActionButtonSmallTertiaryStyle = 0x7f0301e4 +com.example.daydreamclock:attr/layout_constraintBottom_toTopOf = 0x7f03027b +com.example.daydreamclock:id/add = 0x7f080046 +com.example.daydreamclock:dimen/m3_comp_navigation_bar_container_elevation = 0x7f06013a +com.example.daydreamclock:dimen/m3_comp_navigation_bar_active_indicator_width = 0x7f060139 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f0f02cb +com.example.daydreamclock:dimen/m3_navigation_rail_item_active_indicator_height = 0x7f0601c6 +com.example.daydreamclock:dimen/m3_comp_menu_container_elevation = 0x7f060137 +com.example.daydreamclock:style/TextAppearance.Material3.SearchBar = 0x7f0f01f1 +com.example.daydreamclock:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f060135 +com.example.daydreamclock:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y2 = 0x7f0601f7 +com.example.daydreamclock:dimen/m3_comp_input_chip_unselected_outline_width = 0x7f060133 +com.example.daydreamclock:dimen/m3_comp_filter_chip_container_height = 0x7f06012c +com.example.daydreamclock:dimen/m3_comp_top_app_bar_medium_container_height = 0x7f0601a3 +com.example.daydreamclock:dimen/m3_comp_filled_card_pressed_state_layer_opacity = 0x7f06012a +com.example.daydreamclock:dimen/m3_comp_filled_card_hover_state_layer_opacity = 0x7f060128 +com.example.daydreamclock:dimen/m3_comp_filled_card_focus_state_layer_opacity = 0x7f060127 +com.example.daydreamclock:dimen/m3_comp_filled_card_dragged_state_layer_opacity = 0x7f060126 +com.example.daydreamclock:dimen/m3_comp_filled_card_container_elevation = 0x7f060125 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f0f03a3 +com.example.daydreamclock:id/open_search_view_edit_text = 0x7f08014e +com.example.daydreamclock:drawable/mtrl_ic_arrow_drop_up = 0x7f0700bc +com.example.daydreamclock:macro/m3_comp_top_app_bar_small_trailing_icon_color = 0x7f0c0175 +com.example.daydreamclock:dimen/hint_pressed_alpha_material_dark = 0x7f060098 +com.example.daydreamclock:dimen/m3_comp_filled_button_with_icon_icon_size = 0x7f060124 +com.example.daydreamclock:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f0f0144 +com.example.daydreamclock:dimen/m3_comp_filled_button_container_elevation = 0x7f060123 +com.example.daydreamclock:styleable/SearchBar = 0x7f100078 +com.example.daydreamclock:style/Widget.AppCompat.SearchView = 0x7f0f0321 +com.example.daydreamclock:dimen/m3_comp_fab_primary_small_icon_size = 0x7f060121 +com.example.daydreamclock:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface = 0x7f0f029d +com.example.daydreamclock:drawable/abc_popup_background_mtrl_mult = 0x7f070059 +com.example.daydreamclock:dimen/m3_comp_top_app_bar_small_on_scroll_container_elevation = 0x7f0601a6 +com.example.daydreamclock:style/Widget.Material3.Toolbar = 0x7f0f03da +com.example.daydreamclock:dimen/m3_comp_fab_primary_small_container_height = 0x7f060120 +com.example.daydreamclock:dimen/m3_comp_fab_primary_pressed_state_layer_opacity = 0x7f06011f +com.example.daydreamclock:dimen/m3_comp_fab_primary_pressed_container_elevation = 0x7f06011e +com.example.daydreamclock:macro/m3_comp_radio_button_unselected_hover_state_layer_color = 0x7f0c00e3 +com.example.daydreamclock:dimen/m3_comp_fab_primary_large_icon_size = 0x7f06011d +com.example.daydreamclock:dimen/m3_comp_fab_primary_large_container_height = 0x7f06011c +com.example.daydreamclock:drawable/design_fab_background = 0x7f070081 +com.example.daydreamclock:drawable/tooltip_frame_light = 0x7f0700ee +com.example.daydreamclock:dimen/m3_comp_fab_primary_hover_state_layer_opacity = 0x7f06011a +com.example.daydreamclock:dimen/m3_comp_fab_primary_container_height = 0x7f060117 +com.example.daydreamclock:attr/statusBarScrim = 0x7f0303f3 +com.example.daydreamclock:dimen/mtrl_fab_translation_z_pressed = 0x7f0602b3 +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_hover_state_layer_opacity = 0x7f060112 +com.example.daydreamclock:dimen/m3_comp_elevated_card_container_elevation = 0x7f06010b +com.example.daydreamclock:dimen/m3_comp_date_picker_modal_header_container_height = 0x7f060106 +com.example.daydreamclock:color/m3_ref_palette_secondary10 = 0x7f050136 +com.example.daydreamclock:id/accessibility_custom_action_31 = 0x7f080029 +com.example.daydreamclock:style/Widget.Material3.TabLayout.OnSurface = 0x7f0f03cc +com.example.daydreamclock:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f060204 +com.example.daydreamclock:dimen/m3_comp_date_picker_modal_date_today_container_outline_width = 0x7f060105 +com.example.daydreamclock:color/m3_timepicker_secondary_text_button_text_color = 0x7f05020e +com.example.daydreamclock:dimen/mtrl_switch_track_height = 0x7f0602f3 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f0f02c4 +com.example.daydreamclock:id/indeterminate = 0x7f0800e5 +com.example.daydreamclock:attr/chipGroupStyle = 0x7f0300c1 +com.example.daydreamclock:dimen/m3_comp_bottom_app_bar_container_elevation = 0x7f060101 +com.example.daydreamclock:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f0600fe +com.example.daydreamclock:id/mtrl_child_content_container = 0x7f080125 +com.example.daydreamclock:dimen/m3_comp_snackbar_container_elevation = 0x7f060183 +com.example.daydreamclock:id/dragClockwise = 0x7f0800a5 +com.example.daydreamclock:dimen/m3_comp_assist_chip_elevated_container_elevation = 0x7f0600fb +com.example.daydreamclock:dimen/m3_chip_corner_size = 0x7f0600f4 +com.example.daydreamclock:color/m3_ref_palette_error0 = 0x7f0500f6 +com.example.daydreamclock:dimen/m3_carousel_small_item_default_corner_size = 0x7f0600f0 +com.example.daydreamclock:dimen/m3_carousel_gone_size = 0x7f0600ef +com.example.daydreamclock:dimen/m3_carousel_extra_small_item_size = 0x7f0600ee +com.example.daydreamclock:dimen/m3_fab_translation_z_hovered_focused = 0x7f0601b1 +com.example.daydreamclock:attr/iconGravity = 0x7f030227 +com.example.daydreamclock:dimen/m3_card_elevation = 0x7f0600ea +com.example.daydreamclock:dimen/m3_card_elevated_hovered_z = 0x7f0600e9 +com.example.daydreamclock:dimen/m3_card_elevated_elevation = 0x7f0600e8 +com.example.daydreamclock:dimen/m3_card_elevated_dragged_z = 0x7f0600e7 +com.example.daydreamclock:dimen/m3_card_elevated_disabled_z = 0x7f0600e6 +com.example.daydreamclock:dimen/m3_card_dragged_z = 0x7f0600e5 +com.example.daydreamclock:string/abc_menu_meta_shortcut_label = 0x7f0e000d +com.example.daydreamclock:attr/dividerVertical = 0x7f030183 +com.example.daydreamclock:dimen/m3_card_disabled_z = 0x7f0600e4 +com.example.daydreamclock:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f0f00f0 +com.example.daydreamclock:attr/colorOnSecondaryFixedVariant = 0x7f030109 +com.example.daydreamclock:attr/title = 0x7f030485 +com.example.daydreamclock:dimen/m3_btn_translation_z_hovered = 0x7f0600e3 +com.example.daydreamclock:attr/borderRound = 0x7f030074 +com.example.daydreamclock:dimen/mtrl_textinput_box_corner_radius_small = 0x7f0602f6 +com.example.daydreamclock:dimen/m3_btn_translation_z_base = 0x7f0600e2 +com.example.daydreamclock:dimen/m3_btn_text_btn_padding_left = 0x7f0600e0 +com.example.daydreamclock:macro/m3_comp_assist_chip_container_shape = 0x7f0c0000 +com.example.daydreamclock:dimen/m3_btn_text_btn_icon_padding_left = 0x7f0600de +com.example.daydreamclock:dimen/m3_btn_stroke_size = 0x7f0600dd +com.example.daydreamclock:dimen/m3_btn_padding_right = 0x7f0600db +com.example.daydreamclock:attr/onStateTransition = 0x7f03035a +com.example.daydreamclock:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f0700ab +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.Switch = 0x7f0f01c1 +com.example.daydreamclock:dimen/m3_btn_padding_bottom = 0x7f0600d9 +com.example.daydreamclock:string/m3_ref_typeface_brand_regular = 0x7f0e0039 +com.example.daydreamclock:drawable/abc_vector_test = 0x7f070076 +com.example.daydreamclock:attr/animateRelativeTo = 0x7f030034 +com.example.daydreamclock:dimen/m3_btn_inset = 0x7f0600d7 +com.example.daydreamclock:string/mtrl_picker_end_date_description = 0x7f0e0077 +com.example.daydreamclock:macro/m3_comp_switch_unselected_icon_color = 0x7f0c013b +com.example.daydreamclock:dimen/m3_carousel_small_item_size_min = 0x7f0600f2 +com.example.daydreamclock:dimen/m3_btn_icon_only_min_width = 0x7f0600d6 +com.example.daydreamclock:style/TextAppearance.AppCompat.Body2 = 0x7f0f0195 +com.example.daydreamclock:drawable/notification_template_icon_low_bg = 0x7f0700de +com.example.daydreamclock:dimen/m3_btn_icon_only_default_size = 0x7f0600d4 +com.example.daydreamclock:id/south = 0x7f08019a +com.example.daydreamclock:attr/materialCardViewStyle = 0x7f0302ec +com.example.daydreamclock:dimen/m3_btn_icon_only_default_padding = 0x7f0600d3 +com.example.daydreamclock:dimen/m3_btn_icon_btn_padding_left = 0x7f0600d1 +com.example.daydreamclock:dimen/m3_btn_elevated_btn_elevation = 0x7f0600cf +com.example.daydreamclock:dimen/m3_btn_dialog_btn_min_width = 0x7f0600cb +com.example.daydreamclock:styleable/KeyFramesVelocity = 0x7f100043 +com.example.daydreamclock:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f0f0051 +com.example.daydreamclock:dimen/m3_comp_navigation_rail_hover_state_layer_opacity = 0x7f06014c +com.example.daydreamclock:attr/subtitleTextStyle = 0x7f030400 +com.example.daydreamclock:dimen/m3_bottomappbar_horizontal_padding = 0x7f0600ca +com.example.daydreamclock:dimen/m3_searchview_elevation = 0x7f0601dc +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_selected_focus_state_layer_color = 0x7f0c0162 +com.example.daydreamclock:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0c0123 +com.example.daydreamclock:id/textSpacerNoTitle = 0x7f0801c4 +com.example.daydreamclock:dimen/m3_bottom_sheet_modal_elevation = 0x7f0600c4 +com.example.daydreamclock:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0600c7 +com.example.daydreamclock:dimen/m3_bottom_sheet_drag_handle_bottom_padding = 0x7f0600c2 +com.example.daydreamclock:dimen/m3_bottom_nav_min_height = 0x7f0600c1 +com.example.daydreamclock:style/Base.V21.Theme.AppCompat = 0x7f0f00a1 +com.example.daydreamclock:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0600bf +com.example.daydreamclock:styleable/MaterialDivider = 0x7f100056 +com.example.daydreamclock:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f060206 +com.example.daydreamclock:macro/m3_comp_switch_selected_pressed_state_layer_color = 0x7f0c012d +com.example.daydreamclock:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f020021 +com.example.daydreamclock:dimen/m3_navigation_drawer_layout_corner_size = 0x7f0601b8 +com.example.daydreamclock:macro/m3_comp_time_picker_headline_color = 0x7f0c0151 +com.example.daydreamclock:dimen/m3_badge_with_text_vertical_offset = 0x7f0600ba +com.example.daydreamclock:dimen/m3_comp_switch_selected_focus_state_layer_opacity = 0x7f06018e +com.example.daydreamclock:dimen/m3_badge_vertical_offset = 0x7f0600b6 +com.example.daydreamclock:dimen/m3_back_progress_side_container_max_scale_y_distance = 0x7f0600b2 +com.example.daydreamclock:drawable/abc_ratingbar_indicator_material = 0x7f07005a +com.example.daydreamclock:dimen/m3_badge_horizontal_offset = 0x7f0600b3 +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Title.Icon.CenterStacked = 0x7f0f0131 +com.example.daydreamclock:dimen/m3_back_progress_side_container_max_scale_x_distance_shrink = 0x7f0600b1 +com.example.daydreamclock:dimen/m3_back_progress_bottom_container_max_scale_y_distance = 0x7f0600ad +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f060114 +com.example.daydreamclock:dimen/m3_appbar_size_large = 0x7f0600aa +com.example.daydreamclock:macro/m3_comp_date_picker_modal_header_headline_type = 0x7f0c0017 +com.example.daydreamclock:dimen/m3_appbar_size_compact = 0x7f0600a9 +com.example.daydreamclock:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f0600a5 +com.example.daydreamclock:dimen/m3_appbar_expanded_title_margin_bottom = 0x7f0600a4 +com.example.daydreamclock:dimen/m3_alert_dialog_title_bottom_margin = 0x7f0600a3 +com.example.daydreamclock:attr/shapeAppearanceCornerMedium = 0x7f0303b4 +com.example.daydreamclock:dimen/m3_alert_dialog_corner_size = 0x7f06009f +com.example.daydreamclock:id/inward = 0x7f0800e8 +com.example.daydreamclock:id/baseline = 0x7f080058 +com.example.daydreamclock:color/m3_tabs_ripple_color = 0x7f0501fa +com.example.daydreamclock:dimen/m3_alert_dialog_action_bottom_padding = 0x7f06009d +com.example.daydreamclock:dimen/mtrl_progress_circular_inset_medium = 0x7f0602d0 +com.example.daydreamclock:styleable/StateSet = 0x7f100084 +com.example.daydreamclock:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f0f0048 +com.example.daydreamclock:dimen/m3_nav_badge_with_text_vertical_offset = 0x7f0601b7 +com.example.daydreamclock:color/abc_primary_text_material_light = 0x7f05000c +com.example.daydreamclock:dimen/item_touch_helper_swipe_escape_velocity = 0x7f06009c +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2 = 0x7f07001c +com.example.daydreamclock:dimen/m3_chip_icon_size = 0x7f0600f9 +com.example.daydreamclock:attr/SharedValue = 0x7f030000 +com.example.daydreamclock:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f06009a +com.example.daydreamclock:dimen/hint_alpha_material_light = 0x7f060097 +com.example.daydreamclock:styleable/Insets = 0x7f10003e +com.example.daydreamclock:macro/m3_comp_text_button_hover_state_layer_color = 0x7f0c0144 +com.example.daydreamclock:dimen/mtrl_btn_max_width = 0x7f06025e +com.example.daydreamclock:layout/notification_template_part_time = 0x7f0b0067 +com.example.daydreamclock:dimen/highlight_alpha_material_dark = 0x7f060094 +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_selected_pressed_state_layer_color = 0x7f0c0165 +com.example.daydreamclock:dimen/highlight_alpha_material_colored = 0x7f060093 +com.example.daydreamclock:dimen/design_tab_scrollable_min_width = 0x7f06008a +com.example.daydreamclock:id/tag_accessibility_clickable_spans = 0x7f0801b4 +com.example.daydreamclock:dimen/design_tab_max_width = 0x7f060089 +com.example.daydreamclock:color/design_default_color_surface = 0x7f05004c +com.example.daydreamclock:dimen/design_snackbar_padding_horizontal = 0x7f060085 +com.example.daydreamclock:attr/materialCalendarMonthNavigationButton = 0x7f0302e5 +com.example.daydreamclock:color/m3_sys_color_light_outline = 0x7f0501db +com.example.daydreamclock:dimen/design_snackbar_min_width = 0x7f060084 +com.example.daydreamclock:layout/notification_template_icon_group = 0x7f0b0065 +com.example.daydreamclock:drawable/mtrl_switch_thumb_checked_unchecked = 0x7f0700c9 +com.example.daydreamclock:dimen/design_snackbar_max_width = 0x7f060083 +com.example.daydreamclock:color/material_personalized_color_outline = 0x7f05028a +com.example.daydreamclock:attr/extendedFloatingActionButtonStyle = 0x7f0301c6 +com.example.daydreamclock:dimen/mtrl_navigation_bar_item_default_margin = 0x7f0602be +com.example.daydreamclock:style/Widget.Material3.Button.UnelevatedButton = 0x7f0f035e +com.example.daydreamclock:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f0f02f6 +com.example.daydreamclock:macro/m3_comp_badge_large_label_text_color = 0x7f0c0003 +com.example.daydreamclock:dimen/design_snackbar_elevation = 0x7f060081 +com.example.daydreamclock:id/peekHeight = 0x7f080162 +com.example.daydreamclock:dimen/m3_badge_size = 0x7f0600b5 +com.example.daydreamclock:attr/fabAnchorMode = 0x7f0301cc +com.example.daydreamclock:dimen/design_navigation_max_width = 0x7f06007b +com.example.daydreamclock:drawable/ic_call_decline = 0x7f07008b +com.example.daydreamclock:id/dragDown = 0x7f0800a6 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral40 = 0x7f0500a9 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f05017d +com.example.daydreamclock:dimen/design_navigation_icon_padding = 0x7f060076 +com.example.daydreamclock:dimen/design_bottom_navigation_label_padding = 0x7f060067 +com.example.daydreamclock:dimen/design_navigation_elevation = 0x7f060075 +com.example.daydreamclock:style/Widget.Material3.Chip.Filter = 0x7f0f0365 +com.example.daydreamclock:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f06009b +com.example.daydreamclock:color/m3_navigation_item_ripple_color = 0x7f050095 +com.example.daydreamclock:dimen/abc_star_small = 0x7f06003d +com.example.daydreamclock:dimen/design_fab_size_normal = 0x7f060072 +com.example.daydreamclock:dimen/design_fab_elevation = 0x7f06006f +com.example.daydreamclock:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f0f017c +com.example.daydreamclock:drawable/abc_cab_background_top_material = 0x7f070038 +com.example.daydreamclock:dimen/design_fab_border_width = 0x7f06006e +com.example.daydreamclock:style/Base.Widget.AppCompat.Button.Borderless = 0x7f0f00ce +com.example.daydreamclock:color/button_material_light = 0x7f05002a +com.example.daydreamclock:dimen/design_bottom_navigation_item_min_width = 0x7f060066 +com.example.daydreamclock:string/abc_capital_on = 0x7f0e0007 +com.example.daydreamclock:dimen/design_bottom_navigation_icon_size = 0x7f060064 +com.example.daydreamclock:style/Widget.MaterialComponents.Chip.Filter = 0x7f0f0404 +com.example.daydreamclock:dimen/design_bottom_navigation_height = 0x7f060063 +com.example.daydreamclock:dimen/m3_comp_elevated_button_disabled_container_elevation = 0x7f06010a +com.example.daydreamclock:dimen/abc_action_button_min_height_material = 0x7f06000d +com.example.daydreamclock:dimen/m3_alert_dialog_icon_size = 0x7f0600a2 +com.example.daydreamclock:dimen/design_bottom_navigation_active_item_min_width = 0x7f060060 +com.example.daydreamclock:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f07002d +com.example.daydreamclock:layout/material_timepicker = 0x7f0b003f +com.example.daydreamclock:dimen/design_appbar_elevation = 0x7f06005e +com.example.daydreamclock:string/abc_action_bar_up_description = 0x7f0e0001 +com.example.daydreamclock:dimen/compat_notification_large_icon_max_width = 0x7f06005c +com.example.daydreamclock:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f0f0168 +com.example.daydreamclock:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f06024f +com.example.daydreamclock:dimen/compat_notification_large_icon_max_height = 0x7f06005b +com.example.daydreamclock:layout/mtrl_calendar_day_of_week = 0x7f0b004a +com.example.daydreamclock:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0b0047 +com.example.daydreamclock:dimen/compat_button_padding_horizontal_material = 0x7f060058 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Tooltip = 0x7f0f0207 +com.example.daydreamclock:style/Base.Theme.Material3.Dark.DialogWhenLarge = 0x7f0f005d +com.example.daydreamclock:attr/switchTextAppearance = 0x7f030408 +com.example.daydreamclock:dimen/m3_comp_filter_chip_flat_unselected_outline_width = 0x7f06012f +com.example.daydreamclock:style/Animation.AppCompat.Tooltip = 0x7f0f0004 +com.example.daydreamclock:attr/gestureInsetBottomIgnored = 0x7f03020c +com.example.daydreamclock:dimen/compat_button_inset_horizontal_material = 0x7f060056 +com.example.daydreamclock:dimen/mtrl_btn_padding_right = 0x7f060261 +com.example.daydreamclock:styleable/TextEffects = 0x7f10008a +com.example.daydreamclock:dimen/clock_face_margin_start = 0x7f060055 +com.example.daydreamclock:dimen/cardview_compat_inset_shadow = 0x7f060052 +com.example.daydreamclock:dimen/appcompat_dialog_background_inset = 0x7f060051 +com.example.daydreamclock:dimen/notification_action_text_size = 0x7f060306 +com.example.daydreamclock:dimen/abc_text_size_small_material = 0x7f06004c +com.example.daydreamclock:string/mtrl_picker_a11y_prev_month = 0x7f0e006d +com.example.daydreamclock:dimen/abc_text_size_menu_header_material = 0x7f06004a +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f0f015c +com.example.daydreamclock:dimen/abc_text_size_medium_material = 0x7f060049 +com.example.daydreamclock:color/material_on_primary_disabled = 0x7f05026f +com.example.daydreamclock:dimen/material_emphasis_medium = 0x7f060230 +com.example.daydreamclock:attr/onTouchUp = 0x7f03035b +com.example.daydreamclock:dimen/abc_text_size_headline_material = 0x7f060047 +com.example.daydreamclock:dimen/abc_text_size_display_4_material = 0x7f060046 +com.example.daydreamclock:style/Theme.Material3.DayNight.NoActionBar = 0x7f0f0236 +com.example.daydreamclock:attr/layout_constraintHorizontal_weight = 0x7f03028c +com.example.daydreamclock:color/abc_tint_seek_thumb = 0x7f050016 +com.example.daydreamclock:dimen/abc_text_size_display_3_material = 0x7f060045 +com.example.daydreamclock:macro/m3_comp_outlined_card_hover_outline_color = 0x7f0c00b0 +com.example.daydreamclock:attr/elevationOverlayEnabled = 0x7f03019f +com.example.daydreamclock:dimen/abc_text_size_caption_material = 0x7f060042 +com.example.daydreamclock:attr/chipStrokeWidth = 0x7f0300cf +com.example.daydreamclock:drawable/ic_m3_chip_close = 0x7f070093 +com.example.daydreamclock:dimen/abc_text_size_button_material = 0x7f060041 +com.example.daydreamclock:macro/m3_comp_filled_text_field_error_trailing_icon_color = 0x7f0c0050 +com.example.daydreamclock:attr/fabAlignmentMode = 0x7f0301ca +com.example.daydreamclock:dimen/abc_text_size_body_2_material = 0x7f060040 +com.example.daydreamclock:dimen/abc_switch_padding = 0x7f06003e +com.example.daydreamclock:attr/checkedTextViewStyle = 0x7f0300bd +com.example.daydreamclock:drawable/btn_radio_off_mtrl = 0x7f07007d +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f0f01d3 +com.example.daydreamclock:dimen/abc_star_medium = 0x7f06003c +com.example.daydreamclock:dimen/abc_star_big = 0x7f06003b +com.example.daydreamclock:color/material_personalized_color_control_highlight = 0x7f05027a +com.example.daydreamclock:dimen/abc_select_dialog_padding_start_material = 0x7f06003a +com.example.daydreamclock:string/fab_transformation_scrim_behavior = 0x7f0e0032 +com.example.daydreamclock:attr/mock_diagonalsColor = 0x7f030314 +com.example.daydreamclock:dimen/abc_seekbar_track_background_height_material = 0x7f060038 +com.example.daydreamclock:dimen/abc_search_view_preferred_width = 0x7f060037 +com.example.daydreamclock:dimen/abc_progress_bar_height_material = 0x7f060035 +com.example.daydreamclock:attr/layout = 0x7f03026a +com.example.daydreamclock:dimen/abc_panel_menu_list_width = 0x7f060034 +com.example.daydreamclock:animator/fragment_close_enter = 0x7f020003 +com.example.daydreamclock:dimen/abc_list_item_padding_horizontal_material = 0x7f060033 +com.example.daydreamclock:dimen/abc_list_item_height_small_material = 0x7f060032 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Primary = 0x7f0f037e +com.example.daydreamclock:dimen/abc_list_item_height_material = 0x7f060031 +com.example.daydreamclock:attr/errorTextColor = 0x7f0301b6 +com.example.daydreamclock:dimen/abc_edit_text_inset_top_material = 0x7f06002e +com.example.daydreamclock:dimen/abc_edit_text_inset_horizontal_material = 0x7f06002d +com.example.daydreamclock:style/Widget.MaterialComponents.NavigationRailView = 0x7f0f042d +com.example.daydreamclock:attr/colorTertiaryFixedDim = 0x7f03012e +com.example.daydreamclock:dimen/abc_dropdownitem_icon_width = 0x7f060029 +com.example.daydreamclock:drawable/$avd_hide_password__2 = 0x7f070002 +com.example.daydreamclock:dimen/abc_disabled_alpha_material_light = 0x7f060028 +com.example.daydreamclock:dimen/m3_badge_offset = 0x7f0600b4 +com.example.daydreamclock:dimen/abc_disabled_alpha_material_dark = 0x7f060027 +com.example.daydreamclock:dimen/abc_dialog_title_divider_material = 0x7f060026 +com.example.daydreamclock:dimen/abc_dialog_padding_top_material = 0x7f060025 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f0f02c6 +com.example.daydreamclock:dimen/abc_dialog_min_width_minor = 0x7f060023 +com.example.daydreamclock:dimen/abc_dialog_min_width_major = 0x7f060022 +com.example.daydreamclock:style/Widget.Material3.Button.TextButton.Dialog.Flush = 0x7f0f0358 +com.example.daydreamclock:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021 +com.example.daydreamclock:style/TextAppearance.Material3.ActionBar.Title = 0x7f0f01e3 +com.example.daydreamclock:attr/contentInsetLeft = 0x7f03013c +com.example.daydreamclock:dimen/m3_comp_time_picker_period_selector_focus_state_layer_opacity = 0x7f06019b +com.example.daydreamclock:dimen/abc_dialog_fixed_width_minor = 0x7f06001f +com.example.daydreamclock:attr/circularflow_defaultRadius = 0x7f0300d6 +com.example.daydreamclock:dimen/m3_comp_switch_disabled_selected_icon_opacity = 0x7f06018a +com.example.daydreamclock:dimen/abc_dialog_fixed_width_major = 0x7f06001e +com.example.daydreamclock:id/dragUp = 0x7f0800ab +com.example.daydreamclock:dimen/abc_dialog_fixed_height_major = 0x7f06001c +com.example.daydreamclock:dimen/m3_searchbar_margin_horizontal = 0x7f0601d5 +com.example.daydreamclock:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f0f0435 +com.example.daydreamclock:dimen/abc_control_corner_material = 0x7f060018 +com.example.daydreamclock:attr/textAppearanceHeadline1 = 0x7f030435 +com.example.daydreamclock:dimen/abc_config_prefDialogWidth = 0x7f060017 +com.example.daydreamclock:color/material_dynamic_neutral_variant20 = 0x7f050230 +com.example.daydreamclock:drawable/abc_seekbar_track_material = 0x7f070064 +com.example.daydreamclock:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016 +com.example.daydreamclock:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f0f032c +com.example.daydreamclock:dimen/abc_button_padding_horizontal_material = 0x7f060014 +com.example.daydreamclock:dimen/abc_button_inset_vertical_material = 0x7f060013 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth = 0x7f0f0252 +com.example.daydreamclock:id/action_divider = 0x7f08003c +com.example.daydreamclock:dimen/abc_alert_dialog_button_bar_height = 0x7f060010 +com.example.daydreamclock:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f +com.example.daydreamclock:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0c0007 +com.example.daydreamclock:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c +com.example.daydreamclock:dimen/mtrl_extended_fab_icon_text_spacing = 0x7f0602a7 +com.example.daydreamclock:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b +com.example.daydreamclock:macro/m3_comp_navigation_bar_container_color = 0x7f0c006e +com.example.daydreamclock:dimen/mtrl_calendar_header_text_padding = 0x7f06027e +com.example.daydreamclock:style/TextAppearance.Material3.SearchView.Prefix = 0x7f0f01f3 +com.example.daydreamclock:id/skipped = 0x7f080194 +com.example.daydreamclock:dimen/m3_comp_elevated_card_icon_size = 0x7f06010c +com.example.daydreamclock:color/m3_sys_color_dark_surface = 0x7f05016f +com.example.daydreamclock:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007 +com.example.daydreamclock:dimen/abc_action_bar_default_height_material = 0x7f060002 +com.example.daydreamclock:attr/floatingActionButtonPrimaryStyle = 0x7f0301de +com.example.daydreamclock:dimen/abc_action_bar_content_inset_material = 0x7f060000 +com.example.daydreamclock:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f0f01ac +com.example.daydreamclock:color/white = 0x7f050305 +com.example.daydreamclock:color/tooltip_background_dark = 0x7f050303 +com.example.daydreamclock:attr/materialSearchBarStyle = 0x7f0302f6 +com.example.daydreamclock:color/switch_thumb_normal_material_light = 0x7f050302 +com.example.daydreamclock:color/switch_thumb_material_light = 0x7f050300 +com.example.daydreamclock:dimen/mtrl_badge_with_text_size = 0x7f06024c +com.example.daydreamclock:attr/ratingBarStyleSmall = 0x7f030391 +com.example.daydreamclock:color/switch_thumb_disabled_material_light = 0x7f0502fe +com.example.daydreamclock:color/secondary_text_default_material_light = 0x7f0502fa +com.example.daydreamclock:color/secondary_text_default_material_dark = 0x7f0502f9 +com.example.daydreamclock:id/edit_query = 0x7f0800b2 +com.example.daydreamclock:color/ripple_material_light = 0x7f0502f8 +com.example.daydreamclock:dimen/design_fab_translation_z_hovered_focused = 0x7f060073 +com.example.daydreamclock:color/red_clock = 0x7f0502f6 +com.example.daydreamclock:layout/notification_action_tombstone = 0x7f0b0063 +com.example.daydreamclock:color/primary_text_default_material_light = 0x7f0502f3 +com.example.daydreamclock:layout/abc_alert_dialog_title_material = 0x7f0b000a +com.example.daydreamclock:color/primary_text_default_material_dark = 0x7f0502f2 +com.example.daydreamclock:color/primary_dark_material_light = 0x7f0502ef +com.example.daydreamclock:string/mtrl_timepicker_confirm = 0x7f0e009a +com.example.daydreamclock:color/notification_action_color_filter = 0x7f0502ec +com.example.daydreamclock:style/TextAppearance.AppCompat.Title = 0x7f0f01ad +com.example.daydreamclock:color/material_dynamic_primary95 = 0x7f050245 +com.example.daydreamclock:color/mtrl_textinput_disabled_color = 0x7f0502e8 +com.example.daydreamclock:attr/buttonBarStyle = 0x7f03008e +com.example.daydreamclock:dimen/m3_btn_disabled_elevation = 0x7f0600cd +com.example.daydreamclock:style/Widget.Material3.Button.TextButton = 0x7f0f0356 +com.example.daydreamclock:id/useLogo = 0x7f0801e4 +com.example.daydreamclock:color/mtrl_textinput_default_box_stroke_color = 0x7f0502e7 +com.example.daydreamclock:attr/progressBarPadding = 0x7f030385 +com.example.daydreamclock:color/mtrl_text_btn_text_color_selector = 0x7f0502e6 +com.example.daydreamclock:dimen/abc_text_size_title_material = 0x7f06004f +com.example.daydreamclock:color/mtrl_tabs_ripple_color = 0x7f0502e5 +com.example.daydreamclock:dimen/material_emphasis_disabled_background = 0x7f06022e +com.example.daydreamclock:attr/transitionPathRotate = 0x7f0304b1 +com.example.daydreamclock:dimen/m3_sys_elevation_level3 = 0x7f0601ed +com.example.daydreamclock:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0600bd +com.example.daydreamclock:anim/abc_tooltip_enter = 0x7f01000a +com.example.daydreamclock:color/mtrl_tabs_legacy_text_color_selector = 0x7f0502e4 +com.example.daydreamclock:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f0602af +com.example.daydreamclock:color/mtrl_tabs_colored_ripple_color = 0x7f0502e1 +com.example.daydreamclock:attr/chipSpacing = 0x7f0300c9 +com.example.daydreamclock:color/mtrl_switch_track_tint = 0x7f0502e0 +com.example.daydreamclock:attr/expanded = 0x7f0301b8 +com.example.daydreamclock:color/m3_filled_icon_button_container_color_selector = 0x7f05008c +com.example.daydreamclock:color/mtrl_switch_track_decoration_tint = 0x7f0502df +com.example.daydreamclock:id/mtrl_calendar_selection_frame = 0x7f080121 +com.example.daydreamclock:dimen/abc_dialog_fixed_height_minor = 0x7f06001d +com.example.daydreamclock:color/mtrl_outlined_stroke_color = 0x7f0502da +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_pressed_state_layer_color = 0x7f0c0086 +com.example.daydreamclock:layout/material_clock_display = 0x7f0b0035 +com.example.daydreamclock:dimen/mtrl_progress_circular_size_extra_small = 0x7f0602d4 +com.example.daydreamclock:color/material_personalized_color_secondary_text = 0x7f050293 +com.example.daydreamclock:color/mtrl_navigation_item_text_color = 0x7f0502d6 +com.example.daydreamclock:color/mtrl_navigation_bar_ripple_color = 0x7f0502d3 +com.example.daydreamclock:color/mtrl_navigation_bar_colored_ripple_color = 0x7f0502d1 +com.example.daydreamclock:macro/m3_comp_fab_secondary_icon_color = 0x7f0c003d +com.example.daydreamclock:id/dragStart = 0x7f0800aa +com.example.daydreamclock:drawable/mtrl_bottomsheet_drag_handle = 0x7f0700ae +com.example.daydreamclock:color/mtrl_filled_stroke_color = 0x7f0502ce +com.example.daydreamclock:drawable/abc_switch_thumb_material = 0x7f070069 +com.example.daydreamclock:color/mtrl_filled_icon_tint = 0x7f0502cd +com.example.daydreamclock:color/mtrl_filled_background_color = 0x7f0502cc +com.example.daydreamclock:attr/motionDebug = 0x7f03031a +com.example.daydreamclock:color/mtrl_error = 0x7f0502c8 +com.example.daydreamclock:color/mtrl_choice_chip_text_color = 0x7f0502c7 +com.example.daydreamclock:style/Animation.Design.BottomSheetDialog = 0x7f0f0005 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500c1 +com.example.daydreamclock:color/mtrl_choice_chip_ripple_color = 0x7f0502c6 +com.example.daydreamclock:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f0f0103 +com.example.daydreamclock:dimen/mtrl_high_ripple_hovered_alpha = 0x7f0602b6 +com.example.daydreamclock:dimen/mtrl_calendar_year_vertical_padding = 0x7f060293 +com.example.daydreamclock:style/Widget.Material3.Toolbar.Surface = 0x7f0f03dc +com.example.daydreamclock:color/material_dynamic_color_dark_error = 0x7f050218 +com.example.daydreamclock:color/m3_ref_palette_error60 = 0x7f0500fd +com.example.daydreamclock:color/mtrl_chip_text_color = 0x7f0502c4 +com.example.daydreamclock:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f060216 +com.example.daydreamclock:attr/windowFixedHeightMajor = 0x7f0304cf +com.example.daydreamclock:color/mtrl_chip_close_icon_tint = 0x7f0502c2 +com.example.daydreamclock:attr/reactiveGuide_applyToConstraintSet = 0x7f030394 +com.example.daydreamclock:dimen/mtrl_btn_icon_padding = 0x7f06025b +com.example.daydreamclock:attr/badgeWithTextWidth = 0x7f030062 +com.example.daydreamclock:color/mtrl_card_view_ripple = 0x7f0502c0 +com.example.daydreamclock:color/mtrl_navigation_bar_colored_item_tint = 0x7f0502d0 +com.example.daydreamclock:id/accessibility_custom_action_21 = 0x7f08001e +com.example.daydreamclock:color/mtrl_card_view_foreground = 0x7f0502bf +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f0f0417 +com.example.daydreamclock:color/mtrl_calendar_selected_range = 0x7f0502be +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f0f006b +com.example.daydreamclock:string/abc_menu_enter_shortcut_label = 0x7f0e000b +com.example.daydreamclock:dimen/m3_badge_with_text_horizontal_offset = 0x7f0600b7 +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f06010d +com.example.daydreamclock:color/mtrl_calendar_item_stroke_color = 0x7f0502bd +com.example.daydreamclock:attr/colorSecondaryVariant = 0x7f03011f +com.example.daydreamclock:color/mtrl_btn_transparent_bg_color = 0x7f0502bc +com.example.daydreamclock:layout/mtrl_calendar_month_navigation = 0x7f0b004f +com.example.daydreamclock:attr/paddingLeftSystemWindowInsets = 0x7f030361 +com.example.daydreamclock:color/mtrl_btn_text_color_disabled = 0x7f0502ba +com.example.daydreamclock:color/m3_ref_palette_secondary30 = 0x7f050139 +com.example.daydreamclock:color/mtrl_btn_text_btn_ripple_color = 0x7f0502b9 +com.example.daydreamclock:dimen/m3_searchbar_text_size = 0x7f0601da +com.example.daydreamclock:color/mtrl_btn_text_btn_bg_color_selector = 0x7f0502b8 +com.example.daydreamclock:drawable/abc_list_pressed_holo_dark = 0x7f070050 +com.example.daydreamclock:attr/dayTodayStyle = 0x7f03016f +com.example.daydreamclock:dimen/notification_right_side_padding_top = 0x7f06030e +com.example.daydreamclock:dimen/abc_alert_dialog_button_dimen = 0x7f060011 +com.example.daydreamclock:color/mtrl_btn_bg_color_selector = 0x7f0502b5 +com.example.daydreamclock:id/screen = 0x7f080179 +com.example.daydreamclock:id/endToStart = 0x7f0800b7 +com.example.daydreamclock:attr/contrast = 0x7f030148 +com.example.daydreamclock:color/material_timepicker_clock_text_color = 0x7f0502b2 +com.example.daydreamclock:attr/transitionFlags = 0x7f0304b0 +com.example.daydreamclock:color/material_slider_thumb_color = 0x7f0502af +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f0f0309 +com.example.daydreamclock:color/material_slider_halo_color = 0x7f0502ac +com.example.daydreamclock:color/material_slider_active_tick_marks_color = 0x7f0502aa +com.example.daydreamclock:color/material_personalized_primary_text_disable_only = 0x7f0502a9 +com.example.daydreamclock:color/material_personalized_primary_inverse_text_disable_only = 0x7f0502a8 +com.example.daydreamclock:id/design_menu_item_action_area = 0x7f080094 +com.example.daydreamclock:dimen/design_snackbar_background_corner_radius = 0x7f060080 +com.example.daydreamclock:color/material_personalized_hint_foreground_inverse = 0x7f0502a7 +com.example.daydreamclock:color/material_personalized_color_text_secondary_and_tertiary_inverse_disabled = 0x7f0502a5 +com.example.daydreamclock:style/Platform.V25.AppCompat = 0x7f0f0141 +com.example.daydreamclock:dimen/abc_action_bar_elevation_material = 0x7f060005 +com.example.daydreamclock:color/design_snackbar_background_color = 0x7f050056 +com.example.daydreamclock:color/material_personalized_color_surface_variant = 0x7f05029e +com.example.daydreamclock:color/mtrl_switch_thumb_tint = 0x7f0502de +com.example.daydreamclock:color/material_personalized_color_surface_inverse = 0x7f05029d +com.example.daydreamclock:id/exitUntilCollapsed = 0x7f0800ba +com.example.daydreamclock:color/material_personalized_color_surface_container_lowest = 0x7f05029b +com.example.daydreamclock:styleable/MotionTelltales = 0x7f100068 +com.example.daydreamclock:color/material_personalized_color_surface_container_highest = 0x7f050299 +com.example.daydreamclock:dimen/notification_small_icon_background_padding = 0x7f06030f +com.example.daydreamclock:drawable/abc_text_cursor_material = 0x7f07006d +com.example.daydreamclock:color/abc_color_highlight_material = 0x7f050004 +com.example.daydreamclock:color/material_personalized_color_surface_container_high = 0x7f050298 +com.example.daydreamclock:style/Widget.Support.CoordinatorLayout = 0x7f0f045c +com.example.daydreamclock:attr/actionMenuTextColor = 0x7f030011 +com.example.daydreamclock:drawable/mtrl_ic_error = 0x7f0700c1 +com.example.daydreamclock:color/material_personalized_color_surface_container = 0x7f050297 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f0f02c1 +com.example.daydreamclock:attr/lineHeight = 0x7f0302b7 +com.example.daydreamclock:drawable/$m3_avd_hide_password__2 = 0x7f070008 +com.example.daydreamclock:attr/removeEmbeddedFabElevation = 0x7f03039b +com.example.daydreamclock:color/material_personalized_color_surface_bright = 0x7f050296 +com.example.daydreamclock:color/material_personalized_color_secondary_text_inverse = 0x7f050294 +com.example.daydreamclock:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f070045 +com.example.daydreamclock:color/material_personalized_color_secondary_container = 0x7f050292 +com.example.daydreamclock:id/jumpToEnd = 0x7f0800eb +com.example.daydreamclock:id/centerCrop = 0x7f080068 +com.example.daydreamclock:drawable/$m3_avd_hide_password__0 = 0x7f070006 +com.example.daydreamclock:color/material_personalized_color_background = 0x7f050278 +com.example.daydreamclock:color/material_personalized_color_primary = 0x7f05028c +com.example.daydreamclock:color/material_personalized_color_on_tertiary = 0x7f050288 +com.example.daydreamclock:color/material_personalized_color_on_surface_variant = 0x7f050287 +com.example.daydreamclock:styleable/OnSwipe = 0x7f10006e +com.example.daydreamclock:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f0f029e +com.example.daydreamclock:color/material_personalized_color_on_surface_inverse = 0x7f050286 +com.example.daydreamclock:color/material_personalized_color_on_secondary_container = 0x7f050284 +com.example.daydreamclock:color/material_personalized_color_on_secondary = 0x7f050283 +com.example.daydreamclock:attr/closeIconEnabled = 0x7f0300e0 +com.example.daydreamclock:color/material_personalized_color_on_primary_container = 0x7f050282 +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f0f03d8 +com.example.daydreamclock:color/material_personalized_color_on_primary = 0x7f050281 +com.example.daydreamclock:dimen/m3_comp_badge_size = 0x7f060100 +com.example.daydreamclock:id/stretch = 0x7f0801ae +com.example.daydreamclock:color/material_personalized_color_on_error_container = 0x7f050280 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f0f037f +com.example.daydreamclock:color/material_personalized_color_error_container = 0x7f05027d +com.example.daydreamclock:style/Theme.Material3.Light.DialogWhenLarge = 0x7f0f0240 +com.example.daydreamclock:color/material_personalized_color_control_normal = 0x7f05027b +com.example.daydreamclock:id/navigation_bar_item_large_label_view = 0x7f080137 +com.example.daydreamclock:attr/constraintSetEnd = 0x7f030133 +com.example.daydreamclock:color/material_personalized__highlighted_text_inverse = 0x7f050277 +com.example.daydreamclock:color/material_on_surface_stroke = 0x7f050275 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputEditText.FilledBox = 0x7f0f0440 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f0f0116 +com.example.daydreamclock:dimen/material_clock_hand_padding = 0x7f060222 +com.example.daydreamclock:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f060205 +com.example.daydreamclock:color/material_on_surface_emphasis_medium = 0x7f050274 +com.example.daydreamclock:color/material_on_surface_disabled = 0x7f050272 +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_with_label_text_label_text_type = 0x7f0c00d6 +com.example.daydreamclock:dimen/m3_comp_navigation_drawer_hover_state_layer_opacity = 0x7f060142 +com.example.daydreamclock:color/material_on_primary_emphasis_medium = 0x7f050271 +com.example.daydreamclock:dimen/m3_comp_search_bar_hover_state_layer_opacity = 0x7f06016f +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary50 = 0x7f0500d5 +com.example.daydreamclock:dimen/mtrl_navigation_rail_elevation = 0x7f0602c8 +com.example.daydreamclock:color/material_on_background_emphasis_high_type = 0x7f05026d +com.example.daydreamclock:color/material_on_background_disabled = 0x7f05026c +com.example.daydreamclock:color/material_harmonized_color_on_error = 0x7f05026a +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.NavigationBar.ActiveIndicator.Shape = 0x7f0f015a +com.example.daydreamclock:color/material_personalized_color_primary_container = 0x7f05028d +com.example.daydreamclock:color/material_harmonized_color_error = 0x7f050268 +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionButton = 0x7f0f00c7 +com.example.daydreamclock:color/material_grey_900 = 0x7f050267 +com.example.daydreamclock:dimen/m3_back_progress_side_container_max_scale_x_distance_grow = 0x7f0600b0 +com.example.daydreamclock:color/material_grey_800 = 0x7f050265 +com.example.daydreamclock:color/material_grey_600 = 0x7f050264 +com.example.daydreamclock:attr/boxBackgroundColor = 0x7f03007e +com.example.daydreamclock:color/material_grey_50 = 0x7f050263 +com.example.daydreamclock:color/material_grey_300 = 0x7f050262 +com.example.daydreamclock:color/material_grey_100 = 0x7f050261 +com.example.daydreamclock:id/selected = 0x7f08018a +com.example.daydreamclock:color/material_dynamic_tertiary90 = 0x7f05025e +com.example.daydreamclock:drawable/abc_btn_check_material = 0x7f07002b +com.example.daydreamclock:color/m3_sys_color_dark_on_background = 0x7f05015e +com.example.daydreamclock:color/m3_sys_color_dark_surface_dim = 0x7f050176 +com.example.daydreamclock:dimen/notification_main_column_padding_top = 0x7f06030b +com.example.daydreamclock:styleable/AnimatedStateListDrawableCompat = 0x7f100007 +com.example.daydreamclock:color/material_dynamic_tertiary80 = 0x7f05025d +com.example.daydreamclock:color/material_dynamic_neutral40 = 0x7f050225 +com.example.daydreamclock:dimen/m3_simple_item_color_hovered_alpha = 0x7f0601e2 +com.example.daydreamclock:color/material_dynamic_tertiary70 = 0x7f05025c +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f0f0077 +com.example.daydreamclock:id/disableIntraAutoTransition = 0x7f0800a0 +com.example.daydreamclock:dimen/abc_text_size_large_material = 0x7f060048 +com.example.daydreamclock:dimen/mtrl_calendar_dialog_background_inset = 0x7f060277 +com.example.daydreamclock:color/material_dynamic_tertiary60 = 0x7f05025b +com.example.daydreamclock:attr/materialCalendarDayOfWeekLabel = 0x7f0302db +com.example.daydreamclock:dimen/m3_large_fab_size = 0x7f0601b4 +com.example.daydreamclock:color/m3_sys_color_dark_inverse_surface = 0x7f05015d +com.example.daydreamclock:color/material_dynamic_tertiary50 = 0x7f05025a +com.example.daydreamclock:color/material_dynamic_tertiary30 = 0x7f050258 +com.example.daydreamclock:dimen/m3_comp_elevated_button_container_elevation = 0x7f060109 +com.example.daydreamclock:color/material_dynamic_tertiary100 = 0x7f050256 +com.example.daydreamclock:color/material_dynamic_tertiary10 = 0x7f050255 +com.example.daydreamclock:dimen/mtrl_toolbar_default_height = 0x7f0602fe +com.example.daydreamclock:color/material_dynamic_tertiary0 = 0x7f050254 +com.example.daydreamclock:color/material_dynamic_secondary99 = 0x7f050253 +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f0f0453 +com.example.daydreamclock:color/material_dynamic_secondary60 = 0x7f05024e +com.example.daydreamclock:animator/fragment_fade_enter = 0x7f020005 +com.example.daydreamclock:attr/actionLayout = 0x7f03000f +com.example.daydreamclock:color/material_dynamic_secondary50 = 0x7f05024d +com.example.daydreamclock:attr/drawableTint = 0x7f03018e +com.example.daydreamclock:attr/itemBackground = 0x7f030243 +com.example.daydreamclock:color/material_dynamic_secondary40 = 0x7f05024c +com.example.daydreamclock:drawable/mtrl_checkbox_button = 0x7f0700af +com.example.daydreamclock:color/material_dynamic_secondary100 = 0x7f050249 +com.example.daydreamclock:attr/materialIconButtonFilledStyle = 0x7f0302f2 +com.example.daydreamclock:color/material_dynamic_secondary10 = 0x7f050248 +com.example.daydreamclock:color/material_dynamic_primary99 = 0x7f050246 +com.example.daydreamclock:color/material_dynamic_primary50 = 0x7f050240 +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_control_x2 = 0x7f0601fd +com.example.daydreamclock:dimen/material_input_text_to_prefix_suffix_padding = 0x7f06023a +com.example.daydreamclock:color/material_dynamic_primary30 = 0x7f05023e +com.example.daydreamclock:dimen/m3_comp_navigation_bar_hover_state_layer_opacity = 0x7f06013d +com.example.daydreamclock:color/material_dynamic_primary20 = 0x7f05023d +com.example.daydreamclock:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f0f0117 +com.example.daydreamclock:string/m3_sys_motion_easing_standard = 0x7f0e0044 +com.example.daydreamclock:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003 +com.example.daydreamclock:attr/textAppearanceListItemSmall = 0x7f030445 +com.example.daydreamclock:dimen/design_snackbar_extra_spacing_horizontal = 0x7f060082 +com.example.daydreamclock:id/scrollView = 0x7f08017d +com.example.daydreamclock:color/material_personalized_color_error = 0x7f05027c +com.example.daydreamclock:style/Base.Widget.Material3.BottomNavigationView = 0x7f0f00ff +com.example.daydreamclock:color/material_dynamic_primary100 = 0x7f05023c +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f0f0306 +com.example.daydreamclock:string/mtrl_picker_out_of_range = 0x7f0e007e +com.example.daydreamclock:dimen/design_navigation_separator_vertical_padding = 0x7f06007d +com.example.daydreamclock:color/material_dynamic_primary10 = 0x7f05023b +com.example.daydreamclock:color/material_dynamic_primary0 = 0x7f05023a +com.example.daydreamclock:color/mtrl_tabs_icon_color_selector = 0x7f0502e2 +com.example.daydreamclock:color/material_dynamic_neutral_variant99 = 0x7f050239 +com.example.daydreamclock:string/material_hour_suffix = 0x7f0e004b +com.example.daydreamclock:color/material_dynamic_neutral_variant95 = 0x7f050238 +com.example.daydreamclock:macro/m3_comp_filled_button_label_text_type = 0x7f0c0046 +com.example.daydreamclock:attr/carousel_touchUpMode = 0x7f0300aa +com.example.daydreamclock:color/material_dynamic_neutral_variant70 = 0x7f050235 +com.example.daydreamclock:color/material_dynamic_neutral_variant60 = 0x7f050234 +com.example.daydreamclock:color/material_dynamic_neutral_variant50 = 0x7f050233 +com.example.daydreamclock:color/material_dynamic_neutral_variant40 = 0x7f050232 +com.example.daydreamclock:id/top = 0x7f0801d5 +com.example.daydreamclock:id/open_search_view_search_prefix = 0x7f080152 +com.example.daydreamclock:attr/round = 0x7f03039f +com.example.daydreamclock:color/material_dynamic_color_light_on_error_container = 0x7f05021f +com.example.daydreamclock:color/material_dynamic_neutral_variant100 = 0x7f05022f +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity = 0x7f060161 +com.example.daydreamclock:color/m3_sys_color_light_on_surface = 0x7f0501d7 +com.example.daydreamclock:color/material_dynamic_neutral_variant0 = 0x7f05022d +com.example.daydreamclock:id/material_clock_hand = 0x7f0800ff +com.example.daydreamclock:dimen/tooltip_y_offset_touch = 0x7f06031b +com.example.daydreamclock:color/material_dynamic_neutral99 = 0x7f05022c +com.example.daydreamclock:color/material_dynamic_neutral90 = 0x7f05022a +com.example.daydreamclock:dimen/mtrl_calendar_day_corner = 0x7f060270 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f0f0023 +com.example.daydreamclock:color/material_dynamic_neutral80 = 0x7f050229 +com.example.daydreamclock:attr/buttonCompat = 0x7f03008f +com.example.daydreamclock:color/m3_navigation_rail_item_with_indicator_icon_tint = 0x7f050097 +com.example.daydreamclock:color/material_dynamic_neutral60 = 0x7f050227 +com.example.daydreamclock:layout/mtrl_picker_text_input_date = 0x7f0b005e +com.example.daydreamclock:color/material_dynamic_neutral30 = 0x7f050224 +com.example.daydreamclock:color/material_dynamic_neutral20 = 0x7f050223 +com.example.daydreamclock:styleable/Fragment = 0x7f100039 +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_container_height = 0x7f06010e +com.example.daydreamclock:integer/mtrl_switch_thumb_pressed_duration = 0x7f090039 +com.example.daydreamclock:color/material_dynamic_neutral100 = 0x7f050222 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_pressed_icon_color = 0x7f0c0084 +com.example.daydreamclock:color/material_personalized_color_tertiary_container = 0x7f0502a0 +com.example.daydreamclock:macro/m3_comp_navigation_rail_label_text_type = 0x7f0c00a2 +com.example.daydreamclock:color/material_dynamic_neutral0 = 0x7f050220 +com.example.daydreamclock:attr/snackbarStyle = 0x7f0303d2 +com.example.daydreamclock:color/material_dynamic_color_light_on_error = 0x7f05021e +com.example.daydreamclock:style/Widget.AppCompat.Button.Small = 0x7f0f02f4 +com.example.daydreamclock:dimen/m3_comp_checkbox_selected_disabled_container_opacity = 0x7f060103 +com.example.daydreamclock:style/Theme.AppCompat.DialogWhenLarge = 0x7f0f0217 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f0f01b1 +com.example.daydreamclock:id/date_picker_actions = 0x7f08008c +com.example.daydreamclock:attr/tabStyle = 0x7f030422 +com.example.daydreamclock:color/material_dynamic_color_light_error_container = 0x7f05021d +com.example.daydreamclock:color/material_dynamic_color_light_error = 0x7f05021c +com.example.daydreamclock:id/tag_on_receive_content_listener = 0x7f0801b8 +com.example.daydreamclock:dimen/abc_seekbar_track_progress_height_material = 0x7f060039 +com.example.daydreamclock:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b +com.example.daydreamclock:color/material_dynamic_color_dark_on_error_container = 0x7f05021b +com.example.daydreamclock:dimen/mtrl_tooltip_minHeight = 0x7f060301 +com.example.daydreamclock:attr/layout_constraintCircle = 0x7f03027c +com.example.daydreamclock:color/material_dynamic_color_dark_error_container = 0x7f050219 +com.example.daydreamclock:drawable/m3_avd_hide_password = 0x7f070099 +com.example.daydreamclock:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f0f0436 +com.example.daydreamclock:color/material_divider_color = 0x7f050217 +com.example.daydreamclock:attr/showPaths = 0x7f0303c2 +com.example.daydreamclock:color/material_deep_teal_200 = 0x7f050215 +com.example.daydreamclock:color/material_blue_grey_950 = 0x7f050213 +com.example.daydreamclock:color/material_blue_grey_900 = 0x7f050212 +com.example.daydreamclock:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f0f00eb +com.example.daydreamclock:color/m3_tonal_button_ripple_color_selector = 0x7f050210 +com.example.daydreamclock:color/m3_timepicker_time_input_stroke_color = 0x7f05020f +com.example.daydreamclock:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07005e +com.example.daydreamclock:color/m3_timepicker_clock_text_color = 0x7f050209 +com.example.daydreamclock:attr/colorOnPrimarySurface = 0x7f030105 +com.example.daydreamclock:color/m3_timepicker_button_text_color = 0x7f050208 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.TextView = 0x7f0f011e +com.example.daydreamclock:color/m3_timepicker_button_ripple_color = 0x7f050207 +com.example.daydreamclock:attr/boxCollapsedPaddingTop = 0x7f030080 +com.example.daydreamclock:color/m3_timepicker_button_background_color = 0x7f050206 +com.example.daydreamclock:color/m3_textfield_label_color = 0x7f050204 +com.example.daydreamclock:color/m3_textfield_indicator_text_color = 0x7f050202 +com.example.daydreamclock:color/m3_textfield_filled_background_color = 0x7f050201 +com.example.daydreamclock:style/Base.V21.Theme.AppCompat.Dialog = 0x7f0f00a2 +com.example.daydreamclock:layout/notification_action = 0x7f0b0062 +com.example.daydreamclock:color/m3_text_button_background_color_selector = 0x7f0501fe +com.example.daydreamclock:dimen/mtrl_calendar_header_selection_line_height = 0x7f06027d +com.example.daydreamclock:dimen/mtrl_textinput_outline_box_expanded_padding = 0x7f0602fc +com.example.daydreamclock:color/m3_tabs_text_color_secondary = 0x7f0501fd +com.example.daydreamclock:attr/stackFromEnd = 0x7f0303df +com.example.daydreamclock:drawable/mtrl_switch_thumb = 0x7f0700c6 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f0f006d +com.example.daydreamclock:integer/material_motion_duration_short_2 = 0x7f09002b +com.example.daydreamclock:color/m3_tabs_text_color = 0x7f0501fc +com.example.daydreamclock:color/m3_tabs_icon_color_secondary = 0x7f0501f9 +com.example.daydreamclock:attr/colorSurfaceContainer = 0x7f030122 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_error = 0x7f050181 +com.example.daydreamclock:color/m3_tabs_icon_color = 0x7f0501f8 +com.example.daydreamclock:style/Widget.AppCompat.Spinner = 0x7f0f0325 +com.example.daydreamclock:color/m3_sys_color_tertiary_fixed_dim = 0x7f0501f7 +com.example.daydreamclock:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f0f030c +com.example.daydreamclock:color/m3_sys_color_dark_tertiary = 0x7f050178 +com.example.daydreamclock:color/m3_sys_color_tertiary_fixed = 0x7f0501f6 +com.example.daydreamclock:style/Widget.Material3.CompoundButton.RadioButton = 0x7f0f0377 +com.example.daydreamclock:id/listMode = 0x7f0800f5 +com.example.daydreamclock:color/m3_ref_palette_primary95 = 0x7f050133 +com.example.daydreamclock:color/m3_sys_color_secondary_fixed = 0x7f0501f4 +com.example.daydreamclock:attr/dialogPreferredPadding = 0x7f030179 +com.example.daydreamclock:attr/thumbStrokeWidth = 0x7f030475 +com.example.daydreamclock:color/m3_sys_color_on_tertiary_fixed_variant = 0x7f0501f1 +com.example.daydreamclock:color/m3_sys_color_on_secondary_fixed_variant = 0x7f0501ef +com.example.daydreamclock:attr/telltales_velocityMode = 0x7f030429 +com.example.daydreamclock:dimen/abc_action_button_min_width_material = 0x7f06000e +com.example.daydreamclock:layout/design_layout_tab_icon = 0x7f0b0021 +com.example.daydreamclock:attr/contentInsetRight = 0x7f03013d +com.example.daydreamclock:color/m3_sys_color_on_primary_fixed_variant = 0x7f0501ed +com.example.daydreamclock:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f0f03d2 +com.example.daydreamclock:style/TextAppearance.Material3.HeadlineSmall = 0x7f0f01ec +com.example.daydreamclock:attr/track = 0x7f0304a1 +com.example.daydreamclock:drawable/design_snackbar_background = 0x7f070085 +com.example.daydreamclock:attr/lastItemDecorated = 0x7f030269 +com.example.daydreamclock:color/m3_sys_color_light_surface_container_highest = 0x7f0501e5 +com.example.daydreamclock:dimen/mtrl_badge_text_size = 0x7f060249 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_range_selection_month_subhead_color = 0x7f0c001c +com.example.daydreamclock:color/m3_sys_color_light_surface_bright = 0x7f0501e2 +com.example.daydreamclock:attr/materialButtonToggleGroupStyle = 0x7f0302d9 +com.example.daydreamclock:color/m3_sys_color_light_surface = 0x7f0501e1 +com.example.daydreamclock:id/material_hour_text_input = 0x7f080104 +com.example.daydreamclock:color/material_personalized_color_surface_dim = 0x7f05029c +com.example.daydreamclock:attr/useCompatPadding = 0x7f0304b8 +com.example.daydreamclock:color/m3_sys_color_light_secondary_container = 0x7f0501e0 +com.example.daydreamclock:style/Base.Widget.AppCompat.Spinner = 0x7f0f00f6 +com.example.daydreamclock:dimen/mtrl_btn_text_size = 0x7f060269 +com.example.daydreamclock:color/primary_dark_material_dark = 0x7f0502ee +com.example.daydreamclock:color/m3_sys_color_light_outline_variant = 0x7f0501dc +com.example.daydreamclock:dimen/m3_comp_search_bar_container_elevation = 0x7f06016d +com.example.daydreamclock:color/m3_sys_color_light_on_tertiary_container = 0x7f0501da +com.example.daydreamclock:color/m3_sys_color_light_on_tertiary = 0x7f0501d9 +com.example.daydreamclock:color/m3_sys_color_light_on_surface_variant = 0x7f0501d8 +com.example.daydreamclock:color/m3_sys_color_light_on_secondary = 0x7f0501d5 +com.example.daydreamclock:color/m3_sys_color_light_on_primary_container = 0x7f0501d4 +com.example.daydreamclock:attr/layout_wrapBehaviorInParent = 0x7f0302b2 +com.example.daydreamclock:color/mtrl_indicator_text_color = 0x7f0502cf +com.example.daydreamclock:color/m3_sys_color_light_on_primary = 0x7f0501d3 +com.example.daydreamclock:attr/expandedTitleMarginStart = 0x7f0301be +com.example.daydreamclock:color/m3_sys_color_light_on_error = 0x7f0501d1 +com.example.daydreamclock:color/m3_sys_color_light_inverse_on_surface = 0x7f0501cd +com.example.daydreamclock:color/m3_sys_color_light_error_container = 0x7f0501cc +com.example.daydreamclock:id/pin = 0x7f080164 +com.example.daydreamclock:dimen/mtrl_calendar_maximum_default_fullscreen_minor_axis = 0x7f060282 +com.example.daydreamclock:color/m3_sys_color_light_error = 0x7f0501cb +com.example.daydreamclock:attr/expandedTitleMarginBottom = 0x7f0301bc +com.example.daydreamclock:dimen/mtrl_textinput_end_icon_margin_start = 0x7f0602fb +com.example.daydreamclock:color/m3_sys_color_dynamic_tertiary_fixed_dim = 0x7f0501c9 +com.example.daydreamclock:styleable/MotionLabel = 0x7f100065 +com.example.daydreamclock:color/m3_sys_color_dynamic_tertiary_fixed = 0x7f0501c8 +com.example.daydreamclock:drawable/abc_text_select_handle_middle_mtrl = 0x7f07006f +com.example.daydreamclock:color/m3_sys_color_dynamic_primary_fixed_dim = 0x7f0501c5 +com.example.daydreamclock:dimen/notification_content_margin_start = 0x7f060308 +com.example.daydreamclock:color/m3_sys_color_dynamic_on_tertiary_fixed = 0x7f0501c2 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_dim = 0x7f0501ba +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_container_lowest = 0x7f0501b9 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialDivider = 0x7f0f042c +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_container_low = 0x7f0501b8 +com.example.daydreamclock:drawable/abc_list_longpressed_holo = 0x7f07004f +com.example.daydreamclock:id/colon = 0x7f08007a +com.example.daydreamclock:dimen/m3_navigation_item_active_indicator_label_padding = 0x7f0601b9 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_container_high = 0x7f0501b6 +com.example.daydreamclock:style/Platform.ThemeOverlay.AppCompat = 0x7f0f013c +com.example.daydreamclock:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f060006 +com.example.daydreamclock:color/m3_switch_track_tint = 0x7f050157 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface = 0x7f0501b3 +com.example.daydreamclock:color/mtrl_btn_text_color_selector = 0x7f0502bb +com.example.daydreamclock:style/Base.Widget.Design.TabLayout = 0x7f0f00fc +com.example.daydreamclock:attr/layout_constraintTop_creator = 0x7f030296 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_secondary_container = 0x7f0501b2 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_secondary = 0x7f0501b1 +com.example.daydreamclock:id/closest = 0x7f080078 +com.example.daydreamclock:color/mtrl_chip_background_color = 0x7f0502c1 +com.example.daydreamclock:attr/constraintSetStart = 0x7f030134 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_primary_container = 0x7f0501b0 +com.example.daydreamclock:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f0f020a +com.example.daydreamclock:id/accessibility_custom_action_13 = 0x7f080015 +com.example.daydreamclock:dimen/design_navigation_icon_size = 0x7f060077 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_outline_variant = 0x7f0501ae +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f0f0073 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_outline = 0x7f0501ad +com.example.daydreamclock:macro/m3_comp_date_picker_modal_container_shape = 0x7f0c000f +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f0501ac +com.example.daydreamclock:dimen/mtrl_calendar_year_height = 0x7f060291 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f0501aa +com.example.daydreamclock:id/accessibility_custom_action_20 = 0x7f08001d +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.LabelLarge = 0x7f0f01dc +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_surface = 0x7f0501a9 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f0501a8 +com.example.daydreamclock:id/activity_chooser_view_content = 0x7f080045 +com.example.daydreamclock:attr/navigationIconTint = 0x7f03034b +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f0501a6 +com.example.daydreamclock:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f0700ad +com.example.daydreamclock:attr/radioButtonStyle = 0x7f03038d +com.example.daydreamclock:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060020 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_primary = 0x7f0501a5 +com.example.daydreamclock:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f0f0212 +com.example.daydreamclock:dimen/mtrl_slider_label_square_side = 0x7f0602e2 +com.example.daydreamclock:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f0601c7 +com.example.daydreamclock:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f0f040f +com.example.daydreamclock:color/m3_sys_color_dynamic_secondary_fixed = 0x7f0501c6 +com.example.daydreamclock:color/design_fab_stroke_end_inner_color = 0x7f050051 +com.example.daydreamclock:dimen/abc_dialog_corner_radius_material = 0x7f06001b +com.example.daydreamclock:string/material_timepicker_pm = 0x7f0e005a +com.example.daydreamclock:id/dependency_ordering = 0x7f080092 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_error_container = 0x7f0501a4 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_error = 0x7f0501a3 +com.example.daydreamclock:color/m3_sys_color_light_on_background = 0x7f0501d0 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_error_container = 0x7f05019e +com.example.daydreamclock:id/dimensions = 0x7f08009d +com.example.daydreamclock:color/m3_sys_color_dynamic_light_error = 0x7f05019d +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f05019b +com.example.daydreamclock:color/bright_foreground_material_light = 0x7f050028 +com.example.daydreamclock:color/m3_ref_palette_neutral96 = 0x7f050118 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_tertiary = 0x7f05019a +com.example.daydreamclock:attr/showDelay = 0x7f0303bf +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_dim = 0x7f050198 +com.example.daydreamclock:color/mtrl_scrim_color = 0x7f0502dc +com.example.daydreamclock:dimen/mtrl_calendar_navigation_height = 0x7f060286 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_container_high = 0x7f050194 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f0f02e3 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_container = 0x7f050193 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_range_selection_header_headline_type = 0x7f0c001b +com.example.daydreamclock:attr/barrierMargin = 0x7f030066 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_bright = 0x7f050192 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface = 0x7f050191 +com.example.daydreamclock:color/mtrl_textinput_hovered_box_stroke_color = 0x7f0502eb +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_hover_icon_color = 0x7f0c0072 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_secondary = 0x7f05018f +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_primary_container = 0x7f05018e +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f0f0037 +com.example.daydreamclock:color/m3_bottom_sheet_drag_handle_color = 0x7f050064 +com.example.daydreamclock:dimen/m3_comp_navigation_bar_focus_state_layer_opacity = 0x7f06013c +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_primary = 0x7f05018d +com.example.daydreamclock:attr/motionDurationShort4 = 0x7f03032a +com.example.daydreamclock:attr/backgroundTintMode = 0x7f030051 +com.example.daydreamclock:attr/maxWidth = 0x7f030309 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_outline_variant = 0x7f05018c +com.example.daydreamclock:style/Base.Widget.Material3.TabLayout = 0x7f0f010e +com.example.daydreamclock:string/material_timepicker_minute = 0x7f0e0059 +com.example.daydreamclock:dimen/m3_bottom_nav_item_active_indicator_height = 0x7f0600bc +com.example.daydreamclock:string/mtrl_picker_text_input_month_abbr = 0x7f0e008a +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_outline = 0x7f05018b +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f05018a +com.example.daydreamclock:style/Widget.AppCompat.ActionBar = 0x7f0f02e4 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f050188 +com.example.daydreamclock:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070028 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050185 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f050184 +com.example.daydreamclock:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0c0142 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_primary = 0x7f050183 +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Large.Tertiary = 0x7f0f0385 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_error_container = 0x7f050182 +com.example.daydreamclock:style/TextAppearance.AppCompat.Large.Inverse = 0x7f0f019f +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f05017e +com.example.daydreamclock:drawable/mtrl_switch_thumb_unchecked_checked = 0x7f0700ce +com.example.daydreamclock:dimen/material_cursor_width = 0x7f06022b +com.example.daydreamclock:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060251 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_background = 0x7f05017a +com.example.daydreamclock:attr/behavior_expandedOffset = 0x7f03006a +com.example.daydreamclock:attr/fontProviderAuthority = 0x7f0301fd +com.example.daydreamclock:dimen/mtrl_btn_padding_left = 0x7f060260 +com.example.daydreamclock:color/m3_sys_color_dark_surface_container_lowest = 0x7f050175 +com.example.daydreamclock:color/m3_sys_color_dark_surface_container_highest = 0x7f050173 +com.example.daydreamclock:dimen/m3_searchbar_margin_vertical = 0x7f0601d6 +com.example.daydreamclock:color/m3_textfield_stroke_color = 0x7f050205 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f0f0185 +com.example.daydreamclock:color/m3_sys_color_dark_surface_container_high = 0x7f050172 +com.example.daydreamclock:color/m3_sys_color_dark_surface_container = 0x7f050171 +com.example.daydreamclock:color/m3_sys_color_dark_surface_bright = 0x7f050170 +com.example.daydreamclock:dimen/m3_comp_bottom_app_bar_container_height = 0x7f060102 +com.example.daydreamclock:drawable/mtrl_switch_thumb_checked = 0x7f0700c7 +com.example.daydreamclock:color/m3_sys_color_dark_secondary_container = 0x7f05016e +com.example.daydreamclock:id/SHIFT = 0x7f080007 +com.example.daydreamclock:attr/colorSwitchThumbNormal = 0x7f03012a +com.example.daydreamclock:color/m3_sys_color_dark_secondary = 0x7f05016d +com.example.daydreamclock:style/TextAppearance.Design.Suffix = 0x7f0f01d1 +com.example.daydreamclock:color/m3_sys_color_dark_primary = 0x7f05016b +com.example.daydreamclock:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f0f0263 +com.example.daydreamclock:color/m3_sys_color_dark_on_tertiary = 0x7f050167 +com.example.daydreamclock:attr/textAppearanceLineHeightEnabled = 0x7f030442 +com.example.daydreamclock:dimen/m3_comp_filter_chip_elevated_container_elevation = 0x7f06012d +com.example.daydreamclock:id/navigation_bar_item_active_indicator_view = 0x7f080133 +com.example.daydreamclock:drawable/num_5 = 0x7f0700e6 +com.example.daydreamclock:attr/checkedIconEnabled = 0x7f0300b6 +com.example.daydreamclock:color/m3_sys_color_dark_on_surface = 0x7f050165 +com.example.daydreamclock:color/m3_sys_color_dark_on_secondary = 0x7f050163 +com.example.daydreamclock:dimen/design_navigation_item_horizontal_padding = 0x7f060078 +com.example.daydreamclock:attr/listChoiceIndicatorMultipleAnimated = 0x7f0302bb +com.example.daydreamclock:color/m3_sys_color_dark_on_primary_container = 0x7f050162 +com.example.daydreamclock:attr/layout_constraintHeight_percent = 0x7f030289 +com.example.daydreamclock:color/m3_sys_color_dark_on_error_container = 0x7f050160 +com.example.daydreamclock:attr/contentScrim = 0x7f030147 +com.example.daydreamclock:id/accessibility_custom_action_28 = 0x7f080025 +com.example.daydreamclock:color/m3_sys_color_dark_error_container = 0x7f05015a +com.example.daydreamclock:drawable/design_ic_visibility_off = 0x7f070083 +com.example.daydreamclock:color/m3_switch_thumb_tint = 0x7f050156 +com.example.daydreamclock:color/m3_slider_thumb_color = 0x7f050155 +com.example.daydreamclock:color/m3_slider_inactive_track_color = 0x7f050154 +com.example.daydreamclock:color/m3_simple_item_ripple_color = 0x7f050151 +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f0f00c6 +com.example.daydreamclock:attr/viewInflaterClass = 0x7f0304be +com.example.daydreamclock:color/m3_selection_control_ripple_color_selector = 0x7f050150 +com.example.daydreamclock:attr/layout_constraintGuide_begin = 0x7f030282 +com.example.daydreamclock:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f0502d7 +com.example.daydreamclock:color/m3_ref_palette_white = 0x7f05014f +com.example.daydreamclock:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f070043 +com.example.daydreamclock:color/abc_background_cache_hint_selector_material_light = 0x7f050001 +com.example.daydreamclock:attr/placeholderText = 0x7f030377 +com.example.daydreamclock:color/m3_ref_palette_tertiary99 = 0x7f05014e +com.example.daydreamclock:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f0f0311 +com.example.daydreamclock:color/material_dynamic_neutral_variant30 = 0x7f050231 +com.example.daydreamclock:attr/isMaterialTheme = 0x7f030241 +com.example.daydreamclock:color/m3_navigation_item_icon_tint = 0x7f050094 +com.example.daydreamclock:color/m3_ref_palette_tertiary70 = 0x7f05014a +com.example.daydreamclock:attr/listChoiceBackgroundIndicator = 0x7f0302ba +com.example.daydreamclock:color/m3_ref_palette_tertiary60 = 0x7f050149 +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_accelerate_control_x1 = 0x7f060208 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2 = 0x7f070016 +com.example.daydreamclock:color/m3_ref_palette_tertiary50 = 0x7f050148 +com.example.daydreamclock:color/m3_ref_palette_tertiary40 = 0x7f050147 +com.example.daydreamclock:attr/expandedTitleTextColor = 0x7f0301c1 +com.example.daydreamclock:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f0700a8 +com.example.daydreamclock:color/m3_sys_color_primary_fixed_dim = 0x7f0501f3 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_year_selection_year_selected_container_color = 0x7f0c0020 +com.example.daydreamclock:id/fullscreen_header = 0x7f0800cd +com.example.daydreamclock:color/m3_ref_palette_tertiary20 = 0x7f050145 +com.example.daydreamclock:attr/telltales_tailColor = 0x7f030427 +com.example.daydreamclock:dimen/mtrl_btn_letter_spacing = 0x7f06025d +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_icon_color = 0x7f0c0068 +com.example.daydreamclock:id/none = 0x7f08013f +com.example.daydreamclock:color/m3_ref_palette_tertiary100 = 0x7f050144 +com.example.daydreamclock:id/grouping = 0x7f0800d4 +com.example.daydreamclock:color/m3_ref_palette_secondary99 = 0x7f050141 +com.example.daydreamclock:color/m3_ref_palette_secondary80 = 0x7f05013e +com.example.daydreamclock:color/m3_ref_palette_secondary70 = 0x7f05013d +com.example.daydreamclock:drawable/abc_seekbar_thumb_material = 0x7f070062 +com.example.daydreamclock:color/design_dark_default_color_primary_dark = 0x7f05003b +com.example.daydreamclock:color/m3_ref_palette_secondary60 = 0x7f05013c +com.example.daydreamclock:attr/buttonBarButtonStyle = 0x7f03008a +com.example.daydreamclock:color/m3_ref_palette_secondary20 = 0x7f050138 +com.example.daydreamclock:id/accessibility_custom_action_24 = 0x7f080021 +com.example.daydreamclock:color/m3_ref_palette_secondary0 = 0x7f050135 +com.example.daydreamclock:color/m3_ref_palette_primary99 = 0x7f050134 +com.example.daydreamclock:color/m3_ref_palette_primary30 = 0x7f05012c +com.example.daydreamclock:color/m3_ref_palette_primary100 = 0x7f05012a +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_active_indicator_color = 0x7f0c00cc +com.example.daydreamclock:color/m3_ref_palette_neutral_variant95 = 0x7f050126 +com.example.daydreamclock:styleable/MaterialAutoCompleteTextView = 0x7f10004e +com.example.daydreamclock:dimen/abc_text_size_body_1_material = 0x7f06003f +com.example.daydreamclock:color/m3_ref_palette_neutral_variant90 = 0x7f050125 +com.example.daydreamclock:style/Widget.Material3.LinearProgressIndicator = 0x7f0f038f +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f0f0305 +com.example.daydreamclock:color/material_personalized_color_surface = 0x7f050295 +com.example.daydreamclock:string/mtrl_checkbox_button_icon_path_group_name = 0x7f0e005f +com.example.daydreamclock:id/hideable = 0x7f0800d8 +com.example.daydreamclock:attr/motionEasingStandardDecelerateInterpolator = 0x7f030335 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant80 = 0x7f050124 +com.example.daydreamclock:styleable/FlowLayout = 0x7f100035 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant70 = 0x7f050123 +com.example.daydreamclock:style/ShapeAppearanceOverlay.Material3.Button = 0x7f0f0180 +com.example.daydreamclock:dimen/m3_divider_heavy_thickness = 0x7f0601a8 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant60 = 0x7f050122 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f070018 +com.example.daydreamclock:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f050091 +com.example.daydreamclock:color/primary_text_disabled_material_light = 0x7f0502f5 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant50 = 0x7f050121 +com.example.daydreamclock:string/fab_transformation_sheet_behavior = 0x7f0e0033 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant40 = 0x7f050120 +com.example.daydreamclock:anim/m3_side_sheet_enter_from_right = 0x7f010026 +com.example.daydreamclock:id/accessibility_custom_action_26 = 0x7f080023 +com.example.daydreamclock:attr/dividerInsetEnd = 0x7f03017f +com.example.daydreamclock:color/m3_ref_palette_neutral_variant20 = 0x7f05011e +com.example.daydreamclock:color/m3_ref_palette_neutral_variant0 = 0x7f05011b +com.example.daydreamclock:color/m3_sys_color_light_surface_container_low = 0x7f0501e6 +com.example.daydreamclock:color/m3_ref_palette_neutral99 = 0x7f05011a +com.example.daydreamclock:styleable/TextAppearance = 0x7f100089 +com.example.daydreamclock:color/m3_ref_palette_neutral98 = 0x7f050119 +com.example.daydreamclock:color/m3_ref_palette_neutral95 = 0x7f050117 +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.SearchBar.Avatar.Shape = 0x7f0f015f +com.example.daydreamclock:color/m3_ref_palette_neutral92 = 0x7f050115 +com.example.daydreamclock:color/m3_fab_efab_background_color_selector = 0x7f050089 +com.example.daydreamclock:dimen/compat_button_inset_vertical_material = 0x7f060057 +com.example.daydreamclock:id/spline = 0x7f08019d +com.example.daydreamclock:color/m3_ref_palette_neutral87 = 0x7f050113 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Headline6 = 0x7f0f0202 +com.example.daydreamclock:dimen/mtrl_switch_thumb_icon_size = 0x7f0602f1 +com.example.daydreamclock:attr/autoSizeMinTextSize = 0x7f030041 +com.example.daydreamclock:attr/constraints = 0x7f030137 +com.example.daydreamclock:color/m3_ref_palette_neutral40 = 0x7f05010d +com.example.daydreamclock:color/m3_ref_palette_neutral30 = 0x7f05010b +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f0f02df +com.example.daydreamclock:color/m3_ref_palette_neutral20 = 0x7f050108 +com.example.daydreamclock:attr/layout_constraintBaseline_toBaselineOf = 0x7f030276 +com.example.daydreamclock:drawable/m3_tabs_transparent_background = 0x7f0700a3 +com.example.daydreamclock:macro/m3_comp_badge_large_label_text_type = 0x7f0c0004 +com.example.daydreamclock:dimen/m3_btn_padding_left = 0x7f0600da +com.example.daydreamclock:color/m3_ref_palette_neutral100 = 0x7f050105 +com.example.daydreamclock:layout/mtrl_navigation_rail_item = 0x7f0b0055 +com.example.daydreamclock:attr/backgroundInsetEnd = 0x7f03004a +com.example.daydreamclock:color/design_default_color_on_error = 0x7f050043 +com.example.daydreamclock:color/m3_ref_palette_neutral0 = 0x7f050103 +com.example.daydreamclock:macro/m3_comp_sheet_side_docked_modal_container_color = 0x7f0c0109 +com.example.daydreamclock:color/material_dynamic_neutral95 = 0x7f05022b +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500c2 +com.example.daydreamclock:color/m3_ref_palette_error99 = 0x7f050102 +com.example.daydreamclock:attr/listItemLayout = 0x7f0302be +com.example.daydreamclock:attr/layout_constraintBaseline_creator = 0x7f030275 +com.example.daydreamclock:attr/chipIconTint = 0x7f0300c5 +com.example.daydreamclock:color/m3_ref_palette_error95 = 0x7f050101 +com.example.daydreamclock:styleable/ViewTransition = 0x7f100097 +com.example.daydreamclock:drawable/ic_m3_chip_checked_circle = 0x7f070092 +com.example.daydreamclock:id/time = 0x7f0801d0 +com.example.daydreamclock:attr/motionEasingDecelerated = 0x7f03032c +com.example.daydreamclock:attr/textAppearanceCaption = 0x7f030431 +com.example.daydreamclock:attr/backgroundColor = 0x7f030048 +com.example.daydreamclock:attr/maxAcceleration = 0x7f030300 +com.example.daydreamclock:color/m3_ref_palette_error80 = 0x7f0500ff +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.Display = 0x7f0f03ad +com.example.daydreamclock:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010 +com.example.daydreamclock:color/m3_ref_palette_error70 = 0x7f0500fe +com.example.daydreamclock:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0c0140 +com.example.daydreamclock:color/m3_ref_palette_error40 = 0x7f0500fb +com.example.daydreamclock:color/m3_ref_palette_error30 = 0x7f0500fa +com.example.daydreamclock:id/auto = 0x7f080053 +com.example.daydreamclock:color/m3_ref_palette_error100 = 0x7f0500f8 +com.example.daydreamclock:attr/measureWithLargestChild = 0x7f03030a +com.example.daydreamclock:color/primary_material_dark = 0x7f0502f0 +com.example.daydreamclock:attr/collapsingToolbarLayoutMediumStyle = 0x7f0300f0 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500f5 +com.example.daydreamclock:attr/layout_dodgeInsetEdges = 0x7f0302a1 +com.example.daydreamclock:attr/actionMenuTextAppearance = 0x7f030010 +com.example.daydreamclock:styleable/MaterialRadioButton = 0x7f100057 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f0f0026 +com.example.daydreamclock:macro/m3_comp_filled_icon_button_container_color = 0x7f0c0049 +com.example.daydreamclock:attr/hideOnContentScroll = 0x7f03021a +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500f3 +com.example.daydreamclock:string/material_hour_selection = 0x7f0e004a +com.example.daydreamclock:dimen/m3_comp_primary_navigation_tab_inactive_focus_state_layer_opacity = 0x7f060160 +com.example.daydreamclock:attr/layout_constraintEnd_toEndOf = 0x7f030280 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500ee +com.example.daydreamclock:attr/textEndPadding = 0x7f030457 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500ed +com.example.daydreamclock:string/mtrl_switch_track_decoration_path = 0x7f0e0097 +com.example.daydreamclock:dimen/m3_extended_fab_bottom_padding = 0x7f0601a9 +com.example.daydreamclock:id/stop = 0x7f0801ad +com.example.daydreamclock:attr/titleTextColor = 0x7f030491 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f0f0250 +com.example.daydreamclock:attr/minTouchTargetSize = 0x7f030312 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500eb +com.example.daydreamclock:string/mtrl_picker_toggle_to_year_selection = 0x7f0e0090 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500ea +com.example.daydreamclock:attr/drawableRightCompat = 0x7f03018b +com.example.daydreamclock:dimen/mtrl_textinput_start_icon_margin_end = 0x7f0602fd +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500e2 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500e0 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500dd +com.example.daydreamclock:macro/m3_comp_fab_primary_large_container_shape = 0x7f0c003a +com.example.daydreamclock:dimen/m3_chip_hovered_translation_z = 0x7f0600f8 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary95 = 0x7f0500da +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500e3 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary30 = 0x7f0500d3 +com.example.daydreamclock:drawable/mtrl_switch_thumb_unchecked = 0x7f0700cd +com.example.daydreamclock:attr/badgeHeight = 0x7f030053 +com.example.daydreamclock:color/design_fab_stroke_top_outer_color = 0x7f050054 +com.example.daydreamclock:color/m3_sys_color_dynamic_on_secondary_fixed = 0x7f0501c0 +com.example.daydreamclock:attr/marginRightSystemWindowInsets = 0x7f0302cf +com.example.daydreamclock:style/Widget.Material3.Button.TextButton.Dialog = 0x7f0f0357 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary10 = 0x7f0500d0 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary0 = 0x7f0500cf +com.example.daydreamclock:id/src_in = 0x7f0801a4 +com.example.daydreamclock:id/fitXY = 0x7f0800c6 +com.example.daydreamclock:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f070040 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant96 = 0x7f0500cc +com.example.daydreamclock:color/material_on_background_emphasis_medium = 0x7f05026e +com.example.daydreamclock:attr/touchAnchorSide = 0x7f03049f +com.example.daydreamclock:attr/indicatorDirectionLinear = 0x7f030239 +com.example.daydreamclock:attr/animationMode = 0x7f030035 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f0f0427 +com.example.daydreamclock:color/material_blue_grey_800 = 0x7f050211 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500cb +com.example.daydreamclock:drawable/mtrl_tabs_default_indicator = 0x7f0700d2 +com.example.daydreamclock:color/m3_sys_color_dark_surface_container_low = 0x7f050174 +com.example.daydreamclock:attr/largeFontVerticalOffsetAdjustment = 0x7f030267 +com.example.daydreamclock:attr/listMenuViewStyle = 0x7f0302c0 +com.example.daydreamclock:attr/motionEasingStandard = 0x7f030333 +com.example.daydreamclock:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0600a7 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant92 = 0x7f0500c9 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Headline4 = 0x7f0f0200 +com.example.daydreamclock:dimen/m3_comp_secondary_navigation_tab_active_indicator_height = 0x7f060174 +com.example.daydreamclock:attr/titleTextEllipsize = 0x7f030492 +com.example.daydreamclock:color/m3_default_color_primary_text = 0x7f05007b +com.example.daydreamclock:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f0f00d4 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500c8 +com.example.daydreamclock:color/design_dark_default_color_on_secondary = 0x7f050038 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight = 0x7f0f0247 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant87 = 0x7f0500c7 +com.example.daydreamclock:attr/fontStyle = 0x7f030204 +com.example.daydreamclock:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700b7 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant24 = 0x7f0500be +com.example.daydreamclock:plurals/mtrl_badge_content_description = 0x7f0d0000 +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_selected_container_color = 0x7f0c0161 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500b8 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral96 = 0x7f0500b4 +com.example.daydreamclock:drawable/mtrl_checkbox_button_unchecked_checked = 0x7f0700b8 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral87 = 0x7f0500af +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f0f01d6 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral70 = 0x7f0500ad +com.example.daydreamclock:dimen/m3_comp_fab_primary_hover_container_elevation = 0x7f060119 +com.example.daydreamclock:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f0f03df +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral60 = 0x7f0500ac +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_background = 0x7f050180 +com.example.daydreamclock:style/Theme.Material3.DayNight.SideSheetDialog = 0x7f0f0237 +com.example.daydreamclock:attr/viewTransitionOnNegativeCross = 0x7f0304c1 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral6 = 0x7f0500ab +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral50 = 0x7f0500aa +com.example.daydreamclock:dimen/m3_bottomappbar_fab_end_margin = 0x7f0600c8 +com.example.daydreamclock:style/Base.Widget.AppCompat.ListMenuView = 0x7f0f00e5 +com.example.daydreamclock:color/mtrl_tabs_icon_color_selector_colored = 0x7f0502e3 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral24 = 0x7f0500a6 +com.example.daydreamclock:attr/searchHintIcon = 0x7f0303a6 +com.example.daydreamclock:id/action_bar_root = 0x7f080036 +com.example.daydreamclock:dimen/design_fab_size_mini = 0x7f060071 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral20 = 0x7f0500a4 +com.example.daydreamclock:string/path_password_eye_mask_strike_through = 0x7f0e009d +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral17 = 0x7f0500a3 +com.example.daydreamclock:id/action_container = 0x7f08003a +com.example.daydreamclock:attr/chainUseRtl = 0x7f0300ae +com.example.daydreamclock:attr/flow_lastHorizontalBias = 0x7f0301f0 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral100 = 0x7f0500a1 +com.example.daydreamclock:drawable/mtrl_ic_check_mark = 0x7f0700be +com.example.daydreamclock:color/m3_radiobutton_ripple_tint = 0x7f05009d +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f0f00c5 +com.example.daydreamclock:color/m3_sys_color_dynamic_on_primary_fixed = 0x7f0501be +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0 = 0x7f07001a +com.example.daydreamclock:color/abc_tint_edittext = 0x7f050015 +com.example.daydreamclock:color/m3_radiobutton_button_tint = 0x7f05009c +com.example.daydreamclock:color/ripple_material_dark = 0x7f0502f7 +com.example.daydreamclock:color/m3_primary_text_disable_only = 0x7f05009b +com.example.daydreamclock:id/transition_layout_save = 0x7f0801db +com.example.daydreamclock:dimen/mtrl_navigation_rail_icon_size = 0x7f0602ca +com.example.daydreamclock:dimen/m3_fab_translation_z_pressed = 0x7f0601b2 +com.example.daydreamclock:dimen/abc_text_size_display_1_material = 0x7f060043 +com.example.daydreamclock:attr/buttonIconTintMode = 0x7f030094 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_surface = 0x7f050187 +com.example.daydreamclock:color/m3_popupmenu_overlay_color = 0x7f05009a +com.example.daydreamclock:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f060280 +com.example.daydreamclock:attr/actionModeSplitBackground = 0x7f03001d +com.example.daydreamclock:color/material_slider_inactive_track_color = 0x7f0502ae +com.example.daydreamclock:attr/layout_constraintStart_toStartOf = 0x7f030294 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_tertiary = 0x7f0501bc +com.example.daydreamclock:color/m3_navigation_rail_ripple_color_selector = 0x7f050099 +com.example.daydreamclock:color/m3_navigation_bar_ripple_color_selector = 0x7f050092 +com.example.daydreamclock:attr/menuGravity = 0x7f03030d +com.example.daydreamclock:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f050090 +com.example.daydreamclock:dimen/material_textinput_default_width = 0x7f06023b +com.example.daydreamclock:id/select_dialog_listview = 0x7f080189 +com.example.daydreamclock:color/m3_elevated_chip_background_color = 0x7f050088 +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Bridge = 0x7f0f0262 +com.example.daydreamclock:dimen/m3_comp_radio_button_disabled_unselected_icon_opacity = 0x7f060165 +com.example.daydreamclock:attr/motionDurationMedium4 = 0x7f030326 +com.example.daydreamclock:attr/materialClockStyle = 0x7f0302ee +com.example.daydreamclock:color/m3_dynamic_highlighted_text = 0x7f050084 +com.example.daydreamclock:color/m3_dynamic_default_color_secondary_text = 0x7f050083 +com.example.daydreamclock:attr/toolbarStyle = 0x7f030497 +com.example.daydreamclock:attr/splitTrack = 0x7f0303d8 +com.example.daydreamclock:attr/bottomSheetDialogTheme = 0x7f03007b +com.example.daydreamclock:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f0f0083 +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_indicator_color = 0x7f0c0069 +com.example.daydreamclock:attr/appBarLayoutStyle = 0x7f030036 +com.example.daydreamclock:color/m3_assist_chip_stroke_color = 0x7f050063 +com.example.daydreamclock:attr/counterTextColor = 0x7f03015c +com.example.daydreamclock:color/m3_dynamic_dark_primary_text_disable_only = 0x7f050081 +com.example.daydreamclock:color/m3_dynamic_dark_hint_foreground = 0x7f050080 +com.example.daydreamclock:attr/colorOutlineVariant = 0x7f030112 +com.example.daydreamclock:style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal = 0x7f0f028b +com.example.daydreamclock:color/m3_dynamic_dark_highlighted_text = 0x7f05007f +com.example.daydreamclock:attr/layoutDuringTransition = 0x7f03026c +com.example.daydreamclock:color/m3_dynamic_dark_default_color_secondary_text = 0x7f05007e +com.example.daydreamclock:id/accessibility_custom_action_15 = 0x7f080017 +com.example.daydreamclock:dimen/mtrl_fab_elevation = 0x7f0602b0 +com.example.daydreamclock:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f0f03f2 +com.example.daydreamclock:attr/shapeAppearanceOverlay = 0x7f0303b8 +com.example.daydreamclock:color/m3_dynamic_dark_default_color_primary_text = 0x7f05007d +com.example.daydreamclock:styleable/ExtendedFloatingActionButton = 0x7f100031 +com.example.daydreamclock:string/m3_ref_typeface_brand_medium = 0x7f0e0038 +com.example.daydreamclock:color/m3_dynamic_default_color_primary_text = 0x7f050082 +com.example.daydreamclock:color/m3_default_color_secondary_text = 0x7f05007c +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Display1 = 0x7f0f001b +com.example.daydreamclock:color/m3_timepicker_display_text_color = 0x7f05020c +com.example.daydreamclock:styleable/SearchView = 0x7f100079 +com.example.daydreamclock:attr/saturation = 0x7f0303a1 +com.example.daydreamclock:color/m3_dark_primary_text_disable_only = 0x7f05007a +com.example.daydreamclock:id/action_menu_presenter = 0x7f08003f +com.example.daydreamclock:color/m3_dark_highlighted_text = 0x7f050078 +com.example.daydreamclock:attr/layout_constraintWidth_percent = 0x7f0302a0 +com.example.daydreamclock:attr/materialThemeOverlay = 0x7f0302fc +com.example.daydreamclock:macro/m3_comp_time_input_time_input_field_label_text_color = 0x7f0c014a +com.example.daydreamclock:attr/useDrawerArrowDrawable = 0x7f0304b9 +com.example.daydreamclock:style/Widget.AppCompat.Spinner.Underlined = 0x7f0f0328 +com.example.daydreamclock:dimen/mtrl_extended_fab_start_padding = 0x7f0602aa +com.example.daydreamclock:attr/textAppearanceHeadline2 = 0x7f030436 +com.example.daydreamclock:color/m3_dark_default_color_secondary_text = 0x7f050077 +com.example.daydreamclock:color/m3_sys_color_dynamic_on_tertiary_fixed_variant = 0x7f0501c3 +com.example.daydreamclock:color/m3_chip_text_color = 0x7f050075 +com.example.daydreamclock:attr/thumbIconSize = 0x7f030470 +com.example.daydreamclock:attr/carousel_touchUp_velocityThreshold = 0x7f0300ac +com.example.daydreamclock:animator/mtrl_extended_fab_change_size_collapse_motion_spec = 0x7f020019 +com.example.daydreamclock:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f06028a +com.example.daydreamclock:attr/textInputOutlinedExposedDropdownMenuStyle = 0x7f03045e +com.example.daydreamclock:color/design_fab_shadow_start_color = 0x7f050050 +com.example.daydreamclock:color/m3_checkbox_button_tint = 0x7f050070 +com.example.daydreamclock:styleable/ActionMode = 0x7f100004 +com.example.daydreamclock:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f0f0374 +com.example.daydreamclock:color/m3_card_ripple_color = 0x7f05006d +com.example.daydreamclock:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f0f00ac +com.example.daydreamclock:attr/deriveConstraintsFrom = 0x7f030177 +com.example.daydreamclock:drawable/abc_list_selector_disabled_holo_dark = 0x7f070054 +com.example.daydreamclock:styleable/Spinner = 0x7f100080 +com.example.daydreamclock:dimen/m3_comp_navigation_rail_pressed_state_layer_opacity = 0x7f06014e +com.example.daydreamclock:color/material_dynamic_secondary70 = 0x7f05024f +com.example.daydreamclock:color/m3_calendar_item_stroke_color = 0x7f05006b +com.example.daydreamclock:color/m3_button_ripple_color_selector = 0x7f050069 +com.example.daydreamclock:color/m3_button_outline_color_selector = 0x7f050067 +com.example.daydreamclock:attr/colorSurfaceContainerHigh = 0x7f030123 +com.example.daydreamclock:color/highlighted_text_material_light = 0x7f050060 +com.example.daydreamclock:attr/fontProviderCerts = 0x7f0301fe +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_container_highest = 0x7f050195 +com.example.daydreamclock:color/highlighted_text_material_dark = 0x7f05005f +com.example.daydreamclock:style/Widget.Material3.SideSheet.Modal = 0x7f0f03c4 +com.example.daydreamclock:attr/textAppearanceBodySmall = 0x7f03042f +com.example.daydreamclock:color/foreground_material_light = 0x7f05005e +com.example.daydreamclock:dimen/m3_large_text_vertical_offset_adjustment = 0x7f0601b5 +com.example.daydreamclock:attr/startIconDrawable = 0x7f0303e3 +com.example.daydreamclock:attr/cornerRadius = 0x7f030151 +com.example.daydreamclock:dimen/m3_comp_assist_chip_flat_outline_width = 0x7f0600fd +com.example.daydreamclock:color/error_color_material_dark = 0x7f05005b +com.example.daydreamclock:attr/headerLayout = 0x7f030211 +com.example.daydreamclock:animator/design_fab_hide_motion_spec = 0x7f020001 +com.example.daydreamclock:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f0f007c +com.example.daydreamclock:attr/fabCustomSize = 0x7f0301d1 +com.example.daydreamclock:color/design_fab_stroke_top_inner_color = 0x7f050053 +com.example.daydreamclock:dimen/mtrl_btn_z = 0x7f06026a +com.example.daydreamclock:attr/viewTransitionOnCross = 0x7f0304c0 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant4 = 0x7f0500c0 +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f0f00c4 +com.example.daydreamclock:attr/showMotionSpec = 0x7f0303c1 +com.example.daydreamclock:color/material_personalized_color_control_activated = 0x7f050279 +com.example.daydreamclock:color/design_fab_stroke_end_outer_color = 0x7f050052 +com.example.daydreamclock:id/accessibility_custom_action_11 = 0x7f080013 +com.example.daydreamclock:attr/titleMarginBottom = 0x7f03048a +com.example.daydreamclock:xml/dream_info = 0x7f110000 +com.example.daydreamclock:color/abc_tint_btn_checkable = 0x7f050013 +com.example.daydreamclock:style/ThemeOverlay.Material3.NavigationView = 0x7f0f02af +com.example.daydreamclock:color/m3_appbar_overlay_color = 0x7f050061 +com.example.daydreamclock:layout/layout_dream = 0x7f0b002e +com.example.daydreamclock:integer/hide_password_duration = 0x7f090008 +com.example.daydreamclock:attr/colorPrimary = 0x7f030113 +com.example.daydreamclock:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f060244 +com.example.daydreamclock:attr/height = 0x7f030212 +com.example.daydreamclock:color/design_fab_shadow_mid_color = 0x7f05004f +com.example.daydreamclock:attr/sizePercent = 0x7f0303cf +com.example.daydreamclock:color/design_error = 0x7f05004d +com.example.daydreamclock:id/fill = 0x7f0800be +com.example.daydreamclock:attr/hintEnabled = 0x7f03021d +com.example.daydreamclock:color/design_default_color_on_background = 0x7f050042 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Caption = 0x7f0f001a +com.example.daydreamclock:dimen/m3_extended_fab_icon_padding = 0x7f0601ab +com.example.daydreamclock:color/design_default_color_secondary = 0x7f05004a +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f0f0452 +com.example.daydreamclock:color/design_default_color_primary = 0x7f050047 +com.example.daydreamclock:color/design_dark_default_color_on_error = 0x7f050036 +com.example.daydreamclock:attr/voiceIcon = 0x7f0304c4 +com.example.daydreamclock:color/design_default_color_background = 0x7f050040 +com.example.daydreamclock:style/Theme.AppCompat.Light = 0x7f0f0219 +com.example.daydreamclock:color/design_dark_default_color_surface = 0x7f05003f +com.example.daydreamclock:color/design_dark_default_color_secondary = 0x7f05003d +com.example.daydreamclock:attr/itemHorizontalPadding = 0x7f030245 +com.example.daydreamclock:attr/statusBarForeground = 0x7f0303f2 +com.example.daydreamclock:color/m3_ref_palette_error20 = 0x7f0500f9 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral99 = 0x7f0500b6 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_focus_icon_color = 0x7f0c0089 +com.example.daydreamclock:color/material_personalized_color_on_tertiary_container = 0x7f050289 +com.example.daydreamclock:dimen/material_textinput_min_width = 0x7f06023d +com.example.daydreamclock:color/design_dark_default_color_on_surface = 0x7f050039 +com.example.daydreamclock:dimen/m3_sys_elevation_level1 = 0x7f0601eb +com.example.daydreamclock:color/abc_secondary_text_material_dark = 0x7f050011 +com.example.daydreamclock:color/design_dark_default_color_on_primary = 0x7f050037 +com.example.daydreamclock:style/Base.V22.Theme.AppCompat.Light = 0x7f0f00ae +com.example.daydreamclock:id/icon = 0x7f0800dd +com.example.daydreamclock:color/design_dark_default_color_on_background = 0x7f050035 +com.example.daydreamclock:attr/errorTextAppearance = 0x7f0301b5 +com.example.daydreamclock:color/design_dark_default_color_background = 0x7f050033 +com.example.daydreamclock:color/design_box_stroke_color = 0x7f050032 +com.example.daydreamclock:color/design_bottom_navigation_shadow_color = 0x7f050031 +com.example.daydreamclock:attr/contentInsetEnd = 0x7f03013a +com.example.daydreamclock:color/cardview_shadow_start_color = 0x7f050030 +com.example.daydreamclock:drawable/abc_ratingbar_material = 0x7f07005b +com.example.daydreamclock:layout/mtrl_search_bar = 0x7f0b0060 +com.example.daydreamclock:dimen/notification_media_narrow_margin = 0x7f06030c +com.example.daydreamclock:style/TextAppearance.Compat.Notification = 0x7f0f01c3 +com.example.daydreamclock:attr/actionModeCloseButtonStyle = 0x7f030013 +com.example.daydreamclock:color/cardview_dark_background = 0x7f05002d +com.example.daydreamclock:color/m3_fab_ripple_color_selector = 0x7f05008b +com.example.daydreamclock:attr/iconTintMode = 0x7f03022c +com.example.daydreamclock:attr/prefixText = 0x7f030380 +com.example.daydreamclock:attr/contentDescription = 0x7f030139 +com.example.daydreamclock:color/bright_foreground_inverse_material_light = 0x7f050026 +com.example.daydreamclock:id/tag_screen_reader_focusable = 0x7f0801ba +com.example.daydreamclock:attr/materialCalendarDay = 0x7f0302da +com.example.daydreamclock:styleable/TabItem = 0x7f100087 +com.example.daydreamclock:color/design_default_color_on_primary = 0x7f050044 +com.example.daydreamclock:attr/flow_firstVerticalBias = 0x7f0301ea +com.example.daydreamclock:attr/dragThreshold = 0x7f030186 +com.example.daydreamclock:attr/endIconMinSize = 0x7f0301a5 +com.example.daydreamclock:color/bright_foreground_disabled_material_light = 0x7f050024 +com.example.daydreamclock:dimen/m3_carousel_small_item_size_max = 0x7f0600f1 +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_pressed_state_layer_opacity = 0x7f060115 +com.example.daydreamclock:attr/paddingEnd = 0x7f030360 +com.example.daydreamclock:color/bright_foreground_disabled_material_dark = 0x7f050023 +com.example.daydreamclock:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f0f00f5 +com.example.daydreamclock:macro/m3_comp_switch_unselected_focus_icon_color = 0x7f0c0131 +com.example.daydreamclock:drawable/mtrl_checkbox_button_icon_indeterminate_unchecked = 0x7f0700b5 +com.example.daydreamclock:attr/subheaderTextAppearance = 0x7f0303fa +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral90 = 0x7f0500b0 +com.example.daydreamclock:color/black = 0x7f050022 +com.example.daydreamclock:attr/errorAccessibilityLabel = 0x7f0301ad +com.example.daydreamclock:color/background_material_light = 0x7f050021 +com.example.daydreamclock:attr/listDividerAlertDialog = 0x7f0302bd +com.example.daydreamclock:id/digit3 = 0x7f08009b +com.example.daydreamclock:color/background_floating_material_dark = 0x7f05001e +com.example.daydreamclock:dimen/material_emphasis_disabled = 0x7f06022d +com.example.daydreamclock:dimen/abc_list_item_height_large_material = 0x7f060030 +com.example.daydreamclock:dimen/m3_comp_outlined_text_field_disabled_label_text_opacity = 0x7f060158 +com.example.daydreamclock:color/mtrl_navigation_item_icon_tint = 0x7f0502d5 +com.example.daydreamclock:attr/extendedFloatingActionButtonSurfaceStyle = 0x7f0301c7 +com.example.daydreamclock:macro/m3_comp_switch_disabled_selected_icon_color = 0x7f0c011b +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary90 = 0x7f0500d9 +com.example.daydreamclock:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f0f01a0 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001d +com.example.daydreamclock:id/ghost_view_holder = 0x7f0800cf +com.example.daydreamclock:dimen/m3_comp_fab_primary_icon_size = 0x7f06011b +com.example.daydreamclock:string/mtrl_picker_date_header_unselected = 0x7f0e0075 +com.example.daydreamclock:dimen/m3_comp_badge_large_size = 0x7f0600ff +com.example.daydreamclock:color/abc_tint_switch_track = 0x7f050018 +com.example.daydreamclock:layout/m3_alert_dialog_title = 0x7f0b0031 +com.example.daydreamclock:animator/m3_appbar_state_list_animator = 0x7f020009 +com.example.daydreamclock:attr/statusBarBackground = 0x7f0303f1 +com.example.daydreamclock:dimen/abc_action_bar_stacked_max_height = 0x7f060009 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500ec +com.example.daydreamclock:color/material_personalized_color_primary_text_inverse = 0x7f050290 +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.Display = 0x7f0f0450 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant30 = 0x7f05011f +com.example.daydreamclock:color/material_dynamic_neutral_variant80 = 0x7f050236 +com.example.daydreamclock:color/abc_search_url_text_pressed = 0x7f05000f +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f0f0127 +com.example.daydreamclock:color/abc_primary_text_material_dark = 0x7f05000b +com.example.daydreamclock:attr/placeholderTextColor = 0x7f030379 +com.example.daydreamclock:color/abc_primary_text_disable_only_material_light = 0x7f05000a +com.example.daydreamclock:color/abc_hint_foreground_material_dark = 0x7f050007 +com.example.daydreamclock:style/Widget.AppCompat.ActionBar.TabBar = 0x7f0f02e6 +com.example.daydreamclock:macro/m3_comp_search_view_header_supporting_text_color = 0x7f0c00f8 +com.example.daydreamclock:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015 +com.example.daydreamclock:dimen/mtrl_btn_icon_btn_padding_left = 0x7f06025a +com.example.daydreamclock:color/abc_background_cache_hint_selector_material_dark = 0x7f050000 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f0f044a +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500e6 +com.example.daydreamclock:attr/itemActiveIndicatorStyle = 0x7f030242 +com.example.daydreamclock:attr/passwordToggleTintMode = 0x7f03036e +com.example.daydreamclock:attr/reactiveGuide_applyToAllConstraintSets = 0x7f030393 +com.example.daydreamclock:bool/abc_action_bar_embed_tabs = 0x7f040000 +com.example.daydreamclock:macro/m3_comp_extended_fab_primary_container_color = 0x7f0c002d +com.example.daydreamclock:attr/hideMotionSpec = 0x7f030218 +com.example.daydreamclock:attr/windowMinWidthMinor = 0x7f0304d4 +com.example.daydreamclock:id/SHOW_ALL = 0x7f080008 +com.example.daydreamclock:attr/boxCornerRadiusBottomStart = 0x7f030082 +com.example.daydreamclock:id/constraint = 0x7f08007d +com.example.daydreamclock:attr/state_lifted = 0x7f0303ef +com.example.daydreamclock:attr/windowFixedWidthMajor = 0x7f0304d1 +com.example.daydreamclock:drawable/abc_ic_go_search_api_material = 0x7f070041 +com.example.daydreamclock:attr/ratingBarStyle = 0x7f03038f +com.example.daydreamclock:attr/windowActionModeOverlay = 0x7f0304ce +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog.Alert = 0x7f0f0258 +com.example.daydreamclock:color/m3_sys_color_light_surface_dim = 0x7f0501e8 +com.example.daydreamclock:attr/touchRegionId = 0x7f0304a0 +com.example.daydreamclock:attr/waveVariesBy = 0x7f0304cb +com.example.daydreamclock:color/m3_ref_palette_neutral6 = 0x7f05010f +com.example.daydreamclock:attr/itemSpacing = 0x7f030257 +com.example.daydreamclock:drawable/ic_launcher = 0x7f070090 +com.example.daydreamclock:attr/waveShape = 0x7f0304ca +com.example.daydreamclock:attr/textInputLayoutFocusedRectEnabled = 0x7f03045c +com.example.daydreamclock:attr/wavePeriod = 0x7f0304c8 +com.example.daydreamclock:integer/mtrl_calendar_selection_text_lines = 0x7f090031 +com.example.daydreamclock:attr/pivotAnchor = 0x7f030376 +com.example.daydreamclock:attr/visibilityMode = 0x7f0304c3 +com.example.daydreamclock:dimen/m3_badge_with_text_offset = 0x7f0600b8 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f0f0449 +com.example.daydreamclock:id/open_search_view_scrim = 0x7f080151 +com.example.daydreamclock:attr/colorOnContainerUnchecked = 0x7f0300fe +com.example.daydreamclock:attr/motionEffect_strict = 0x7f03033b +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f06020a +com.example.daydreamclock:attr/viewTransitionMode = 0x7f0304bf +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant94 = 0x7f0500ca +com.example.daydreamclock:attr/verticalOffsetWithText = 0x7f0304bd +com.example.daydreamclock:attr/upDuration = 0x7f0304b7 +com.example.daydreamclock:dimen/mtrl_textinput_counter_margin_start = 0x7f0602fa +com.example.daydreamclock:string/call_notification_answer_video_action = 0x7f0e0025 +com.example.daydreamclock:id/staticPostLayout = 0x7f0801ac +com.example.daydreamclock:color/dim_foreground_disabled_material_dark = 0x7f050057 +com.example.daydreamclock:attr/triggerSlack = 0x7f0304b5 +com.example.daydreamclock:attr/triggerReceiver = 0x7f0304b4 +com.example.daydreamclock:color/m3_ref_palette_neutral70 = 0x7f050111 +com.example.daydreamclock:attr/triggerId = 0x7f0304b3 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f0f0074 +com.example.daydreamclock:color/m3_ref_palette_error10 = 0x7f0500f7 +com.example.daydreamclock:color/material_dynamic_primary60 = 0x7f050241 +com.example.daydreamclock:attr/thumbElevation = 0x7f03046e +com.example.daydreamclock:color/m3_sys_color_dynamic_light_primary = 0x7f0501af +com.example.daydreamclock:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f0f008b +com.example.daydreamclock:color/design_default_color_on_surface = 0x7f050046 +com.example.daydreamclock:color/abc_hint_foreground_material_light = 0x7f050008 +com.example.daydreamclock:attr/overlay = 0x7f03035d +com.example.daydreamclock:macro/m3_comp_top_app_bar_large_headline_color = 0x7f0c016c +com.example.daydreamclock:attr/autoSizeMaxTextSize = 0x7f030040 +com.example.daydreamclock:attr/logoAdjustViewBounds = 0x7f0302ca +com.example.daydreamclock:attr/state_indeterminate = 0x7f0303ed +com.example.daydreamclock:layout/material_clock_period_toggle_land = 0x7f0b0038 +com.example.daydreamclock:attr/transitionEasing = 0x7f0304af +com.example.daydreamclock:attr/maxButtonHeight = 0x7f030302 +com.example.daydreamclock:attr/chipSpacingVertical = 0x7f0300cb +com.example.daydreamclock:attr/contentPaddingEnd = 0x7f030142 +com.example.daydreamclock:attr/tabIconTint = 0x7f03040c +com.example.daydreamclock:attr/transformPivotTarget = 0x7f0304ad +com.example.daydreamclock:attr/counterOverflowTextAppearance = 0x7f030159 +com.example.daydreamclock:attr/windowMinWidthMajor = 0x7f0304d3 +com.example.daydreamclock:attr/trackCornerRadius = 0x7f0304a5 +com.example.daydreamclock:color/material_personalized_color_on_error = 0x7f05027f +com.example.daydreamclock:color/m3_ref_palette_error50 = 0x7f0500fc +com.example.daydreamclock:attr/touchAnchorId = 0x7f03049e +com.example.daydreamclock:attr/tooltipStyle = 0x7f03049b +com.example.daydreamclock:attr/tooltipFrameBackground = 0x7f03049a +com.example.daydreamclock:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c +com.example.daydreamclock:attr/toolbarSurfaceStyle = 0x7f030498 +com.example.daydreamclock:id/scroll = 0x7f08017a +com.example.daydreamclock:attr/toolbarNavigationButtonStyle = 0x7f030496 +com.example.daydreamclock:attr/toggleCheckedStateOnClick = 0x7f030494 +com.example.daydreamclock:attr/closeIcon = 0x7f0300df +com.example.daydreamclock:attr/titleTextStyle = 0x7f030493 +com.example.daydreamclock:dimen/mtrl_low_ripple_focused_alpha = 0x7f0602b9 +com.example.daydreamclock:dimen/m3_comp_text_button_pressed_state_layer_opacity = 0x7f060198 +com.example.daydreamclock:color/material_timepicker_button_stroke = 0x7f0502b1 +com.example.daydreamclock:dimen/m3_comp_linear_progress_indicator_active_indicator_height = 0x7f060136 +com.example.daydreamclock:attr/hintAnimationEnabled = 0x7f03021c +com.example.daydreamclock:attr/titleTextAppearance = 0x7f030490 +com.example.daydreamclock:attr/titlePositionInterpolator = 0x7f03048f +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Subhead = 0x7f0f002d +com.example.daydreamclock:color/m3_ref_palette_primary0 = 0x7f050128 +com.example.daydreamclock:macro/m3_comp_slider_disabled_inactive_track_color = 0x7f0c010f +com.example.daydreamclock:attr/titleMarginTop = 0x7f03048d +com.example.daydreamclock:styleable/AppCompatTextHelper = 0x7f100010 +com.example.daydreamclock:attr/tabTextAppearance = 0x7f030423 +com.example.daydreamclock:color/mtrl_outlined_icon_tint = 0x7f0502d9 +com.example.daydreamclock:attr/titleMarginEnd = 0x7f03048b +com.example.daydreamclock:style/Widget.MaterialComponents.ChipGroup = 0x7f0f0405 +com.example.daydreamclock:color/m3_sys_color_light_surface_container = 0x7f0501e3 +com.example.daydreamclock:attr/titleMargin = 0x7f030489 +com.example.daydreamclock:attr/staggered = 0x7f0303e0 +com.example.daydreamclock:attr/showAsAction = 0x7f0303be +com.example.daydreamclock:animator/mtrl_chip_state_list_anim = 0x7f020018 +com.example.daydreamclock:attr/tintNavigationIcon = 0x7f030484 +com.example.daydreamclock:id/transition_current_scene = 0x7f0801da +com.example.daydreamclock:attr/tabIndicatorColor = 0x7f030411 +com.example.daydreamclock:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f0602eb +com.example.daydreamclock:attr/state_liftable = 0x7f0303ee +com.example.daydreamclock:attr/tickVisible = 0x7f030481 +com.example.daydreamclock:attr/tickMarkTintMode = 0x7f03047e +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500e9 +com.example.daydreamclock:style/Widget.Material3.Button = 0x7f0f034c +com.example.daydreamclock:attr/tickMarkTint = 0x7f03047d +com.example.daydreamclock:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f0f00c9 +com.example.daydreamclock:dimen/mtrl_btn_padding_top = 0x7f060262 +com.example.daydreamclock:drawable/btn_radio_on_mtrl = 0x7f07007f +com.example.daydreamclock:attr/toolbarId = 0x7f030495 +com.example.daydreamclock:attr/tabPaddingTop = 0x7f03041d +com.example.daydreamclock:string/call_notification_screening_text = 0x7f0e002a +com.example.daydreamclock:attr/tickColorInactive = 0x7f03047b +com.example.daydreamclock:dimen/mtrl_navigation_item_shape_vertical_margin = 0x7f0602c4 +com.example.daydreamclock:id/action_bar_subtitle = 0x7f080038 +com.example.daydreamclock:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f060215 +com.example.daydreamclock:attr/colorOnTertiaryFixedVariant = 0x7f030110 +com.example.daydreamclock:attr/tickColorActive = 0x7f03047a +com.example.daydreamclock:animator/fragment_open_exit = 0x7f020008 +com.example.daydreamclock:attr/errorIconTintMode = 0x7f0301b3 +com.example.daydreamclock:attr/tickColor = 0x7f030479 +com.example.daydreamclock:drawable/$m3_avd_show_password__1 = 0x7f07000a +com.example.daydreamclock:drawable/material_cursor_drawable = 0x7f0700a4 +com.example.daydreamclock:attr/actionButtonStyle = 0x7f03000d +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f050190 +com.example.daydreamclock:color/m3_sys_color_dark_background = 0x7f050158 +com.example.daydreamclock:attr/onNegativeCross = 0x7f030357 +com.example.daydreamclock:attr/ttcIndex = 0x7f0304b6 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderToggleButton = 0x7f0f03a0 +com.example.daydreamclock:color/primary_text_disabled_material_dark = 0x7f0502f4 +com.example.daydreamclock:color/material_dynamic_secondary0 = 0x7f050247 +com.example.daydreamclock:attr/thickness = 0x7f03046c +com.example.daydreamclock:attr/itemStrokeColor = 0x7f030258 +com.example.daydreamclock:attr/theme = 0x7f03046b +com.example.daydreamclock:macro/m3_comp_fab_tertiary_container_color = 0x7f0c0040 +com.example.daydreamclock:dimen/m3_comp_radio_button_selected_hover_state_layer_opacity = 0x7f060167 +com.example.daydreamclock:attr/indeterminateProgressStyle = 0x7f030236 +com.example.daydreamclock:attr/textAppearanceDisplaySmall = 0x7f030434 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0 = 0x7f07000f +com.example.daydreamclock:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f0f0167 +com.example.daydreamclock:attr/cornerFamilyBottomLeft = 0x7f03014d +com.example.daydreamclock:id/material_clock_display_and_toggle = 0x7f0800fd +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary99 = 0x7f0500db +com.example.daydreamclock:attr/textureBlurFactor = 0x7f030467 +com.example.daydreamclock:dimen/abc_dialog_padding_material = 0x7f060024 +com.example.daydreamclock:attr/textOutlineThickness = 0x7f030463 +com.example.daydreamclock:attr/trackDecorationTintMode = 0x7f0304a8 +com.example.daydreamclock:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f0f0261 +com.example.daydreamclock:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f0f0133 +com.example.daydreamclock:anim/abc_slide_out_bottom = 0x7f010008 +com.example.daydreamclock:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f0602f5 +com.example.daydreamclock:attr/boxCornerRadiusTopStart = 0x7f030084 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant12 = 0x7f0500ba +com.example.daydreamclock:attr/textInputStyle = 0x7f030460 +com.example.daydreamclock:attr/textInputOutlinedStyle = 0x7f03045f +com.example.daydreamclock:styleable/MaterialButton = 0x7f10004f +com.example.daydreamclock:attr/textInputFilledStyle = 0x7f03045b +com.example.daydreamclock:attr/circularflow_radiusInDP = 0x7f0300d7 +com.example.daydreamclock:attr/textInputFilledDenseStyle = 0x7f030459 +com.example.daydreamclock:dimen/m3_ripple_default_alpha = 0x7f0601ce +com.example.daydreamclock:color/abc_secondary_text_material_light = 0x7f050012 +com.example.daydreamclock:style/Base.Widget.AppCompat.SearchView = 0x7f0f00f2 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_indicator_color = 0x7f0c0082 +com.example.daydreamclock:color/m3_textfield_input_text_color = 0x7f050203 +com.example.daydreamclock:attr/textColorSearchUrl = 0x7f030456 +com.example.daydreamclock:dimen/m3_comp_outlined_button_disabled_outline_opacity = 0x7f060150 +com.example.daydreamclock:attr/textAppearanceLargePopupMenu = 0x7f030441 +com.example.daydreamclock:attr/textBackgroundRotate = 0x7f030453 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f0f006c +com.example.daydreamclock:attr/carousel_nextState = 0x7f0300a8 +com.example.daydreamclock:anim/linear_indeterminate_line2_head_interpolator = 0x7f01001f +com.example.daydreamclock:attr/textBackgroundPanY = 0x7f030452 +com.example.daydreamclock:attr/subtitleCentered = 0x7f0303fd +com.example.daydreamclock:color/material_dynamic_primary90 = 0x7f050244 +com.example.daydreamclock:attr/motionDurationShort3 = 0x7f030329 +com.example.daydreamclock:attr/tabTextColor = 0x7f030424 +com.example.daydreamclock:attr/textBackgroundPanX = 0x7f030451 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f050189 +com.example.daydreamclock:attr/textBackground = 0x7f030450 +com.example.daydreamclock:attr/textAppearanceTitleMedium = 0x7f03044e +com.example.daydreamclock:dimen/cardview_default_radius = 0x7f060054 +com.example.daydreamclock:color/m3_sys_color_light_background = 0x7f0501ca +com.example.daydreamclock:attr/liftOnScroll = 0x7f0302b3 +com.example.daydreamclock:attr/minHeight = 0x7f03030f +com.example.daydreamclock:attr/thumbIcon = 0x7f03046f +com.example.daydreamclock:attr/textAppearanceOverline = 0x7f030446 +com.example.daydreamclock:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f0f0409 +com.example.daydreamclock:string/m3_exceed_max_badge_text_suffix = 0x7f0e0037 +com.example.daydreamclock:id/showCustom = 0x7f08018f +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f060203 +com.example.daydreamclock:dimen/m3_card_hovered_z = 0x7f0600eb +com.example.daydreamclock:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0c013d +com.example.daydreamclock:macro/m3_comp_radio_button_selected_focus_icon_color = 0x7f0c00d9 +com.example.daydreamclock:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f060207 +com.example.daydreamclock:id/elastic = 0x7f0800b4 +com.example.daydreamclock:drawable/m3_tabs_background = 0x7f0700a0 +com.example.daydreamclock:attr/dragDirection = 0x7f030184 +com.example.daydreamclock:attr/textAppearanceListItemSecondary = 0x7f030444 +com.example.daydreamclock:style/Widget.AppCompat.RatingBar = 0x7f0f031e +com.example.daydreamclock:attr/textAppearanceListItem = 0x7f030443 +com.example.daydreamclock:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f05020d +com.example.daydreamclock:attr/textAppearanceHeadlineSmall = 0x7f03043d +com.example.daydreamclock:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001 +com.example.daydreamclock:attr/borderWidth = 0x7f030076 +com.example.daydreamclock:dimen/mtrl_slider_label_radius = 0x7f0602e1 +com.example.daydreamclock:attr/textAppearanceHeadline6 = 0x7f03043a +com.example.daydreamclock:dimen/material_filled_edittext_font_2_0_padding_bottom = 0x7f060233 +com.example.daydreamclock:attr/textAppearanceHeadline5 = 0x7f030439 +com.example.daydreamclock:attr/state_collapsed = 0x7f0303e9 +com.example.daydreamclock:attr/lStar = 0x7f030263 +com.example.daydreamclock:attr/textAppearanceHeadline3 = 0x7f030437 +com.example.daydreamclock:style/Widget.AppCompat.PopupWindow = 0x7f0f031b +com.example.daydreamclock:dimen/design_bottom_navigation_text_size = 0x7f06006a +com.example.daydreamclock:macro/m3_comp_navigation_bar_label_text_type = 0x7f0c007a +com.example.daydreamclock:color/m3_ref_palette_primary20 = 0x7f05012b +com.example.daydreamclock:drawable/abc_tab_indicator_mtrl_alpha = 0x7f07006c +com.example.daydreamclock:attr/textAppearanceDisplayLarge = 0x7f030432 +com.example.daydreamclock:dimen/m3_comp_time_picker_time_selector_focus_state_layer_opacity = 0x7f06019f +com.example.daydreamclock:attr/textAppearanceBody2 = 0x7f03042c +com.example.daydreamclock:attr/textAppearanceBody1 = 0x7f03042b +com.example.daydreamclock:macro/m3_comp_date_picker_modal_year_selection_year_unselected_label_text_color = 0x7f0c0022 +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f060111 +com.example.daydreamclock:attr/textAllCaps = 0x7f03042a +com.example.daydreamclock:attr/targetId = 0x7f030426 +com.example.daydreamclock:color/m3_ref_palette_tertiary80 = 0x7f05014b +com.example.daydreamclock:attr/colorOnSurfaceInverse = 0x7f03010b +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f0f0253 +com.example.daydreamclock:color/m3_ref_palette_tertiary10 = 0x7f050143 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500dc +com.example.daydreamclock:style/Base.Animation.AppCompat.DropDownUp = 0x7f0f000e +com.example.daydreamclock:attr/colorOnSecondaryFixed = 0x7f030108 +com.example.daydreamclock:color/m3_sys_color_light_surface_container_high = 0x7f0501e4 +com.example.daydreamclock:attr/tabSelectedTextColor = 0x7f030421 +com.example.daydreamclock:attr/tabSecondaryStyle = 0x7f03041f +com.example.daydreamclock:attr/checkedIconSize = 0x7f0300b9 +com.example.daydreamclock:attr/tabRippleColor = 0x7f03041e +com.example.daydreamclock:attr/motionTarget = 0x7f030344 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500e8 +com.example.daydreamclock:attr/tabPaddingStart = 0x7f03041c +com.example.daydreamclock:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f0f0067 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f050186 +com.example.daydreamclock:attr/chipStandaloneStyle = 0x7f0300cc +com.example.daydreamclock:attr/marginLeftSystemWindowInsets = 0x7f0302ce +com.example.daydreamclock:attr/tabPaddingEnd = 0x7f03041b +com.example.daydreamclock:attr/materialCalendarStyle = 0x7f0302e6 +com.example.daydreamclock:attr/trackColorActive = 0x7f0304a3 +com.example.daydreamclock:dimen/m3_comp_sheet_bottom_docked_drag_handle_height = 0x7f060178 +com.example.daydreamclock:dimen/m3_comp_navigation_drawer_modal_container_elevation = 0x7f060144 +com.example.daydreamclock:attr/tabPaddingBottom = 0x7f03041a +com.example.daydreamclock:style/Widget.Material3.CheckedTextView = 0x7f0f0362 +com.example.daydreamclock:attr/materialIconButtonOutlinedStyle = 0x7f0302f4 +com.example.daydreamclock:attr/tabMaxWidth = 0x7f030416 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant22 = 0x7f0500bd +com.example.daydreamclock:style/TextAppearance.Compat.Notification.Line2 = 0x7f0f01c5 +com.example.daydreamclock:attr/layoutDescription = 0x7f03026b +com.example.daydreamclock:attr/thumbIconTintMode = 0x7f030472 +com.example.daydreamclock:color/mtrl_textinput_filled_box_default_background_color = 0x7f0502e9 +com.example.daydreamclock:string/mtrl_checkbox_button_icon_path_checked = 0x7f0e005e +com.example.daydreamclock:color/material_on_primary_emphasis_high_type = 0x7f050270 +com.example.daydreamclock:attr/tabIndicatorHeight = 0x7f030414 +com.example.daydreamclock:color/m3_sys_color_dark_outline = 0x7f050169 +com.example.daydreamclock:attr/tabMinWidth = 0x7f030417 +com.example.daydreamclock:anim/m3_side_sheet_enter_from_left = 0x7f010025 +com.example.daydreamclock:attr/tabIndicatorGravity = 0x7f030413 +com.example.daydreamclock:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant17 = 0x7f0500bb +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500b9 +com.example.daydreamclock:attr/textAppearanceBodyMedium = 0x7f03042e +com.example.daydreamclock:attr/tabIconTintMode = 0x7f03040d +com.example.daydreamclock:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f0602d8 +com.example.daydreamclock:attr/warmth = 0x7f0304c5 +com.example.daydreamclock:attr/fastScrollEnabled = 0x7f0301d3 +com.example.daydreamclock:color/m3_ref_palette_primary10 = 0x7f050129 +com.example.daydreamclock:attr/tabGravity = 0x7f03040b +com.example.daydreamclock:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f0f025f +com.example.daydreamclock:attr/colorAccent = 0x7f0300f3 +com.example.daydreamclock:color/abc_search_url_text = 0x7f05000d +com.example.daydreamclock:attr/titleMargins = 0x7f03048e +com.example.daydreamclock:dimen/tooltip_precise_anchor_threshold = 0x7f060318 +com.example.daydreamclock:attr/arcMode = 0x7f030038 +com.example.daydreamclock:attr/switchStyle = 0x7f030407 +com.example.daydreamclock:attr/suggestionRowLayout = 0x7f030404 +com.example.daydreamclock:style/ThemeOverlay.Design.TextInputEditText = 0x7f0f027b +com.example.daydreamclock:attr/layout_constraintHorizontal_chainStyle = 0x7f03028b +com.example.daydreamclock:animator/fragment_open_enter = 0x7f020007 +com.example.daydreamclock:drawable/material_ic_calendar_black_24dp = 0x7f0700a5 +com.example.daydreamclock:dimen/m3_comp_date_picker_modal_range_selection_header_container_height = 0x7f060107 +com.example.daydreamclock:style/Animation.AppCompat.Dialog = 0x7f0f0002 +com.example.daydreamclock:layout/mtrl_alert_select_dialog_item = 0x7f0b0045 +com.example.daydreamclock:attr/navigationIcon = 0x7f03034a +com.example.daydreamclock:attr/suffixText = 0x7f030401 +com.example.daydreamclock:attr/subtitleTextColor = 0x7f0303ff +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.DatePicker.Modal.Date.Container.Shape = 0x7f0f0158 +com.example.daydreamclock:dimen/abc_floating_window_z = 0x7f06002f +com.example.daydreamclock:color/m3_highlighted_text = 0x7f05008d +com.example.daydreamclock:attr/subtitleTextAppearance = 0x7f0303fe +com.example.daydreamclock:style/TextAppearance.AppCompat.Inverse = 0x7f0f019d +com.example.daydreamclock:attr/thumbStrokeColor = 0x7f030474 +com.example.daydreamclock:attr/submitBackground = 0x7f0303fb +com.example.daydreamclock:macro/m3_sys_color_dark_surface_tint = 0x7f0c0176 +com.example.daydreamclock:id/withinBounds = 0x7f0801f2 +com.example.daydreamclock:attr/isMaterial3DynamicColorApplied = 0x7f03023f +com.example.daydreamclock:dimen/abc_text_size_subtitle_material_toolbar = 0x7f06004e +com.example.daydreamclock:drawable/abc_btn_colored_material = 0x7f07002f +com.example.daydreamclock:attr/helperTextTextAppearance = 0x7f030215 +com.example.daydreamclock:attr/subheaderInsetEnd = 0x7f0303f8 +com.example.daydreamclock:attr/boxStrokeErrorColor = 0x7f030086 +com.example.daydreamclock:attr/strokeWidth = 0x7f0303f5 +com.example.daydreamclock:attr/alertDialogButtonGroupStyle = 0x7f030029 +com.example.daydreamclock:attr/itemShapeAppearance = 0x7f030250 +com.example.daydreamclock:attr/nestedScrollFlags = 0x7f03034f +com.example.daydreamclock:color/m3_ref_palette_neutral4 = 0x7f05010c +com.example.daydreamclock:attr/paddingTopSystemWindowInsets = 0x7f030366 +com.example.daydreamclock:color/m3_button_foreground_color_selector = 0x7f050066 +com.example.daydreamclock:id/dragEnd = 0x7f0800a7 +com.example.daydreamclock:color/material_personalized_color_primary_inverse = 0x7f05028e +com.example.daydreamclock:attr/checkedIconGravity = 0x7f0300b7 +com.example.daydreamclock:attr/state_dragged = 0x7f0303eb +com.example.daydreamclock:attr/state_collapsible = 0x7f0303ea +com.example.daydreamclock:style/Widget.AppCompat.Button = 0x7f0f02ef +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f06020d +com.example.daydreamclock:string/side_sheet_behavior = 0x7f0e00a5 +com.example.daydreamclock:color/m3_sys_color_on_tertiary_fixed = 0x7f0501f0 +com.example.daydreamclock:color/accent_material_light = 0x7f05001a +com.example.daydreamclock:attr/state_above_anchor = 0x7f0303e8 +com.example.daydreamclock:styleable/FontFamily = 0x7f100036 +com.example.daydreamclock:styleable/CollapsingToolbarLayout = 0x7f100022 +com.example.daydreamclock:dimen/mtrl_low_ripple_pressed_alpha = 0x7f0602bb +com.example.daydreamclock:attr/startIconScaleType = 0x7f0303e5 +com.example.daydreamclock:attr/titleEnabled = 0x7f030488 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary80 = 0x7f0500d8 +com.example.daydreamclock:color/m3_dark_hint_foreground = 0x7f050079 +com.example.daydreamclock:dimen/notification_subtext_size = 0x7f060311 +com.example.daydreamclock:color/m3_ref_palette_tertiary0 = 0x7f050142 +com.example.daydreamclock:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f0f007b +com.example.daydreamclock:attr/region_widthLessThan = 0x7f030399 +com.example.daydreamclock:attr/startIconContentDescription = 0x7f0303e2 +com.example.daydreamclock:animator/design_fab_show_motion_spec = 0x7f020002 +com.example.daydreamclock:macro/m3_comp_checkbox_selected_disabled_icon_color = 0x7f0c0008 +com.example.daydreamclock:attr/floatingActionButtonLargeSecondaryStyle = 0x7f0301da +com.example.daydreamclock:attr/materialAlertDialogButtonSpacerVisibility = 0x7f0302d2 +com.example.daydreamclock:attr/menu = 0x7f03030b +com.example.daydreamclock:attr/expandedHintEnabled = 0x7f0301b9 +com.example.daydreamclock:attr/srcCompat = 0x7f0303de +com.example.daydreamclock:attr/motionEffect_start = 0x7f03033a +com.example.daydreamclock:attr/springStopThreshold = 0x7f0303dd +com.example.daydreamclock:attr/springStiffness = 0x7f0303dc +com.example.daydreamclock:animator/mtrl_fab_transformation_sheet_collapse_spec = 0x7f020020 +com.example.daydreamclock:attr/springBoundary = 0x7f0303d9 +com.example.daydreamclock:attr/clockFaceBackgroundColor = 0x7f0300db +com.example.daydreamclock:attr/spinnerStyle = 0x7f0303d7 +com.example.daydreamclock:dimen/design_snackbar_padding_vertical = 0x7f060086 +com.example.daydreamclock:string/abc_menu_delete_shortcut_label = 0x7f0e000a +com.example.daydreamclock:attr/paddingRightSystemWindowInsets = 0x7f030362 +com.example.daydreamclock:attr/iconTint = 0x7f03022b +com.example.daydreamclock:attr/spinnerDropDownItemStyle = 0x7f0303d6 +com.example.daydreamclock:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0c0172 +com.example.daydreamclock:attr/spanCount = 0x7f0303d4 +com.example.daydreamclock:attr/snackbarTextViewStyle = 0x7f0303d3 +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f0f0268 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_secondary = 0x7f0501a7 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_container_lowest = 0x7f050197 +com.example.daydreamclock:attr/singleChoiceItemLayout = 0x7f0303cc +com.example.daydreamclock:color/mtrl_switch_thumb_icon_tint = 0x7f0502dd +com.example.daydreamclock:attr/simpleItems = 0x7f0303cb +com.example.daydreamclock:dimen/mtrl_calendar_month_vertical_padding = 0x7f060284 +com.example.daydreamclock:drawable/abc_star_half_black_48dp = 0x7f070068 +com.example.daydreamclock:attr/layout_constrainedHeight = 0x7f030273 +com.example.daydreamclock:attr/showText = 0x7f0303c3 +com.example.daydreamclock:dimen/m3_timepicker_display_stroke_width = 0x7f060218 +com.example.daydreamclock:attr/floatingActionButtonSmallSurfaceStyle = 0x7f0301e3 +com.example.daydreamclock:attr/chipEndPadding = 0x7f0300c0 +com.example.daydreamclock:dimen/m3_comp_filter_chip_flat_container_elevation = 0x7f06012e +com.example.daydreamclock:color/abc_decor_view_status_guard = 0x7f050005 +com.example.daydreamclock:string/material_slider_range_end = 0x7f0e0053 +com.example.daydreamclock:attr/labelBehavior = 0x7f030264 +com.example.daydreamclock:attr/showDividers = 0x7f0303c0 +com.example.daydreamclock:string/call_notification_incoming_text = 0x7f0e0028 +com.example.daydreamclock:attr/values = 0x7f0304bb +com.example.daydreamclock:dimen/design_navigation_item_icon_padding = 0x7f060079 +com.example.daydreamclock:string/abc_action_bar_home_description = 0x7f0e0000 +com.example.daydreamclock:attr/autoSizePresetSizes = 0x7f030042 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_date_unselected_label_text_color = 0x7f0c0015 +com.example.daydreamclock:attr/showAnimationBehavior = 0x7f0303bd +com.example.daydreamclock:attr/shouldRemoveExpandedCorners = 0x7f0303bc +com.example.daydreamclock:dimen/m3_btn_icon_btn_padding_right = 0x7f0600d2 +com.example.daydreamclock:attr/shapeAppearanceMediumComponent = 0x7f0303b7 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral92 = 0x7f0500b1 +com.example.daydreamclock:style/TextAppearance.Material3.BodySmall = 0x7f0f01e6 +com.example.daydreamclock:attr/textStartPadding = 0x7f030466 +com.example.daydreamclock:attr/framePosition = 0x7f03020a +com.example.daydreamclock:attr/shapeAppearanceCornerSmall = 0x7f0303b5 +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f060213 +com.example.daydreamclock:attr/shapeAppearance = 0x7f0303b0 +com.example.daydreamclock:attr/selectionRequired = 0x7f0303ad +com.example.daydreamclock:color/material_on_surface_emphasis_high_type = 0x7f050273 +com.example.daydreamclock:style/Widget.AppCompat.EditText = 0x7f0f02fc +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Display3 = 0x7f0f001d +com.example.daydreamclock:color/abc_tint_spinner = 0x7f050017 +com.example.daydreamclock:attr/selectableItemBackground = 0x7f0303ab +com.example.daydreamclock:attr/seekBarStyle = 0x7f0303aa +com.example.daydreamclock:attr/searchPrefixText = 0x7f0303a8 +com.example.daydreamclock:attr/searchIcon = 0x7f0303a7 +com.example.daydreamclock:attr/scrimAnimationDuration = 0x7f0303a3 +com.example.daydreamclock:color/m3_sys_color_light_primary_container = 0x7f0501de +com.example.daydreamclock:style/Base.Widget.MaterialComponents.Snackbar = 0x7f0f011b +com.example.daydreamclock:macro/m3_comp_navigation_drawer_headline_color = 0x7f0c0087 +com.example.daydreamclock:attr/flow_lastVerticalStyle = 0x7f0301f3 +com.example.daydreamclock:attr/motionDurationMedium2 = 0x7f030324 +com.example.daydreamclock:attr/scaleFromTextSize = 0x7f0303a2 +com.example.daydreamclock:attr/tint = 0x7f030482 +com.example.daydreamclock:id/accelerate = 0x7f08000e +com.example.daydreamclock:style/Platform.AppCompat = 0x7f0f0136 +com.example.daydreamclock:dimen/m3_btn_text_btn_icon_padding_right = 0x7f0600df +com.example.daydreamclock:attr/roundPercent = 0x7f0303a0 +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_focus_container_elevation = 0x7f06010f +com.example.daydreamclock:dimen/design_bottom_navigation_item_max_width = 0x7f060065 +com.example.daydreamclock:attr/rotationCenterId = 0x7f03039e +com.example.daydreamclock:attr/contentPaddingLeft = 0x7f030143 +com.example.daydreamclock:attr/reverseLayout = 0x7f03039c +com.example.daydreamclock:dimen/material_clock_hand_center_dot_radius = 0x7f060221 +com.example.daydreamclock:color/m3_ref_palette_neutral50 = 0x7f05010e +com.example.daydreamclock:macro/m3_comp_radio_button_selected_pressed_icon_color = 0x7f0c00de +com.example.daydreamclock:color/material_personalized__highlighted_text = 0x7f050276 +com.example.daydreamclock:attr/region_widthMoreThan = 0x7f03039a +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f0f018c +com.example.daydreamclock:dimen/m3_comp_slider_inactive_track_height = 0x7f060182 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f0f0150 +com.example.daydreamclock:layout/design_menu_item_action_area = 0x7f0b0023 +com.example.daydreamclock:attr/region_heightLessThan = 0x7f030397 +com.example.daydreamclock:color/accent_material_dark = 0x7f050019 +com.example.daydreamclock:macro/m3_comp_switch_unselected_handle_color = 0x7f0c0135 +com.example.daydreamclock:attr/reactiveGuide_valueId = 0x7f030395 +com.example.daydreamclock:id/month_title = 0x7f080119 +com.example.daydreamclock:attr/materialAlertDialogTitleIconStyle = 0x7f0302d4 +com.example.daydreamclock:attr/curveFit = 0x7f030161 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f0500b7 +com.example.daydreamclock:color/material_personalized_color_text_hint_foreground_inverse = 0x7f0502a1 +com.example.daydreamclock:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f0601c2 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f0f0119 +com.example.daydreamclock:attr/reactiveGuide_animateChange = 0x7f030392 +com.example.daydreamclock:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d +com.example.daydreamclock:attr/rangeFillColor = 0x7f03038e +com.example.daydreamclock:styleable/AppBarLayout_Layout = 0x7f10000c +com.example.daydreamclock:attr/popupMenuStyle = 0x7f03037d +com.example.daydreamclock:drawable/mtrl_dropdown_arrow = 0x7f0700ba +com.example.daydreamclock:attr/barLength = 0x7f030063 +com.example.daydreamclock:color/secondary_text_disabled_material_light = 0x7f0502fc +com.example.daydreamclock:attr/collapsedTitleTextAppearance = 0x7f0300eb +com.example.daydreamclock:style/Widget.MaterialComponents.NavigationView = 0x7f0f0432 +com.example.daydreamclock:id/italic = 0x7f0800e9 +com.example.daydreamclock:color/m3_fab_efab_foreground_color_selector = 0x7f05008a +com.example.daydreamclock:attr/startIconCheckable = 0x7f0303e1 +com.example.daydreamclock:attr/queryPatterns = 0x7f03038c +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Display4 = 0x7f0f001e +com.example.daydreamclock:attr/itemTextAppearanceActiveBoldEnabled = 0x7f03025c +com.example.daydreamclock:dimen/design_navigation_item_vertical_padding = 0x7f06007a +com.example.daydreamclock:attr/queryBackground = 0x7f03038a +com.example.daydreamclock:attr/quantizeMotionInterpolator = 0x7f030387 +com.example.daydreamclock:style/Widget.AppCompat.Light.PopupMenu = 0x7f0f0310 +com.example.daydreamclock:attr/collapsingToolbarLayoutStyle = 0x7f0300f1 +com.example.daydreamclock:attr/progressBarStyle = 0x7f030386 +com.example.daydreamclock:style/Widget.AppCompat.Spinner.DropDown = 0x7f0f0326 +com.example.daydreamclock:attr/preserveIconSpacing = 0x7f030383 +com.example.daydreamclock:layout/material_timepicker_textinput_display = 0x7f0b0041 +com.example.daydreamclock:attr/closeIconTint = 0x7f0300e4 +com.example.daydreamclock:dimen/material_clock_hand_stroke_width = 0x7f060223 +com.example.daydreamclock:layout/notification_template_part_chronometer = 0x7f0b0066 +com.example.daydreamclock:attr/quantizeMotionPhase = 0x7f030388 +com.example.daydreamclock:attr/prefixTextColor = 0x7f030382 +com.example.daydreamclock:color/m3_sys_color_light_inverse_primary = 0x7f0501ce +com.example.daydreamclock:attr/prefixTextAppearance = 0x7f030381 +com.example.daydreamclock:macro/m3_comp_switch_selected_track_color = 0x7f0c012f +com.example.daydreamclock:attr/fastScrollHorizontalThumbDrawable = 0x7f0301d4 +com.example.daydreamclock:dimen/m3_side_sheet_standard_elevation = 0x7f0601e0 +com.example.daydreamclock:attr/popupWindowStyle = 0x7f03037f +com.example.daydreamclock:drawable/mtrl_checkbox_button_icon_indeterminate_checked = 0x7f0700b4 +com.example.daydreamclock:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f0f00e8 +com.example.daydreamclock:attr/drawableStartCompat = 0x7f03018d +com.example.daydreamclock:attr/popupTheme = 0x7f03037e +com.example.daydreamclock:id/accessibility_custom_action_7 = 0x7f08002d +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Centered = 0x7f0f02d1 +com.example.daydreamclock:attr/keylines = 0x7f030262 +com.example.daydreamclock:dimen/mtrl_btn_text_btn_icon_padding = 0x7f060266 +com.example.daydreamclock:attr/polarRelativeTo = 0x7f03037b +com.example.daydreamclock:color/m3_navigation_rail_item_with_indicator_label_tint = 0x7f050098 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0c00c0 +com.example.daydreamclock:attr/expandActivityOverflowButtonDrawable = 0x7f0301b7 +com.example.daydreamclock:attr/bottomNavigationStyle = 0x7f03007a +com.example.daydreamclock:attr/placeholder_emptyVisibility = 0x7f03037a +com.example.daydreamclock:attr/extendedFloatingActionButtonTertiaryStyle = 0x7f0301c8 +com.example.daydreamclock:attr/perpendicularPath_percent = 0x7f030375 +com.example.daydreamclock:attr/helperText = 0x7f030213 +com.example.daydreamclock:attr/percentY = 0x7f030374 +com.example.daydreamclock:attr/materialCalendarHeaderLayout = 0x7f0302e0 +com.example.daydreamclock:attr/percentWidth = 0x7f030372 +com.example.daydreamclock:color/design_default_color_primary_dark = 0x7f050048 +com.example.daydreamclock:attr/subMenuArrow = 0x7f0303f6 +com.example.daydreamclock:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f060238 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f0f0381 +com.example.daydreamclock:attr/actionModeCutDrawable = 0x7f030017 +com.example.daydreamclock:dimen/m3_sys_state_dragged_state_layer_opacity = 0x7f060214 +com.example.daydreamclock:attr/pathMotionArc = 0x7f03036f +com.example.daydreamclock:style/Widget.Material3.Slider.Label = 0x7f0f03c7 +com.example.daydreamclock:color/m3_ref_palette_primary80 = 0x7f050131 +com.example.daydreamclock:attr/wavePhase = 0x7f0304c9 +com.example.daydreamclock:color/m3_dark_default_color_primary_text = 0x7f050076 +com.example.daydreamclock:attr/passwordToggleTint = 0x7f03036d +com.example.daydreamclock:dimen/m3_comp_filled_card_icon_size = 0x7f060129 +com.example.daydreamclock:attr/mock_showLabel = 0x7f030319 +com.example.daydreamclock:attr/passwordToggleEnabled = 0x7f03036c +com.example.daydreamclock:attr/panelMenuListTheme = 0x7f030368 +com.example.daydreamclock:id/action_mode_close_button = 0x7f080042 +com.example.daydreamclock:color/m3_sys_color_dark_inverse_primary = 0x7f05015c +com.example.daydreamclock:animator/m3_elevated_chip_state_list_anim = 0x7f02000f +com.example.daydreamclock:drawable/$avd_show_password__0 = 0x7f070003 +com.example.daydreamclock:attr/paddingTopNoTitle = 0x7f030365 +com.example.daydreamclock:attr/paddingStartSystemWindowInsets = 0x7f030364 +com.example.daydreamclock:id/scrollIndicatorUp = 0x7f08017c +com.example.daydreamclock:dimen/mtrl_tooltip_minWidth = 0x7f060302 +com.example.daydreamclock:attr/sideSheetDialogTheme = 0x7f0303c6 +com.example.daydreamclock:style/Base.ThemeOverlay.Material3.Dialog = 0x7f0f0081 +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_accelerate_control_x2 = 0x7f060209 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_date_today_container_outline_color = 0x7f0c0013 +com.example.daydreamclock:attr/paddingStart = 0x7f030363 +com.example.daydreamclock:attr/carousel_forwardTransition = 0x7f0300a6 +com.example.daydreamclock:color/material_dynamic_tertiary99 = 0x7f050260 +com.example.daydreamclock:attr/textAppearanceLabelLarge = 0x7f03043e +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500f1 +com.example.daydreamclock:attr/paddingBottomSystemWindowInsets = 0x7f03035f +com.example.daydreamclock:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f0f0213 +com.example.daydreamclock:id/search_button = 0x7f080181 +com.example.daydreamclock:attr/endIconMode = 0x7f0301a6 +com.example.daydreamclock:style/Widget.Material3.BottomNavigation.Badge = 0x7f0f0346 +com.example.daydreamclock:attr/selectableItemBackgroundBorderless = 0x7f0303ac +com.example.daydreamclock:attr/paddingBottomNoButtons = 0x7f03035e +com.example.daydreamclock:attr/flow_verticalAlign = 0x7f0301f6 +com.example.daydreamclock:attr/customColorDrawableValue = 0x7f030163 +com.example.daydreamclock:attr/tabBackground = 0x7f030409 +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_hover_icon_color = 0x7f0c0065 +com.example.daydreamclock:macro/m3_comp_fab_surface_icon_color = 0x7f0c003f +com.example.daydreamclock:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f07002e +com.example.daydreamclock:attr/onHide = 0x7f030356 +com.example.daydreamclock:attr/offsetAlignmentMode = 0x7f030354 +com.example.daydreamclock:attr/number = 0x7f030352 +com.example.daydreamclock:anim/m3_motion_fade_exit = 0x7f010024 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f0f02d0 +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_pressed_label_text_color = 0x7f0c006c +com.example.daydreamclock:attr/textureEffect = 0x7f030468 +com.example.daydreamclock:attr/nestedScrollViewStyle = 0x7f030350 +com.example.daydreamclock:macro/m3_comp_search_bar_container_color = 0x7f0c00e7 +com.example.daydreamclock:layout/design_navigation_item_separator = 0x7f0b0026 +com.example.daydreamclock:attr/navigationRailStyle = 0x7f03034d +com.example.daydreamclock:attr/panelBackground = 0x7f030367 +com.example.daydreamclock:attr/behavior_overlapTop = 0x7f03006e +com.example.daydreamclock:color/mtrl_textinput_focused_box_stroke_color = 0x7f0502ea +com.example.daydreamclock:attr/multiChoiceItemLayout = 0x7f030348 +com.example.daydreamclock:attr/materialCardViewFilledStyle = 0x7f0302ea +com.example.daydreamclock:attr/moveWhenScrollAtTop = 0x7f030347 +com.example.daydreamclock:attr/strokeColor = 0x7f0303f4 +com.example.daydreamclock:color/material_grey_850 = 0x7f050266 +com.example.daydreamclock:attr/compatShadowEnabled = 0x7f030130 +com.example.daydreamclock:attr/motion_triggerOnCollision = 0x7f030346 +com.example.daydreamclock:id/line1 = 0x7f0800f2 +com.example.daydreamclock:attr/counterMaxLength = 0x7f030158 +com.example.daydreamclock:attr/windowActionBarOverlay = 0x7f0304cd +com.example.daydreamclock:attr/itemShapeFillColor = 0x7f030252 +com.example.daydreamclock:attr/motionProgress = 0x7f030342 +com.example.daydreamclock:integer/mtrl_badge_max_character_count = 0x7f09002d +com.example.daydreamclock:attr/motionPathRotate = 0x7f030341 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_background = 0x7f05019c +com.example.daydreamclock:color/m3_ref_palette_tertiary90 = 0x7f05014c +com.example.daydreamclock:color/cardview_shadow_end_color = 0x7f05002f +com.example.daydreamclock:macro/m3_comp_icon_button_unselected_icon_color = 0x7f0c005b +com.example.daydreamclock:attr/motionInterpolator = 0x7f03033f +com.example.daydreamclock:id/view_tree_lifecycle_owner = 0x7f0801e8 +com.example.daydreamclock:id/accessibility_custom_action_14 = 0x7f080016 +com.example.daydreamclock:attr/fabSize = 0x7f0301d2 +com.example.daydreamclock:attr/textAppearanceSmallPopupMenu = 0x7f03044a +com.example.daydreamclock:drawable/ic_clear_black_24 = 0x7f07008d +com.example.daydreamclock:attr/motionEffect_translationY = 0x7f03033d +com.example.daydreamclock:dimen/mtrl_calendar_text_input_padding_top = 0x7f06028d +com.example.daydreamclock:dimen/m3_comp_circular_progress_indicator_active_indicator_width = 0x7f060104 +com.example.daydreamclock:attr/motionEffect_translationX = 0x7f03033c +com.example.daydreamclock:dimen/mtrl_calendar_header_height = 0x7f06027b +com.example.daydreamclock:color/m3_ref_palette_neutral24 = 0x7f05010a +com.example.daydreamclock:attr/backgroundSplit = 0x7f03004e +com.example.daydreamclock:attr/motionEffect_move = 0x7f030339 +com.example.daydreamclock:attr/textFillColor = 0x7f030458 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_pressed_icon_color = 0x7f0c0091 +com.example.daydreamclock:attr/motionEffect_end = 0x7f030338 +com.example.daydreamclock:attr/motionEffect_alpha = 0x7f030337 +com.example.daydreamclock:id/progress_horizontal = 0x7f080169 +com.example.daydreamclock:id/marquee = 0x7f0800f8 +com.example.daydreamclock:dimen/m3_back_progress_main_container_min_edge_gap = 0x7f0600af +com.example.daydreamclock:attr/autoCompleteMode = 0x7f03003d +com.example.daydreamclock:attr/motionEasingStandardAccelerateInterpolator = 0x7f030334 +com.example.daydreamclock:color/m3_sys_color_light_inverse_surface = 0x7f0501cf +com.example.daydreamclock:attr/setsTag = 0x7f0303af +com.example.daydreamclock:attr/motionEasingLinearInterpolator = 0x7f030332 +com.example.daydreamclock:drawable/abc_ic_menu_overflow_material = 0x7f070044 +com.example.daydreamclock:attr/tabPadding = 0x7f030419 +com.example.daydreamclock:macro/m3_comp_sheet_side_docked_standard_container_color = 0x7f0c010b +com.example.daydreamclock:attr/animateNavigationIcon = 0x7f030033 +com.example.daydreamclock:attr/motionEasingLinear = 0x7f030331 +com.example.daydreamclock:layout/mtrl_calendar_month = 0x7f0b004d +com.example.daydreamclock:attr/allowStacking = 0x7f03002d +com.example.daydreamclock:attr/motionEasingEmphasizedInterpolator = 0x7f030330 +com.example.daydreamclock:macro/m3_comp_search_view_container_color = 0x7f0c00f2 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_active_focus_label_text_color = 0x7f0c007c +com.example.daydreamclock:dimen/design_tab_text_size_2line = 0x7f06008c +com.example.daydreamclock:attr/motionEasingEmphasizedDecelerateInterpolator = 0x7f03032f +com.example.daydreamclock:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f0501a1 +com.example.daydreamclock:attr/flow_horizontalBias = 0x7f0301ed +com.example.daydreamclock:attr/motionEasingEmphasizedAccelerateInterpolator = 0x7f03032e +com.example.daydreamclock:dimen/m3_comp_assist_chip_container_height = 0x7f0600fa +com.example.daydreamclock:dimen/mtrl_calendar_content_padding = 0x7f06026f +com.example.daydreamclock:attr/suffixTextColor = 0x7f030403 +com.example.daydreamclock:macro/m3_comp_top_app_bar_small_container_color = 0x7f0c0170 +com.example.daydreamclock:attr/motionEasingEmphasized = 0x7f03032d +com.example.daydreamclock:attr/colorOnSurface = 0x7f03010a +com.example.daydreamclock:attr/motionDurationShort2 = 0x7f030328 +com.example.daydreamclock:attr/hideAnimationBehavior = 0x7f030217 +com.example.daydreamclock:attr/motionDurationShort1 = 0x7f030327 +com.example.daydreamclock:attr/navigationMode = 0x7f03034c +com.example.daydreamclock:attr/motionDurationMedium3 = 0x7f030325 +com.example.daydreamclock:style/Theme.Material3.DayNight = 0x7f0f0230 +com.example.daydreamclock:attr/recyclerViewStyle = 0x7f030396 +com.example.daydreamclock:drawable/notification_action_background = 0x7f0700d4 +com.example.daydreamclock:drawable/abc_btn_radio_material_anim = 0x7f070032 +com.example.daydreamclock:attr/expandedTitleGravity = 0x7f0301ba +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f0f039f +com.example.daydreamclock:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f0f026a +com.example.daydreamclock:color/m3_efab_ripple_color_selector = 0x7f050087 +com.example.daydreamclock:attr/actionBarSplitStyle = 0x7f030006 +com.example.daydreamclock:attr/checkedButton = 0x7f0300b3 +com.example.daydreamclock:attr/motionDurationLong2 = 0x7f030320 +com.example.daydreamclock:attr/motionDurationLong1 = 0x7f03031f +com.example.daydreamclock:dimen/design_bottom_sheet_modal_elevation = 0x7f06006c +com.example.daydreamclock:style/TextAppearance.AppCompat.Small = 0x7f0f01a9 +com.example.daydreamclock:attr/fabCradleVerticalOffset = 0x7f0301d0 +com.example.daydreamclock:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f0f00d0 +com.example.daydreamclock:attr/listPreferredItemHeightLarge = 0x7f0302c3 +com.example.daydreamclock:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f060264 +com.example.daydreamclock:attr/motionDurationExtraLong3 = 0x7f03031d +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f0f02de +com.example.daydreamclock:attr/motionDurationExtraLong2 = 0x7f03031c +com.example.daydreamclock:style/TextAppearance.Material3.LabelLarge = 0x7f0f01ed +com.example.daydreamclock:id/disableScroll = 0x7f0800a2 +com.example.daydreamclock:color/mtrl_on_surface_ripple_color = 0x7f0502d8 +com.example.daydreamclock:attr/mock_labelBackgroundColor = 0x7f030316 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_inactive_hover_state_layer_color = 0x7f0c008e +com.example.daydreamclock:attr/mock_label = 0x7f030315 +com.example.daydreamclock:attr/buttonTintMode = 0x7f030099 +com.example.daydreamclock:style/Base.Widget.AppCompat.TextView = 0x7f0f00f8 +com.example.daydreamclock:attr/collapsedTitleGravity = 0x7f0300ea +com.example.daydreamclock:attr/minWidth = 0x7f030313 +com.example.daydreamclock:attr/chipStartPadding = 0x7f0300cd +com.example.daydreamclock:attr/actionBarTheme = 0x7f03000b +com.example.daydreamclock:color/abc_search_url_text_selected = 0x7f050010 +com.example.daydreamclock:attr/minHideDelay = 0x7f030310 +com.example.daydreamclock:dimen/m3_chip_disabled_translation_z = 0x7f0600f5 +com.example.daydreamclock:attr/methodName = 0x7f03030e +com.example.daydreamclock:dimen/mtrl_progress_indicator_full_rounded_corner_radius = 0x7f0602da +com.example.daydreamclock:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f0602ae +com.example.daydreamclock:dimen/m3_comp_filled_autocomplete_menu_container_elevation = 0x7f060122 +com.example.daydreamclock:dimen/m3_btn_icon_only_icon_padding = 0x7f0600d5 +com.example.daydreamclock:attr/showTitle = 0x7f0303c4 +com.example.daydreamclock:attr/tooltipText = 0x7f03049c +com.example.daydreamclock:style/Base.Theme.AppCompat.CompactMenu = 0x7f0f004c +com.example.daydreamclock:attr/percentHeight = 0x7f030371 +com.example.daydreamclock:dimen/m3_ripple_focused_alpha = 0x7f0601cf +com.example.daydreamclock:attr/menuAlignmentMode = 0x7f03030c +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f0f0072 +com.example.daydreamclock:id/mtrl_picker_header_toggle = 0x7f08012c +com.example.daydreamclock:color/m3_timepicker_display_background_color = 0x7f05020a +com.example.daydreamclock:style/ThemeOverlay.Material3.TabLayout = 0x7f0f02b4 +com.example.daydreamclock:attr/defaultQueryHint = 0x7f030172 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0c00bb +com.example.daydreamclock:attr/motionDurationLong4 = 0x7f030322 +com.example.daydreamclock:attr/dynamicColorThemeOverlay = 0x7f030198 +com.example.daydreamclock:color/m3_sys_color_light_surface_variant = 0x7f0501e9 +com.example.daydreamclock:attr/cardViewStyle = 0x7f0300a1 +com.example.daydreamclock:attr/maxVelocity = 0x7f030308 +com.example.daydreamclock:attr/collapsingToolbarLayoutLargeStyle = 0x7f0300ee +com.example.daydreamclock:attr/maxImageSize = 0x7f030305 +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_unselected_hover_state_layer_color = 0x7f0c015c +com.example.daydreamclock:dimen/m3_comp_navigation_bar_active_indicator_height = 0x7f060138 +com.example.daydreamclock:attr/materialTimePickerTheme = 0x7f0302fe +com.example.daydreamclock:integer/m3_sys_motion_duration_extra_long3 = 0x7f090011 +com.example.daydreamclock:attr/materialSearchViewToolbarStyle = 0x7f0302fa +com.example.daydreamclock:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f0f0049 +com.example.daydreamclock:attr/drawableEndCompat = 0x7f030189 +com.example.daydreamclock:attr/materialSearchViewToolbarHeight = 0x7f0302f9 +com.example.daydreamclock:dimen/mtrl_btn_stroke_size = 0x7f060265 +com.example.daydreamclock:attr/drawPath = 0x7f030187 +com.example.daydreamclock:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f0601c8 +com.example.daydreamclock:attr/materialSearchViewPrefixStyle = 0x7f0302f7 +com.example.daydreamclock:dimen/abc_button_padding_vertical_material = 0x7f060015 +com.example.daydreamclock:layout/mtrl_calendar_horizontal = 0x7f0b004c +com.example.daydreamclock:attr/materialCalendarHeaderConfirmButton = 0x7f0302de +com.example.daydreamclock:macro/m3_comp_navigation_bar_active_focus_state_layer_color = 0x7f0c0064 +com.example.daydreamclock:attr/materialCalendarMonth = 0x7f0302e4 +com.example.daydreamclock:color/material_dynamic_secondary30 = 0x7f05024b +com.example.daydreamclock:drawable/abc_list_focused_holo = 0x7f07004e +com.example.daydreamclock:attr/fontWeight = 0x7f030206 +com.example.daydreamclock:string/mtrl_picker_navigate_to_current_year_description = 0x7f0e007c +com.example.daydreamclock:attr/windowFixedHeightMinor = 0x7f0304d0 +com.example.daydreamclock:id/bestChoice = 0x7f08005b +com.example.daydreamclock:attr/materialIconButtonFilledTonalStyle = 0x7f0302f3 +com.example.daydreamclock:dimen/m3_back_progress_main_container_max_translation_y = 0x7f0600ae +com.example.daydreamclock:id/mtrl_calendar_frame = 0x7f08011e +com.example.daydreamclock:color/mtrl_fab_ripple_color = 0x7f0502cb +com.example.daydreamclock:attr/materialDividerHeavyStyle = 0x7f0302f0 +com.example.daydreamclock:color/m3_ref_palette_neutral94 = 0x7f050116 +com.example.daydreamclock:attr/layout_constraintBottom_toBottomOf = 0x7f03027a +com.example.daydreamclock:attr/behavior_saveFlags = 0x7f030070 +com.example.daydreamclock:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f0f0279 +com.example.daydreamclock:attr/materialCircleRadius = 0x7f0302ed +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f0f015d +com.example.daydreamclock:attr/numericModifiers = 0x7f030353 +com.example.daydreamclock:attr/materialCalendarTheme = 0x7f0302e7 +com.example.daydreamclock:attr/state_error = 0x7f0303ec +com.example.daydreamclock:color/mtrl_navigation_item_background_color = 0x7f0502d4 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f0f01be +com.example.daydreamclock:dimen/mtrl_calendar_year_horizontal_padding = 0x7f060292 +com.example.daydreamclock:attr/materialCalendarHeaderTitle = 0x7f0302e2 +com.example.daydreamclock:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f0f040e +com.example.daydreamclock:attr/buttonPanelSideLayout = 0x7f030095 +com.example.daydreamclock:attr/backgroundTint = 0x7f030050 +com.example.daydreamclock:attr/materialCalendarHeaderSelection = 0x7f0302e1 +com.example.daydreamclock:anim/abc_slide_out_top = 0x7f010009 +com.example.daydreamclock:color/material_personalized_color_on_surface = 0x7f050285 +com.example.daydreamclock:attr/fastScrollVerticalThumbDrawable = 0x7f0301d6 +com.example.daydreamclock:id/withText = 0x7f0801f0 +com.example.daydreamclock:attr/materialCalendarHeaderDivider = 0x7f0302df +com.example.daydreamclock:color/m3_sys_color_dynamic_on_secondary_fixed_variant = 0x7f0501c1 +com.example.daydreamclock:attr/materialCalendarHeaderCancelButton = 0x7f0302dd +com.example.daydreamclock:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f06020e +com.example.daydreamclock:attr/materialCalendarFullscreenTheme = 0x7f0302dc +com.example.daydreamclock:dimen/m3_navigation_item_shape_inset_top = 0x7f0601bf +com.example.daydreamclock:attr/forceApplySystemWindowInsetTop = 0x7f030207 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary70 = 0x7f0500d7 +com.example.daydreamclock:attr/minSeparation = 0x7f030311 +com.example.daydreamclock:dimen/design_snackbar_action_inline_max_width = 0x7f06007e +com.example.daydreamclock:dimen/mtrl_progress_circular_inset = 0x7f0602ce +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f0601f8 +com.example.daydreamclock:attr/materialButtonStyle = 0x7f0302d8 +com.example.daydreamclock:attr/materialButtonOutlinedStyle = 0x7f0302d7 +com.example.daydreamclock:attr/layout_constraintHeight_default = 0x7f030286 +com.example.daydreamclock:attr/materialTimePickerStyle = 0x7f0302fd +com.example.daydreamclock:attr/materialAlertDialogTitlePanelStyle = 0x7f0302d5 +com.example.daydreamclock:dimen/mtrl_calendar_day_height = 0x7f060271 +com.example.daydreamclock:styleable/CompoundButton = 0x7f100025 +com.example.daydreamclock:id/search_close_btn = 0x7f080182 +com.example.daydreamclock:attr/cornerFamilyBottomRight = 0x7f03014e +com.example.daydreamclock:attr/logoScaleType = 0x7f0302cc +com.example.daydreamclock:color/m3_sys_color_light_secondary = 0x7f0501df +com.example.daydreamclock:color/m3_sys_color_dynamic_secondary_fixed_dim = 0x7f0501c7 +com.example.daydreamclock:style/Base.V21.Theme.MaterialComponents.Light = 0x7f0f00a7 +com.example.daydreamclock:attr/listPreferredItemPaddingLeft = 0x7f0302c6 +com.example.daydreamclock:attr/alertDialogCenterButtons = 0x7f03002a +com.example.daydreamclock:attr/startIconMinSize = 0x7f0303e4 +com.example.daydreamclock:macro/m3_comp_outlined_card_outline_color = 0x7f0c00b1 +com.example.daydreamclock:attr/listPreferredItemPaddingEnd = 0x7f0302c5 +com.example.daydreamclock:attr/tabInlineLabel = 0x7f030415 +com.example.daydreamclock:attr/limitBoundsTo = 0x7f0302b6 +com.example.daydreamclock:color/m3_ref_palette_neutral22 = 0x7f050109 +com.example.daydreamclock:id/always = 0x7f08004b +com.example.daydreamclock:attr/liftOnScrollTargetViewId = 0x7f0302b5 +com.example.daydreamclock:dimen/mtrl_calendar_year_width = 0x7f060294 +com.example.daydreamclock:dimen/material_font_2_0_box_collapsed_padding_top = 0x7f060236 +com.example.daydreamclock:id/unlabeled = 0x7f0801e2 +com.example.daydreamclock:dimen/m3_sys_elevation_level5 = 0x7f0601ef +com.example.daydreamclock:attr/behavior_significantVelocityThreshold = 0x7f030071 +com.example.daydreamclock:attr/layout_scrollInterpolator = 0x7f0302b1 +com.example.daydreamclock:attr/floatingActionButtonLargeTertiaryStyle = 0x7f0301dd +com.example.daydreamclock:attr/indicatorInset = 0x7f03023a +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral80 = 0x7f0500ae +com.example.daydreamclock:attr/layout_scrollFlags = 0x7f0302b0 +com.example.daydreamclock:macro/m3_comp_switch_disabled_selected_track_color = 0x7f0c011c +com.example.daydreamclock:dimen/tooltip_corner_radius = 0x7f060314 +com.example.daydreamclock:id/titleDividerNoCustom = 0x7f0801d2 +com.example.daydreamclock:attr/labelVisibilityMode = 0x7f030266 +com.example.daydreamclock:attr/layout_insetEdge = 0x7f0302ab +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_label_text_color = 0x7f0c0076 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f0501ab +com.example.daydreamclock:attr/layout_goneMarginStart = 0x7f0302a9 +com.example.daydreamclock:attr/bottomInsetScrimEnabled = 0x7f030079 +com.example.daydreamclock:dimen/mtrl_alert_dialog_background_inset_start = 0x7f060242 +com.example.daydreamclock:string/abc_activitychooserview_choose_application = 0x7f0e0005 +com.example.daydreamclock:dimen/material_clock_period_toggle_width = 0x7f060228 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_date_label_text_type = 0x7f0c0010 +com.example.daydreamclock:color/m3_sys_color_dark_error = 0x7f050159 +com.example.daydreamclock:attr/marginHorizontal = 0x7f0302cd +com.example.daydreamclock:dimen/material_clock_display_padding = 0x7f06021d +com.example.daydreamclock:color/m3_ref_palette_primary70 = 0x7f050130 +com.example.daydreamclock:attr/layout_goneMarginLeft = 0x7f0302a7 +com.example.daydreamclock:attr/layout_editor_absoluteY = 0x7f0302a3 +com.example.daydreamclock:attr/shapeAppearanceLargeComponent = 0x7f0303b6 +com.example.daydreamclock:dimen/cardview_default_elevation = 0x7f060053 +com.example.daydreamclock:attr/actionModeBackground = 0x7f030012 +com.example.daydreamclock:color/material_timepicker_clockface = 0x7f0502b3 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_unchecked_checked__1 = 0x7f07001e +com.example.daydreamclock:attr/layout_constraintLeft_creator = 0x7f03028d +com.example.daydreamclock:attr/endIconContentDescription = 0x7f0301a3 +com.example.daydreamclock:dimen/m3_comp_time_picker_period_selector_hover_state_layer_opacity = 0x7f06019c +com.example.daydreamclock:attr/layout_constraintWidth_min = 0x7f03029f +com.example.daydreamclock:color/m3_calendar_item_disabled_text = 0x7f05006a +com.example.daydreamclock:integer/m3_sys_motion_duration_medium3 = 0x7f090019 +com.example.daydreamclock:dimen/m3_bottomappbar_height = 0x7f0600c9 +com.example.daydreamclock:attr/layout_constraintWidth = 0x7f03029c +com.example.daydreamclock:style/Theme.AppCompat.DayNight.Dialog = 0x7f0f020f +com.example.daydreamclock:macro/m3_comp_elevated_card_container_shape = 0x7f0c002c +com.example.daydreamclock:dimen/m3_comp_time_picker_period_selector_pressed_state_layer_opacity = 0x7f06019e +com.example.daydreamclock:dimen/m3_comp_suggestion_chip_elevated_container_elevation = 0x7f060185 +com.example.daydreamclock:attr/colorPrimaryContainer = 0x7f030114 +com.example.daydreamclock:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f0f0286 +com.example.daydreamclock:color/m3_button_ripple_color = 0x7f050068 +com.example.daydreamclock:attr/layout_constraintTop_toTopOf = 0x7f030298 +com.example.daydreamclock:dimen/abc_text_size_display_2_material = 0x7f060044 +com.example.daydreamclock:style/Base.V14.Theme.Material3.Dark.BottomSheetDialog = 0x7f0f008a +com.example.daydreamclock:color/mtrl_popupmenu_overlay_color = 0x7f0502db +com.example.daydreamclock:attr/actionBarStyle = 0x7f030007 +com.example.daydreamclock:styleable/AppCompatEmojiHelper = 0x7f10000d +com.example.daydreamclock:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f0f00ee +com.example.daydreamclock:color/foreground_material_dark = 0x7f05005d +com.example.daydreamclock:drawable/abc_seekbar_tick_mark_material = 0x7f070063 +com.example.daydreamclock:attr/transitionShapeAppearance = 0x7f0304b2 +com.example.daydreamclock:attr/layout_constraintTop_toBottomOf = 0x7f030297 +com.example.daydreamclock:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f0f021c +com.example.daydreamclock:id/month_grid = 0x7f080114 +com.example.daydreamclock:attr/viewTransitionOnPositiveCross = 0x7f0304c2 +com.example.daydreamclock:interpolator/m3_sys_motion_easing_emphasized = 0x7f0a0007 +com.example.daydreamclock:dimen/mtrl_progress_track_thickness = 0x7f0602db +com.example.daydreamclock:attr/textPanY = 0x7f030465 +com.example.daydreamclock:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f0f0088 +com.example.daydreamclock:attr/collapsingToolbarLayoutMediumSize = 0x7f0300ef +com.example.daydreamclock:attr/textAppearanceButton = 0x7f030430 +com.example.daydreamclock:attr/layout_constraintTag = 0x7f030295 +com.example.daydreamclock:attr/quantizeMotionSteps = 0x7f030389 +com.example.daydreamclock:style/Base.Theme.Material3.Light.Dialog.FixedSize = 0x7f0f0062 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f0f002e +com.example.daydreamclock:attr/layout_constraintHorizontal_bias = 0x7f03028a +com.example.daydreamclock:macro/m3_comp_filled_text_field_error_active_indicator_color = 0x7f0c004e +com.example.daydreamclock:id/default_activity_button = 0x7f080090 +com.example.daydreamclock:dimen/m3_navigation_item_horizontal_padding = 0x7f0601ba +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_label_text_type = 0x7f0c0154 +com.example.daydreamclock:attr/tickMark = 0x7f03047c +com.example.daydreamclock:integer/mtrl_switch_thumb_viewport_center_coordinate = 0x7f09003a +com.example.daydreamclock:id/month_navigation_bar = 0x7f080115 +com.example.daydreamclock:attr/layout_constraintHeight_min = 0x7f030288 +com.example.daydreamclock:color/m3_chip_assist_text_color = 0x7f050071 +com.example.daydreamclock:attr/layout_constraintGuide_end = 0x7f030283 +com.example.daydreamclock:attr/displayOptions = 0x7f03017b +com.example.daydreamclock:attr/closeIconVisible = 0x7f0300e5 +com.example.daydreamclock:dimen/disabled_alpha_material_light = 0x7f06008f +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_pressed_label_text_color = 0x7f0c0078 +com.example.daydreamclock:attr/layout_constraintEnd_toStartOf = 0x7f030281 +com.example.daydreamclock:attr/searchViewStyle = 0x7f0303a9 +com.example.daydreamclock:attr/listPreferredItemPaddingRight = 0x7f0302c7 +com.example.daydreamclock:attr/layout_constraintBaseline_toTopOf = 0x7f030278 +com.example.daydreamclock:color/background_color = 0x7f05001d +com.example.daydreamclock:drawable/material_ic_menu_arrow_down_black_24dp = 0x7f0700ac +com.example.daydreamclock:dimen/abc_button_inset_horizontal_material = 0x7f060012 +com.example.daydreamclock:attr/layout_constrainedWidth = 0x7f030274 +com.example.daydreamclock:style/ThemeOverlay.Material3.Chip.Assist = 0x7f0f0290 +com.example.daydreamclock:attr/endIconTintMode = 0x7f0301a9 +com.example.daydreamclock:dimen/m3_navigation_rail_item_padding_top_with_large_font = 0x7f0601cd +com.example.daydreamclock:id/embed = 0x7f0800b5 +com.example.daydreamclock:color/design_default_color_primary_variant = 0x7f050049 +com.example.daydreamclock:attr/actionBarTabBarStyle = 0x7f030008 +com.example.daydreamclock:style/AlertDialog.AppCompat = 0x7f0f0000 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_disabled_label_text_color = 0x7f0c00b6 +com.example.daydreamclock:attr/arrowHeadLength = 0x7f030039 +com.example.daydreamclock:attr/layout_anchorGravity = 0x7f03026f +com.example.daydreamclock:style/Widget.AppCompat.ListView.DropDown = 0x7f0f0317 +com.example.daydreamclock:attr/layoutManager = 0x7f03026d +com.example.daydreamclock:attr/singleSelection = 0x7f0303ce +com.example.daydreamclock:attr/backgroundInsetBottom = 0x7f030049 +com.example.daydreamclock:attr/layout_constraintRight_toRightOf = 0x7f030292 +com.example.daydreamclock:color/material_dynamic_primary70 = 0x7f050242 +com.example.daydreamclock:color/m3_ref_palette_secondary50 = 0x7f05013b +com.example.daydreamclock:id/visible_removing_fragment_view_tag = 0x7f0801ed +com.example.daydreamclock:id/dragRight = 0x7f0800a9 +com.example.daydreamclock:color/m3_ref_palette_tertiary95 = 0x7f05014d +com.example.daydreamclock:color/abc_decor_view_status_guard_light = 0x7f050006 +com.example.daydreamclock:color/abc_tint_default = 0x7f050014 +com.example.daydreamclock:attr/buttonIcon = 0x7f030091 +com.example.daydreamclock:attr/itemIconSize = 0x7f030248 +com.example.daydreamclock:attr/lastBaselineToBottomHeight = 0x7f030268 +com.example.daydreamclock:styleable/State = 0x7f100081 +com.example.daydreamclock:dimen/mtrl_calendar_title_baseline_to_top = 0x7f06028e +com.example.daydreamclock:attr/drawerLayoutCornerSize = 0x7f030192 +com.example.daydreamclock:attr/contentInsetStart = 0x7f03013e +com.example.daydreamclock:attr/keyPositionType = 0x7f030260 +com.example.daydreamclock:style/Widget.Design.TextInputEditText = 0x7f0f0338 +com.example.daydreamclock:attr/itemTextAppearanceInactive = 0x7f03025d +com.example.daydreamclock:attr/floatingActionButtonLargePrimaryStyle = 0x7f0301d9 +com.example.daydreamclock:attr/circularflow_defaultAngle = 0x7f0300d5 +com.example.daydreamclock:animator/m3_extended_fab_change_size_expand_motion_spec = 0x7f020011 +com.example.daydreamclock:attr/behavior_fitToContents = 0x7f03006b +com.example.daydreamclock:attr/shapeAppearanceCornerLarge = 0x7f0303b3 +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f0f0099 +com.example.daydreamclock:macro/m3_comp_extended_fab_secondary_container_color = 0x7f0c0031 +com.example.daydreamclock:id/barrier = 0x7f080057 +com.example.daydreamclock:attr/itemTextAppearanceActive = 0x7f03025b +com.example.daydreamclock:attr/contentPaddingStart = 0x7f030145 +com.example.daydreamclock:attr/itemShapeInsetEnd = 0x7f030254 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500e1 +com.example.daydreamclock:attr/dividerPadding = 0x7f030181 +com.example.daydreamclock:attr/carousel_alignment = 0x7f0300a2 +com.example.daydreamclock:dimen/mtrl_btn_text_btn_padding_left = 0x7f060267 +com.example.daydreamclock:attr/materialDisplayDividerStyle = 0x7f0302ef +com.example.daydreamclock:attr/itemRippleColor = 0x7f03024f +com.example.daydreamclock:dimen/abc_text_size_menu_material = 0x7f06004b +com.example.daydreamclock:color/m3_sys_color_light_on_secondary_container = 0x7f0501d6 +com.example.daydreamclock:attr/fastScrollVerticalTrackDrawable = 0x7f0301d7 +com.example.daydreamclock:attr/itemPaddingBottom = 0x7f03024d +com.example.daydreamclock:attr/colorOnSecondary = 0x7f030106 +com.example.daydreamclock:attr/itemPadding = 0x7f03024c +com.example.daydreamclock:dimen/m3_searchview_divider_size = 0x7f0601db +com.example.daydreamclock:macro/m3_comp_navigation_rail_active_pressed_state_layer_color = 0x7f0c009b +com.example.daydreamclock:attr/sliderStyle = 0x7f0303d0 +com.example.daydreamclock:attr/carousel_emptyViewsBehavior = 0x7f0300a4 +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_accelerate_control_y1 = 0x7f0601fa +com.example.daydreamclock:attr/itemIconPadding = 0x7f030247 +com.example.daydreamclock:macro/m3_comp_time_picker_time_selector_separator_type = 0x7f0c0167 +com.example.daydreamclock:macro/m3_comp_radio_button_selected_hover_state_layer_color = 0x7f0c00dc +com.example.daydreamclock:dimen/m3_navigation_rail_elevation = 0x7f0601c4 +com.example.daydreamclock:animator/m3_extended_fab_hide_motion_spec = 0x7f020012 +com.example.daydreamclock:attr/itemHorizontalTranslationEnabled = 0x7f030246 +com.example.daydreamclock:color/m3_sys_color_on_primary_fixed = 0x7f0501ec +com.example.daydreamclock:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f0f017e +com.example.daydreamclock:attr/textAppearanceTitleLarge = 0x7f03044d +com.example.daydreamclock:style/Widget.AppCompat.ListMenuView = 0x7f0f0314 +com.example.daydreamclock:id/material_clock_period_am_button = 0x7f080101 +com.example.daydreamclock:drawable/notification_tile_bg = 0x7f0700df +com.example.daydreamclock:dimen/mtrl_slider_label_padding = 0x7f0602e0 +com.example.daydreamclock:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f0f0445 +com.example.daydreamclock:attr/floatingActionButtonLargeSurfaceStyle = 0x7f0301dc +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f0f025a +com.example.daydreamclock:attr/deltaPolarAngle = 0x7f030175 +com.example.daydreamclock:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f0f021d +com.example.daydreamclock:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f0f0012 +com.example.daydreamclock:attr/actionModeFindDrawable = 0x7f030018 +com.example.daydreamclock:attr/motionDurationLong3 = 0x7f030321 +com.example.daydreamclock:drawable/num_0 = 0x7f0700e1 +com.example.daydreamclock:id/standard = 0x7f0801a6 +com.example.daydreamclock:dimen/m3_comp_filled_text_field_disabled_active_indicator_opacity = 0x7f06012b +com.example.daydreamclock:color/design_icon_tint = 0x7f050055 +com.example.daydreamclock:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f0f0430 +com.example.daydreamclock:dimen/mtrl_badge_size = 0x7f060247 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant100 = 0x7f05011d +com.example.daydreamclock:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0c00f1 +com.example.daydreamclock:anim/mtrl_card_lowers_interpolator = 0x7f01002b +com.example.daydreamclock:animator/mtrl_fab_show_motion_spec = 0x7f02001f +com.example.daydreamclock:attr/itemShapeInsetBottom = 0x7f030253 +com.example.daydreamclock:animator/m3_btn_elevated_btn_state_list_anim = 0x7f02000a +com.example.daydreamclock:dimen/m3_badge_with_text_vertical_padding = 0x7f0600bb +com.example.daydreamclock:attr/listPopupWindowStyle = 0x7f0302c1 +com.example.daydreamclock:attr/elevationOverlayColor = 0x7f03019e +com.example.daydreamclock:color/m3_chip_ripple_color = 0x7f050073 +com.example.daydreamclock:attr/isLightTheme = 0x7f03023e +com.example.daydreamclock:drawable/material_ic_clear_black_24dp = 0x7f0700a6 +com.example.daydreamclock:attr/initialActivityCount = 0x7f03023c +com.example.daydreamclock:dimen/disabled_alpha_material_dark = 0x7f06008e +com.example.daydreamclock:style/ShapeAppearance.Material3.SmallComponent = 0x7f0f0178 +com.example.daydreamclock:attr/indicatorSize = 0x7f03023b +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f0f01b8 +com.example.daydreamclock:attr/indicatorColor = 0x7f030237 +com.example.daydreamclock:id/fade = 0x7f0800bd +com.example.daydreamclock:attr/actionBarTabTextStyle = 0x7f03000a +com.example.daydreamclock:attr/logo = 0x7f0302c9 +com.example.daydreamclock:macro/m3_comp_navigation_bar_inactive_focus_label_text_color = 0x7f0c0070 +com.example.daydreamclock:dimen/notification_top_pad_large_text = 0x7f060313 +com.example.daydreamclock:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0c0043 +com.example.daydreamclock:id/decelerateAndComplete = 0x7f08008e +com.example.daydreamclock:dimen/tooltip_precise_anchor_extra_offset = 0x7f060317 +com.example.daydreamclock:style/AlertDialog.AppCompat.Light = 0x7f0f0001 +com.example.daydreamclock:dimen/hint_pressed_alpha_material_light = 0x7f060099 +com.example.daydreamclock:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f0f0308 +com.example.daydreamclock:attr/constraint_referenced_ids = 0x7f030135 +com.example.daydreamclock:attr/imagePanY = 0x7f030232 +com.example.daydreamclock:color/switch_thumb_normal_material_dark = 0x7f050301 +com.example.daydreamclock:dimen/mtrl_slider_thumb_elevation = 0x7f0602e3 +com.example.daydreamclock:color/material_cursor_color = 0x7f050214 +com.example.daydreamclock:string/mtrl_picker_invalid_format_example = 0x7f0e0079 +com.example.daydreamclock:attr/ifTagSet = 0x7f03022f +com.example.daydreamclock:styleable/AppCompatSeekBar = 0x7f10000f +com.example.daydreamclock:attr/checkMarkCompat = 0x7f0300af +com.example.daydreamclock:attr/iconifiedByDefault = 0x7f03022d +com.example.daydreamclock:macro/m3_comp_outlined_text_field_focus_supporting_text_color = 0x7f0c00bf +com.example.daydreamclock:attr/boxStrokeColor = 0x7f030085 +com.example.daydreamclock:dimen/fastscroll_margin = 0x7f060091 +com.example.daydreamclock:string/mtrl_picker_announce_current_selection = 0x7f0e006f +com.example.daydreamclock:id/line3 = 0x7f0800f3 +com.example.daydreamclock:attr/iconStartPadding = 0x7f03022a +com.example.daydreamclock:styleable/MaterialAlertDialog = 0x7f10004c +com.example.daydreamclock:attr/iconSize = 0x7f030229 +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f0f0254 +com.example.daydreamclock:attr/textureWidth = 0x7f03046a +com.example.daydreamclock:attr/actionBarTabStyle = 0x7f030009 +com.example.daydreamclock:attr/startIconTintMode = 0x7f0303e7 +com.example.daydreamclock:style/Widget.MaterialComponents.Button = 0x7f0f03f3 +com.example.daydreamclock:attr/iconEndPadding = 0x7f030226 +com.example.daydreamclock:attr/suffixTextAppearance = 0x7f030402 +com.example.daydreamclock:color/material_personalized_color_surface_container_low = 0x7f05029a +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500e5 +com.example.daydreamclock:string/mtrl_switch_thumb_path_pressed = 0x7f0e0095 +com.example.daydreamclock:string/abc_search_hint = 0x7f0e0012 +com.example.daydreamclock:attr/homeLayout = 0x7f030221 +com.example.daydreamclock:attr/homeAsUpIndicator = 0x7f030220 +com.example.daydreamclock:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f0f0411 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500bf +com.example.daydreamclock:string/mtrl_picker_invalid_format_use = 0x7f0e007a +com.example.daydreamclock:attr/yearStyle = 0x7f0304d7 +com.example.daydreamclock:string/mtrl_switch_thumb_path_unchecked = 0x7f0e0096 +com.example.daydreamclock:attr/hideOnScroll = 0x7f03021b +com.example.daydreamclock:macro/m3_comp_radio_button_unselected_icon_color = 0x7f0c00e4 +com.example.daydreamclock:attr/firstBaselineToTopHeight = 0x7f0301d8 +com.example.daydreamclock:drawable/abc_item_background_holo_dark = 0x7f07004a +com.example.daydreamclock:dimen/fastscroll_default_thickness = 0x7f060090 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f070013 +com.example.daydreamclock:layout/abc_activity_chooser_view_list_item = 0x7f0b0007 +com.example.daydreamclock:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0600a8 +com.example.daydreamclock:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f0f016f +com.example.daydreamclock:color/m3_checkbox_button_icon_tint = 0x7f05006f +com.example.daydreamclock:attr/colorOnSurfaceVariant = 0x7f03010c +com.example.daydreamclock:attr/colorOnError = 0x7f0300ff +com.example.daydreamclock:dimen/m3_comp_fab_primary_focus_state_layer_opacity = 0x7f060118 +com.example.daydreamclock:styleable/RangeSlider = 0x7f100073 +com.example.daydreamclock:attr/simpleItemSelectedRippleColor = 0x7f0303ca +com.example.daydreamclock:color/material_dynamic_tertiary95 = 0x7f05025f +com.example.daydreamclock:attr/forceDefaultNavigationOnClickListener = 0x7f030208 +com.example.daydreamclock:styleable/CheckedTextView = 0x7f10001c +com.example.daydreamclock:attr/materialCalendarYearNavigationButton = 0x7f0302e8 +com.example.daydreamclock:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0602c0 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f05017f +com.example.daydreamclock:attr/flow_firstVerticalStyle = 0x7f0301eb +com.example.daydreamclock:attr/navigationViewStyle = 0x7f03034e +com.example.daydreamclock:attr/maxCharacterCount = 0x7f030303 +com.example.daydreamclock:attr/checkedState = 0x7f0300bc +com.example.daydreamclock:attr/fontVariationSettings = 0x7f030205 +com.example.daydreamclock:attr/fontProviderSystemFontFamily = 0x7f030203 +com.example.daydreamclock:attr/fontProviderQuery = 0x7f030202 +com.example.daydreamclock:dimen/mtrl_calendar_day_vertical_padding = 0x7f060274 +com.example.daydreamclock:attr/path_percent = 0x7f030370 +com.example.daydreamclock:dimen/mtrl_snackbar_background_corner_radius = 0x7f0602ea +com.example.daydreamclock:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f0f010b +com.example.daydreamclock:attr/listPreferredItemHeight = 0x7f0302c2 +com.example.daydreamclock:attr/goIcon = 0x7f03020d +com.example.daydreamclock:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f0700aa +com.example.daydreamclock:attr/layout_anchor = 0x7f03026e +com.example.daydreamclock:attr/font = 0x7f0301fb +com.example.daydreamclock:dimen/mtrl_calendar_bottom_padding = 0x7f06026e +com.example.daydreamclock:attr/fontProviderFetchStrategy = 0x7f0301ff +com.example.daydreamclock:attr/fontFamily = 0x7f0301fc +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f0f002c +com.example.daydreamclock:attr/flow_verticalBias = 0x7f0301f7 +com.example.daydreamclock:attr/helperTextTextColor = 0x7f030216 +com.example.daydreamclock:dimen/design_snackbar_padding_vertical_2lines = 0x7f060087 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f05019f +com.example.daydreamclock:attr/color = 0x7f0300f2 +com.example.daydreamclock:attr/flow_padding = 0x7f0301f5 +com.example.daydreamclock:id/confirm_button = 0x7f08007c +com.example.daydreamclock:dimen/m3_comp_slider_disabled_handle_opacity = 0x7f060180 +com.example.daydreamclock:attr/flow_maxElementsWrap = 0x7f0301f4 +com.example.daydreamclock:attr/customReference = 0x7f03016a +com.example.daydreamclock:attr/alertDialogTheme = 0x7f03002c +com.example.daydreamclock:drawable/ic_arrow_back_black_24 = 0x7f070086 +com.example.daydreamclock:id/parentRelative = 0x7f08015d +com.example.daydreamclock:attr/editTextColor = 0x7f03019a +com.example.daydreamclock:dimen/m3_bottom_nav_item_padding_top = 0x7f0600c0 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral12 = 0x7f0500a2 +com.example.daydreamclock:attr/textAppearanceHeadlineMedium = 0x7f03043c +com.example.daydreamclock:attr/tabContentStart = 0x7f03040a +com.example.daydreamclock:styleable/ActionMenuItemView = 0x7f100002 +com.example.daydreamclock:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f0f0412 +com.example.daydreamclock:attr/motionDurationExtraLong1 = 0x7f03031b +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_unchecked_checked__0 = 0x7f070017 +com.example.daydreamclock:dimen/m3_comp_switch_unselected_focus_state_layer_opacity = 0x7f060193 +com.example.daydreamclock:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f0f0104 +com.example.daydreamclock:color/m3_text_button_foreground_color_selector = 0x7f0501ff +com.example.daydreamclock:style/Widget.Material3.Button.TextButton.Snackbar = 0x7f0f035b +com.example.daydreamclock:anim/abc_popup_enter = 0x7f010003 +com.example.daydreamclock:color/error_color_material_light = 0x7f05005c +com.example.daydreamclock:dimen/design_bottom_sheet_elevation = 0x7f06006b +com.example.daydreamclock:attr/materialCardViewOutlinedStyle = 0x7f0302eb +com.example.daydreamclock:color/m3_ref_palette_tertiary30 = 0x7f050146 +com.example.daydreamclock:style/Widget.AppCompat.DrawerArrowToggle = 0x7f0f02fa +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f0f0251 +com.example.daydreamclock:attr/flow_horizontalAlign = 0x7f0301ec +com.example.daydreamclock:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f0f0153 +com.example.daydreamclock:attr/insetForeground = 0x7f03023d +com.example.daydreamclock:attr/trackTint = 0x7f0304ab +com.example.daydreamclock:style/Widget.MaterialComponents.ShapeableImageView = 0x7f0f0438 +com.example.daydreamclock:id/disablePostScroll = 0x7f0800a1 +com.example.daydreamclock:attr/colorBackgroundFloating = 0x7f0300f4 +com.example.daydreamclock:attr/trackHeight = 0x7f0304a9 +com.example.daydreamclock:attr/flow_firstHorizontalStyle = 0x7f0301e9 +com.example.daydreamclock:attr/layout_constraintLeft_toRightOf = 0x7f03028f +com.example.daydreamclock:layout/abc_action_bar_up_container = 0x7f0b0001 +com.example.daydreamclock:attr/floatingActionButtonStyle = 0x7f0301e5 +com.example.daydreamclock:style/Widget.Material3.BottomNavigationView = 0x7f0f0347 +com.example.daydreamclock:style/Base.Widget.AppCompat.ImageButton = 0x7f0f00dc +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f050199 +com.example.daydreamclock:attr/floatingActionButtonSmallSecondaryStyle = 0x7f0301e1 +com.example.daydreamclock:dimen/abc_action_bar_default_padding_end_material = 0x7f060003 +com.example.daydreamclock:color/m3_sys_color_dark_on_tertiary_container = 0x7f050168 +com.example.daydreamclock:attr/listPreferredItemPaddingStart = 0x7f0302c8 +com.example.daydreamclock:attr/simpleItemSelectedColor = 0x7f0303c9 +com.example.daydreamclock:id/centerInside = 0x7f080069 +com.example.daydreamclock:attr/floatingActionButtonSecondaryStyle = 0x7f0301df +com.example.daydreamclock:attr/cardForegroundColor = 0x7f03009d +com.example.daydreamclock:dimen/m3_chip_checked_hovered_translation_z = 0x7f0600f3 +com.example.daydreamclock:id/mtrl_calendar_year_selector_frame = 0x7f080123 +com.example.daydreamclock:attr/passwordToggleDrawable = 0x7f03036b +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.TextButton.Container.Shape = 0x7f0f0166 +com.example.daydreamclock:dimen/mtrl_calendar_year_corner = 0x7f060290 +com.example.daydreamclock:dimen/design_bottom_navigation_margin = 0x7f060068 +com.example.daydreamclock:attr/cornerSizeBottomLeft = 0x7f030153 +com.example.daydreamclock:attr/tickRadiusInactive = 0x7f030480 +com.example.daydreamclock:dimen/material_helper_text_font_1_3_padding_top = 0x7f060239 +com.example.daydreamclock:attr/customStringValue = 0x7f03016b +com.example.daydreamclock:attr/shapeAppearanceCornerExtraSmall = 0x7f0303b2 +com.example.daydreamclock:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f0f036a +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f0f02dd +com.example.daydreamclock:attr/floatingActionButtonLargeStyle = 0x7f0301db +com.example.daydreamclock:style/Widget.Material3.Button.OutlinedButton = 0x7f0f0354 +com.example.daydreamclock:attr/spinBars = 0x7f0303d5 +com.example.daydreamclock:dimen/m3_comp_extended_fab_primary_focus_state_layer_opacity = 0x7f060110 +com.example.daydreamclock:style/Base.V14.Theme.MaterialComponents.Light = 0x7f0f0095 +com.example.daydreamclock:integer/m3_card_anim_duration_ms = 0x7f09000d +com.example.daydreamclock:attr/useMaterialThemeColors = 0x7f0304ba +com.example.daydreamclock:attr/checkedIconMargin = 0x7f0300b8 +com.example.daydreamclock:color/m3_chip_background_color = 0x7f050072 +com.example.daydreamclock:dimen/m3_comp_top_app_bar_small_container_height = 0x7f0601a5 +com.example.daydreamclock:dimen/m3_comp_outlined_text_field_disabled_input_text_opacity = 0x7f060157 +com.example.daydreamclock:id/material_clock_period_pm_button = 0x7f080102 +com.example.daydreamclock:id/clockwise = 0x7f080077 +com.example.daydreamclock:attr/checkboxStyle = 0x7f0300b2 +com.example.daydreamclock:drawable/notify_panel_notification_icon_bg = 0x7f0700e0 +com.example.daydreamclock:attr/cursorErrorColor = 0x7f030160 +com.example.daydreamclock:attr/dividerHorizontal = 0x7f03017e +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f0f01de +com.example.daydreamclock:attr/imagePanX = 0x7f030231 +com.example.daydreamclock:attr/chipIconEnabled = 0x7f0300c3 +com.example.daydreamclock:color/abc_btn_colored_borderless_text_material = 0x7f050002 +com.example.daydreamclock:drawable/abc_control_background_material = 0x7f07003a +com.example.daydreamclock:attr/collapseIcon = 0x7f0300e8 +com.example.daydreamclock:attr/shrinkMotionSpec = 0x7f0303c5 +com.example.daydreamclock:attr/dialogCornerRadius = 0x7f030178 +com.example.daydreamclock:attr/contentPaddingRight = 0x7f030144 +com.example.daydreamclock:attr/fabCradleMargin = 0x7f0301ce +com.example.daydreamclock:macro/m3_comp_filled_button_container_color = 0x7f0c0044 +com.example.daydreamclock:attr/titleCentered = 0x7f030486 +com.example.daydreamclock:layout/m3_auto_complete_simple_item = 0x7f0b0032 +com.example.daydreamclock:attr/contentPaddingBottom = 0x7f030141 +com.example.daydreamclock:style/Base.Widget.AppCompat.PopupWindow = 0x7f0f00ec +com.example.daydreamclock:attr/itemIconTint = 0x7f030249 +com.example.daydreamclock:attr/pressedTranslationZ = 0x7f030384 +com.example.daydreamclock:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c +com.example.daydreamclock:attr/extraMultilineHeightEnabled = 0x7f0301c9 +com.example.daydreamclock:attr/navigationContentDescription = 0x7f030349 +com.example.daydreamclock:attr/extendStrategy = 0x7f0301c3 +com.example.daydreamclock:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f0f009f +com.example.daydreamclock:attr/motion_postLayoutCollision = 0x7f030345 +com.example.daydreamclock:string/icon_content_description = 0x7f0e0035 +com.example.daydreamclock:attr/layout_constraintBaseline_toBottomOf = 0x7f030277 +com.example.daydreamclock:attr/itemShapeAppearanceOverlay = 0x7f030251 +com.example.daydreamclock:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f06029f +com.example.daydreamclock:attr/colorSecondary = 0x7f03011b +com.example.daydreamclock:attr/expandedTitleMarginEnd = 0x7f0301bd +com.example.daydreamclock:dimen/design_tab_text_size = 0x7f06008b +com.example.daydreamclock:attr/layout_constraintCircleAngle = 0x7f03027d +com.example.daydreamclock:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f0f03fc +com.example.daydreamclock:id/cos = 0x7f080084 +com.example.daydreamclock:attr/panelMenuListWidth = 0x7f030369 +com.example.daydreamclock:animator/mtrl_extended_fab_change_size_expand_motion_spec = 0x7f02001a +com.example.daydreamclock:attr/colorOnTertiaryFixed = 0x7f03010f +com.example.daydreamclock:attr/materialSwitchStyle = 0x7f0302fb +com.example.daydreamclock:attr/trackDecoration = 0x7f0304a6 +com.example.daydreamclock:style/Widget.Design.BottomNavigationView = 0x7f0f0330 +com.example.daydreamclock:attr/cursorColor = 0x7f03015f +com.example.daydreamclock:attr/actionModeTheme = 0x7f03001f +com.example.daydreamclock:attr/errorShown = 0x7f0301b4 +com.example.daydreamclock:color/dim_foreground_material_dark = 0x7f050059 +com.example.daydreamclock:macro/m3_comp_switch_disabled_unselected_handle_color = 0x7f0c011d +com.example.daydreamclock:attr/indeterminateAnimationType = 0x7f030235 +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f0f0129 +com.example.daydreamclock:attr/errorIconDrawable = 0x7f0301b1 +com.example.daydreamclock:attr/applyMotionScene = 0x7f030037 +com.example.daydreamclock:style/ThemeOverlay.Material3.Search = 0x7f0f02b1 +com.example.daydreamclock:attr/tooltipForegroundColor = 0x7f030499 +com.example.daydreamclock:id/text_input_end_icon = 0x7f0801c7 +com.example.daydreamclock:dimen/highlight_alpha_material_light = 0x7f060095 +com.example.daydreamclock:attr/telltales_tailScale = 0x7f030428 +com.example.daydreamclock:attr/errorEnabled = 0x7f0301b0 +com.example.daydreamclock:attr/buttonTint = 0x7f030098 +com.example.daydreamclock:attr/textAppearanceBodyLarge = 0x7f03042d +com.example.daydreamclock:color/material_personalized_color_tertiary = 0x7f05029f +com.example.daydreamclock:style/Base.Widget.Material3.ActionMode = 0x7f0f00fe +com.example.daydreamclock:attr/errorContentDescription = 0x7f0301af +com.example.daydreamclock:attr/titleCollapseMode = 0x7f030487 +com.example.daydreamclock:color/mtrl_navigation_bar_item_tint = 0x7f0502d2 +com.example.daydreamclock:styleable/ShapeAppearance = 0x7f10007a +com.example.daydreamclock:attr/errorAccessibilityLiveRegion = 0x7f0301ae +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500e7 +com.example.daydreamclock:color/mtrl_choice_chip_background_color = 0x7f0502c5 +com.example.daydreamclock:attr/sideSheetModalStyle = 0x7f0303c7 +com.example.daydreamclock:styleable/ScrimInsetsFrameLayout = 0x7f100076 +com.example.daydreamclock:id/tag_state_description = 0x7f0801bb +com.example.daydreamclock:attr/layout_goneMarginEnd = 0x7f0302a6 +com.example.daydreamclock:attr/enforceMaterialTheme = 0x7f0301aa +com.example.daydreamclock:attr/endIconCheckable = 0x7f0301a2 +com.example.daydreamclock:attr/colorSurface = 0x7f030120 +com.example.daydreamclock:id/accessibility_custom_action_3 = 0x7f080027 +com.example.daydreamclock:color/design_default_color_on_secondary = 0x7f050045 +com.example.daydreamclock:animator/m3_chip_state_list_anim = 0x7f02000e +com.example.daydreamclock:styleable/ClockFaceView = 0x7f100020 +com.example.daydreamclock:attr/endIconTint = 0x7f0301a8 +com.example.daydreamclock:id/snackbar_action = 0x7f080196 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500df +com.example.daydreamclock:color/material_personalized_color_text_secondary_and_tertiary_inverse = 0x7f0502a4 +com.example.daydreamclock:attr/colorTertiaryFixed = 0x7f03012d +com.example.daydreamclock:style/Widget.Material3.Chip.Assist = 0x7f0f0363 +com.example.daydreamclock:color/m3_ref_palette_secondary90 = 0x7f05013f +com.example.daydreamclock:color/design_fab_shadow_end_color = 0x7f05004e +com.example.daydreamclock:attr/dayInvalidStyle = 0x7f03016c +com.example.daydreamclock:attr/endIconDrawable = 0x7f0301a4 +com.example.daydreamclock:attr/tabIndicatorFullWidth = 0x7f030412 +com.example.daydreamclock:color/m3_slider_halo_color = 0x7f050153 +com.example.daydreamclock:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f +com.example.daydreamclock:attr/emojiCompatEnabled = 0x7f0301a0 +com.example.daydreamclock:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f0f0376 +com.example.daydreamclock:attr/duration = 0x7f030197 +com.example.daydreamclock:id/action_bar_title = 0x7f080039 +com.example.daydreamclock:styleable/ImageFilterView = 0x7f10003d +com.example.daydreamclock:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f0f024d +com.example.daydreamclock:dimen/m3_comp_sheet_side_docked_standard_container_elevation = 0x7f06017e +com.example.daydreamclock:attr/drawerArrowStyle = 0x7f030191 +com.example.daydreamclock:attr/switchMinWidth = 0x7f030405 +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Title.Text = 0x7f0f012a +com.example.daydreamclock:id/ifRoom = 0x7f0800df +com.example.daydreamclock:attr/circularProgressIndicatorStyle = 0x7f0300d3 +com.example.daydreamclock:style/ThemeOverlay.Material3.Dark = 0x7f0f0291 +com.example.daydreamclock:macro/m3_comp_navigation_drawer_headline_type = 0x7f0c0088 +com.example.daydreamclock:anim/abc_fade_out = 0x7f010001 +com.example.daydreamclock:color/material_slider_inactive_tick_marks_color = 0x7f0502ad +com.example.daydreamclock:attr/actionProviderClass = 0x7f030023 +com.example.daydreamclock:string/mtrl_picker_range_header_unselected = 0x7f0e0083 +com.example.daydreamclock:layout/mtrl_calendar_day = 0x7f0b0049 +com.example.daydreamclock:drawable/ic_m3_chip_check = 0x7f070091 +com.example.daydreamclock:id/material_minute_tv = 0x7f080108 +com.example.daydreamclock:id/cancel_button = 0x7f080065 +com.example.daydreamclock:dimen/m3_alert_dialog_elevation = 0x7f0600a0 +com.example.daydreamclock:id/open_search_view_toolbar_container = 0x7f080155 +com.example.daydreamclock:attr/clearsTag = 0x7f0300d9 +com.example.daydreamclock:attr/dividerInsetStart = 0x7f030180 +com.example.daydreamclock:macro/m3_comp_search_view_header_trailing_icon_color = 0x7f0c00fa +com.example.daydreamclock:attr/itemTextColor = 0x7f03025e +com.example.daydreamclock:attr/dialogTheme = 0x7f03017a +com.example.daydreamclock:attr/defaultDuration = 0x7f030170 +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker = 0x7f0f03aa +com.example.daydreamclock:attr/controlBackground = 0x7f030149 +com.example.daydreamclock:color/material_personalized_color_text_primary_inverse_disable_only = 0x7f0502a3 +com.example.daydreamclock:attr/passwordToggleContentDescription = 0x7f03036a +com.example.daydreamclock:style/Base.Theme.AppCompat.Light.Dialog = 0x7f0f0054 +com.example.daydreamclock:attr/buttonIconDimen = 0x7f030092 +com.example.daydreamclock:string/character_counter_pattern = 0x7f0e002d +com.example.daydreamclock:id/outward = 0x7f080157 +com.example.daydreamclock:attr/daySelectedStyle = 0x7f03016d +com.example.daydreamclock:attr/maxHeight = 0x7f030304 +com.example.daydreamclock:attr/linearProgressIndicatorStyle = 0x7f0302b9 +com.example.daydreamclock:attr/iconPadding = 0x7f030228 +com.example.daydreamclock:integer/abc_config_activityShortDur = 0x7f090001 +com.example.daydreamclock:dimen/mtrl_slider_thumb_radius = 0x7f0602e4 +com.example.daydreamclock:style/ThemeOverlay.Material3.TextInputEditText.FilledBox = 0x7f0f02b6 +com.example.daydreamclock:dimen/abc_control_padding_material = 0x7f06001a +com.example.daydreamclock:attr/scrimBackground = 0x7f0303a4 +com.example.daydreamclock:color/material_dynamic_neutral_variant10 = 0x7f05022e +com.example.daydreamclock:attr/customPixelDimension = 0x7f030169 +com.example.daydreamclock:string/abc_shareactionprovider_share_with_application = 0x7f0e0019 +com.example.daydreamclock:macro/m3_comp_switch_disabled_selected_handle_color = 0x7f0c011a +com.example.daydreamclock:attr/customNavigationLayout = 0x7f030168 +com.example.daydreamclock:attr/imageButtonStyle = 0x7f030230 +com.example.daydreamclock:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f0f028e +com.example.daydreamclock:bool/mtrl_btn_textappearance_all_caps = 0x7f040002 +com.example.daydreamclock:attr/colorOnPrimaryContainer = 0x7f030102 +com.example.daydreamclock:attr/cornerSizeTopRight = 0x7f030156 +com.example.daydreamclock:color/tooltip_background_light = 0x7f050304 +com.example.daydreamclock:macro/m3_comp_text_button_focus_state_layer_color = 0x7f0c0143 +com.example.daydreamclock:dimen/compat_control_corner_material = 0x7f06005a +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_unselected_label_text_color = 0x7f0c015d +com.example.daydreamclock:attr/addElevationShadow = 0x7f030028 +com.example.daydreamclock:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017 +com.example.daydreamclock:id/accessibility_custom_action_23 = 0x7f080020 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral4 = 0x7f0500a8 +com.example.daydreamclock:attr/checkMarkTintMode = 0x7f0300b1 +com.example.daydreamclock:attr/customFloatValue = 0x7f030166 +com.example.daydreamclock:styleable/FontFamilyFont = 0x7f100037 +com.example.daydreamclock:style/Platform.MaterialComponents.Light = 0x7f0f013a +com.example.daydreamclock:attr/layout_constraintBottom_creator = 0x7f030279 +com.example.daydreamclock:attr/actionModePopupWindowStyle = 0x7f03001a +com.example.daydreamclock:attr/haloColor = 0x7f03020f +com.example.daydreamclock:attr/tabIndicatorAnimationMode = 0x7f030410 +com.example.daydreamclock:id/transition_scene_layoutid_cache = 0x7f0801dd +com.example.daydreamclock:color/switch_thumb_disabled_material_dark = 0x7f0502fd +com.example.daydreamclock:attr/percentX = 0x7f030373 +com.example.daydreamclock:macro/m3_comp_fab_primary_container_shape = 0x7f0c0038 +com.example.daydreamclock:id/floating = 0x7f0800c9 +com.example.daydreamclock:dimen/m3_comp_navigation_drawer_focus_state_layer_opacity = 0x7f060141 +com.example.daydreamclock:color/material_dynamic_neutral50 = 0x7f050226 +com.example.daydreamclock:attr/customBoolean = 0x7f030162 +com.example.daydreamclock:attr/boxStrokeWidth = 0x7f030087 +com.example.daydreamclock:attr/currentState = 0x7f03015e +com.example.daydreamclock:attr/buttonStyleSmall = 0x7f030097 +com.example.daydreamclock:attr/crossfade = 0x7f03015d +com.example.daydreamclock:attr/bottomSheetStyle = 0x7f03007d +com.example.daydreamclock:string/material_minute_suffix = 0x7f0e004d +com.example.daydreamclock:color/mtrl_chip_surface_color = 0x7f0502c3 +com.example.daydreamclock:attr/badgeGravity = 0x7f030052 +com.example.daydreamclock:layout/abc_popup_menu_item_layout = 0x7f0b0013 +com.example.daydreamclock:anim/m3_bottom_sheet_slide_in = 0x7f010021 +com.example.daydreamclock:attr/counterTextAppearance = 0x7f03015b +com.example.daydreamclock:attr/borderlessButtonStyle = 0x7f030077 +com.example.daydreamclock:attr/imageZoom = 0x7f030234 +com.example.daydreamclock:attr/extendedFloatingActionButtonPrimaryStyle = 0x7f0301c4 +com.example.daydreamclock:macro/m3_comp_outlined_text_field_outline_color = 0x7f0c00c6 +com.example.daydreamclock:color/m3_ref_palette_black = 0x7f05009e +com.example.daydreamclock:attr/floatingActionButtonSmallStyle = 0x7f0301e2 +com.example.daydreamclock:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f0602f7 +com.example.daydreamclock:attr/colorControlHighlight = 0x7f0300f8 +com.example.daydreamclock:attr/cornerSizeTopLeft = 0x7f030155 +com.example.daydreamclock:id/title = 0x7f0801d1 +com.example.daydreamclock:attr/region_heightMoreThan = 0x7f030398 +com.example.daydreamclock:attr/flow_horizontalGap = 0x7f0301ee +com.example.daydreamclock:id/weatherTextView = 0x7f0801ee +com.example.daydreamclock:id/rightToLeft = 0x7f080170 +com.example.daydreamclock:attr/materialAlertDialogTitleTextStyle = 0x7f0302d6 +com.example.daydreamclock:color/m3_navigation_item_background_color = 0x7f050093 +com.example.daydreamclock:attr/flow_horizontalStyle = 0x7f0301ef +com.example.daydreamclock:attr/actionBarWidgetTheme = 0x7f03000c +com.example.daydreamclock:color/m3_navigation_item_text_color = 0x7f050096 +com.example.daydreamclock:style/Base.Widget.AppCompat.ButtonBar = 0x7f0f00d3 +com.example.daydreamclock:attr/cornerFamily = 0x7f03014c +com.example.daydreamclock:attr/clockNumberTextColor = 0x7f0300de +com.example.daydreamclock:attr/coplanarSiblingViewId = 0x7f03014b +com.example.daydreamclock:dimen/mtrl_switch_thumb_size = 0x7f0602f2 +com.example.daydreamclock:attr/foregroundInsidePadding = 0x7f030209 +com.example.daydreamclock:dimen/m3_navigation_rail_icon_size = 0x7f0601c5 +com.example.daydreamclock:color/material_dynamic_neutral_variant90 = 0x7f050237 +com.example.daydreamclock:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f0602f9 +com.example.daydreamclock:string/mtrl_picker_confirm = 0x7f0e0072 +com.example.daydreamclock:attr/dividerThickness = 0x7f030182 +com.example.daydreamclock:color/bright_foreground_material_dark = 0x7f050027 +com.example.daydreamclock:macro/m3_comp_slider_disabled_active_track_color = 0x7f0c010d +com.example.daydreamclock:attr/layout_constraintHeight_max = 0x7f030287 +com.example.daydreamclock:color/material_dynamic_color_dark_on_error = 0x7f05021a +com.example.daydreamclock:color/m3_ref_palette_neutral10 = 0x7f050104 +com.example.daydreamclock:drawable/mtrl_checkbox_button_icon_checked_indeterminate = 0x7f0700b2 +com.example.daydreamclock:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f070047 +com.example.daydreamclock:drawable/$mtrl_checkbox_button_icon_checked_unchecked__2 = 0x7f070012 +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f0f03a6 +com.example.daydreamclock:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f06024a +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant98 = 0x7f0500cd +com.example.daydreamclock:style/Widget.Material3.BottomSheet.DragHandle = 0x7f0f034a +com.example.daydreamclock:attr/queryHint = 0x7f03038b +com.example.daydreamclock:attr/itemShapeInsetTop = 0x7f030256 +com.example.daydreamclock:color/m3_ref_palette_neutral12 = 0x7f050106 +com.example.daydreamclock:dimen/mtrl_calendar_action_height = 0x7f06026c +com.example.daydreamclock:attr/elevationOverlayAccentColor = 0x7f03019d +com.example.daydreamclock:attr/editTextBackground = 0x7f030199 +com.example.daydreamclock:attr/shapeAppearanceSmallComponent = 0x7f0303b9 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Body1 = 0x7f0f0017 +com.example.daydreamclock:attr/counterOverflowTextColor = 0x7f03015a +com.example.daydreamclock:string/m3_sys_motion_easing_emphasized_decelerate = 0x7f0e003e +com.example.daydreamclock:color/m3_dynamic_primary_text_disable_only = 0x7f050086 +com.example.daydreamclock:id/action_text = 0x7f080043 +com.example.daydreamclock:attr/textColorAlertDialogListItem = 0x7f030455 +com.example.daydreamclock:attr/logoDescription = 0x7f0302cb +com.example.daydreamclock:attr/content = 0x7f030138 +com.example.daydreamclock:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f0f0244 +com.example.daydreamclock:id/src_over = 0x7f0801a5 +com.example.daydreamclock:drawable/abc_star_black_48dp = 0x7f070067 +com.example.daydreamclock:attr/indicatorDirectionCircular = 0x7f030238 +com.example.daydreamclock:style/TextAppearance.AppCompat.Button = 0x7f0f0196 +com.example.daydreamclock:attr/dropDownBackgroundTint = 0x7f030194 +com.example.daydreamclock:attr/constraint_referenced_tags = 0x7f030136 +com.example.daydreamclock:attr/colorSurfaceContainerLowest = 0x7f030126 +com.example.daydreamclock:color/design_dark_default_color_primary = 0x7f05003a +com.example.daydreamclock:attr/colorSurfaceBright = 0x7f030121 +com.example.daydreamclock:style/TextAppearance.MaterialComponents.Caption = 0x7f0f01fb +com.example.daydreamclock:id/META = 0x7f080005 +com.example.daydreamclock:attr/popupMenuBackground = 0x7f03037c +com.example.daydreamclock:color/material_personalized_color_outline_variant = 0x7f05028b +com.example.daydreamclock:attr/colorSecondaryFixedDim = 0x7f03011e +com.example.daydreamclock:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f0f02a4 +com.example.daydreamclock:layout/abc_screen_simple_overlay_action_mode = 0x7f0b0016 +com.example.daydreamclock:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f0601ff +com.example.daydreamclock:id/position = 0x7f080165 +com.example.daydreamclock:dimen/m3_comp_radio_button_disabled_selected_icon_opacity = 0x7f060164 +com.example.daydreamclock:styleable/SnackbarLayout = 0x7f10007f +com.example.daydreamclock:attr/colorSecondaryContainer = 0x7f03011c +com.example.daydreamclock:attr/chipStrokeColor = 0x7f0300ce +com.example.daydreamclock:attr/colorPrimaryInverse = 0x7f030118 +com.example.daydreamclock:color/androidx_core_secondary_text_default_material_light = 0x7f05001c +com.example.daydreamclock:id/jumpToStart = 0x7f0800ec +com.example.daydreamclock:attr/colorPrimaryFixedDim = 0x7f030117 +com.example.daydreamclock:attr/badgeWidth = 0x7f03005d +com.example.daydreamclock:style/TextAppearance.Material3.LabelMedium = 0x7f0f01ee +com.example.daydreamclock:attr/chipIconVisible = 0x7f0300c6 +com.example.daydreamclock:attr/colorPrimaryDark = 0x7f030115 +com.example.daydreamclock:attr/marginTopSystemWindowInsets = 0x7f0302d0 +com.example.daydreamclock:attr/dividerColor = 0x7f03017d +com.example.daydreamclock:dimen/material_clock_display_height = 0x7f06021c +com.example.daydreamclock:attr/floatingActionButtonSurfaceStyle = 0x7f0301e6 +com.example.daydreamclock:dimen/m3_comp_suggestion_chip_flat_container_elevation = 0x7f060186 +com.example.daydreamclock:color/cardview_light_background = 0x7f05002e +com.example.daydreamclock:attr/layout_constraintHeight = 0x7f030285 +com.example.daydreamclock:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f0f0210 +com.example.daydreamclock:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011 +com.example.daydreamclock:style/ThemeOverlay.Material3.FloatingActionButton.Primary = 0x7f0f029f +com.example.daydreamclock:attr/itemTextAppearance = 0x7f03025a +com.example.daydreamclock:anim/design_bottom_sheet_slide_out = 0x7f010019 +com.example.daydreamclock:attr/carousel_infinite = 0x7f0300a7 +com.example.daydreamclock:attr/colorOutline = 0x7f030111 +com.example.daydreamclock:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f0f03fd +com.example.daydreamclock:drawable/mtrl_ic_checkbox_unchecked = 0x7f0700c0 +com.example.daydreamclock:style/Widget.MaterialComponents.AppBarLayout.PrimarySurface = 0x7f0f03e4 +com.example.daydreamclock:dimen/m3_chip_elevated_elevation = 0x7f0600f7 +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f0f01db +com.example.daydreamclock:attr/colorSurfaceContainerHighest = 0x7f030124 +com.example.daydreamclock:attr/textAppearancePopupMenuHeader = 0x7f030447 +com.example.daydreamclock:layout/design_text_input_end_icon = 0x7f0b002a +com.example.daydreamclock:attr/layout_marginBaseline = 0x7f0302ad +com.example.daydreamclock:attr/textAppearanceLabelMedium = 0x7f03043f +com.example.daydreamclock:color/m3_sys_color_dynamic_primary_fixed = 0x7f0501c4 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f0f0076 +com.example.daydreamclock:color/m3_sys_color_dark_on_surface_variant = 0x7f050166 +com.example.daydreamclock:animator/mtrl_extended_fab_state_list_animator = 0x7f02001d +com.example.daydreamclock:attr/thumbRadius = 0x7f030473 +com.example.daydreamclock:attr/layout_constraintVertical_chainStyle = 0x7f03029a +com.example.daydreamclock:attr/springMass = 0x7f0303db +com.example.daydreamclock:attr/motionEasingAccelerated = 0x7f03032b +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f0f02cd +com.example.daydreamclock:string/mtrl_picker_invalid_format = 0x7f0e0078 +com.example.daydreamclock:id/edge = 0x7f0800b1 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500f4 +com.example.daydreamclock:dimen/m3_sys_elevation_level2 = 0x7f0601ec +com.example.daydreamclock:attr/carousel_previousState = 0x7f0300a9 +com.example.daydreamclock:dimen/mtrl_extended_fab_translation_z_base = 0x7f0602ad +com.example.daydreamclock:attr/motionEasingStandardInterpolator = 0x7f030336 +com.example.daydreamclock:dimen/m3_bottom_sheet_elevation = 0x7f0600c3 +com.example.daydreamclock:color/background_floating_material_light = 0x7f05001f +com.example.daydreamclock:attr/guidelineUseRtl = 0x7f03020e +com.example.daydreamclock:color/material_timepicker_modebutton_tint = 0x7f0502b4 +com.example.daydreamclock:attr/onPositiveCross = 0x7f030358 +com.example.daydreamclock:attr/colorOnPrimary = 0x7f030101 +com.example.daydreamclock:dimen/m3_small_fab_max_image_size = 0x7f0601e6 +com.example.daydreamclock:style/Base.V14.Theme.Material3.Light = 0x7f0f008d +com.example.daydreamclock:attr/liftOnScrollColor = 0x7f0302b4 +com.example.daydreamclock:macro/m3_comp_filled_text_field_input_text_type = 0x7f0c0051 +com.example.daydreamclock:attr/floatingActionButtonTertiaryStyle = 0x7f0301e7 +com.example.daydreamclock:attr/itemStrokeWidth = 0x7f030259 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500ce +com.example.daydreamclock:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005 +com.example.daydreamclock:color/dim_foreground_disabled_material_light = 0x7f050058 +com.example.daydreamclock:style/Theme.MaterialComponents.NoActionBar = 0x7f0f0270 +com.example.daydreamclock:attr/colorControlNormal = 0x7f0300f9 +com.example.daydreamclock:attr/colorError = 0x7f0300fa +com.example.daydreamclock:id/chronometer = 0x7f080071 +com.example.daydreamclock:attr/defaultMarginsEnabled = 0x7f030171 +com.example.daydreamclock:attr/tabIndicator = 0x7f03040e +com.example.daydreamclock:attr/chipIcon = 0x7f0300c2 +com.example.daydreamclock:attr/circleRadius = 0x7f0300d2 +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f0f0125 +com.example.daydreamclock:attr/haloRadius = 0x7f030210 +com.example.daydreamclock:attr/layout_constraintCircleRadius = 0x7f03027e +com.example.daydreamclock:attr/motionEffect_viewTransition = 0x7f03033e +com.example.daydreamclock:string/mtrl_timepicker_cancel = 0x7f0e0099 +com.example.daydreamclock:attr/colorSurfaceVariant = 0x7f030129 +com.example.daydreamclock:style/Theme.MaterialComponents = 0x7f0f0243 +com.example.daydreamclock:layout/mtrl_picker_text_input_date_range = 0x7f0b005f +com.example.daydreamclock:dimen/m3_carousel_debug_keyline_width = 0x7f0600ed +com.example.daydreamclock:attr/transitionDisable = 0x7f0304ae +com.example.daydreamclock:attr/colorControlActivated = 0x7f0300f7 +com.example.daydreamclock:attr/layout_constraintStart_toEndOf = 0x7f030293 +com.example.daydreamclock:drawable/abc_action_bar_item_background_material = 0x7f070029 +com.example.daydreamclock:attr/colorSurfaceInverse = 0x7f030128 +com.example.daydreamclock:attr/textAppearanceHeadline4 = 0x7f030438 +com.example.daydreamclock:attr/badgeWithTextHeight = 0x7f03005e +com.example.daydreamclock:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f0f018f +com.example.daydreamclock:drawable/ic_call_answer_video_low = 0x7f07008a +com.example.daydreamclock:attr/colorOnBackground = 0x7f0300fc +com.example.daydreamclock:attr/verticalOffset = 0x7f0304bc +com.example.daydreamclock:id/accessibility_custom_action_10 = 0x7f080012 +com.example.daydreamclock:attr/cardPreventCornerOverlap = 0x7f03009f +com.example.daydreamclock:attr/collapsingToolbarLayoutLargeSize = 0x7f0300ed +com.example.daydreamclock:color/abc_primary_text_disable_only_material_dark = 0x7f050009 +com.example.daydreamclock:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f0f00f9 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_on_background = 0x7f0501a2 +com.example.daydreamclock:attr/collapsedTitleTextColor = 0x7f0300ec +com.example.daydreamclock:dimen/m3_comp_search_view_docked_header_container_height = 0x7f060172 +com.example.daydreamclock:color/m3_ref_palette_dynamic_primary20 = 0x7f0500d2 +com.example.daydreamclock:attr/collapsedSize = 0x7f0300e9 +com.example.daydreamclock:styleable/AppBarLayoutStates = 0x7f10000b +com.example.daydreamclock:attr/textAppearanceLabelSmall = 0x7f030440 +com.example.daydreamclock:attr/collapseContentDescription = 0x7f0300e7 +com.example.daydreamclock:attr/closeIconEndPadding = 0x7f0300e1 +com.example.daydreamclock:id/honorRequest = 0x7f0800db +com.example.daydreamclock:id/actionUp = 0x7f080032 +com.example.daydreamclock:color/m3_slider_active_track_color = 0x7f050152 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500c5 +com.example.daydreamclock:attr/altSrc = 0x7f030030 +com.example.daydreamclock:color/m3_ref_palette_secondary95 = 0x7f050140 +com.example.daydreamclock:id/action_bar_container = 0x7f080035 +com.example.daydreamclock:drawable/notification_oversize_large_icon_bg = 0x7f0700dc +com.example.daydreamclock:dimen/m3_appbar_scrim_height_trigger = 0x7f0600a6 +com.example.daydreamclock:style/ThemeOverlay.AppCompat.ActionBar = 0x7f0f0273 +com.example.daydreamclock:dimen/design_snackbar_action_text_color_alpha = 0x7f06007f +com.example.daydreamclock:animator/mtrl_btn_state_list_anim = 0x7f020015 +com.example.daydreamclock:attr/trackThickness = 0x7f0304aa +com.example.daydreamclock:attr/shapeAppearanceCornerExtraLarge = 0x7f0303b1 +com.example.daydreamclock:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f0f009a +com.example.daydreamclock:attr/labelStyle = 0x7f030265 +com.example.daydreamclock:attr/chipSurfaceColor = 0x7f0300d1 +com.example.daydreamclock:color/background_material_dark = 0x7f050020 +com.example.daydreamclock:attr/enforceTextAppearance = 0x7f0301ab +com.example.daydreamclock:attr/motionDurationMedium1 = 0x7f030323 +com.example.daydreamclock:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f0f03d1 +com.example.daydreamclock:dimen/notification_small_icon_size_as_large = 0x7f060310 +com.example.daydreamclock:attr/ensureMinTouchTargetSize = 0x7f0301ac +com.example.daydreamclock:style/Widget.Material3.SearchBar = 0x7f0f03bd +com.example.daydreamclock:attr/layout_constraintGuide_percent = 0x7f030284 +com.example.daydreamclock:attr/materialAlertDialogBodyTextStyle = 0x7f0302d1 +com.example.daydreamclock:attr/colorOnContainer = 0x7f0300fd +com.example.daydreamclock:attr/trackTintMode = 0x7f0304ac +com.example.daydreamclock:attr/alpha = 0x7f03002e +com.example.daydreamclock:id/m3_side_sheet = 0x7f0800f7 +com.example.daydreamclock:bool/abc_config_actionMenuItemAllCaps = 0x7f040001 +com.example.daydreamclock:attr/contentPaddingTop = 0x7f030146 +com.example.daydreamclock:attr/layout_optimizationLevel = 0x7f0302ae +com.example.daydreamclock:style/Widget.AppCompat.ListPopupWindow = 0x7f0f0315 +com.example.daydreamclock:string/mtrl_picker_range_header_selected = 0x7f0e0081 +com.example.daydreamclock:dimen/m3_comp_input_chip_with_avatar_avatar_size = 0x7f060134 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_surface_container_low = 0x7f050196 +com.example.daydreamclock:attr/chipMinTouchTargetSize = 0x7f0300c8 +com.example.daydreamclock:style/Widget.Material3.NavigationView = 0x7f0f03b6 +com.example.daydreamclock:attr/onShow = 0x7f030359 +com.example.daydreamclock:id/toggle = 0x7f0801d4 +com.example.daydreamclock:attr/chipMinHeight = 0x7f0300c7 +com.example.daydreamclock:attr/springDamping = 0x7f0303da +com.example.daydreamclock:color/m3_ref_palette_neutral_variant10 = 0x7f05011c +com.example.daydreamclock:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0c0121 +com.example.daydreamclock:attr/windowNoTitle = 0x7f0304d5 +com.example.daydreamclock:attr/overlapAnchor = 0x7f03035c +com.example.daydreamclock:attr/dropdownListPreferredItemHeight = 0x7f030196 +com.example.daydreamclock:dimen/m3_comp_suggestion_chip_with_leading_icon_leading_icon_size = 0x7f060188 +com.example.daydreamclock:layout/design_text_input_start_icon = 0x7f0b002b +com.example.daydreamclock:dimen/m3_chip_dragged_translation_z = 0x7f0600f6 +com.example.daydreamclock:attr/fabAnimationMode = 0x7f0301cd +com.example.daydreamclock:attr/clockHandColor = 0x7f0300dc +com.example.daydreamclock:color/material_personalized_color_secondary = 0x7f050291 +com.example.daydreamclock:attr/chipBackgroundColor = 0x7f0300be +com.example.daydreamclock:macro/m3_comp_radio_button_unselected_pressed_icon_color = 0x7f0c00e5 +com.example.daydreamclock:color/mtrl_btn_ripple_color = 0x7f0502b6 +com.example.daydreamclock:integer/material_motion_path = 0x7f09002c +com.example.daydreamclock:dimen/mtrl_calendar_action_padding = 0x7f06026d +com.example.daydreamclock:color/m3_sys_color_light_surface_container_lowest = 0x7f0501e7 +com.example.daydreamclock:anim/mtrl_bottom_sheet_slide_out = 0x7f01002a +com.example.daydreamclock:dimen/m3_btn_text_btn_padding_right = 0x7f0600e1 +com.example.daydreamclock:attr/colorPrimarySurface = 0x7f030119 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral95 = 0x7f0500b3 +com.example.daydreamclock:drawable/material_ic_keyboard_arrow_next_black_24dp = 0x7f0700a9 +com.example.daydreamclock:id/item_touch_helper_previous_elevation = 0x7f0800ea +com.example.daydreamclock:dimen/m3_comp_radio_button_selected_focus_state_layer_opacity = 0x7f060166 +com.example.daydreamclock:attr/materialCardViewElevatedStyle = 0x7f0302e9 +com.example.daydreamclock:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e +com.example.daydreamclock:attr/checkedIconTint = 0x7f0300ba +com.example.daydreamclock:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f0f0340 +com.example.daydreamclock:attr/textAppearanceSearchResultTitle = 0x7f030449 +com.example.daydreamclock:id/digit4 = 0x7f08009c +com.example.daydreamclock:attr/textLocale = 0x7f030461 +com.example.daydreamclock:attr/errorIconTint = 0x7f0301b2 +com.example.daydreamclock:dimen/mtrl_card_corner_radius = 0x7f060297 +com.example.daydreamclock:id/legacy = 0x7f0800f1 +com.example.daydreamclock:color/m3_tabs_ripple_color_secondary = 0x7f0501fb +com.example.daydreamclock:id/NO_DEBUG = 0x7f080006 +com.example.daydreamclock:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f0f02a8 +com.example.daydreamclock:attr/boxCornerRadiusBottomEnd = 0x7f030081 +com.example.daydreamclock:attr/checkedIcon = 0x7f0300b5 +com.example.daydreamclock:attr/background = 0x7f030047 +com.example.daydreamclock:attr/subheaderColor = 0x7f0303f7 +com.example.daydreamclock:drawable/ic_search_black_24 = 0x7f070098 +com.example.daydreamclock:attr/colorSecondaryFixed = 0x7f03011d +com.example.daydreamclock:attr/materialIconButtonStyle = 0x7f0302f5 +com.example.daydreamclock:animator/mtrl_extended_fab_show_motion_spec = 0x7f02001c +com.example.daydreamclock:attr/checkedChip = 0x7f0300b4 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f0f003e +com.example.daydreamclock:drawable/abc_list_pressed_holo_light = 0x7f070051 +com.example.daydreamclock:dimen/mtrl_bottomappbar_height = 0x7f060252 +com.example.daydreamclock:color/material_personalized_color_on_background = 0x7f05027e +com.example.daydreamclock:integer/mtrl_switch_thumb_motion_duration = 0x7f090036 +com.example.daydreamclock:dimen/m3_comp_sheet_side_docked_modal_container_elevation = 0x7f06017d +com.example.daydreamclock:attr/carousel_touchUp_dampeningFactor = 0x7f0300ab +com.example.daydreamclock:color/m3_ref_palette_primary90 = 0x7f050132 +com.example.daydreamclock:attr/onCross = 0x7f030355 +com.example.daydreamclock:id/accessibility_custom_action_25 = 0x7f080022 +com.example.daydreamclock:styleable/ViewStubCompat = 0x7f100096 +com.example.daydreamclock:color/mtrl_fab_icon_text_color_selector = 0x7f0502ca +com.example.daydreamclock:attr/buttonBarNegativeButtonStyle = 0x7f03008b +com.example.daydreamclock:attr/cardUseCompatPadding = 0x7f0300a0 +com.example.daydreamclock:id/counterclockwise = 0x7f080085 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_surface_variant = 0x7f0501bb +com.example.daydreamclock:attr/cardElevation = 0x7f03009c +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f0f02db +com.example.daydreamclock:dimen/abc_text_size_subhead_material = 0x7f06004d +com.example.daydreamclock:attr/imageRotate = 0x7f030233 +com.example.daydreamclock:attr/selectorSize = 0x7f0303ae +com.example.daydreamclock:attr/listLayout = 0x7f0302bf +com.example.daydreamclock:dimen/m3_comp_outlined_icon_button_unselected_outline_width = 0x7f060156 +com.example.daydreamclock:dimen/material_clock_period_toggle_vertical_gap = 0x7f060227 +com.example.daydreamclock:color/m3_ref_palette_secondary40 = 0x7f05013a +com.example.daydreamclock:attr/cardMaxElevation = 0x7f03009e +com.example.daydreamclock:styleable/ClockHandView = 0x7f100021 +com.example.daydreamclock:color/design_default_color_secondary_variant = 0x7f05004b +com.example.daydreamclock:string/mtrl_picker_announce_current_range_selection = 0x7f0e006e +com.example.daydreamclock:attr/badgeText = 0x7f030058 +com.example.daydreamclock:attr/buttonStyle = 0x7f030096 +com.example.daydreamclock:dimen/m3_comp_fab_primary_container_elevation = 0x7f060116 +com.example.daydreamclock:attr/closeIconStartPadding = 0x7f0300e3 +com.example.daydreamclock:id/deltaRelative = 0x7f080091 +com.example.daydreamclock:attr/dragScale = 0x7f030185 +com.example.daydreamclock:dimen/mtrl_card_checked_icon_margin = 0x7f060295 +com.example.daydreamclock:anim/abc_slide_in_top = 0x7f010007 +com.example.daydreamclock:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f0f034e +com.example.daydreamclock:color/m3_sys_color_light_tertiary_container = 0x7f0501eb +com.example.daydreamclock:style/Base.Theme.Material3.Dark = 0x7f0f0059 +com.example.daydreamclock:attr/layout_collapseMode = 0x7f030271 +com.example.daydreamclock:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f07005f +com.example.daydreamclock:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f0f01d5 +com.example.daydreamclock:attr/layout_constraintVertical_bias = 0x7f030299 +com.example.daydreamclock:attr/badgeWithTextShapeAppearance = 0x7f030060 +com.example.daydreamclock:style/Platform.MaterialComponents.Dialog = 0x7f0f0139 +com.example.daydreamclock:attr/chipStyle = 0x7f0300d0 +com.example.daydreamclock:attr/colorOnErrorContainer = 0x7f030100 +com.example.daydreamclock:drawable/abc_item_background_holo_light = 0x7f07004b +com.example.daydreamclock:attr/contentInsetEndWithActions = 0x7f03013b +com.example.daydreamclock:dimen/notification_large_icon_width = 0x7f06030a +com.example.daydreamclock:attr/boxStrokeWidthFocused = 0x7f030088 +com.example.daydreamclock:dimen/mtrl_card_elevation = 0x7f060299 +com.example.daydreamclock:color/m3_sys_color_dynamic_dark_error = 0x7f05017b +com.example.daydreamclock:attr/actionModePasteDrawable = 0x7f030019 +com.example.daydreamclock:styleable/CustomAttribute = 0x7f10002e +com.example.daydreamclock:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f0f0456 +com.example.daydreamclock:attr/buttonBarPositiveButtonStyle = 0x7f03008d +com.example.daydreamclock:attr/rippleColor = 0x7f03039d +com.example.daydreamclock:attr/contentInsetStartWithNavigation = 0x7f03013f +com.example.daydreamclock:integer/m3_btn_anim_duration_ms = 0x7f09000b +com.example.daydreamclock:drawable/notification_icon_background = 0x7f0700db +com.example.daydreamclock:id/staticLayout = 0x7f0801ab +com.example.daydreamclock:attr/closeItemLayout = 0x7f0300e6 +com.example.daydreamclock:attr/defaultScrollFlagsEnabled = 0x7f030173 +com.example.daydreamclock:attr/brightness = 0x7f030089 +com.example.daydreamclock:dimen/design_fab_translation_z_pressed = 0x7f060074 +com.example.daydreamclock:attr/hideNavigationIcon = 0x7f030219 +com.example.daydreamclock:attr/trackDecorationTint = 0x7f0304a7 +com.example.daydreamclock:styleable/MenuGroup = 0x7f10005e +com.example.daydreamclock:attr/defaultState = 0x7f030174 +com.example.daydreamclock:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f0f02e2 +com.example.daydreamclock:attr/editTextStyle = 0x7f03019b +com.example.daydreamclock:color/notification_icon_bg_color = 0x7f0502ed +com.example.daydreamclock:attr/deltaPolarRadius = 0x7f030176 +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.YearNavigationButton = 0x7f0f042b +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant6 = 0x7f0500c3 +com.example.daydreamclock:dimen/m3_comp_outlined_button_outline_width = 0x7f060151 +com.example.daydreamclock:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500ef +com.example.daydreamclock:style/ThemeOverlay.Material3.BottomAppBar.Legacy = 0x7f0f0284 +com.example.daydreamclock:attr/titleMarginStart = 0x7f03048c +com.example.daydreamclock:attr/boxCornerRadiusTopEnd = 0x7f030083 +com.example.daydreamclock:dimen/m3_searchview_height = 0x7f0601dd +com.example.daydreamclock:attr/drawableTopCompat = 0x7f030190 +com.example.daydreamclock:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f0f03ae +com.example.daydreamclock:string/path_password_eye_mask_visible = 0x7f0e009e +com.example.daydreamclock:color/switch_thumb_material_dark = 0x7f0502ff +com.example.daydreamclock:attr/colorOnPrimaryFixed = 0x7f030103 +com.example.daydreamclock:attr/boxBackgroundMode = 0x7f03007f +com.example.daydreamclock:id/accessibility_custom_action_12 = 0x7f080014 +com.example.daydreamclock:attr/activeIndicatorLabelPadding = 0x7f030026 +com.example.daydreamclock:dimen/m3_navigation_rail_item_padding_top = 0x7f0601cc +com.example.daydreamclock:dimen/design_bottom_navigation_shadow_height = 0x7f060069 +com.example.daydreamclock:attr/backgroundInsetTop = 0x7f03004c +com.example.daydreamclock:id/accessibility_custom_action_8 = 0x7f08002e +com.example.daydreamclock:attr/colorErrorContainer = 0x7f0300fb +com.example.daydreamclock:string/appbar_scrolling_view_behavior = 0x7f0e001d +com.example.daydreamclock:dimen/mtrl_switch_track_width = 0x7f0602f4 +com.example.daydreamclock:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f0f010c +com.example.daydreamclock:attr/flow_verticalStyle = 0x7f0301f9 +com.example.daydreamclock:attr/isMaterial3Theme = 0x7f030240 +com.example.daydreamclock:attr/bottomAppBarStyle = 0x7f030078 +com.example.daydreamclock:attr/keyboardIcon = 0x7f030261 +com.example.daydreamclock:style/ThemeOverlay.Material3.BottomNavigationView = 0x7f0f0285 +com.example.daydreamclock:dimen/m3_navigation_item_shape_inset_bottom = 0x7f0601bc +com.example.daydreamclock:attr/circularflow_viewCenter = 0x7f0300d8 +com.example.daydreamclock:attr/maxActionInlineWidth = 0x7f030301 +com.example.daydreamclock:attr/dropDownListViewStyle = 0x7f030195 +com.example.daydreamclock:color/design_default_color_error = 0x7f050041 +com.example.daydreamclock:attr/behavior_skipCollapsed = 0x7f030072 +com.example.daydreamclock:styleable/CardView = 0x7f10001a +com.example.daydreamclock:style/Widget.Material3.FloatingActionButton.Small.Secondary = 0x7f0f0389 +com.example.daydreamclock:attr/itemShapeInsetStart = 0x7f030255 +com.example.daydreamclock:color/material_dynamic_neutral10 = 0x7f050221 +com.example.daydreamclock:string/bottomsheet_action_expand_halfway = 0x7f0e0021 +com.example.daydreamclock:color/material_dynamic_tertiary20 = 0x7f050257 +com.example.daydreamclock:drawable/mtrl_switch_thumb_pressed_unchecked = 0x7f0700cc +com.example.daydreamclock:attr/textAppearanceDisplayMedium = 0x7f030433 +com.example.daydreamclock:attr/behavior_peekHeight = 0x7f03006f +com.example.daydreamclock:attr/scrimVisibleHeightTrigger = 0x7f0303a5 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f0f01b2 +com.example.daydreamclock:color/abc_btn_colored_text_material = 0x7f050003 +com.example.daydreamclock:style/Widget.Material3.CollapsingToolbar = 0x7f0f0372 +com.example.daydreamclock:attr/cornerFamilyTopLeft = 0x7f03014f +com.example.daydreamclock:color/m3_sys_color_dark_outline_variant = 0x7f05016a +com.example.daydreamclock:id/SHOW_PATH = 0x7f080009 +com.example.daydreamclock:styleable/LinearLayoutCompat_Layout = 0x7f100049 +com.example.daydreamclock:attr/tabIndicatorAnimationDuration = 0x7f03040f +com.example.daydreamclock:macro/m3_comp_checkbox_selected_icon_color = 0x7f0c000b +com.example.daydreamclock:animator/m3_extended_fab_state_list_animator = 0x7f020014 +com.example.daydreamclock:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014 +com.example.daydreamclock:attr/maxNumber = 0x7f030307 +com.example.daydreamclock:style/Base.Widget.Material3.Chip = 0x7f0f0101 +com.example.daydreamclock:color/mtrl_fab_bg_color_selector = 0x7f0502c9 +com.example.daydreamclock:attr/chipCornerRadius = 0x7f0300bf +com.example.daydreamclock:macro/m3_comp_top_app_bar_medium_headline_color = 0x7f0c016e +com.example.daydreamclock:attr/barrierAllowsGoneWidgets = 0x7f030064 +com.example.daydreamclock:attr/behavior_halfExpandedRatio = 0x7f03006c +com.example.daydreamclock:attr/colorPrimaryVariant = 0x7f03011a +com.example.daydreamclock:attr/drawableTintMode = 0x7f03018f +com.example.daydreamclock:style/Widget.Material3.SideSheet = 0x7f0f03c2 +com.example.daydreamclock:drawable/abc_cab_background_top_mtrl_alpha = 0x7f070039 +com.example.daydreamclock:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0600c6 +com.example.daydreamclock:attr/backHandlingEnabled = 0x7f030046 +com.example.daydreamclock:style/ThemeOverlay.Material3.Chip = 0x7f0f028f +com.example.daydreamclock:attr/checkedIconVisible = 0x7f0300bb +com.example.daydreamclock:drawable/$avd_hide_password__1 = 0x7f070001 +com.example.daydreamclock:color/m3_ref_palette_primary40 = 0x7f05012d +com.example.daydreamclock:anim/mtrl_bottom_sheet_slide_in = 0x7f010029 +com.example.daydreamclock:attr/behavior_draggable = 0x7f030069 +com.example.daydreamclock:attr/buttonIconTint = 0x7f030093 +com.example.daydreamclock:attr/hoveredFocusedTranslationZ = 0x7f030224 +com.example.daydreamclock:styleable/TabLayout = 0x7f100088 +com.example.daydreamclock:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020016 +com.example.daydreamclock:id/autoComplete = 0x7f080054 +com.example.daydreamclock:color/material_dynamic_tertiary40 = 0x7f050259 +com.example.daydreamclock:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f0501a0 +com.example.daydreamclock:attr/itemVerticalPadding = 0x7f03025f +com.example.daydreamclock:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0600c5 +com.example.daydreamclock:attr/behavior_autoShrink = 0x7f030068 +com.example.daydreamclock:layout/design_layout_snackbar_include = 0x7f0b0020 +com.example.daydreamclock:attr/behavior_autoHide = 0x7f030067 +com.example.daydreamclock:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500de +com.example.daydreamclock:attr/colorOnTertiaryContainer = 0x7f03010e +com.example.daydreamclock:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f0f017f +com.example.daydreamclock:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f060187 +com.example.daydreamclock:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001 +com.example.daydreamclock:attr/commitIcon = 0x7f03012f +com.example.daydreamclock:string/clear_text_end_icon_content_description = 0x7f0e002e +com.example.daydreamclock:macro/m3_comp_filled_tonal_button_label_text_color = 0x7f0c0054 +com.example.daydreamclock:attr/colorContainer = 0x7f0300f6 +com.example.daydreamclock:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f0f037d +com.example.daydreamclock:dimen/m3_comp_filter_chip_with_icon_icon_size = 0x7f060130 +com.example.daydreamclock:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f0f0128 +com.example.daydreamclock:attr/contentPadding = 0x7f030140 +com.example.daydreamclock:attr/topInsetScrimEnabled = 0x7f03049d +com.example.daydreamclock:style/Base.Widget.Material3.Snackbar = 0x7f0f010d +com.example.daydreamclock:color/m3_sys_color_on_secondary_fixed = 0x7f0501ee +com.example.daydreamclock:attr/colorTertiaryContainer = 0x7f03012c +com.example.daydreamclock:string/mtrl_picker_navigate_to_year_description = 0x7f0e007d +com.example.daydreamclock:attr/closeIconSize = 0x7f0300e2 +com.example.daydreamclock:style/TextAppearance.Design.Counter = 0x7f0f01c9 +com.example.daydreamclock:attr/simpleItemLayout = 0x7f0303c8 +com.example.daydreamclock:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f0f027f +com.example.daydreamclock:attr/actionBarSize = 0x7f030005 +com.example.daydreamclock:color/m3_button_background_color_selector = 0x7f050065 +com.example.daydreamclock:dimen/m3_comp_search_view_full_screen_header_container_height = 0x7f060173 +com.example.daydreamclock:dimen/m3_comp_navigation_rail_active_indicator_width = 0x7f060148 +com.example.daydreamclock:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f0f0259 +com.example.daydreamclock:id/search_src_text = 0x7f080187 +com.example.daydreamclock:color/design_dark_default_color_secondary_variant = 0x7f05003e +com.example.daydreamclock:dimen/design_snackbar_text_size = 0x7f060088 +com.example.daydreamclock:dimen/abc_search_view_preferred_height = 0x7f060036 +com.example.daydreamclock:attr/autoTransition = 0x7f030045 +com.example.daydreamclock:style/Widget.Material3.BottomAppBar.Legacy = 0x7f0f0345 +com.example.daydreamclock:drawable/mtrl_switch_track_decoration = 0x7f0700d1 +com.example.daydreamclock:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a +com.example.daydreamclock:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012 +com.example.daydreamclock:attr/nestedScrollable = 0x7f030351 +com.example.daydreamclock:attr/autoAdjustToWithinGrandparentBounds = 0x7f03003c +com.example.daydreamclock:id/action_bar = 0x7f080033 +com.example.daydreamclock:attr/actionDropDownStyle = 0x7f03000e +com.example.daydreamclock:attr/badgeWithTextRadius = 0x7f03005f +com.example.daydreamclock:attr/layout_constraintVertical_weight = 0x7f03029b +com.example.daydreamclock:attr/badgeTextColor = 0x7f03005a +com.example.daydreamclock:dimen/material_textinput_max_width = 0x7f06023c +com.example.daydreamclock:attr/listChoiceIndicatorSingleAnimated = 0x7f0302bc +com.example.daydreamclock:attr/colorOnPrimaryFixedVariant = 0x7f030104 +com.example.daydreamclock:attr/state_with_icon = 0x7f0303f0 +com.example.daydreamclock:id/action_context_bar = 0x7f08003b +com.example.daydreamclock:attr/barrierDirection = 0x7f030065 +com.example.daydreamclock:drawable/m3_avd_show_password = 0x7f07009a +com.example.daydreamclock:attr/badgeTextAppearance = 0x7f030059 +com.example.daydreamclock:attr/badgeStyle = 0x7f030057 +com.example.daydreamclock:dimen/m3_ripple_selectable_pressed_alpha = 0x7f0601d2 +com.example.daydreamclock:layout/support_simple_spinner_dropdown_item = 0x7f0b006b +com.example.daydreamclock:dimen/m3_comp_divider_thickness = 0x7f060108 +com.example.daydreamclock:attr/badgeShapeAppearance = 0x7f030055 +com.example.daydreamclock:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0c002f +com.example.daydreamclock:attr/textPanX = 0x7f030464 +com.example.daydreamclock:id/TOP_START = 0x7f08000d +com.example.daydreamclock:style/Widget.Material3.MaterialCalendar.Year = 0x7f0f03a4 +com.example.daydreamclock:attr/layout_constraintWidth_max = 0x7f03029e +com.example.daydreamclock:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f0f0371 +com.example.daydreamclock:attr/dayStyle = 0x7f03016e +com.example.daydreamclock:string/mtrl_picker_range_header_only_end_selected = 0x7f0e007f +com.example.daydreamclock:attr/badgeWithTextShapeAppearanceOverlay = 0x7f030061 +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f0f0070 +com.example.daydreamclock:dimen/m3_comp_outlined_autocomplete_menu_container_elevation = 0x7f06014f +com.example.daydreamclock:attr/badgeWidePadding = 0x7f03005c +com.example.daydreamclock:attr/colorSurfaceContainerLow = 0x7f030125 +com.example.daydreamclock:attr/bottomSheetDragHandleStyle = 0x7f03007c +com.example.daydreamclock:style/Widget.AppCompat.CompoundButton.Switch = 0x7f0f02f9 +com.example.daydreamclock:dimen/m3_comp_switch_selected_hover_state_layer_opacity = 0x7f06018f +com.example.daydreamclock:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c00d3 +com.example.daydreamclock:attr/waveDecay = 0x7f0304c6 +com.example.daydreamclock:interpolator/m3_sys_motion_easing_standard = 0x7f0a000b +com.example.daydreamclock:attr/gapBetweenBars = 0x7f03020b +com.example.daydreamclock:attr/badgeRadius = 0x7f030054 +com.example.daydreamclock:attr/clickAction = 0x7f0300da +com.example.daydreamclock:color/material_dynamic_secondary90 = 0x7f050251 +com.example.daydreamclock:attr/flow_lastVerticalBias = 0x7f0301f2 +com.example.daydreamclock:color/material_dynamic_secondary20 = 0x7f05024a +com.example.daydreamclock:attr/thumbIconTint = 0x7f030471 +com.example.daydreamclock:color/m3_sys_color_light_on_error_container = 0x7f0501d2 +com.example.daydreamclock:macro/m3_comp_date_picker_modal_date_selected_label_text_color = 0x7f0c0012 +com.example.daydreamclock:id/textinput_placeholder = 0x7f0801cd +com.example.daydreamclock:color/m3_icon_button_icon_color_selector = 0x7f05008f +com.example.daydreamclock:style/Base.TextAppearance.Material3.Search = 0x7f0f0043 +com.example.daydreamclock:attr/layout_constraintWidth_default = 0x7f03029d +com.example.daydreamclock:attr/shortcutMatchRequired = 0x7f0303bb +com.example.daydreamclock:styleable/PopupWindowBackgroundState = 0x7f100070 +com.example.daydreamclock:attr/carousel_backwardTransition = 0x7f0300a3 +com.example.daydreamclock:styleable/MotionEffect = 0x7f100063 +com.example.daydreamclock:color/dim_foreground_material_light = 0x7f05005a +com.example.daydreamclock:macro/m3_comp_search_bar_input_text_type = 0x7f0c00eb +com.example.daydreamclock:attr/buttonGravity = 0x7f030090 +com.example.daydreamclock:attr/backgroundOverlayColorAlpha = 0x7f03004d +com.example.daydreamclock:attr/clockIcon = 0x7f0300dd +com.example.daydreamclock:attr/layout_constraintRight_creator = 0x7f030290 +com.example.daydreamclock:attr/circularflow_angles = 0x7f0300d4 +com.example.daydreamclock:attr/autoShowKeyboard = 0x7f03003f +com.example.daydreamclock:attr/thumbTextPadding = 0x7f030476 +com.example.daydreamclock:drawable/m3_tabs_line_indicator = 0x7f0700a1 +com.example.daydreamclock:color/material_dynamic_neutral70 = 0x7f050228 +com.example.daydreamclock:attr/textAppearanceHeadlineLarge = 0x7f03043b +com.example.daydreamclock:attr/expandedTitleMargin = 0x7f0301bb +com.example.daydreamclock:attr/textAppearanceSubtitle2 = 0x7f03044c +com.example.daydreamclock:attr/flow_verticalGap = 0x7f0301f8 +com.example.daydreamclock:attr/drawableLeftCompat = 0x7f03018a +com.example.daydreamclock:attr/actionBarDivider = 0x7f030002 +com.example.daydreamclock:attr/autoSizeTextType = 0x7f030044 +com.example.daydreamclock:attr/horizontalOffset = 0x7f030222 +com.example.daydreamclock:attr/endIconScaleType = 0x7f0301a7 +com.example.daydreamclock:dimen/material_time_picker_minimum_screen_height = 0x7f06023e +com.example.daydreamclock:color/m3_sys_color_dark_tertiary_container = 0x7f050179 +com.example.daydreamclock:anim/abc_grow_fade_in_from_bottom = 0x7f010002 +com.example.daydreamclock:animator/m3_extended_fab_show_motion_spec = 0x7f020013 +com.example.daydreamclock:attr/subtitle = 0x7f0303fc +com.example.daydreamclock:attr/attributeName = 0x7f03003b +com.example.daydreamclock:attr/layout_constraintLeft_toLeftOf = 0x7f03028e +com.example.daydreamclock:color/call_notification_decline_color = 0x7f05002c +com.example.daydreamclock:string/exposed_dropdown_menu_content_description = 0x7f0e0031 +com.example.daydreamclock:attr/chipSpacingHorizontal = 0x7f0300ca +com.example.daydreamclock:styleable/StateListDrawableItem = 0x7f100083 +com.example.daydreamclock:anim/abc_shrink_fade_out_from_bottom = 0x7f010005 +com.example.daydreamclock:attr/horizontalOffsetWithText = 0x7f030223 +com.example.daydreamclock:integer/m3_sys_shape_corner_medium_corner_family = 0x7f090024 +com.example.daydreamclock:drawable/avd_show_password = 0x7f070078 +com.example.daydreamclock:color/bright_foreground_inverse_material_dark = 0x7f050025 +com.example.daydreamclock:drawable/mtrl_popupmenu_background = 0x7f0700c4 +com.example.daydreamclock:dimen/mtrl_calendar_day_horizontal_padding = 0x7f060272 +com.example.daydreamclock:attr/cardBackgroundColor = 0x7f03009a +com.example.daydreamclock:macro/m3_comp_outlined_text_field_input_text_color = 0x7f0c00c3 +com.example.daydreamclock:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f0602cc +com.example.daydreamclock:attr/subheaderInsetStart = 0x7f0303f9 +com.example.daydreamclock:styleable/ConstraintLayout_ReactiveGuide = 0x7f100028 +com.example.daydreamclock:id/animateToStart = 0x7f08004d +com.example.daydreamclock:attr/actionModeShareDrawable = 0x7f03001c +com.example.daydreamclock:color/m3_ref_palette_secondary100 = 0x7f050137 +com.example.daydreamclock:attr/materialCalendarHeaderToggleButton = 0x7f0302e3 +com.example.daydreamclock:attr/blendSrc = 0x7f030073 +com.example.daydreamclock:dimen/mtrl_extended_fab_end_padding_icon = 0x7f0602a5 +com.example.daydreamclock:style/ShapeAppearance.Material3.Corner.Full = 0x7f0f0170 +com.example.daydreamclock:dimen/mtrl_badge_horizontal_edge_offset = 0x7f060245 +com.example.daydreamclock:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f0f0145 +com.example.daydreamclock:attr/SharedValueId = 0x7f030001 +com.example.daydreamclock:attr/drawableBottomCompat = 0x7f030188 +com.example.daydreamclock:id/design_menu_item_action_area_stub = 0x7f080095 +com.example.daydreamclock:attr/extendMotionSpec = 0x7f0301c2 +com.example.daydreamclock:animator/m3_btn_state_list_anim = 0x7f02000b +com.example.daydreamclock:anim/abc_fade_in = 0x7f010000 +com.example.daydreamclock:attr/alertDialogStyle = 0x7f03002b +com.example.daydreamclock:attr/elevation = 0x7f03019c +com.example.daydreamclock:attr/actionModeStyle = 0x7f03001e +com.example.daydreamclock:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f0f03ce +com.example.daydreamclock:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f0501bd +com.example.daydreamclock:id/view_tree_view_model_store_owner = 0x7f0801eb +com.example.daydreamclock:attr/actionViewClass = 0x7f030025 +com.example.daydreamclock:string/material_timepicker_am = 0x7f0e0056 +com.example.daydreamclock:dimen/m3_alert_dialog_icon_margin = 0x7f0600a1 +com.example.daydreamclock:attr/badgeShapeAppearanceOverlay = 0x7f030056 +com.example.daydreamclock:attr/colorPrimaryFixed = 0x7f030116 +com.example.daydreamclock:attr/switchPadding = 0x7f030406 +com.example.daydreamclock:attr/actionTextColorAlpha = 0x7f030024 +com.example.daydreamclock:dimen/m3_comp_secondary_navigation_tab_focus_state_layer_opacity = 0x7f060175 +com.example.daydreamclock:style/Widget.Material3.CardView.Outlined = 0x7f0f0361 +com.example.daydreamclock:dimen/m3_btn_padding_top = 0x7f0600dc +com.example.daydreamclock:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f0f0282 +com.example.daydreamclock:id/sharedValueUnset = 0x7f08018d +com.example.daydreamclock:attr/layout_behavior = 0x7f030270 +com.example.daydreamclock:attr/icon = 0x7f030225 +com.example.daydreamclock:attr/actionOverflowButtonStyle = 0x7f030021 +com.example.daydreamclock:attr/actionModeSelectAllDrawable = 0x7f03001b +com.example.daydreamclock:attr/flow_firstHorizontalBias = 0x7f0301e8 +com.example.daydreamclock:macro/m3_comp_time_picker_period_selector_unselected_focus_state_layer_color = 0x7f0c015b +com.example.daydreamclock:dimen/notification_big_circle_margin = 0x7f060307 +com.example.daydreamclock:style/Animation.Material3.SideSheetDialog.Right = 0x7f0f0009 +com.example.daydreamclock:dimen/m3_alert_dialog_action_top_padding = 0x7f06009e +com.example.daydreamclock:attr/buttonBarNeutralButtonStyle = 0x7f03008c +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500c6 +com.example.daydreamclock:drawable/num_colon = 0x7f0700eb +com.example.daydreamclock:interpolator/mtrl_fast_out_slow_in = 0x7f0a000f +com.example.daydreamclock:dimen/design_bottom_navigation_active_text_size = 0x7f060061 +com.example.daydreamclock:attr/activityChooserViewStyle = 0x7f030027 +com.example.daydreamclock:color/m3_ref_palette_neutral_variant99 = 0x7f050127 +com.example.daydreamclock:style/Widget.MaterialComponents.Chip.Action = 0x7f0f0401 +com.example.daydreamclock:attr/autoCompleteTextViewStyle = 0x7f03003e +com.example.daydreamclock:styleable/ThemeEnforcement = 0x7f10008d +com.example.daydreamclock:dimen/m3_card_stroke_width = 0x7f0600ec +com.example.daydreamclock:color/m3_dynamic_hint_foreground = 0x7f050085 +com.example.daydreamclock:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f0f0055 +com.example.daydreamclock:attr/actionModeCopyDrawable = 0x7f030016 +com.example.daydreamclock:style/Base.Widget.MaterialComponents.TextInputLayout = 0x7f0f011d +com.example.daydreamclock:string/m3_sys_motion_easing_legacy_decelerate = 0x7f0e0042 +com.example.daydreamclock:layout/abc_expanded_menu_layout = 0x7f0b000d +com.example.daydreamclock:attr/actionModeCloseDrawable = 0x7f030015 +com.example.daydreamclock:attr/actionModeCloseContentDescription = 0x7f030014 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral0 = 0x7f05009f +com.example.daydreamclock:attr/actionBarPopupTheme = 0x7f030004 +com.example.daydreamclock:attr/floatingActionButtonSmallPrimaryStyle = 0x7f0301e0 +com.example.daydreamclock:color/abc_search_url_text_normal = 0x7f05000e +com.example.daydreamclock:attr/hintTextColor = 0x7f03021f +com.example.daydreamclock:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f0f0069 +com.example.daydreamclock:attr/drawerLayoutStyle = 0x7f030193 +com.example.daydreamclock:string/mtrl_badge_numberless_content_description = 0x7f0e005d +com.example.daydreamclock:animator/mtrl_extended_fab_hide_motion_spec = 0x7f02001b +com.example.daydreamclock:macro/m3_comp_radio_button_selected_focus_state_layer_color = 0x7f0c00da +com.example.daydreamclock:drawable/abc_btn_borderless_material = 0x7f07002a +com.example.daydreamclock:anim/abc_slide_in_bottom = 0x7f010006 +com.example.daydreamclock:id/matrix = 0x7f080110 +com.example.daydreamclock:attr/layout_constraintDimensionRatio = 0x7f03027f +com.example.daydreamclock:attr/backgroundStacked = 0x7f03004f +com.example.daydreamclock:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f0f0165 +com.example.daydreamclock:attr/itemPaddingTop = 0x7f03024e +com.example.daydreamclock:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f0f00e1 +com.example.daydreamclock:id/view_transition = 0x7f0801e7 +com.example.daydreamclock:attr/textAppearanceSubtitle1 = 0x7f03044b +com.example.daydreamclock:id/material_timepicker_view = 0x7f08010e +com.example.daydreamclock:attr/layout_goneMarginBottom = 0x7f0302a5 +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral94 = 0x7f0500b2 +com.example.daydreamclock:attr/counterEnabled = 0x7f030157 +com.example.daydreamclock:attr/textOutlineColor = 0x7f030462 +com.example.daydreamclock:attr/itemMaxLines = 0x7f03024a +com.example.daydreamclock:attr/actionModeWebSearchDrawable = 0x7f030020 +com.example.daydreamclock:animator/m3_extended_fab_change_size_collapse_motion_spec = 0x7f020010 +com.example.daydreamclock:animator/m3_card_state_list_anim = 0x7f02000d +com.example.daydreamclock:id/async = 0x7f080052 +com.example.daydreamclock:dimen/design_navigation_padding_bottom = 0x7f06007c +com.example.daydreamclock:anim/design_snackbar_in = 0x7f01001a +com.example.daydreamclock:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f0f004e +com.example.daydreamclock:dimen/m3_comp_input_chip_container_elevation = 0x7f060131 +com.example.daydreamclock:color/material_slider_active_track_color = 0x7f0502ab +com.example.daydreamclock:attr/behavior_hideable = 0x7f03006d +com.example.daydreamclock:anim/fragment_fast_out_extra_slow_in = 0x7f01001c +com.example.daydreamclock:attr/layout_editor_absoluteX = 0x7f0302a2 +com.example.daydreamclock:color/secondary_text_disabled_material_dark = 0x7f0502fb +com.example.daydreamclock:attr/arrowShaftLength = 0x7f03003a +com.example.daydreamclock:attr/motionPath = 0x7f030340 +com.example.daydreamclock:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f0f01bb +com.example.daydreamclock:dimen/m3_comp_radio_button_unselected_focus_state_layer_opacity = 0x7f060169 +com.example.daydreamclock:attr/layout_collapseParallaxMultiplier = 0x7f030272 +com.example.daydreamclock:dimen/mtrl_shape_corner_size_medium_component = 0x7f0602dd +com.example.daydreamclock:macro/m3_comp_sheet_side_docked_modal_container_shape = 0x7f0c010a +com.example.daydreamclock:attr/animateMenuItems = 0x7f030032 +com.example.daydreamclock:attr/materialAlertDialogTheme = 0x7f0302d3 +com.example.daydreamclock:color/m3_text_button_ripple_color_selector = 0x7f050200 +com.example.daydreamclock:styleable/AppCompatTheme = 0x7f100012 +com.example.daydreamclock:animator/m3_card_elevated_state_list_anim = 0x7f02000c +com.example.daydreamclock:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f0f0060 +com.example.daydreamclock:color/m3_card_stroke_color = 0x7f05006e +com.example.daydreamclock:style/Widget.AppCompat.Light.SearchView = 0x7f0f0312 +com.example.daydreamclock:attr/textInputFilledExposedDropdownMenuStyle = 0x7f03045a +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Medium = 0x7f0f0025 +com.example.daydreamclock:attr/itemFillColor = 0x7f030244 +com.example.daydreamclock:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f0f0038 +com.example.daydreamclock:attr/textBackgroundZoom = 0x7f030454 +com.example.daydreamclock:dimen/mtrl_navigation_rail_compact_width = 0x7f0602c6 +com.example.daydreamclock:animator/mtrl_card_state_list_anim = 0x7f020017 +com.example.daydreamclock:dimen/fastscroll_minimum_range = 0x7f060092 +com.example.daydreamclock:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f07005d +com.example.daydreamclock:attr/itemMinHeight = 0x7f03024b +com.example.daydreamclock:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500bc +com.example.daydreamclock:dimen/m3_comp_outlined_card_outline_width = 0x7f060155 +com.example.daydreamclock:styleable/BottomSheetBehavior_Layout = 0x7f100017 +com.example.daydreamclock:anim/linear_indeterminate_line1_head_interpolator = 0x7f01001d +com.example.daydreamclock:anim/design_snackbar_out = 0x7f01001b +com.example.daydreamclock:anim/m3_side_sheet_exit_to_right = 0x7f010028 +com.example.daydreamclock:color/m3_timepicker_display_ripple_color = 0x7f05020b +com.example.daydreamclock:styleable/NavigationBarView = 0x7f10006a +com.example.daydreamclock:attr/mock_showDiagonals = 0x7f030318 +com.example.daydreamclock:macro/m3_comp_search_bar_pressed_state_layer_color = 0x7f0c00ed +com.example.daydreamclock:dimen/m3_comp_navigation_drawer_standard_container_elevation = 0x7f060146 +com.example.daydreamclock:anim/m3_bottom_sheet_slide_out = 0x7f010022 +com.example.daydreamclock:dimen/m3_comp_input_chip_container_height = 0x7f060132 +com.example.daydreamclock:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016 +com.example.daydreamclock:anim/linear_indeterminate_line2_tail_interpolator = 0x7f010020 +com.example.daydreamclock:anim/linear_indeterminate_line1_tail_interpolator = 0x7f01001e +com.example.daydreamclock:animator/mtrl_fab_hide_motion_spec = 0x7f02001e +com.example.daydreamclock:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f0f0420 +com.example.daydreamclock:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f0f01a1 +com.example.daydreamclock:dimen/m3_comp_text_button_focus_state_layer_opacity = 0x7f060196 +com.example.daydreamclock:anim/design_bottom_sheet_slide_in = 0x7f010018 +com.example.daydreamclock:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0600be +com.example.daydreamclock:attr/constraintSet = 0x7f030132 +com.example.daydreamclock:id/buttonPanel = 0x7f080062 +com.example.daydreamclock:dimen/mtrl_transition_shared_axis_slide_distance = 0x7f060304 +com.example.daydreamclock:style/Widget.Material3.CollapsingToolbar.Large = 0x7f0f0373 +com.example.daydreamclock:color/m3_sys_color_primary_fixed = 0x7f0501f2 +com.example.daydreamclock:attr/placeholderTextAppearance = 0x7f030378 +com.example.daydreamclock:styleable/FragmentContainerView = 0x7f10003a +com.example.daydreamclock:attr/actionOverflowMenuStyle = 0x7f030022 +com.example.daydreamclock:string/abc_menu_space_shortcut_label = 0x7f0e000f +com.example.daydreamclock:dimen/hint_alpha_material_dark = 0x7f060096 +com.example.daydreamclock:color/m3_sys_color_dark_inverse_on_surface = 0x7f05015b +com.example.daydreamclock:style/Widget.MaterialComponents.BottomNavigationView = 0x7f0f03ee +com.example.daydreamclock:attr/thumbTintMode = 0x7f030478 +com.example.daydreamclock:macro/m3_comp_navigation_rail_active_focus_state_layer_color = 0x7f0c0096 +com.example.daydreamclock:layout/design_navigation_menu_item = 0x7f0b0029 +com.example.daydreamclock:drawable/notification_bg_low = 0x7f0700d6 +com.example.daydreamclock:attr/alphabeticModifiers = 0x7f03002f +com.example.daydreamclock:attr/cardCornerRadius = 0x7f03009b +com.example.daydreamclock:id/group_divider = 0x7f0800d3 +com.example.daydreamclock:dimen/m3_extended_fab_min_height = 0x7f0601ac +com.example.daydreamclock:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013 +com.example.daydreamclock:attr/cornerSize = 0x7f030152 +com.example.daydreamclock:color/m3_sys_color_dynamic_on_primary_fixed_variant = 0x7f0501bf +com.example.daydreamclock:string/mtrl_exceed_max_badge_number_content_description = 0x7f0e006a +com.example.daydreamclock:color/material_personalized_hint_foreground = 0x7f0502a6 +com.example.daydreamclock:color/material_harmonized_color_error_container = 0x7f050269 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..c0845a2 --- /dev/null +++ b/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt @@ -0,0 +1,5230 @@ +com.example.daydreamclock +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_enter_from_left +anim m3_side_sheet_enter_from_right +anim m3_side_sheet_exit_to_left +anim m3_side_sheet_exit_to_right +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_appbar_state_list_animator +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 SharedValue +attr SharedValueId +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 activeIndicatorLabelPadding +attr activityChooserViewStyle +attr addElevationShadow +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr altSrc +attr animateCircleAngleTo +attr animateMenuItems +attr animateNavigationIcon +attr animateRelativeTo +attr animationMode +attr appBarLayoutStyle +attr applyMotionScene +attr arcMode +attr arrowHeadLength +attr arrowShaftLength +attr attributeName +attr autoAdjustToWithinGrandparentBounds +attr autoCompleteMode +attr autoCompleteTextViewStyle +attr autoShowKeyboard +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr autoTransition +attr backHandlingEnabled +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 badgeHeight +attr badgeRadius +attr badgeShapeAppearance +attr badgeShapeAppearanceOverlay +attr badgeStyle +attr badgeText +attr badgeTextAppearance +attr badgeTextColor +attr badgeVerticalPadding +attr badgeWidePadding +attr badgeWidth +attr badgeWithTextHeight +attr badgeWithTextRadius +attr badgeWithTextShapeAppearance +attr badgeWithTextShapeAppearanceOverlay +attr badgeWithTextWidth +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 blendSrc +attr borderRound +attr borderRoundPercent +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 carousel_alignment +attr carousel_backwardTransition +attr carousel_emptyViewsBehavior +attr carousel_firstView +attr carousel_forwardTransition +attr carousel_infinite +attr carousel_nextState +attr carousel_previousState +attr carousel_touchUpMode +attr carousel_touchUp_dampeningFactor +attr carousel_touchUp_velocityThreshold +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 circularflow_angles +attr circularflow_defaultAngle +attr circularflow_defaultRadius +attr circularflow_radiusInDP +attr circularflow_viewCenter +attr clearsTag +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 colorOnPrimaryFixed +attr colorOnPrimaryFixedVariant +attr colorOnPrimarySurface +attr colorOnSecondary +attr colorOnSecondaryContainer +attr colorOnSecondaryFixed +attr colorOnSecondaryFixedVariant +attr colorOnSurface +attr colorOnSurfaceInverse +attr colorOnSurfaceVariant +attr colorOnTertiary +attr colorOnTertiaryContainer +attr colorOnTertiaryFixed +attr colorOnTertiaryFixedVariant +attr colorOutline +attr colorOutlineVariant +attr colorPrimary +attr colorPrimaryContainer +attr colorPrimaryDark +attr colorPrimaryFixed +attr colorPrimaryFixedDim +attr colorPrimaryInverse +attr colorPrimarySurface +attr colorPrimaryVariant +attr colorSecondary +attr colorSecondaryContainer +attr colorSecondaryFixed +attr colorSecondaryFixedDim +attr colorSecondaryVariant +attr colorSurface +attr colorSurfaceBright +attr colorSurfaceContainer +attr colorSurfaceContainerHigh +attr colorSurfaceContainerHighest +attr colorSurfaceContainerLow +attr colorSurfaceContainerLowest +attr colorSurfaceDim +attr colorSurfaceInverse +attr colorSurfaceVariant +attr colorSwitchThumbNormal +attr colorTertiary +attr colorTertiaryContainer +attr colorTertiaryFixed +attr colorTertiaryFixedDim +attr commitIcon +attr compatShadowEnabled +attr constraintRotate +attr constraintSet +attr constraintSetEnd +attr constraintSetStart +attr constraint_referenced_ids +attr constraint_referenced_tags +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 cursorColor +attr cursorErrorColor +attr curveFit +attr customBoolean +attr customColorDrawableValue +attr customColorValue +attr customDimension +attr customFloatValue +attr customIntegerValue +attr customNavigationLayout +attr customPixelDimension +attr customReference +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 dropDownBackgroundTint +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 guidelineUseRtl +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 ifTagNotSet +attr ifTagSet +attr imageButtonStyle +attr imagePanX +attr imagePanY +attr imageRotate +attr imageZoom +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 itemTextAppearanceActiveBoldEnabled +attr itemTextAppearanceInactive +attr itemTextColor +attr itemVerticalPadding +attr keyPositionType +attr keyboardIcon +attr keylines +attr lStar +attr labelBehavior +attr labelStyle +attr labelVisibilityMode +attr largeFontVerticalOffsetAdjustment +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_constraintBaseline_toBottomOf +attr layout_constraintBaseline_toTopOf +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 +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 +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_goneMarginBaseline +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_marginBaseline +attr layout_optimizationLevel +attr layout_scrollEffect +attr layout_scrollFlags +attr layout_scrollInterpolator +attr layout_wrapBehaviorInParent +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 materialSearchViewToolbarHeight +attr materialSearchViewToolbarStyle +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 maxNumber +attr maxVelocity +attr maxWidth +attr measureWithLargestChild +attr menu +attr menuAlignmentMode +attr menuGravity +attr methodName +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 motionEffect_alpha +attr motionEffect_end +attr motionEffect_move +attr motionEffect_start +attr motionEffect_strict +attr motionEffect_translationX +attr motionEffect_translationY +attr motionEffect_viewTransition +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 offsetAlignmentMode +attr onCross +attr onHide +attr onNegativeCross +attr onPositiveCross +attr onShow +attr onStateTransition +attr onTouchUp +attr overlapAnchor +attr overlay +attr paddingBottomNoButtons +attr paddingBottomSystemWindowInsets +attr paddingEnd +attr paddingLeftSystemWindowInsets +attr paddingRightSystemWindowInsets +attr paddingStart +attr paddingStartSystemWindowInsets +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 polarRelativeTo +attr popupMenuBackground +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr prefixText +attr prefixTextAppearance +attr prefixTextColor +attr preserveIconSpacing +attr pressedTranslationZ +attr progressBarPadding +attr progressBarStyle +attr quantizeMotionInterpolator +attr quantizeMotionPhase +attr quantizeMotionSteps +attr queryBackground +attr queryHint +attr queryPatterns +attr radioButtonStyle +attr rangeFillColor +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr reactiveGuide_animateChange +attr reactiveGuide_applyToAllConstraintSets +attr reactiveGuide_applyToConstraintSet +attr reactiveGuide_valueId +attr recyclerViewStyle +attr region_heightLessThan +attr region_heightMoreThan +attr region_widthLessThan +attr region_widthMoreThan +attr removeEmbeddedFabElevation +attr reverseLayout +attr rippleColor +attr rotationCenterId +attr round +attr roundPercent +attr saturation +attr scaleFromTextSize +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 setsTag +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 springBoundary +attr springDamping +attr springMass +attr springStiffness +attr springStopThreshold +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 textBackground +attr textBackgroundPanX +attr textBackgroundPanY +attr textBackgroundRotate +attr textBackgroundZoom +attr textColorAlertDialogListItem +attr textColorSearchUrl +attr textEndPadding +attr textFillColor +attr textInputFilledDenseStyle +attr textInputFilledExposedDropdownMenuStyle +attr textInputFilledStyle +attr textInputLayoutFocusedRectEnabled +attr textInputOutlinedDenseStyle +attr textInputOutlinedExposedDropdownMenuStyle +attr textInputOutlinedStyle +attr textInputStyle +attr textLocale +attr textOutlineColor +attr textOutlineThickness +attr textPanX +attr textPanY +attr textStartPadding +attr textureBlurFactor +attr textureEffect +attr textureHeight +attr textureWidth +attr theme +attr thickness +attr thumbColor +attr thumbElevation +attr thumbIcon +attr thumbIconSize +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 tickRadiusActive +attr tickRadiusInactive +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 transformPivotTarget +attr transitionDisable +attr transitionEasing +attr transitionFlags +attr transitionPathRotate +attr transitionShapeAppearance +attr triggerId +attr triggerReceiver +attr triggerSlack +attr ttcIndex +attr upDuration +attr useCompatPadding +attr useDrawerArrowDrawable +attr useMaterialThemeColors +attr values +attr verticalOffset +attr verticalOffsetWithText +attr viewInflaterClass +attr viewTransitionMode +attr viewTransitionOnCross +attr viewTransitionOnNegativeCross +attr viewTransitionOnPositiveCross +attr visibilityMode +attr voiceIcon +attr warmth +attr waveDecay +attr waveOffset +attr wavePeriod +attr wavePhase +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_color +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 call_notification_answer_color +color call_notification_decline_color +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_bottom_sheet_drag_handle_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_navigation_rail_item_with_indicator_icon_tint +color m3_navigation_rail_item_with_indicator_label_tint +color m3_navigation_rail_ripple_color_selector +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_neutral12 +color m3_ref_palette_dynamic_neutral17 +color m3_ref_palette_dynamic_neutral20 +color m3_ref_palette_dynamic_neutral22 +color m3_ref_palette_dynamic_neutral24 +color m3_ref_palette_dynamic_neutral30 +color m3_ref_palette_dynamic_neutral4 +color m3_ref_palette_dynamic_neutral40 +color m3_ref_palette_dynamic_neutral50 +color m3_ref_palette_dynamic_neutral6 +color m3_ref_palette_dynamic_neutral60 +color m3_ref_palette_dynamic_neutral70 +color m3_ref_palette_dynamic_neutral80 +color m3_ref_palette_dynamic_neutral87 +color m3_ref_palette_dynamic_neutral90 +color m3_ref_palette_dynamic_neutral92 +color m3_ref_palette_dynamic_neutral94 +color m3_ref_palette_dynamic_neutral95 +color m3_ref_palette_dynamic_neutral96 +color m3_ref_palette_dynamic_neutral98 +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_variant12 +color m3_ref_palette_dynamic_neutral_variant17 +color m3_ref_palette_dynamic_neutral_variant20 +color m3_ref_palette_dynamic_neutral_variant22 +color m3_ref_palette_dynamic_neutral_variant24 +color m3_ref_palette_dynamic_neutral_variant30 +color m3_ref_palette_dynamic_neutral_variant4 +color m3_ref_palette_dynamic_neutral_variant40 +color m3_ref_palette_dynamic_neutral_variant50 +color m3_ref_palette_dynamic_neutral_variant6 +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_variant87 +color m3_ref_palette_dynamic_neutral_variant90 +color m3_ref_palette_dynamic_neutral_variant92 +color m3_ref_palette_dynamic_neutral_variant94 +color m3_ref_palette_dynamic_neutral_variant95 +color m3_ref_palette_dynamic_neutral_variant96 +color m3_ref_palette_dynamic_neutral_variant98 +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_neutral12 +color m3_ref_palette_neutral17 +color m3_ref_palette_neutral20 +color m3_ref_palette_neutral22 +color m3_ref_palette_neutral24 +color m3_ref_palette_neutral30 +color m3_ref_palette_neutral4 +color m3_ref_palette_neutral40 +color m3_ref_palette_neutral50 +color m3_ref_palette_neutral6 +color m3_ref_palette_neutral60 +color m3_ref_palette_neutral70 +color m3_ref_palette_neutral80 +color m3_ref_palette_neutral87 +color m3_ref_palette_neutral90 +color m3_ref_palette_neutral92 +color m3_ref_palette_neutral94 +color m3_ref_palette_neutral95 +color m3_ref_palette_neutral96 +color m3_ref_palette_neutral98 +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_bright +color m3_sys_color_dark_surface_container +color m3_sys_color_dark_surface_container_high +color m3_sys_color_dark_surface_container_highest +color m3_sys_color_dark_surface_container_low +color m3_sys_color_dark_surface_container_lowest +color m3_sys_color_dark_surface_dim +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_error +color m3_sys_color_dynamic_dark_error_container +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_error +color m3_sys_color_dynamic_dark_on_error_container +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_bright +color m3_sys_color_dynamic_dark_surface_container +color m3_sys_color_dynamic_dark_surface_container_high +color m3_sys_color_dynamic_dark_surface_container_highest +color m3_sys_color_dynamic_dark_surface_container_low +color m3_sys_color_dynamic_dark_surface_container_lowest +color m3_sys_color_dynamic_dark_surface_dim +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_error +color m3_sys_color_dynamic_light_error_container +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_error +color m3_sys_color_dynamic_light_on_error_container +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_bright +color m3_sys_color_dynamic_light_surface_container +color m3_sys_color_dynamic_light_surface_container_high +color m3_sys_color_dynamic_light_surface_container_highest +color m3_sys_color_dynamic_light_surface_container_low +color m3_sys_color_dynamic_light_surface_container_lowest +color m3_sys_color_dynamic_light_surface_dim +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_dynamic_on_primary_fixed +color m3_sys_color_dynamic_on_primary_fixed_variant +color m3_sys_color_dynamic_on_secondary_fixed +color m3_sys_color_dynamic_on_secondary_fixed_variant +color m3_sys_color_dynamic_on_tertiary_fixed +color m3_sys_color_dynamic_on_tertiary_fixed_variant +color m3_sys_color_dynamic_primary_fixed +color m3_sys_color_dynamic_primary_fixed_dim +color m3_sys_color_dynamic_secondary_fixed +color m3_sys_color_dynamic_secondary_fixed_dim +color m3_sys_color_dynamic_tertiary_fixed +color m3_sys_color_dynamic_tertiary_fixed_dim +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_bright +color m3_sys_color_light_surface_container +color m3_sys_color_light_surface_container_high +color m3_sys_color_light_surface_container_highest +color m3_sys_color_light_surface_container_low +color m3_sys_color_light_surface_container_lowest +color m3_sys_color_light_surface_dim +color m3_sys_color_light_surface_variant +color m3_sys_color_light_tertiary +color m3_sys_color_light_tertiary_container +color m3_sys_color_on_primary_fixed +color m3_sys_color_on_primary_fixed_variant +color m3_sys_color_on_secondary_fixed +color m3_sys_color_on_secondary_fixed_variant +color m3_sys_color_on_tertiary_fixed +color m3_sys_color_on_tertiary_fixed_variant +color m3_sys_color_primary_fixed +color m3_sys_color_primary_fixed_dim +color m3_sys_color_secondary_fixed +color m3_sys_color_secondary_fixed_dim +color m3_sys_color_tertiary_fixed +color m3_sys_color_tertiary_fixed_dim +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_text_color +color m3_timepicker_secondary_text_button_ripple_color +color m3_timepicker_secondary_text_button_text_color +color m3_timepicker_time_input_stroke_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_color_dark_error +color material_dynamic_color_dark_error_container +color material_dynamic_color_dark_on_error +color material_dynamic_color_dark_on_error_container +color material_dynamic_color_light_error +color material_dynamic_color_light_error_container +color material_dynamic_color_light_on_error +color material_dynamic_color_light_on_error_container +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__highlighted_text +color material_personalized__highlighted_text_inverse +color material_personalized_color_background +color material_personalized_color_control_activated +color material_personalized_color_control_highlight +color material_personalized_color_control_normal +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_outline +color material_personalized_color_outline_variant +color material_personalized_color_primary +color material_personalized_color_primary_container +color material_personalized_color_primary_inverse +color material_personalized_color_primary_text +color material_personalized_color_primary_text_inverse +color material_personalized_color_secondary +color material_personalized_color_secondary_container +color material_personalized_color_secondary_text +color material_personalized_color_secondary_text_inverse +color material_personalized_color_surface +color material_personalized_color_surface_bright +color material_personalized_color_surface_container +color material_personalized_color_surface_container_high +color material_personalized_color_surface_container_highest +color material_personalized_color_surface_container_low +color material_personalized_color_surface_container_lowest +color material_personalized_color_surface_dim +color material_personalized_color_surface_inverse +color material_personalized_color_surface_variant +color material_personalized_color_tertiary +color material_personalized_color_tertiary_container +color material_personalized_color_text_hint_foreground_inverse +color material_personalized_color_text_primary_inverse +color material_personalized_color_text_primary_inverse_disable_only +color material_personalized_color_text_secondary_and_tertiary_inverse +color material_personalized_color_text_secondary_and_tertiary_inverse_disabled +color material_personalized_hint_foreground +color material_personalized_hint_foreground_inverse +color material_personalized_primary_inverse_text_disable_only +color material_personalized_primary_text_disable_only +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 red_clock +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 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_back_progress_bottom_container_max_scale_x_distance +dimen m3_back_progress_bottom_container_max_scale_y_distance +dimen m3_back_progress_main_container_max_translation_y +dimen m3_back_progress_main_container_min_edge_gap +dimen m3_back_progress_side_container_max_scale_x_distance_grow +dimen m3_back_progress_side_container_max_scale_x_distance_shrink +dimen m3_back_progress_side_container_max_scale_y_distance +dimen m3_badge_horizontal_offset +dimen m3_badge_offset +dimen m3_badge_size +dimen m3_badge_vertical_offset +dimen m3_badge_with_text_horizontal_offset +dimen m3_badge_with_text_offset +dimen m3_badge_with_text_size +dimen m3_badge_with_text_vertical_offset +dimen m3_badge_with_text_vertical_padding +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_disabled_z +dimen m3_card_dragged_z +dimen m3_card_elevated_disabled_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_carousel_debug_keyline_width +dimen m3_carousel_extra_small_item_size +dimen m3_carousel_gone_size +dimen m3_carousel_small_item_default_corner_size +dimen m3_carousel_small_item_size_max +dimen m3_carousel_small_item_size_min +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_badge_large_size +dimen m3_comp_badge_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_date_picker_modal_date_today_container_outline_width +dimen m3_comp_date_picker_modal_header_container_height +dimen m3_comp_date_picker_modal_range_selection_header_container_height +dimen m3_comp_divider_thickness +dimen m3_comp_elevated_button_container_elevation +dimen m3_comp_elevated_button_disabled_container_elevation +dimen m3_comp_elevated_card_container_elevation +dimen m3_comp_elevated_card_icon_size +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_card_container_elevation +dimen m3_comp_filled_card_dragged_state_layer_opacity +dimen m3_comp_filled_card_focus_state_layer_opacity +dimen m3_comp_filled_card_hover_state_layer_opacity +dimen m3_comp_filled_card_icon_size +dimen m3_comp_filled_card_pressed_state_layer_opacity +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_menu_container_elevation +dimen m3_comp_navigation_bar_active_indicator_height +dimen m3_comp_navigation_bar_active_indicator_width +dimen m3_comp_navigation_bar_container_elevation +dimen m3_comp_navigation_bar_container_height +dimen m3_comp_navigation_bar_focus_state_layer_opacity +dimen m3_comp_navigation_bar_hover_state_layer_opacity +dimen m3_comp_navigation_bar_icon_size +dimen m3_comp_navigation_bar_pressed_state_layer_opacity +dimen m3_comp_navigation_drawer_container_width +dimen m3_comp_navigation_drawer_focus_state_layer_opacity +dimen m3_comp_navigation_drawer_hover_state_layer_opacity +dimen m3_comp_navigation_drawer_icon_size +dimen m3_comp_navigation_drawer_modal_container_elevation +dimen m3_comp_navigation_drawer_pressed_state_layer_opacity +dimen m3_comp_navigation_drawer_standard_container_elevation +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_focus_state_layer_opacity +dimen m3_comp_navigation_rail_hover_state_layer_opacity +dimen m3_comp_navigation_rail_icon_size +dimen m3_comp_navigation_rail_pressed_state_layer_opacity +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_card_container_elevation +dimen m3_comp_outlined_card_disabled_outline_opacity +dimen m3_comp_outlined_card_icon_size +dimen m3_comp_outlined_card_outline_width +dimen m3_comp_outlined_icon_button_unselected_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_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_radio_button_disabled_selected_icon_opacity +dimen m3_comp_radio_button_disabled_unselected_icon_opacity +dimen m3_comp_radio_button_selected_focus_state_layer_opacity +dimen m3_comp_radio_button_selected_hover_state_layer_opacity +dimen m3_comp_radio_button_selected_pressed_state_layer_opacity +dimen m3_comp_radio_button_unselected_focus_state_layer_opacity +dimen m3_comp_radio_button_unselected_hover_state_layer_opacity +dimen m3_comp_radio_button_unselected_pressed_state_layer_opacity +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_drag_handle_height +dimen m3_comp_sheet_bottom_docked_drag_handle_width +dimen m3_comp_sheet_bottom_docked_modal_container_elevation +dimen m3_comp_sheet_bottom_docked_standard_container_elevation +dimen m3_comp_sheet_side_docked_container_width +dimen m3_comp_sheet_side_docked_modal_container_elevation +dimen m3_comp_sheet_side_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_snackbar_container_elevation +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_comp_time_input_time_input_field_focus_outline_width +dimen m3_comp_time_picker_container_elevation +dimen m3_comp_time_picker_period_selector_focus_state_layer_opacity +dimen m3_comp_time_picker_period_selector_hover_state_layer_opacity +dimen m3_comp_time_picker_period_selector_outline_width +dimen m3_comp_time_picker_period_selector_pressed_state_layer_opacity +dimen m3_comp_time_picker_time_selector_focus_state_layer_opacity +dimen m3_comp_time_picker_time_selector_hover_state_layer_opacity +dimen m3_comp_time_picker_time_selector_pressed_state_layer_opacity +dimen m3_comp_top_app_bar_large_container_height +dimen m3_comp_top_app_bar_medium_container_height +dimen m3_comp_top_app_bar_small_container_elevation +dimen m3_comp_top_app_bar_small_container_height +dimen m3_comp_top_app_bar_small_on_scroll_container_elevation +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_large_text_vertical_offset_adjustment +dimen m3_menu_elevation +dimen m3_nav_badge_with_text_vertical_offset +dimen m3_navigation_drawer_layout_corner_size +dimen m3_navigation_item_active_indicator_label_padding +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_bottom_with_large_font +dimen m3_navigation_rail_item_padding_top +dimen m3_navigation_rail_item_padding_top_with_large_font +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_margin_detached +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_bottom +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 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_size +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_size +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_tick_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_icon_size +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 ic_arrow_back_black_24 +drawable ic_call_answer +drawable ic_call_answer_low +drawable ic_call_answer_video +drawable ic_call_answer_video_low +drawable ic_call_decline +drawable ic_call_decline_low +drawable ic_clear_black_24 +drawable ic_clock_black_24dp +drawable ic_keyboard_black_24dp +drawable ic_launcher +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 m3_avd_hide_password +drawable m3_avd_show_password +drawable m3_bottom_sheet_drag_handle +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_oversize_large_icon_bg +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable num_0 +drawable num_1 +drawable num_2 +drawable num_3 +drawable num_4 +drawable num_5 +drawable num_6 +drawable num_7 +drawable num_8 +drawable num_9 +drawable num_colon +drawable test_level_drawable +drawable tooltip_frame_dark +drawable tooltip_frame_light +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 actionDown +id actionDownUp +id actionUp +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 allStates +id always +id animateToEnd +id animateToStart +id antiClockwise +id anticipate +id arc +id asConfigured +id async +id auto +id autoComplete +id autoCompleteToEnd +id autoCompleteToStart +id barrier +id baseline +id beginOnFirstDraw +id beginning +id bestChoice +id blocking +id bottom +id bounce +id bounceBoth +id bounceEnd +id bounceStart +id buttonPanel +id cache_measures +id callMeasure +id cancel_button +id carryVelocity +id center +id centerCrop +id centerInside +id center_horizontal +id center_vertical +id chain +id chain2 +id chains +id checkbox +id checked +id chronometer +id circle_center +id clear_text +id clip_horizontal +id clip_vertical +id clockLayout +id clockwise +id closest +id collapseActionView +id colon +id compress +id confirm_button +id constraint +id container +id content +id contentPanel +id contiguous +id continuousVelocity +id coordinator +id cos +id counterclockwise +id cradle +id currentState +id custom +id customPanel +id cut +id dateTextView +id date_picker_actions +id decelerate +id decelerateAndComplete +id decor_content_parent +id default_activity_button +id deltaRelative +id dependency_ordering +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 digit1 +id digit2 +id digit3 +id digit4 +id dimensions +id direct +id disableHome +id disableIntraAutoTransition +id disablePostScroll +id disableScroll +id disjoint +id dragAnticlockwise +id dragClockwise +id dragDown +id dragEnd +id dragLeft +id dragRight +id dragStart +id dragUp +id dropdown_menu +id easeIn +id easeInOut +id easeOut +id east +id edge +id edit_query +id edit_text_id +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 frost +id fullscreen_header +id ghost_view +id ghost_view_holder +id gone +id graph +id graph_wrap +id group_divider +id grouping +id groups +id header_title +id hide_ime_id +id hideable +id home +id homeAsUp +id honorRequest +id horizontal_only +id icon +id icon_group +id ifRoom +id ignore +id ignoreRequest +id image +id immediateStop +id included +id indeterminate +id info +id invisible +id inward +id italic +id item_touch_helper_previous_elevation +id jumpToEnd +id jumpToStart +id labeled +id layout +id left +id leftToRight +id legacy +id line1 +id line3 +id linear +id listMode +id list_item +id m3_side_sheet +id marquee +id masked +id match_constraint +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 neverCompleteToEnd +id neverCompleteToStart +id noScroll +id noState +id none +id normal +id north +id notification_background +id notification_main_column +id notification_main_column_container +id off +id on +id onInterceptTouchReturnSwipe +id open_search_bar_text_view +id open_search_view_background +id open_search_view_clear_button +id open_search_view_content_container +id open_search_view_divider +id open_search_view_dummy_toolbar +id open_search_view_edit_text +id open_search_view_header_container +id open_search_view_root +id open_search_view_scrim +id open_search_view_search_prefix +id open_search_view_status_bar_spacer +id open_search_view_toolbar +id open_search_view_toolbar_container +id outline +id outward +id overshoot +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 radio +id ratio +id rectangles +id report_drawn +id reverseSawtooth +id right +id rightToLeft +id right_icon +id right_side +id rounded +id row_index_key +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_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_voice_btn +id select_dialog_listview +id selected +id selection_type +id sharedValueSet +id sharedValueUnset +id shortcut +id showCustom +id showHome +id showTitle +id sin +id skipCollapsed +id skipped +id slide +id snackbar_action +id snackbar_text +id snap +id snapMargins +id south +id spacer +id special_effects_controller_view_tag +id spline +id split_action_bar +id spread +id spread_inside +id spring +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 supportScrollUp +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 vertical_only +id view_offset_helper +id view_transition +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 weatherTextView +id west +id withText +id with_icon +id withinBounds +id wrap +id wrap_content +id wrap_content_constrained +id x_left +id x_right +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_badge_max_number +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 m3_sys_motion_path +integer m3_sys_shape_corner_extra_large_corner_family +integer m3_sys_shape_corner_extra_small_corner_family +integer m3_sys_shape_corner_full_corner_family +integer m3_sys_shape_corner_large_corner_family +integer m3_sys_shape_corner_medium_corner_family +integer m3_sys_shape_corner_small_corner_family +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 ime_base_split_test_activity +layout ime_secondary_split_test_activity +layout layout_dream +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 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 select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +layout support_simple_spinner_dropdown_item +plurals mtrl_badge_content_description +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 call_notification_answer_action +string call_notification_answer_video_action +string call_notification_decline_action +string call_notification_hang_up_action +string call_notification_incoming_text +string call_notification_ongoing_text +string call_notification_screening_text +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_exceed_max_badge_text_suffix +string m3_ref_typeface_brand_medium +string m3_ref_typeface_brand_regular +string m3_ref_typeface_plain_medium +string m3_ref_typeface_plain_regular +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 +string weather_loading +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_Material3_SideSheetDialog_Left +style Animation_Material3_SideSheetDialog_Right +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_Dialog_FixedSize +style Base_Theme_Material3_Dark_DialogWhenLarge +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_Dialog_FixedSize +style Base_Theme_Material3_Light_DialogWhenLarge +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_Badge_Large_Shape +style ShapeAppearance_M3_Comp_Badge_Shape +style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape +style ShapeAppearance_M3_Comp_DatePicker_Modal_Date_Container_Shape +style ShapeAppearance_M3_Comp_FilledButton_Container_Shape +style ShapeAppearance_M3_Comp_NavigationBar_ActiveIndicator_Shape +style ShapeAppearance_M3_Comp_NavigationBar_Container_Shape +style ShapeAppearance_M3_Comp_NavigationDrawer_ActiveIndicator_Shape +style ShapeAppearance_M3_Comp_NavigationRail_ActiveIndicator_Shape +style ShapeAppearance_M3_Comp_NavigationRail_Container_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_Sheet_Side_Docked_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_Badge +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_DaydreamClock +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_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_BottomNavigationView +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_NavigationRailView +style ThemeOverlay_Material3_NavigationView +style ThemeOverlay_Material3_PersonalizedColors +style ThemeOverlay_Material3_Search +style ThemeOverlay_Material3_SideSheetDialog +style ThemeOverlay_Material3_Snackbar +style ThemeOverlay_Material3_TabLayout +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_Badge_AdjustToBounds +style Widget_Material3_BottomAppBar +style Widget_Material3_BottomAppBar_Button_Navigation +style Widget_Material3_BottomAppBar_Legacy +style Widget_Material3_BottomNavigation_Badge +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_NavigationRailView_Badge +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_Detached +style Widget_Material3_SideSheet_Modal +style Widget_Material3_SideSheet_Modal_Detached +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 autoAdjustToWithinGrandparentBounds backgroundColor badgeGravity badgeHeight badgeRadius badgeShapeAppearance badgeShapeAppearanceOverlay badgeText badgeTextAppearance badgeTextColor badgeVerticalPadding badgeWidePadding badgeWidth badgeWithTextHeight badgeWithTextRadius badgeWithTextShapeAppearance badgeWithTextShapeAppearanceOverlay badgeWithTextWidth horizontalOffset horizontalOffsetWithText largeFontVerticalOffsetAdjustment maxCharacterCount maxNumber number offsetAlignmentMode 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 shapeAppearance shapeAppearanceOverlay +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 Carousel carousel_alignment carousel_backwardTransition carousel_emptyViewsBehavior carousel_firstView carousel_forwardTransition carousel_infinite carousel_nextState carousel_previousState carousel_touchUpMode carousel_touchUp_dampeningFactor carousel_touchUp_velocityThreshold +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 animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids constraint_referenced_tags 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 guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf 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 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 layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger pathMotionArc pivotAnchor polarRelativeTo quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transformPivotTarget transitionEasing transitionPathRotate visibilityMode +styleable ConstraintLayout_Layout android_orientation android_padding android_paddingLeft android_paddingTop android_paddingRight android_paddingBottom android_visibility android_layout_width android_layout_height android_layout_margin android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_paddingStart android_paddingEnd android_layout_marginStart android_layout_marginEnd android_elevation android_layout_marginHorizontal android_layout_marginVertical barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl circularflow_angles circularflow_defaultAngle circularflow_defaultRadius circularflow_radiusInDP circularflow_viewCenter constraintSet constraint_referenced_ids constraint_referenced_tags 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 guidelineUseRtl layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf 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 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 layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_optimizationLevel layout_wrapBehaviorInParent +styleable ConstraintLayout_ReactiveGuide reactiveGuide_animateChange reactiveGuide_applyToAllConstraintSets reactiveGuide_applyToConstraintSet reactiveGuide_valueId +styleable ConstraintLayout_placeholder content placeholder_emptyVisibility +styleable ConstraintOverride 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 animateCircleAngleTo animateRelativeTo 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 guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBottom_creator layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight 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_constraintRight_creator layout_constraintTag layout_constraintTop_creator layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger motionTarget pathMotionArc pivotAnchor polarRelativeTo quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transformPivotTarget transitionEasing transitionPathRotate visibilityMode +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 animateCircleAngleTo animateRelativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintRotate constraint_referenced_ids constraint_referenced_tags 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 guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf 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_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent motionProgress motionStagger pathMotionArc pivotAnchor polarRelativeTo quantizeMotionSteps 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 customReference customStringValue methodName +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 blendSrc brightness contrast crossfade imagePanX imagePanY imageRotate imageZoom overlay round roundPercent saturation warmth +styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingStartSystemWindowInsets 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 transformPivotTarget 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 wavePhase 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 wavePhase waveShape +styleable KeyTrigger framePosition motionTarget motion_postLayoutCollision motion_triggerOnCollision onCross onNegativeCross onPositiveCross triggerId triggerReceiver triggerSlack viewTransitionOnCross viewTransitionOnNegativeCross viewTransitionOnPositiveCross +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 constraint_referenced_tags guidelineUseRtl layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBaseline_toBottomOf layout_constraintBaseline_toTopOf 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 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 layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBaseline layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_marginBaseline layout_wrapBehaviorInParent 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 backgroundTint +styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle +styleable MaterialAutoCompleteTextView android_inputType android_popupElevation dropDownBackgroundTint 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 backgroundTint 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 thumbIconSize thumbIconTint thumbIconTintMode trackDecoration trackDecorationTint trackDecorationTintMode +styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight +styleable MaterialTextView android_textAppearance android_lineHeight lineHeight +styleable MaterialTimePicker backgroundTint 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 animateCircleAngleTo animateRelativeTo drawPath motionPathRotate motionStagger pathMotionArc quantizeMotionInterpolator quantizeMotionPhase quantizeMotionSteps transitionEasing +styleable MotionEffect motionEffect_alpha motionEffect_end motionEffect_move motionEffect_start motionEffect_strict motionEffect_translationX motionEffect_translationY motionEffect_viewTransition +styleable MotionHelper onHide onShow +styleable MotionLabel android_textSize android_typeface android_textStyle android_textColor android_gravity android_text android_shadowRadius android_fontFamily android_autoSizeTextType borderRound borderRoundPercent scaleFromTextSize textBackground textBackgroundPanX textBackgroundPanY textBackgroundRotate textBackgroundZoom textOutlineColor textOutlineThickness textPanX textPanY textureBlurFactor textureEffect textureHeight textureWidth +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 activeIndicatorLabelPadding backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceActiveBoldEnabled itemTextAppearanceInactive itemTextColor labelVisibilityMode menu +styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingStartSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay +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 itemTextAppearanceActiveBoldEnabled itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled +styleable OnClick clickAction targetId +styleable OnSwipe autoCompleteMode dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp rotationCenterId springBoundary springDamping springMass springStiffness springStopThreshold 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 backgroundTint 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 backHandlingEnabled backgroundTint 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 tickRadiusActive tickRadiusInactive 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 TextEffects android_textSize android_typeface android_textStyle android_text android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily borderRound borderRoundPercent textFillColor textOutlineColor textOutlineThickness +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 cursorColor cursorErrorColor 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 transformPivotTarget +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 +styleable ViewTransition android_id SharedValue SharedValueId clearsTag duration ifTagNotSet ifTagSet motionInterpolator motionTarget onStateTransition pathMotionArc setsTag transitionDisable upDuration viewTransitionMode +styleable include constraintSet +xml dream_info 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..695daa1 Binary files /dev/null and b/app/build/intermediates/variant_model/debug/variant_model.json differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab new file mode 100644 index 0000000..1eeb34b Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream new file mode 100644 index 0000000..eeafe95 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len new file mode 100644 index 0000000..456103f Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at new file mode 100644 index 0000000..f2cff69 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i new file mode 100644 index 0000000..47356b0 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab new file mode 100644 index 0000000..41c36ee Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream new file mode 100644 index 0000000..d596d38 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len new file mode 100644 index 0000000..1a83a7a Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at new file mode 100644 index 0000000..fc0e221 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i new file mode 100644 index 0000000..a05bdaf Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab new file mode 100644 index 0000000..b0477bf Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream new file mode 100644 index 0000000..d596d38 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len new file mode 100644 index 0000000..1a83a7a Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at new file mode 100644 index 0000000..1b74ac8 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i new file mode 100644 index 0000000..a05bdaf Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab new file mode 100644 index 0000000..6b5f6ec Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream new file mode 100644 index 0000000..517bb6c Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len new file mode 100644 index 0000000..8af03de Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len new file mode 100644 index 0000000..a9f80ae Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at new file mode 100644 index 0000000..2ea5b2f Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i new file mode 100644 index 0000000..4b27dfb Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab new file mode 100644 index 0000000..aaa1007 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream new file mode 100644 index 0000000..fef77ad Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len new file mode 100644 index 0000000..de8bf97 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len new file mode 100644 index 0000000..a9f80ae Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at new file mode 100644 index 0000000..aa308b5 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i new file mode 100644 index 0000000..e2e756a Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab new file mode 100644 index 0000000..d36f773 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream new file mode 100644 index 0000000..eeafe95 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len new file mode 100644 index 0000000..456103f Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at new file mode 100644 index 0000000..025cbb4 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i new file mode 100644 index 0000000..47356b0 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab new file mode 100644 index 0000000..f931125 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream new file mode 100644 index 0000000..533812e Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len new file mode 100644 index 0000000..b9a3d70 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at new file mode 100644 index 0000000..f12e3aa Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i new file mode 100644 index 0000000..dc2eec7 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab new file mode 100644 index 0000000..4b48839 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream new file mode 100644 index 0000000..d596d38 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len new file mode 100644 index 0000000..1a83a7a Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at new file mode 100644 index 0000000..a1f8f43 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i new file mode 100644 index 0000000..a05bdaf Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab new file mode 100644 index 0000000..2ceb12b --- /dev/null +++ b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab @@ -0,0 +1,2 @@ +2 +0 \ No newline at end of file diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab new file mode 100644 index 0000000..f70c816 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream new file mode 100644 index 0000000..eeafe95 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len new file mode 100644 index 0000000..456103f Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at new file mode 100644 index 0000000..7d30a43 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i new file mode 100644 index 0000000..47356b0 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab new file mode 100644 index 0000000..9021fcc Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream new file mode 100644 index 0000000..100d205 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len new file mode 100644 index 0000000..ccfcbf4 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at new file mode 100644 index 0000000..1b74ac8 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i new file mode 100644 index 0000000..f768a77 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab new file mode 100644 index 0000000..072a3e9 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream new file mode 100644 index 0000000..dd949f6 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len new file mode 100644 index 0000000..c08f49c Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len new file mode 100644 index 0000000..52b37ec Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at new file mode 100644 index 0000000..e5de6f1 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i new file mode 100644 index 0000000..33f544c Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin new file mode 100644 index 0000000..a8f2c9f Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ diff --git a/app/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin b/app/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin new file mode 100644 index 0000000..3326acc Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin differ diff --git a/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin b/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin new file mode 100644 index 0000000..1432778 Binary files /dev/null and b/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin differ diff --git a/app/build/outputs/apk/debug/app-debug.apk b/app/build/outputs/apk/debug/app-debug.apk new file mode 100644 index 0000000..41f6825 Binary files /dev/null and b/app/build/outputs/apk/debug/app-debug.apk differ diff --git a/app/build/outputs/apk/debug/output-metadata.json b/app/build/outputs/apk/debug/output-metadata.json new file mode 100644 index 0000000..f7617a2 --- /dev/null +++ b/app/build/outputs/apk/debug/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "com.example.daydreamclock", + "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/outputs/logs/manifest-merger-debug-report.txt b/app/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 0000000..afe1a1b --- /dev/null +++ b/app/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,316 @@ +-- Merging decision tree log --- +manifest +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:1:1-37:12 +INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:1:1-37:12 +INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:1:1-37:12 +INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:1:1-37:12 +MERGED from [com.google.android.material:material:1.11.0] C:\Users\tinde\.gradle\caches\transforms-4\c28bbbc2a92ca476f88c575f0dd81fe4\transformed\material-1.11.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\tinde\.gradle\caches\transforms-4\481167e5a5013ac711f0c7e7ac43fbb3\transformed\constraintlayout-2.1.4\AndroidManifest.xml:2:1-11:12 +MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\tinde\.gradle\caches\transforms-4\452c0cdd8a90dcfdc2ba9d8d0353c253\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\tinde\.gradle\caches\transforms-4\e525b4b20cf488dcb7dac147253c82c9\transformed\appcompat-1.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\956bac75d5c89bcb345716511d97f9d2\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:2:1-7:12 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:17:1-35:12 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\cb953fb7b780850cb20cb7d6358969a2\transformed\viewpager2-1.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\tinde\.gradle\caches\transforms-4\e81222577287d13ff323e04ddedd8242\transformed\fragment-1.3.6\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.activity:activity:1.8.0] C:\Users\tinde\.gradle\caches\transforms-4\40b461153d5e867249383262bab6b954\transformed\activity-1.8.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\dabe689a35df26bb0dcc0d7cad575bd6\transformed\drawerlayout-1.1.1\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\a3b6356bd6284a56af3936638a9bf59f\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f3f62c23301a96d2bf71ea7f26443782\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.transition:transition:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\b616187fd5ca5a70aefd0b5f93f60d4d\transformed\transition-1.2.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\0357e989fca04f9e1b0bc2ad1cea7b71\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\ba5d691a064737e424482478dba03ead\transformed\vectordrawable-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\3f94813b9f63bee7a809bbe7ff4b0e73\transformed\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\6936962a29c315bfb71ac044529c4a21\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\7843949046865ab31a7b7e93d03e5682\transformed\loader-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\4623089df65fe6eb130cdc60bb34bcd3\transformed\recyclerview-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.customview:customview:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\8f8f0e62d2d2fc641c9b2fc71ccf82cc\transformed\customview-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:17:1-30:12 +MERGED from [androidx.savedstate:savedstate:1.2.1] C:\Users\tinde\.gradle\caches\transforms-4\59688f5f71ed6a8f7f55a11fd32c6431\transformed\savedstate-1.2.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:17:1-35:12 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\fdd52e3e3805ecae7bc2b51fb9903e4a\transformed\lifecycle-livedata-core-2.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\7bda198a0e89fccdfb73c3905c045dc4\transformed\lifecycle-livedata-2.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\5629cbd501a8e4dc6828cc92561b74aa\transformed\lifecycle-viewmodel-2.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\196f4befce1b955c1217f009cbd7acbb\transformed\lifecycle-runtime-2.6.1\AndroidManifest.xml:2:1-7:12 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f7a5c3b2dcb1fc438f2ff4099d4c8be1\transformed\lifecycle-viewmodel-savedstate-2.6.1\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.core:core-ktx:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\305df038b4ce3512284e56ff2077328a\transformed\core-ktx-1.12.0\AndroidManifest.xml:2:1-7:12 +MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\a1dde33152580af30808e0e0ce487a71\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\4ada108eae25e82a8335eaf18a2488b4\transformed\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\25c5032e977fa085edeb7f00163bf819\transformed\cardview-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\98bf21bd2855e4146c36ae10fa119862\transformed\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\c2261ed6028b7f6e2e8c3200084caece\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:17:1-27:12 +MERGED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:17:1-55:12 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\AndroidManifest.xml:17:1-33:12 +MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f582fe794c966a38fd5a42652bcf05a5\transformed\tracing-1.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.arch.core:core-runtime:2.2.0] C:\Users\tinde\.gradle\caches\transforms-4\0db0201f63a34d0c398dc3a5d8ff26e8\transformed\core-runtime-2.2.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f8ef21d146d0b4b53998ac4495b4333c\transformed\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\8a05f80c9f8b1a4c574419125075b505\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.print:print:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\74e1adc7f60fcc047aa49b8920e31441\transformed\print-1.0.0\AndroidManifest.xml:17:1-22:12 + package + INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml + android:versionName + INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml + android:versionCode + INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml + xmlns:android + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:1:11-69 +uses-permission#android.permission.INTERNET +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:3:5-67 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:3:22-64 +application +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:5:5-36:19 +INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:5:5-36:19 +MERGED from [com.google.android.material:material:1.11.0] C:\Users\tinde\.gradle\caches\transforms-4\c28bbbc2a92ca476f88c575f0dd81fe4\transformed\material-1.11.0\AndroidManifest.xml:22:5-20 +MERGED from [com.google.android.material:material:1.11.0] C:\Users\tinde\.gradle\caches\transforms-4\c28bbbc2a92ca476f88c575f0dd81fe4\transformed\material-1.11.0\AndroidManifest.xml:22:5-20 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\tinde\.gradle\caches\transforms-4\481167e5a5013ac711f0c7e7ac43fbb3\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\tinde\.gradle\caches\transforms-4\481167e5a5013ac711f0c7e7ac43fbb3\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:23:5-33:19 +MERGED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:28:5-89 +MERGED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:28:5-89 +MERGED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:23:5-33:19 +MERGED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:23:5-33:19 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\c2261ed6028b7f6e2e8c3200084caece\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\c2261ed6028b7f6e2e8c3200084caece\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19 +MERGED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:23:5-53:19 +MERGED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:23:5-53:19 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\AndroidManifest.xml:25:5-31:19 + android:extractNativeLibs + INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml + android:appComponentFactory + ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:28:18-86 + android:supportsRtl + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:10:9-35 + android:label + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:8:9-41 + android:roundIcon + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:9:9-50 + android:icon + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:7:9-45 + android:allowBackup + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:6:9-35 + android:theme + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:11:9-51 +activity#com.example.daydreamclock.MainActivity +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:13:9-20:20 + android:exported + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:15:13-36 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:14:13-41 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:16:13-19:29 +action#android.intent.action.MAIN +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:17:17-69 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:17:25-66 +category#android.intent.category.LAUNCHER +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:18:17-77 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:18:27-74 +service#com.example.daydreamclock.ClockDreamService +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:22:9-34:19 + android:label + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:25:13-45 + android:exported + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:24:13-36 + android:permission + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:26:13-71 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:23:13-46 +intent-filter#action:name:android.service.dreams.DreamService+category:name:android.intent.category.DEFAULT +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:27:13-30:29 +action#android.service.dreams.DreamService +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:28:17-78 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:28:25-75 +category#android.intent.category.DEFAULT +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:29:17-76 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:29:27-73 +meta-data#android.service.dream +ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:31:13-33:54 + android:resource + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:33:17-51 + android:name + ADDED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml:32:17-53 +uses-sdk +INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml reason: use-sdk injection requested +INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml +INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml +MERGED from [com.google.android.material:material:1.11.0] C:\Users\tinde\.gradle\caches\transforms-4\c28bbbc2a92ca476f88c575f0dd81fe4\transformed\material-1.11.0\AndroidManifest.xml:20:5-44 +MERGED from [com.google.android.material:material:1.11.0] C:\Users\tinde\.gradle\caches\transforms-4\c28bbbc2a92ca476f88c575f0dd81fe4\transformed\material-1.11.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\tinde\.gradle\caches\transforms-4\481167e5a5013ac711f0c7e7ac43fbb3\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\tinde\.gradle\caches\transforms-4\481167e5a5013ac711f0c7e7ac43fbb3\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\tinde\.gradle\caches\transforms-4\452c0cdd8a90dcfdc2ba9d8d0353c253\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.appcompat:appcompat-resources:1.6.1] C:\Users\tinde\.gradle\caches\transforms-4\452c0cdd8a90dcfdc2ba9d8d0353c253\transformed\appcompat-resources-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\tinde\.gradle\caches\transforms-4\e525b4b20cf488dcb7dac147253c82c9\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.appcompat:appcompat:1.6.1] C:\Users\tinde\.gradle\caches\transforms-4\e525b4b20cf488dcb7dac147253c82c9\transformed\appcompat-1.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\956bac75d5c89bcb345716511d97f9d2\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.emoji2:emoji2-views-helper:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\956bac75d5c89bcb345716511d97f9d2\transformed\emoji2-views-helper-1.2.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44 +MERGED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:21:5-44 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\cb953fb7b780850cb20cb7d6358969a2\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\cb953fb7b780850cb20cb7d6358969a2\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\tinde\.gradle\caches\transforms-4\e81222577287d13ff323e04ddedd8242\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\tinde\.gradle\caches\transforms-4\e81222577287d13ff323e04ddedd8242\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.activity:activity:1.8.0] C:\Users\tinde\.gradle\caches\transforms-4\40b461153d5e867249383262bab6b954\transformed\activity-1.8.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.activity:activity:1.8.0] C:\Users\tinde\.gradle\caches\transforms-4\40b461153d5e867249383262bab6b954\transformed\activity-1.8.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\dabe689a35df26bb0dcc0d7cad575bd6\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\dabe689a35df26bb0dcc0d7cad575bd6\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\a3b6356bd6284a56af3936638a9bf59f\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\a3b6356bd6284a56af3936638a9bf59f\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f3f62c23301a96d2bf71ea7f26443782\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f3f62c23301a96d2bf71ea7f26443782\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.transition:transition:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\b616187fd5ca5a70aefd0b5f93f60d4d\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.transition:transition:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\b616187fd5ca5a70aefd0b5f93f60d4d\transformed\transition-1.2.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\0357e989fca04f9e1b0bc2ad1cea7b71\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\0357e989fca04f9e1b0bc2ad1cea7b71\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\ba5d691a064737e424482478dba03ead\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\ba5d691a064737e424482478dba03ead\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\3f94813b9f63bee7a809bbe7ff4b0e73\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\3f94813b9f63bee7a809bbe7ff4b0e73\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\6936962a29c315bfb71ac044529c4a21\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\tinde\.gradle\caches\transforms-4\6936962a29c315bfb71ac044529c4a21\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\7843949046865ab31a7b7e93d03e5682\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\7843949046865ab31a7b7e93d03e5682\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\4623089df65fe6eb130cdc60bb34bcd3\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\4623089df65fe6eb130cdc60bb34bcd3\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.customview:customview:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\8f8f0e62d2d2fc641c9b2fc71ccf82cc\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.customview:customview:1.1.0] C:\Users\tinde\.gradle\caches\transforms-4\8f8f0e62d2d2fc641c9b2fc71ccf82cc\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.savedstate:savedstate:1.2.1] C:\Users\tinde\.gradle\caches\transforms-4\59688f5f71ed6a8f7f55a11fd32c6431\transformed\savedstate-1.2.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.savedstate:savedstate:1.2.1] C:\Users\tinde\.gradle\caches\transforms-4\59688f5f71ed6a8f7f55a11fd32c6431\transformed\savedstate-1.2.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:21:5-44 +MERGED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:21:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\fdd52e3e3805ecae7bc2b51fb9903e4a\transformed\lifecycle-livedata-core-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\fdd52e3e3805ecae7bc2b51fb9903e4a\transformed\lifecycle-livedata-core-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\7bda198a0e89fccdfb73c3905c045dc4\transformed\lifecycle-livedata-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\7bda198a0e89fccdfb73c3905c045dc4\transformed\lifecycle-livedata-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\5629cbd501a8e4dc6828cc92561b74aa\transformed\lifecycle-viewmodel-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\5629cbd501a8e4dc6828cc92561b74aa\transformed\lifecycle-viewmodel-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\196f4befce1b955c1217f009cbd7acbb\transformed\lifecycle-runtime-2.6.1\AndroidManifest.xml:5:5-44 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\196f4befce1b955c1217f009cbd7acbb\transformed\lifecycle-runtime-2.6.1\AndroidManifest.xml:5:5-44 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f7a5c3b2dcb1fc438f2ff4099d4c8be1\transformed\lifecycle-viewmodel-savedstate-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f7a5c3b2dcb1fc438f2ff4099d4c8be1\transformed\lifecycle-viewmodel-savedstate-2.6.1\AndroidManifest.xml:20:5-44 +MERGED from [androidx.core:core-ktx:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\305df038b4ce3512284e56ff2077328a\transformed\core-ktx-1.12.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.core:core-ktx:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\305df038b4ce3512284e56ff2077328a\transformed\core-ktx-1.12.0\AndroidManifest.xml:5:5-44 +MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\a1dde33152580af30808e0e0ce487a71\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.annotation:annotation-experimental:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\a1dde33152580af30808e0e0ce487a71\transformed\annotation-experimental-1.3.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\4ada108eae25e82a8335eaf18a2488b4\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\4ada108eae25e82a8335eaf18a2488b4\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\25c5032e977fa085edeb7f00163bf819\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\25c5032e977fa085edeb7f00163bf819\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\98bf21bd2855e4146c36ae10fa119862\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\98bf21bd2855e4146c36ae10fa119862\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\c2261ed6028b7f6e2e8c3200084caece\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\c2261ed6028b7f6e2e8c3200084caece\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:21:5-44 +MERGED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:21:5-44 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f582fe794c966a38fd5a42652bcf05a5\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f582fe794c966a38fd5a42652bcf05a5\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.arch.core:core-runtime:2.2.0] C:\Users\tinde\.gradle\caches\transforms-4\0db0201f63a34d0c398dc3a5d8ff26e8\transformed\core-runtime-2.2.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.arch.core:core-runtime:2.2.0] C:\Users\tinde\.gradle\caches\transforms-4\0db0201f63a34d0c398dc3a5d8ff26e8\transformed\core-runtime-2.2.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f8ef21d146d0b4b53998ac4495b4333c\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\f8ef21d146d0b4b53998ac4495b4333c\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\8a05f80c9f8b1a4c574419125075b505\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\8a05f80c9f8b1a4c574419125075b505\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\74e1adc7f60fcc047aa49b8920e31441\transformed\print-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] C:\Users\tinde\.gradle\caches\transforms-4\74e1adc7f60fcc047aa49b8920e31441\transformed\print-1.0.0\AndroidManifest.xml:20:5-44 + android:targetSdkVersion + INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml + android:minSdkVersion + INJECTED from S:\Source\Android\DaydreamClock\app\src\main\AndroidManifest.xml +provider#androidx.startup.InitializationProvider +ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20 +MERGED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:24:9-32:20 +MERGED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:24:9-32:20 +MERGED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:24:9-32:20 +MERGED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:24:9-32:20 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34 +MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\tinde\.gradle\caches\transforms-4\ac75df7b35690cf00312b8e5a296932d\transformed\startup-runtime-1.1.1\AndroidManifest.xml:26:9-30:34 + tools:node + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:28:13-31 + android:authorities + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68 + android:exported + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37 + android:name + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\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\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52 + android:value + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49 + android:name + ADDED from [androidx.emoji2:emoji2:1.2.0] C:\Users\tinde\.gradle\caches\transforms-4\adfa574f076dd03f9c8fe1a2f4e04aae\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75 +permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:22:5-24:47 + android:protectionLevel + ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:24:9-44 + android:name + ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:23:9-81 +permission#com.example.daydreamclock.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:22:5-24:47 + android:protectionLevel + ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:24:9-44 + android:name + ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:23:9-81 +uses-permission#${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:26:5-97 + android:name + ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:26:22-94 +uses-permission#com.example.daydreamclock.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION +ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:26:5-97 + android:name + ADDED from [androidx.core:core:1.12.0] C:\Users\tinde\.gradle\caches\transforms-4\db0da8369b4573b55caee892c85a11b6\transformed\core-1.12.0\AndroidManifest.xml:26:22-94 +meta-data#androidx.lifecycle.ProcessLifecycleInitializer +ADDED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:29:13-31:52 + android:value + ADDED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:31:17-49 + android:name + ADDED from [androidx.lifecycle:lifecycle-process:2.6.1] C:\Users\tinde\.gradle\caches\transforms-4\f9b86b9ca92f5297475f93cc428141c3\transformed\lifecycle-process-2.6.1\AndroidManifest.xml:30:17-78 +meta-data#androidx.profileinstaller.ProfileInstallerInitializer +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:29:13-31:52 + android:value + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:31:17-49 + android:name + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:30:17-85 +receiver#androidx.profileinstaller.ProfileInstallReceiver +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:34:9-52:20 + android:enabled + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:37:13-35 + android:exported + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:38:13-36 + android:permission + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:39:13-57 + android:directBootAware + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:36:13-44 + android:name + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:35:13-76 +intent-filter#action:name:androidx.profileinstaller.action.INSTALL_PROFILE +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:40:13-42:29 +action#androidx.profileinstaller.action.INSTALL_PROFILE +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:17-91 + android:name + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:25-88 +intent-filter#action:name:androidx.profileinstaller.action.SKIP_FILE +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:43:13-45:29 +action#androidx.profileinstaller.action.SKIP_FILE +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:17-85 + android:name + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:25-82 +intent-filter#action:name:androidx.profileinstaller.action.SAVE_PROFILE +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:46:13-48:29 +action#androidx.profileinstaller.action.SAVE_PROFILE +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:17-88 + android:name + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:25-85 +intent-filter#action:name:androidx.profileinstaller.action.BENCHMARK_OPERATION +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:49:13-51:29 +action#androidx.profileinstaller.action.BENCHMARK_OPERATION +ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:17-95 + android:name + ADDED from [androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\tinde\.gradle\caches\transforms-4\0b5f8ff8f60f68dddd8e5eab4de1d82b\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:25-92 diff --git a/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module b/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module new file mode 100644 index 0000000..1e9f2ca Binary files /dev/null and b/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module differ diff --git a/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/ClockDreamService$timeRunnable$1.class b/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/ClockDreamService$timeRunnable$1.class new file mode 100644 index 0000000..a03aa98 Binary files /dev/null and b/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/ClockDreamService$timeRunnable$1.class differ diff --git a/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/ClockDreamService.class b/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/ClockDreamService.class new file mode 100644 index 0000000..69bde53 Binary files /dev/null and b/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/ClockDreamService.class differ diff --git a/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/MainActivity.class b/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/MainActivity.class new file mode 100644 index 0000000..f243547 Binary files /dev/null and b/app/build/tmp/kotlin-classes/debug/com/example/daydreamclock/MainActivity.class differ diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..3696d96 --- /dev/null +++ b/app/src/main/AndroidManifest.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/java/com/example/daydreamclock/ClockDreamService.kt b/app/src/main/java/com/example/daydreamclock/ClockDreamService.kt new file mode 100644 index 0000000..e9bed9a --- /dev/null +++ b/app/src/main/java/com/example/daydreamclock/ClockDreamService.kt @@ -0,0 +1,113 @@ +package com.example.daydreamclock + +import android.os.Handler +import android.os.Looper +import android.service.dreams.DreamService +import android.widget.TextView +import java.text.SimpleDateFormat +import java.util.Date +import java.util.Locale + +class ClockDreamService : DreamService() { + + private lateinit var dateTextView: TextView + private lateinit var weatherTextView: TextView + + private val handler = Handler(Looper.getMainLooper()) + private val timeRunnable = object : Runnable { + override fun run() { + updateTime() + handler.postDelayed(this, 1000) + } + } + + override fun onAttachedToWindow() { + super.onAttachedToWindow() + // Exit dream upon user touch + isInteractive = false + // Hide system UI + isFullscreen = true + + setContentView(R.layout.layout_dream) + + dateTextView = findViewById(R.id.dateTextView) + weatherTextView = findViewById(R.id.weatherTextView) + + // Initial Update + updateTime() + fetchWeather() + } + + override fun onDreamingStarted() { + super.onDreamingStarted() + handler.post(timeRunnable) + } + + override fun onDreamingStopped() { + super.onDreamingStopped() + handler.removeCallbacks(timeRunnable) + } + + private fun updateTime() { + val currentTime = Date() + val timeFormat = SimpleDateFormat("HHmm", Locale.getDefault()) + val timeString = timeFormat.format(currentTime) + val dateFormat = SimpleDateFormat("EEE, MMM d", Locale.getDefault()) + + // timeString example "1230" + if (timeString.length == 4) { + updateDigit(findViewById(R.id.digit1), timeString[0]) + updateDigit(findViewById(R.id.digit2), timeString[1]) + updateDigit(findViewById(R.id.digit3), timeString[2]) + updateDigit(findViewById(R.id.digit4), timeString[3]) + } + + dateTextView.text = dateFormat.format(currentTime) + } + + private fun updateDigit(imageView: android.widget.ImageView, digitChar: Char) { + val resId = when (digitChar) { + '0' -> R.drawable.num_0 + '1' -> R.drawable.num_1 + '2' -> R.drawable.num_2 + '3' -> R.drawable.num_3 + '4' -> R.drawable.num_4 + '5' -> R.drawable.num_5 + '6' -> R.drawable.num_6 + '7' -> R.drawable.num_7 + '8' -> R.drawable.num_8 + '9' -> R.drawable.num_9 + else -> R.drawable.num_0 + } + imageView.setImageResource(resId) + } + + private fun fetchWeather() { + Thread { + try { + // wttr.in returns simple text like "Seoul: 10C" with format=3 + // Using http for simplicity in this demo, might need usesCleartextTraffic=true if https fails on old devices, + // but wttr.in supports https. + val url = java.net.URL("https://wttr.in/?format=3") + val connection = url.openConnection() as java.net.HttpURLConnection + connection.connectTimeout = 5000 + connection.readTimeout = 5000 + + if (connection.responseCode == 200) { + val text = connection.inputStream.bufferedReader().readText() + handler.post { + weatherTextView.text = text.trim() + } + } else { + handler.post { weatherTextView.text = "Weather Error" } + } + + } catch (e: Exception) { + e.printStackTrace() + handler.post { + weatherTextView.text = "Offline" + } + } + }.start() + } +} diff --git a/app/src/main/java/com/example/daydreamclock/MainActivity.kt b/app/src/main/java/com/example/daydreamclock/MainActivity.kt new file mode 100644 index 0000000..8f89a2a --- /dev/null +++ b/app/src/main/java/com/example/daydreamclock/MainActivity.kt @@ -0,0 +1,21 @@ +package com.example.daydreamclock + +import android.content.Intent +import android.os.Bundle +import android.provider.Settings +import android.widget.Button +import androidx.appcompat.app.AppCompatActivity + +class MainActivity : AppCompatActivity() { + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + // Simple UI to guide user to settings + val button = Button(this).apply { + text = "Open Screen Saver Settings" + setOnClickListener { + startActivity(Intent(Settings.ACTION_DREAM_SETTINGS)) + } + } + setContentView(button) + } +} diff --git a/app/src/main/res/drawable/ic_launcher.xml b/app/src/main/res/drawable/ic_launcher.xml new file mode 100644 index 0000000..9cc027d --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/app/src/main/res/drawable/num_0.xml b/app/src/main/res/drawable/num_0.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_0.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_1.xml b/app/src/main/res/drawable/num_1.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_1.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_2.xml b/app/src/main/res/drawable/num_2.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_2.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_3.xml b/app/src/main/res/drawable/num_3.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_3.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_4.xml b/app/src/main/res/drawable/num_4.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_4.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_5.xml b/app/src/main/res/drawable/num_5.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_5.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_6.xml b/app/src/main/res/drawable/num_6.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_6.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_7.xml b/app/src/main/res/drawable/num_7.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_7.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_8.xml b/app/src/main/res/drawable/num_8.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_8.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_9.xml b/app/src/main/res/drawable/num_9.xml new file mode 100644 index 0000000..906f721 --- /dev/null +++ b/app/src/main/res/drawable/num_9.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/num_colon.xml b/app/src/main/res/drawable/num_colon.xml new file mode 100644 index 0000000..b195c71 --- /dev/null +++ b/app/src/main/res/drawable/num_colon.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/layout/layout_dream.xml b/app/src/main/res/layout/layout_dream.xml new file mode 100644 index 0000000..61c531a --- /dev/null +++ b/app/src/main/res/layout/layout_dream.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..66441d1 --- /dev/null +++ b/app/src/main/res/values/colors.xml @@ -0,0 +1,6 @@ + + #FF000000 + #FFFFFFFF + #FF4444 + #000000 + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..0357dc1 --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ + + Daydream Clock + Loading... + diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml new file mode 100644 index 0000000..77fda27 --- /dev/null +++ b/app/src/main/res/values/themes.xml @@ -0,0 +1,8 @@ + + + diff --git a/app/src/main/res/xml/dream_info.xml b/app/src/main/res/xml/dream_info.xml new file mode 100644 index 0000000..e798f60 --- /dev/null +++ b/app/src/main/res/xml/dream_info.xml @@ -0,0 +1,2 @@ + diff --git a/build.gradle.kts b/build.gradle.kts new file mode 100644 index 0000000..b0677f1 --- /dev/null +++ b/build.gradle.kts @@ -0,0 +1,5 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +plugins { + id("com.android.application") version "8.2.0" apply false + id("org.jetbrains.kotlin.android") version "1.9.20" apply false +} diff --git a/create_placeholders.py b/create_placeholders.py new file mode 100644 index 0000000..2e830e3 --- /dev/null +++ b/create_placeholders.py @@ -0,0 +1,26 @@ +import os + +base_path = r's:\Source\Android\DaydreamClock\app\src\main\res\drawable' +names = [f'num_{i}' for i in range(10)] + ['num_colon'] + +xml_content = """ + + + +""" + +for name in names: + file_path = os.path.join(base_path, f"{name}.xml") + with open(file_path, 'w') as f: + f.write(xml_content.replace("num_placeholder", name)) + print(f"Created {file_path}") diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..5bac8ac --- /dev/null +++ b/gradle.properties @@ -0,0 +1 @@ +android.useAndroidX=true diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..980502d Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..48c0a02 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew new file mode 100644 index 0000000..faf9300 --- /dev/null +++ b/gradlew @@ -0,0 +1,251 @@ +#!/bin/sh + +# +# Copyright © 2015-2021 the original authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# + +############################################################################## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# within the Gradle project. +# +# You can find Gradle at https://github.com/gradle/gradle/. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# and any embedded shellness will be escaped. +# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be +# treated as '${Hostname}' itself on the command line. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000..9d21a21 --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,94 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/settings.gradle.kts b/settings.gradle.kts new file mode 100644 index 0000000..20d9728 --- /dev/null +++ b/settings.gradle.kts @@ -0,0 +1,16 @@ +pluginManagement { + repositories { + google() + mavenCentral() + gradlePluginPortal() + } +} +dependencyResolutionManagement { + repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositories { + google() + mavenCentral() + } +} +rootProject.name = "DaydreamClock" +include(":app")